Skip to content

chore(deps-dev): bump @types/node from 20.19.11 to 25.3.2#33

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/types/node-25.3.2
Open

chore(deps-dev): bump @types/node from 20.19.11 to 25.3.2#33
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/types/node-25.3.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 27, 2026

Bumps @types/node from 20.19.11 to 25.3.2.

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)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.19.11 to 25.3.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: 25.3.2
  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 Feb 27, 2026
@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the monorepo’s Node.js TypeScript type definitions (and corresponding pnpm lockfile resolution) as part of a Dependabot dependency bump.

Changes:

  • Bump @types/node from 20.19.11 to 25.3.2 in apps/roadbook and apps/homework.
  • Refresh pnpm-lock.yaml to resolve @types/node@25.3.2 and related dependency graph updates.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 3 comments.

File Description
pnpm-lock.yaml Updates resolved versions for @types/node and other packages as part of lockfile re-resolution.
apps/roadbook/package.json Bumps @types/node devDependency to ^25.3.2.
apps/homework/package.json Bumps @types/node devDependency to ^25.3.2.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 9 to +13
.:
devDependencies:
'@blackroad/ui':
specifier: workspace:*
version: link:packages/ui
dependencies:
express:
specifier: ^4.18.2
version: 4.22.1
Copy link

Copilot AI Feb 27, 2026

Choose a reason for hiding this comment

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

This lockfile update includes changes unrelated to the stated @types/node bump (e.g., root importer now resolves express@4.22.1). If the intent is to only update @types/node, consider regenerating the lockfile in a way that minimizes unrelated version churn, or explicitly call out/validate the additional dependency updates in this PR.

Copilot uses AI. Check for mistakes.
"devDependencies": {
"@types/react": "^18.2.0",
"@types/node": "^20.4.2",
"@types/node": "^25.3.2",
Copy link

Copilot AI Feb 27, 2026

Choose a reason for hiding this comment

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

The repo CI workflow pins Node.js to v20, but this bumps the TypeScript Node typings to v25. That can make it easy to accidentally use APIs that don’t exist on the runtime the project actually runs/tests on. Consider keeping @types/node aligned to the supported Node major (or update the runtime/CI/engines to match).

Suggested change
"@types/node": "^25.3.2",
"@types/node": "^20.0.0",

Copilot uses AI. Check for mistakes.
"devDependencies": {
"@types/react": "^18.2.0",
"@types/node": "^20.4.2",
"@types/node": "^25.3.2",
Copy link

Copilot AI Feb 27, 2026

Choose a reason for hiding this comment

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

CI uses Node.js v20, but this updates @types/node to v25. If the runtime is still Node 20, consider pinning @types/node to the matching major to avoid typings advertising newer Node APIs than are actually available at runtime (or update runtime/CI/engines accordingly).

Suggested change
"@types/node": "^25.3.2",
"@types/node": "^20.0.0",

Copilot uses AI. Check for mistakes.
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