From 140da61901391b9ff7ea5062a84686f0245f1a77 Mon Sep 17 00:00:00 2001 From: Chris Eberle Date: Tue, 15 Sep 2026 13:17:50 -0700 Subject: [PATCH] Fix duplicate js-yaml@5.3.0 entries in pnpm-lock.yaml 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 --- pnpm-lock.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9f26c91..55a9e0c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -250,10 +250,6 @@ packages: resolution: {integrity: sha512-muutsYr+e2+d3rTgUGslq5rxbBlUy3cJ61IsHag2QNDQV+7zXWjkUpmALIajhrlLlrgRUiymj6U3zUr/TMK84Q==} hasBin: true - js-yaml@5.3.0: - resolution: {integrity: sha512-muutsYr+e2+d3rTgUGslq5rxbBlUy3cJ61IsHag2QNDQV+7zXWjkUpmALIajhrlLlrgRUiymj6U3zUr/TMK84Q==} - hasBin: true - json-schema-to-ts@2.7.2: resolution: {integrity: sha512-R1JfqKqbBR4qE8UyBR56Ms30LL62/nlhoz+1UkfI/VE7p54Awu919FZ6ZUPG8zIa3XB65usPJgr1ONVncUGSaQ==} engines: {node: '>=16'} @@ -455,10 +451,6 @@ snapshots: dependencies: argparse: 2.0.1 - js-yaml@5.3.0: - dependencies: - argparse: 2.0.1 - json-schema-to-ts@2.7.2: dependencies: '@babel/runtime': 7.29.7