build(deps-dev): bump typescript from 6.0.3 to 7.0.2#1817
build(deps-dev): bump typescript from 6.0.3 to 7.0.2#1817dependabot[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: 172450ac09
ℹ️ 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".
| "eslint": "^10.6.0", | ||
| "eslint-config-biome": "^2.1.3", | ||
| "typescript": "^6.0.3", | ||
| "typescript": "^7.0.2", |
There was a problem hiding this comment.
Keep TypeScript within the eslint peer range
This bump installs typescript@7.0.2 while the still-pinned typescript-eslint@8.63.0 declares a peer dependency on typescript@>=4.8.4 <6.1.0, so the lockfile now resolves an invalid dependency graph; npm ls --package-lock-only --all reports typescript@7.0.2 as invalid for typescript-eslint. In CI paths that run the eslint configuration (npm run lint in .github/workflows/nodejs-test.yml), this leaves the parser/tooling on an unsupported TypeScript major and can fail under stricter npm peer checks or produce unreliable lint results unless typescript-eslint is upgraded to a version that supports TS 7.
Useful? React with 👍 / 👎.
172450a to
ce4ec95
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
ce4ec95 to
52a4dea
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
52a4dea to
329129e
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.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>
329129e to
5f8cc5e
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Bumps typescript from 6.0.3 to 7.0.2.
Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.