chore(deps): typescript 6.0.3 + ignoreDeprecations for baseUrl#72
Closed
eldonm wants to merge 2 commits into
Closed
chore(deps): typescript 6.0.3 + ignoreDeprecations for baseUrl#72eldonm wants to merge 2 commits into
eldonm wants to merge 2 commits into
Conversation
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…6.0.3) TypeScript 6 promotes the `baseUrl` deprecation to a hard error (TS5101), aborting `tsc` before build. Add `"ignoreDeprecations": "6.0"` so the existing baseUrl/paths setup keeps working until we migrate off baseUrl (removed in TS7). Companion to the dependabot typescript 5.9.3 -> 6.0.3 bump (supersedes #66). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Member
Author
|
Closing — the TS6 code fix works (jvchat builds under TypeScript 6 with To redo cleanly: The |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supersedes #66 (dependabot typescript 5.9.3 → 6.0.3), which failed CI because TS6 promotes the
baseUrldeprecation to a hard error:This branch = the same TS 6.0.3 bump +
"ignoreDeprecations": "6.0"injvchat/tsconfig.jsonsotscruns. baseUrl/paths keep resolving; a proper migration off baseUrl (removed in TS7) is follow-up.Test plan
CI re-runs the jvchat
tsc && vite build. If any further TS6 type errors surface behind the (now-cleared) config error, they'll show here.Closes #66.
🤖 Generated with Claude Code