Skip to content

chore(deps-dev): upgrade TypeScript to 6.0.3 and fix tsconfig - #14

Merged
RubenGlez merged 1 commit into
mainfrom
ts6-upgrade
May 20, 2026
Merged

chore(deps-dev): upgrade TypeScript to 6.0.3 and fix tsconfig#14
RubenGlez merged 1 commit into
mainfrom
ts6-upgrade

Conversation

@RubenGlez

Copy link
Copy Markdown
Owner

Summary

  • Upgrades TypeScript from 5.9.3 to 6.0.3
  • Switches moduleResolution to Bundler (correct for Vite/ESNext) in both tsconfigs
  • Removes deprecated esModuleInterop: false
  • Adds ignoreDeprecations: "6.0" to keep baseUrl working for @/* path aliases

This unblocks the dependabot PRs (#9, #10, #11, #12) which were all failing CI due to TS 6 deprecation errors.

Switch moduleResolution to Bundler (correct for Vite/ESNext), remove
deprecated esModuleInterop: false, and add ignoreDeprecations: "6.0"
to keep baseUrl working for path aliases.
@RubenGlez
RubenGlez merged commit 0f81cf7 into main May 20, 2026
2 checks passed
@RubenGlez
RubenGlez deleted the ts6-upgrade branch May 20, 2026 21:32
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