feat!: change the default values of blockExoticSubdeps and strictDepBuilds (#10332)

This commit is contained in:
Zoltan Kochan authored and GitHub committed 2025-12-22 14:36:46 +01:00
1 parent 97cf97609e
commit 1cc61e87bc
9 files changed
+22 -2

No files matched your search

@@ -1,3 +1,4 @@
import fs from 'fs'
import path from 'path'
import { type PnpmError } from '@pnpm/error'
import { store } from '@pnpm/plugin-commands-store'
@@ -53,6 +54,7 @@ test('CLI fails when store status finds modified packages', async () => {
test('CLI does not fail when store status does not find modified packages', async () => {
const project = prepare()
fs.writeFileSync('pnpm-workspace.yaml', 'allowBuilds: { "es5-ext": false, "fsevents": true }', 'utf8')
const tmp = temporaryDirectory()
const cacheDir = path.join(tmp, 'cache')
const storeDir = path.join(tmp, 'store')