Files
pnpm/.changeset/remove-deprecated-patch-options.md
Johan Quan Vo 7b1c189f2e feat!: remove deprecated patch options (#10505)
* 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>
2026-01-27 17:08:45 +01:00

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.