chore(deps-dev): bump @types/node from 25.2.1 to 25.3.2#74
chore(deps-dev): bump @types/node from 25.2.1 to 25.3.2#74dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.2.1 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-minor ... Signed-off-by: dependabot[bot] <[email protected]>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
🤖 Auto-Test Results
Automated checks completed at 2026-02-28T03:25:07.690Z |
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Node.js TypeScript typings to the latest patch release, keeping development type definitions current.
Changes:
- Bump
@types/nodefrom^25.2.1to^25.3.2inpackage.json - Update
package-lock.jsonto lock@types/[email protected](and its updatedundici-typesdependency)
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Bumps @types/node devDependency to ^25.3.2. |
| package-lock.json | Updates the lockfile to reflect @types/[email protected] and related resolution metadata. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^25.2.1", | ||
| "@types/node": "^25.3.2", |
There was a problem hiding this comment.
Root @types/node was bumped, but the nested tooling package under scripts/ still declares @types/node ^25.1.0 (and has its own lockfile). If contributors run npm install/typecheck in scripts/, this can lead to inconsistent Node typings across the repo; consider bumping scripts/package.json + scripts/package-lock.json to the same @types/node version (or documenting that scripts/ is intentionally pinned separately).
| "@types/node": "^25.3.2", | |
| "@types/node": "^25.1.0", |
|
Superseded by #89. |
Bumps @types/node from 25.2.1 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)