Skip to content

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

Closed
RubenGlez wants to merge 5 commits into
mainfrom
typescript-eslint-8.59.4
Closed

chore(deps-dev): upgrade TypeScript to 6.0.3 and fix tsconfig#13
RubenGlez wants to merge 5 commits into
mainfrom
typescript-eslint-8.59.4

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.

dependabot Bot and others added 5 commits May 20, 2026 11:35
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.21.0 to 8.59.4.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.4/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.59.4
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
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

Copy link
Copy Markdown
Owner Author

Superseded by #14.

@RubenGlez RubenGlez closed this May 20, 2026
@RubenGlez
RubenGlez deleted the typescript-eslint-8.59.4 branch July 24, 2026 13:33
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