Skip to content

chore: bump the npm-major group with 2 updates#81

Merged
altaywtf merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-major-6cf85894ce
May 20, 2026
Merged

chore: bump the npm-major group with 2 updates#81
altaywtf merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-major-6cf85894ce

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Bumps the npm-major group with 2 updates: @types/node and typescript.

Updates @types/node from 24.12.0 to 25.9.1

Commits

Updates typescript from 5.9.3 to 6.0.3

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • 050880c Bump version to 6.0.3 and LKG
  • eeae9dd 🤖 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 (#...
  • 607a22a Bump version to 6.0.2 and LKG
  • 9e72ab7 🤖 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 (#...
  • e175b69 Bump version to 6.0.1-rc and LKG
  • af4caac Update LKG
  • 8efd7e8 Merge remote-tracking branch 'origin/main' into release-6.0
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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 conditions

Summary by cubic

Upgrade dev tooling to keep types current: typescript to 6.0.3 and @types/node to 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.1
  • Migration

    • Run type check and fix any new errors (pnpm typecheck or tsc).

Written for commit f40bd07. Summary will update on new commits. Review in cubic

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 20, 2026
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Comment thread package.json
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.2",
"@types/node": "^24.0.0",
"@types/node": "^25.9.1",
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot May 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
Fix with Cubic

@altaywtf altaywtf force-pushed the dependabot/npm_and_yarn/npm-major-6cf85894ce branch from a2fc026 to f40bd07 Compare May 20, 2026 21:07
@altaywtf altaywtf merged commit 5057f17 into main May 20, 2026
8 checks passed
@altaywtf altaywtf deleted the dependabot/npm_and_yarn/npm-major-6cf85894ce branch May 20, 2026 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant