Skip to content

Commit 8497850

Browse files
committed
fix: upgrade minimatch to 9.0.6 and fix pre-commit hook crash
1 parent beb2b77 commit 8497850

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@
815815
"hosted-git-info": "8.1.0",
816816
"isexe": "3.1.1",
817817
"lru-cache": "11.2.2",
818-
"minimatch": "9.0.5",
818+
"minimatch": "9.0.6",
819819
"minipass": "7.1.3",
820820
"minipass-fetch": "4.0.1",
821821
"minipass-sized": "1.0.3",

pnpm-lock.yaml

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/test/main.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ async function runTests(
198198
const { mode, reason, tests: testsToRun } = testInfo
199199

200200
// No tests needed
201-
if (testsToRun === null) {
201+
if (testsToRun == null) {
202202
logger.substep('No relevant changes detected, skipping tests')
203203
return 0
204204
}

0 commit comments

Comments
 (0)