build(deps-dev): bump typescript from 5.9.3 to 6.0.3#670
build(deps-dev): bump typescript from 5.9.3 to 6.0.3#670dependabot[bot] wants to merge 3 commits into
Conversation
0647a1d to
e1312f4
Compare
8b6b713 to
378c533
Compare
378c533 to
fcfe984
Compare
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>
fcfe984 to
f594c75
Compare
|
@copilot make sure all the checks passes. Analyse the failed checks and fix them |
- Upgrade @typescript-eslint/eslint-plugin from ^8.57.1 to ^8.60.0 (supports TS <6.1.0) - Upgrade @typescript-eslint/parser from ^8.59.1 to ^8.60.0 - Upgrade ts-jest from ^29.4.6 to ^29.4.11 (supports TS <7) - Remove deprecated downlevelIteration option (not needed for ES2016+ target) - Add explicit rootDir (required by TypeScript 6)
Head branch was pushed to by a user without write access
Fixed in commit
All lint, build, and 141 tests pass locally. |
There was a problem hiding this comment.
Pull request overview
This PR upgrades the TypeScript toolchain to TypeScript 6 and aligns related linting/testing dependencies and compiler configuration to remain compatible with the new compiler version.
Changes:
- Bump
typescriptto^6.0.3and update@typescript-eslint/*to^8.60.0. - Bump
ts-jestto^29.4.11to keep Jest/TS integration compatible. - Update
tsconfig.jsonto set an explicitrootDirand stop usingdownlevelIteration.
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tsconfig.json | Sets explicit rootDir and disables downlevelIteration to match TS6 expectations. |
| package.json | Updates TypeScript and related dev dependencies for TS6 compatibility. |
| package-lock.json | Locks the updated dependency graph for the new TypeScript and tooling versions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Bumps typescript from 5.9.3 to 6.0.3.
Also upgrades related dependencies for TypeScript 6 compatibility:
@typescript-eslint/eslint-pluginfrom ^8.57.1 to ^8.60.0 (supports TS <6.1.0)@typescript-eslint/parserfrom ^8.59.1 to ^8.60.0ts-jestfrom ^29.4.6 to ^29.4.11 (supports TS <7)downlevelIterationtsconfig option (not needed for ES2016+ target)rootDirto tsconfig (required by TypeScript 6)> Note
> Automatic rebases have been disabled on this pull request as it has been open for over 30 days.