build(deps-dev): bump @types/node from 25.9.0 to 25.9.1 in the typescript group#2717
build(deps-dev): bump @types/node from 25.9.0 to 25.9.1 in the typescript group#2717dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the typescript group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 25.9.0 to 25.9.1 - [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.9.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript ... Signed-off-by: dependabot[bot] <support@github.com>
|
Suggested comment for Cursor review (copy and paste as a new comment): Note: GitHub Actions bot cannot trigger Cursor agent directly. Please copy the above comment to invoke the review. |
There was a problem hiding this comment.
Web Compatibility Assessment
No findings. The diff only updates the devDependency @types/node from ^25.9.0 to ^25.9.1 in injected/package.json and the matching lockfile entry in package-lock.json. No injected runtime code, API hooks, wrapper utilities, DOM behavior, platform entry points, or remote-config paths are changed.
Security Assessment
No findings. This is a type-only devDependency update with no runtime bundle impact and no changes to captured globals, messaging, bridge/origin checks, iframe handling, or network/postMessage behavior. The published package metadata keeps the same undici-types dependency range, and the lockfile integrity matches the published 25.9.1 artifact.
Risk Level
Low Risk: dependency metadata only, dev-only type package, no runtime code path affected.
Recommendations
No PR changes recommended.
Verification performed:
npm view @types/node@25.9.0 dependencies --jsonnpm view @types/node@25.9.1 dependencies --jsonnpm view @types/node@25.9.1 dist.integrity --jsonnpm ci --ignore-scriptsnpm run build-surrogates --workspace=injected && npm run build-locales --workspace=injected && npm run tsc
Sent by Cursor Automation: Web compat and sec
There was a problem hiding this comment.
Dependency risk assessment: no dependency-specific concerns found.
Evidence reviewed:
- The PR only bumps
@types/nodefrom25.9.0to25.9.1ininjected/package.jsonandpackage-lock.json. npm diff --diff @types/node@25.9.0 --diff @types/node@25.9.1shows only README/package metadata plus one type-definition change instream/iter.d.ts:StatelessTransformFnis widened to allowPromise<TransformResult | null>. No runtime JS, binaries, install scripts, or dependency range changes are introduced.- Repo search found no use of
stream/iter,node:stream,StatelessTransformFn, orTransformResult, so the changed type surface does not appear to affect current code directly. @types/nodeis still needed: this workspace type-checks Node-based scripts/tests that importfs,path,node:*, useprocess, etc.- Supply-chain checks: lockfile integrity matches the npm registry metadata for
25.9.1; license remains MIT; dependency remainsundici-types >=7.24.0 <7.24.7;npm audit signatures @types/node@25.9.1reported verified registry signatures.
Validation performed:
npm run build-locales -w injected && npm run build-surrogates -w injected && npm run tsc && npm run tsc-strict-corepassed locally.- Current CI failures I saw are not dependency/type failures:
buildcompleted generation and failed pushingpr-releases/...with a remotecommit_refserror, andsyncfailed becauseASANA_ACCESS_TOKENwas not supplied. Unit/integration checks observed so far were passing or still pending.
No fix PR drafted because I did not find a code or dependency issue that needs a separate change.
Sent by Cursor Automation: Review dependabot


Bumps the typescript group with 1 update: @types/node.
Updates
@types/nodefrom 25.9.0 to 25.9.1Commits
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 <dependency name> major versionwill 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 versionwill 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 conditionsNote
Low Risk
Dev-only type definitions with no runtime or security-sensitive code changes.
Overview
Bumps the
@types/nodedev dependency from 25.9.0 to 25.9.1 ininjected/package.jsonand refreshes the lockfile entry (resolved tarball and integrity hash). This is a patch-level DefinitelyTyped update only; no application or build script source changes.Reviewed by Cursor Bugbot for commit 64808c1. Bugbot is set up for automated code reviews on this repo. Configure here.