From c7934dce8d6f33e555b30e3cf241be0d55b64c33 Mon Sep 17 00:00:00 2001 From: Adam Firestone Date: Fri, 14 Aug 2026 11:50:19 -0500 Subject: [PATCH] fix: make worktree dependency setup tolerate unmatched files - Update xmldom lockfile entries - Allow formatting hooks to succeed when patterns match no files --- pnpm-lock.yaml | 18 +++++++++--------- vite.config.ts | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9abd0dc45de5..66df4a058676 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5175,12 +5175,12 @@ packages: '@vscode/l10n@0.0.18': resolution: {integrity: sha512-KYSIHVmslkaCDyw013pphY+d7x1qV8IZupYfeIfzNA+nsaWHbn5uPuQRvdRFsa9zFzGeudPuoGoZ1Op4jrJXIQ==} - '@xmldom/xmldom@0.8.13': - resolution: {integrity: sha512-KRYzxepc14G/CEpEGc3Yn+JKaAeT63smlDr+vjB8jRfgTBBI9wRj/nkQEO+ucV8p8I9bfKLWp37uHgFrbntPvw==} + '@xmldom/xmldom@0.8.14': + resolution: {integrity: sha512-T4EDRUBVZYRldYApjEJiU0e1stYWaRAX7CuSnKzrpwdZKo53zGV8/pqfzV6FfwNl9YThD2OumQYvqtvjvgG7aQ==} engines: {node: '>=10.0.0'} - '@xmldom/xmldom@0.9.10': - resolution: {integrity: sha512-A9gOqLdi6cV4ibazAjcQufGj0B1y/vDqYrcuP6d/6x8P27gRS8643Dj9o1dEKtB6O7fwxb2FgBmJS2mX7gpvdw==} + '@xmldom/xmldom@0.9.11': + resolution: {integrity: sha512-tW8bcK3hsG0/uqSnNz6TK4BkcuZSezoU7DlnYssILmZDktPnSHHuDJJFM0AJv+13gz2r0iGdrj6qqKeUnxXEDg==} engines: {node: '>=14.6'} '@yuuang/ffi-rs-android-arm64@1.3.2': @@ -12641,7 +12641,7 @@ snapshots: '@expo/plist@0.7.0': dependencies: - '@xmldom/xmldom': 0.8.13 + '@xmldom/xmldom': 0.8.14 base64-js: 1.5.1 xmlbuilder: 15.1.1 @@ -15338,9 +15338,9 @@ snapshots: '@vscode/l10n@0.0.18': {} - '@xmldom/xmldom@0.8.13': {} + '@xmldom/xmldom@0.8.14': {} - '@xmldom/xmldom@0.9.10': {} + '@xmldom/xmldom@0.9.11': {} '@yuuang/ffi-rs-android-arm64@1.3.2': optional: true @@ -19649,13 +19649,13 @@ snapshots: plist@3.1.0: dependencies: - '@xmldom/xmldom': 0.8.13 + '@xmldom/xmldom': 0.8.14 base64-js: 1.5.1 xmlbuilder: 15.1.1 plist@3.1.1: dependencies: - '@xmldom/xmldom': 0.9.10 + '@xmldom/xmldom': 0.9.11 base64-js: 1.5.1 xmlbuilder: 15.1.1 diff --git a/vite.config.ts b/vite.config.ts index 585428028d30..be1e80583d2b 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -22,7 +22,7 @@ export default defineConfig({ }, staged: { // Formatter only for now — no lint or typecheck on commit. - "*": "vp fmt", + "*": "vp fmt --no-error-on-unmatched-pattern", }, fmt: { ignorePatterns: [