chore(deps-dev): bump @types/node from 22.19.19 to 26.4.0 - #58
chore(deps-dev): bump @types/node from 22.19.19 to 26.4.0#58dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
No bugs found. Beyond the reported item, I also checked whether the @ types/node major bump could break the build directly — it's a devDependency used only for type-checking, so a mismatch with the Node 22.x runtime pinned in CI would surface as type errors during tsc/build rather than at runtime, and CI would catch it.
Extended reasoning...
The change is a mechanical dependency bump (package.json + regenerated pnpm-lock.yaml) with no source code touched. The main candidate concern already flagged is that @ types/node jumped four majors ahead of the project's Node >=22 engines requirement and the Node 22.x pinned in CI. Since @ types/node is a devDependency providing only compile-time type definitions, a version skew mainly risks type-checking errors (e.g., referencing APIs not present in the actual Node 22 runtime) rather than runtime failures, and any such issue would be caught by the existing CI type-check/build step. This keeps the risk low but not zero, so a brief informational note is appropriate rather than a full approval claim.
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.19.19 to 26.4.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: 26.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
3b5f221 to
8bd356e
Compare
Bumps @types/node from 22.19.19 to 26.4.0.
Commits