Skip to content

chore(deps-dev): bump @types/node from 22.19.11 to 25.3.0 in /docs#6663

Merged
LesnyRumcajs merged 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/types/node-25.3.0
Mar 2, 2026
Merged

chore(deps-dev): bump @types/node from 22.19.11 to 25.3.0 in /docs#6663
LesnyRumcajs merged 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/types/node-25.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 1, 2026

Bumps @types/node from 22.19.11 to 25.3.0.

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • Chores
    • Updated project dependencies to support latest Node.js type definitions.

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.19.11 to 25.3.0.
- [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: 25.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner March 1, 2026 17:17
@dependabot dependabot Bot requested review from akaladarshi and hanabi1224 and removed request for a team March 1, 2026 17:17
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Mar 1, 2026

Walkthrough

A devDependency version update in the docs package configuration file. The @types/node package version is bumped from ^22.15.4 to ^25.3.0, representing a major version upgrade with two intermediate minor versions.

Changes

Cohort / File(s) Summary
Dependency Version Update
docs/package.json
Updated @types/node devDependency from ^22.15.4 to ^25.3.0 (major version bump).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • hanabi1224
  • akaladarshi
  • LesnyRumcajs
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: a dependency version bump of @types/node in the /docs directory, following conventional commit format.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/npm_and_yarn/docs/types/node-25.3.0

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
docs/package.json (1)

42-42: Consider aligning @types/node version with the declared Node floor (optional)

Line 42 specifies @types/node: "^25.3.0" while Line 6 declares node: ">=20". However, docs/tsconfig.json has skipLibCheck: true, which disables type checking of declaration files including @types/node. This means Node 25-specific types won't cause type-check failures for Node 20 users. If the version mismatch is intentional for documentation or IDE autocomplete purposes, no action needed. Otherwise, aligning @types/node to 20.x would improve clarity around supported runtime versions.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/package.json` at line 42, The package.json entry for the dev dependency
"@types/node" is pinned to "^25.3.0" while the project declares Node floor
">=20"; update the "@types/node" spec in package.json to a Node 20-aligned range
(for example "20.x" or "^20.0.0") if you want typings to reflect the supported
runtime, otherwise leave as-is and document the intentional mismatch; ensure the
change is applied to the "@types/node" entry so IDEs and contributors see the
aligned version.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@docs/package.json`:
- Line 42: The package.json entry for the dev dependency "@types/node" is pinned
to "^25.3.0" while the project declares Node floor ">=20"; update the
"@types/node" spec in package.json to a Node 20-aligned range (for example
"20.x" or "^20.0.0") if you want typings to reflect the supported runtime,
otherwise leave as-is and document the intentional mismatch; ensure the change
is applied to the "@types/node" entry so IDEs and contributors see the aligned
version.

ℹ️ Review info

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4f8f41a and e4ccdf6.

⛔ Files ignored due to path filters (1)
  • docs/pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • docs/package.json

@LesnyRumcajs LesnyRumcajs added this pull request to the merge queue Mar 2, 2026
Merged via the queue into main with commit 0c3d8ba Mar 2, 2026
11 checks passed
@LesnyRumcajs LesnyRumcajs deleted the dependabot/npm_and_yarn/docs/types/node-25.3.0 branch March 2, 2026 09:57
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