deps: bump development-dependencies group across 1 directory with 2 updates#7
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
… 3 updates Bumps the development-dependencies group with 3 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint](https://github.com/eslint/eslint) and [typescript](https://github.com/microsoft/TypeScript). Updates `@types/node` from 20.19.41 to 25.9.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.39.4 to 10.4.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.4...v10.4.1) Updates `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: "@types/node" dependency-version: 25.9.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: eslint dependency-version: 10.4.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
0f5f49a to
57bdea0
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 57bdea05fc
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@copilot fix it |
There was a problem hiding this comment.
Pull request overview
This PR updates the repo’s JavaScript/TypeScript development toolchain versions by bumping @types/node, eslint, and typescript in the root package manifest and lockfile.
Changes:
- Bump
eslintto^10and refreshpackage-lock.jsonaccordingly. - Bump
typescriptto^6and@types/nodeto^25. - Update lockfile dependency graph (including new engine constraints coming from ESLint v10’s dependency set).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Bumps dev dependency versions for Node types, ESLint, and TypeScript. |
| package-lock.json | Re-locks the dependency tree to the new toolchain versions (ESLint 10 / TS 6 / Node types 25). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Head branch was pushed to by a user without write access
Fixed in |
Summary
/by bumping:@types/nodefrom20.19.41to25.9.1typescriptfrom5.9.3to6.0.3eslinton^9(instead of^10) and regeneratedpackage-lock.jsonto fix CI lint compatibility with the currenteslint-config-nextstack.Verification
npm run testnpm run lintnpm run typechecknpm run buildSecurity Notes