chore(deps-dev): bump typescript from 5.9.3 to 7.0.2#1255
chore(deps-dev): bump typescript from 5.9.3 to 7.0.2#1255dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9c29a7d4b1
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "npm-package-json-lint": "^10.4.1", | ||
| "prettier": "^3.9.6", | ||
| "typescript": "^5.0.0", | ||
| "typescript": "^7.0.2", |
There was a problem hiding this comment.
Keep TypeScript on a supported compiler API
When this dependency is installed as typescript@7, the repo’s lint path still loads @typescript-eslint/parser and @typescript-eslint/eslint-plugin from eslint.config.cjs, but the lockfile records those packages as requiring typescript >=4.8.4 <6.1.0. The TypeScript 7 release notes also call out that 7.0 does not ship the compiler API needed by tools such as typescript-eslint and recommend keeping typescript on the 6.x compatibility alias while installing TS 7 under a separate alias for tsc; with this direct bump, CI jobs that run npm run lint:js/lint:all can resolve the unsupported TS 7 API and fail before linting completes.
Useful? React with 👍 / 👎.
9c29a7d to
6281813
Compare
ca96099 to
d46fdeb
Compare
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
d46fdeb to
11ef83c
Compare
Bumps typescript from 5.9.3 to 7.0.2.
Release notes
Sourced from typescript's releases.
Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.