chore(deps-dev): bump @types/node from 26.1.1 to 26.2.0 - #33
Merged
Conversation
Owner
|
@dependabot rebase |
Contributor
Author
|
Dependabot can't parse your pnpm-lock.yaml. Because of this, Dependabot cannot update this pull request. |
edycutjong
added a commit
that referenced
this pull request
Aug 12, 2026
…ories pnpm-lock.yaml had '@napi-rs/wasm-runtime@1.2.2' as a top-level key four times, so 'pnpm install --frozen-lockfile' failed with ERR_PNPM_BROKEN_LOCKFILE and every CI stage died at install (red since 2026-08-07). Dependabot hit the same wall — 'pnpm-lock.yaml not parseable' — so it could neither raise nor fix alerts here, and the security tab showed only 2 of the 6 advisories actually in the tree. Regenerated the lockfile and raised the pins the audit then exposed: js-yaml (3.x) -> 3.15.1 js-yaml (4.x) -> 4.3.1 ip-address -> 10.5.0 (>=10.3.1 required, was hidden) brace-expansion -> 5.0.9 (>=5.0.9 required, was hidden) nanoid -> 3.3.18 (>=3.3.17 required, was hidden) body-parser -> 2.3.0 (>=1.20.6 required, was hidden) postcss was pinned exactly at 8.5.23, which held nanoid at a vulnerable 3.3.16; floating it to ^8.5.23 plus a nanoid@3 override fixes both. Also folds in the three stuck Dependabot PRs (#40 #33 #31), which could never merge against the broken lockfile: next 16.2.11 -> 16.3.0, react-dom 19.2.7 -> 19.2.8, @types/node floats to 26.1.2. Verified: pnpm install --frozen-lockfile succeeds, pnpm audit reports no known vulnerabilities, typecheck clean, 183/183 tests, next build green from a cold cache.
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 26.1.1 to 26.2.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.1.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/types/node-26.1.2
branch
from
August 12, 2026 10:09
0c8ed1b to
21522c4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @types/node from 26.1.1 to 26.2.0.
Commits