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>
565 B
565 B
@pnpm/plugin-commands-installation, @pnpm/plugin-commands-deploy, @pnpm/plugin-commands-patching, @pnpm/package-bins, @pnpm/patching.apply-patch, @pnpm/patching.config, @pnpm/patching.types, @pnpm/headless, @pnpm/build-modules, @pnpm/core, @pnpm/types, @pnpm/config, pnpm
| @pnpm/plugin-commands-installation | @pnpm/plugin-commands-deploy | @pnpm/plugin-commands-patching | @pnpm/package-bins | @pnpm/patching.apply-patch | @pnpm/patching.config | @pnpm/patching.types | @pnpm/headless | @pnpm/build-modules | @pnpm/core | @pnpm/types | @pnpm/config | pnpm |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| major | major | major | major | major | major | major | major | major | major | major | major | major |
Removed the deprecated allowNonAppliedPatches completely in favor of allowUnusedPatches.
Remove ignorePatchFailures so all patch application failures should throw an error.