chore(deps-dev): bump typescript from 5.9.3 to 7.0.2#1050
chore(deps-dev): bump typescript from 5.9.3 to 7.0.2#1050dependabot[bot] wants to merge 1 commit into
Conversation
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>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: af5faa5bd3
ℹ️ 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.8.4", | ||
| "typescript": "^5.0.0", | ||
| "typescript": "^7.0.2", |
There was a problem hiding this comment.
Keep TypeScript within the eslint peer range
With this bump, CI jobs that run npm ci and then npm run lint:all (for example .github/workflows/linting.yml) install TypeScript 7 while the checked-in lockfile still resolves @typescript-eslint/parser/eslint-plugin 8.64.0, whose own peer dependency is typescript: >=4.8.4 <6.1.0. Because eslint.config.cjs loads that parser/plugin for TS files, linting now runs on an unsupported TypeScript major and npm reports peer overrides; keep TypeScript within the supported range or bump the @typescript-eslint stack to a version that supports 7.x.
Useful? React with 👍 / 👎.
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.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)