chore(deps-dev): bump @types/node from 20.19.11 to 25.3.2#33
chore(deps-dev): bump @types/node from 20.19.11 to 25.3.2#33dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
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>
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
There was a problem hiding this comment.
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/nodefrom20.19.11to25.3.2inapps/roadbookandapps/homework. - Refresh
pnpm-lock.yamlto resolve@types/node@25.3.2and 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.
| .: | ||
| devDependencies: | ||
| '@blackroad/ui': | ||
| specifier: workspace:* | ||
| version: link:packages/ui | ||
| dependencies: | ||
| express: | ||
| specifier: ^4.18.2 | ||
| version: 4.22.1 |
There was a problem hiding this comment.
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.
| "devDependencies": { | ||
| "@types/react": "^18.2.0", | ||
| "@types/node": "^20.4.2", | ||
| "@types/node": "^25.3.2", |
There was a problem hiding this comment.
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).
| "@types/node": "^25.3.2", | |
| "@types/node": "^20.0.0", |
| "devDependencies": { | ||
| "@types/react": "^18.2.0", | ||
| "@types/node": "^20.4.2", | ||
| "@types/node": "^25.3.2", |
There was a problem hiding this comment.
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).
| "@types/node": "^25.3.2", | |
| "@types/node": "^20.0.0", |
Bumps @types/node from 20.19.11 to 25.3.2.
Commits
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 this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)