Bump TypeScript to 6.0 - #26
Merged
Merged
Conversation
Sets tsconfig target to es2022 (es5 is a hard error under TS 6; engines already requires Node >= 20) and adds an explicit "types": ["node", "jest"] since TS 6 changed default @types auto-inclusion. Bumps ts-jest and typedoc to the minimum patches with TS 6 peer support, and removes the unused openapi-typescript dependency, which peer-caps at TS 5 with no compatible release.
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.
Bumps TypeScript to 6.0 and cleans up the fallout, superseding Dependabot PR #23 (its branch predates the recent axios/form-data/markdown-it security-fix merges and would revert them — Dependabot will auto-close #23 once this merges).
^6.0.2; tsconfigtargetes5 → es2022 (es5 is a hard error in TS 6;enginesalready requires Node >= 20, so no supported runtime changes) and explicit"types": ["node", "jest"]for TS 6's changed @types auto-inclusion.^29.4.11and typedoc^0.28.20— minimum patches with TS 6 peer support.npm ci, build, lint, and the unit test suite all pass; no source changes were needed.