Skip to content

chore(deps-dev): bump @types/node from 26.1.0 to 26.1.1#201

Merged
AICodeHelper merged 1 commit into
mainfrom
fix/dependabot-types-build-toolchain-199
Jul 14, 2026
Merged

chore(deps-dev): bump @types/node from 26.1.0 to 26.1.1#201
AICodeHelper merged 1 commit into
mainfrom
fix/dependabot-types-build-toolchain-199

Conversation

@AICodeHelper

Copy link
Copy Markdown
Collaborator

Summary

Takes the @types/node patch update (26.1.0 → 26.1.1) from Dependabot PR #199.

Does NOT bump TypeScript 7.0.2 — TS 7.x is incompatible with rollup-plugin-dts (used by tsup), causing TypeError: Cannot read properties of undefined (reading 'useCaseSensitiveFileNames'). Pinning TS at ^6.0.3 until rollup-plugin-dts adds TS 7.x support.

Supersedes #199 (partial).

Verification

  • pnpm build — all packages build successfully
  • pnpm lint — 0 errors (14 pre-existing warnings)
  • pnpm typecheck — all packages pass
  • pnpm test — all tests pass

Fixes

Partially addresses Dependabot PR #199.

Bump @types/node patch version from Dependabot PR #199.

TypeScript 7.0.2 (also in PR #199) is not yet compatible with
rollup-plugin-dts used by tsup — it causes a TypeError reading
'useCaseSensitiveFileNames'. Pinning TS at ^6.0.3 until
rollup-plugin-dts adds TS 7.x support.

Supersedes #199 (partially).
@AICodeHelper AICodeHelper requested a review from BenedictP as a code owner July 14, 2026 07:05
@AICodeHelper AICodeHelper merged commit 901eb82 into main Jul 14, 2026
8 checks passed
@AICodeHelper AICodeHelper deleted the fix/dependabot-types-build-toolchain-199 branch July 14, 2026 07:07
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.

1 participant