mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-11 18:50:16 -04:00
* refactor: remove ignoreDepScripts and neverBuiltDependencies settings These settings are redundant in v11: - `ignore-dep-scripts` is superseded by the default behavior of `allowBuilds` - `neverBuiltDependencies` was already dead code, replaced by `allowBuilds` * chore: add changeset for removed ignore-dep-scripts setting
271 B
271 B
@pnpm/config.reader, pnpm
| @pnpm/config.reader | pnpm |
|---|---|
| major | major |
Removed the ignore-dep-scripts setting. It is no longer needed because dependency build scripts are already blocked by default — use allowBuilds in pnpm-workspace.yaml to allow specific packages to run scripts.