mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-25 15:07:06 -04:00
* refactor: remove allowNonAppliedPatches * refactor: remove ignorePatchFailures * refactor: remove `strict` field in groupPatchedDependencies * test: update test failure in package patching * test: fix * docs: update changesets --------- Co-authored-by: Zoltan Kochan <z@kochan.io>
19 lines
565 B
Markdown
19 lines
565 B
Markdown
---
|
|
"@pnpm/plugin-commands-installation": major
|
|
"@pnpm/plugin-commands-deploy": major
|
|
"@pnpm/plugin-commands-patching": major
|
|
"@pnpm/package-bins": major
|
|
"@pnpm/patching.apply-patch": major
|
|
"@pnpm/patching.config": major
|
|
"@pnpm/patching.types": major
|
|
"@pnpm/headless": major
|
|
"@pnpm/build-modules": major
|
|
"@pnpm/core": major
|
|
"@pnpm/types": major
|
|
"@pnpm/config": major
|
|
"pnpm": major
|
|
---
|
|
|
|
Removed the deprecated `allowNonAppliedPatches` completely in favor of `allowUnusedPatches`.
|
|
Remove `ignorePatchFailures` so all patch application failures should throw an error.
|