chore(deps-dev): bump @types/node from 22.19.17 to 24.12.2 in the dev-dependencies group#30
Conversation
Bumps the dev-dependencies group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 22.19.17 to 24.12.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.12.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
1 issue found across 4 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="package.json">
<violation number="1" location="package.json:19">
P2: `@types/node` is ahead of the minimum supported runtime (`node >=22`), which can mask use of Node 24-only APIs and cause runtime breaks on Node 22.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| "devDependencies": { | ||
| "@biomejs/biome": "~2.4.12", | ||
| "@types/node": "^22.19.17", | ||
| "@types/node": "^24.12.2", |
There was a problem hiding this comment.
P2: @types/node is ahead of the minimum supported runtime (node >=22), which can mask use of Node 24-only APIs and cause runtime breaks on Node 22.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 19:
<comment>`@types/node` is ahead of the minimum supported runtime (`node >=22`), which can mask use of Node 24-only APIs and cause runtime breaks on Node 22.</comment>
<file context>
@@ -16,7 +16,7 @@
"devDependencies": {
"@biomejs/biome": "~2.4.12",
- "@types/node": "^22.19.17",
+ "@types/node": "^24.12.2",
"@vitest/coverage-v8": "^4.1.4",
"typescript": "^6.0.3",
</file context>
| "@types/node": "^24.12.2", | |
| "@types/node": "^22.19.17", |
|
Closing per #29 discussion. Our policy: A follow-up PR adds a dependabot ignore rule for |
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the dev-dependencies group with 1 update: @types/node.
Updates
@types/nodefrom 22.19.17 to 24.12.2Commits
Most Recent Ignore Conditions Applied to This Pull Request
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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsSummary by cubic
Upgraded Node type definitions to v24 to align with current Node APIs and improve type accuracy. Dev-only change with no runtime impact.
@types/nodefrom ^22.19.17 to ^24.12.2 in root,packages/cli, andpackages/mcp.undici-typesto ~7.16.0.Written for commit c923869. Summary will update on new commits.