chore: bump the npm-major group with 2 updates#81
Merged
Conversation
There was a problem hiding this comment.
1 issue found across 2 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:67">
P2: `@types/node@^25` exposes Node 25 APIs, but `engines.node` still allows `>=24.14.0`. Code using Node 25-only APIs will type-check successfully but fail at runtime on Node 24. Either bump the engine requirement to `>=25` or keep `@types/node` at `^24`.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
| "devDependencies": { | ||
| "@arethetypeswrong/cli": "^0.18.2", | ||
| "@types/node": "^24.0.0", | ||
| "@types/node": "^25.9.1", |
There was a problem hiding this comment.
P2: @types/node@^25 exposes Node 25 APIs, but engines.node still allows >=24.14.0. Code using Node 25-only APIs will type-check successfully but fail at runtime on Node 24. Either bump the engine requirement to >=25 or keep @types/node at ^24.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 67:
<comment>`@types/node@^25` exposes Node 25 APIs, but `engines.node` still allows `>=24.14.0`. Code using Node 25-only APIs will type-check successfully but fail at runtime on Node 24. Either bump the engine requirement to `>=25` or keep `@types/node` at `^24`.</comment>
<file context>
@@ -64,13 +64,13 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.2",
- "@types/node": "^24.0.0",
+ "@types/node": "^25.9.1",
"@vitest/coverage-v8": "4.1.5",
"is-ci": "^4.1.0",
</file context>
a2fc026 to
f40bd07
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the npm-major group with 2 updates: @types/node and typescript.
Updates
@types/nodefrom 24.12.0 to 25.9.1Commits
Updates
typescriptfrom 5.9.3 to 6.0.3Release notes
Sourced from typescript's releases.
Commits
050880cBump version to 6.0.3 and LKGeeae9dd🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...ad1c695🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)0725fb4🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...607a22aBump version to 6.0.2 and LKG9e72ab7🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...35ff23d🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...e175b69Bump version to 6.0.1-rc and LKGaf4caacUpdate LKG8efd7e8Merge remote-tracking branch 'origin/main' into release-6.0Dependabot 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
Upgrade dev tooling to keep types current:
typescriptto 6.0.3 and@types/nodeto 25.9.1. Dev-only; may surface new type errors.Dependencies
typescript: 5.9.3 → 6.0.3@types/node: 24.12.0 → 25.9.1Migration
pnpm typecheckortsc).Written for commit f40bd07. Summary will update on new commits. Review in cubic