Skip to content

@hyphen/react-sdk - chore: upgrade TypeScript and build tooling#46

Merged
jaredwray merged 1 commit into
mainfrom
claude/amazing-newton-we2nmt
Jun 9, 2026
Merged

@hyphen/react-sdk - chore: upgrade TypeScript and build tooling#46
jaredwray merged 1 commit into
mainfrom
claude/amazing-newton-we2nmt

Conversation

@jaredwray

Copy link
Copy Markdown
Contributor

Summary

Upgrade TypeScript/build tooling and align @types/node with the declared Node major.

Versions

  • tsdown 0.22.0 → 0.22.1
  • @types/node 24.12.3 → 22.19.19

Tests

  • pnpm build passes
  • pnpm test passes (15 tests, 100% line coverage)

Notes

@types/node is pinned to the latest 22.x to match engines.node (>=22.12.0) rather than the pnpm outdated "Latest" of 25.9.1 — this keeps the SDK's published types from referencing Node APIs newer than its minimum supported runtime. peerDependencies are untouched.

https://claude.ai/code/session_01Joji3jaJQvm1tN7qw3VtHZ


Generated by Claude Code

- tsdown 0.22.0 -> 0.22.1
- @types/node 24.12.3 -> 22.19.19

@types/node is pinned to the engines.node major (>=22.12.0 -> 22) rather
than bumped to 25.x, so the SDK's published types never reference Node
APIs newer than the minimum supported runtime.

pnpm build and pnpm test both pass (15 tests, 100% line coverage).

https://claude.ai/code/session_01Joji3jaJQvm1tN7qw3VtHZ

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request downgrades @types/node from version ^24.12.3 to ^22.19.19 and updates tsdown from ^0.22.0 to ^0.22.1 in package.json, with corresponding dependency updates reflected in pnpm-lock.yaml. I have no feedback to provide as there are no review comments.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@codecov

codecov Bot commented Jun 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (bf50e1e) to head (6cff248).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #46   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           19        19           
  Branches         1         1           
=========================================
  Hits            19        19           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jaredwray jaredwray merged commit 95f3a63 into main Jun 9, 2026
10 checks passed
@jaredwray jaredwray deleted the claude/amazing-newton-we2nmt branch June 9, 2026 16:01
@jaredwray jaredwray mentioned this pull request Jun 9, 2026
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants