Bump @types/node from 26.1.2 to 26.5.1 - #389
Merged
Merged
Conversation
Contributor
|
@dependabot rebase |
Contributor
Author
|
Dependabot can't parse your pnpm-lock.yaml. Because of this, Dependabot cannot update this pull request. |
Contributor
|
@dependabot rebase |
Contributor
Author
|
Dependabot can't parse your pnpm-lock.yaml. Because of this, Dependabot cannot update this pull request. |
eberle1080
added a commit
that referenced
this pull request
Sep 15, 2026
Dependabot's lockfile update in #393 added a second js-yaml@5.3.0 block to both the packages and snapshots sections, leaving the file with duplicated YAML mapping keys. pnpm rejects it with ERR_PNPM_BROKEN_LOCKFILE, and Dependabot reports "can't parse your pnpm-lock.yaml" on every rebase attempt (see #389). Remove the duplicate blocks. Verified with `pnpm install --frozen-lockfile --lockfile-only`; a non-frozen lockfile-only install makes no further changes. Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
Contributor
|
@dependabot rebase |
Contributor
Author
|
Dependabot does not support your pnpm version. Because of this, Dependabot cannot update this pull request. |
eberle1080
added a commit
that referenced
this pull request
Sep 15, 2026
Dependabot's npm_and_yarn image now runs pnpm 11.17.0. pnpm always enforces the root project's engines.pnpm field, so with the previous range (^9.6.0 || ^10.8.0) it fails with ERR_PNPM_UNSUPPORTED_ENGINE and Dependabot reports "does not support your pnpm version" on every rebase attempt (see #389). Dependabot does try to activate a pnpm 10 via corepack to satisfy the range, but falls back to its bundled 11.x when that activation fails. Drop the ceiling, keep the floor. Verified with pnpm 10.28.0 and pnpm 11.17.0 using `pnpm install --frozen-lockfile --lockfile-only`; pnpm 11 leaves pnpm-lock.yaml unchanged. The root entry in package-lock.json is synced via `npm install --package-lock-only`. Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
Contributor
|
@dependabot rebase |
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 26.1.2 to 26.5.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: 26.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/types/node-26.2.0
branch
from
September 15, 2026 20:44
79034a7 to
612e579
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.2 to 26.5.1.
Commits