Verify latest release
pnpm version
10.6.0
Which area(s) of pnpm are affected? (leave empty if unsure)
Package manager compatibility
Link to the code that reproduces this issue or a replay of the bug
No response
Reproduction steps
have an existing project with any patched dependency on 10.5.2, then update pnpm to 10.6.0 and run pnpm install the result will be a change to your lock file removing all references to the patchedDependencies.

Describe the Bug
PatchedDependencies are not applied in 10.6.0
Expected Behavior
patchedDependencies should be applied in 10.6.0
Which Node.js version are you using?
v22.14.0
Which operating systems have you used?
If your OS is a Linux based, which one it is? (Include the version if relevant)
debian
Verify latest release
pnpm version
10.6.0
Which area(s) of pnpm are affected? (leave empty if unsure)
Package manager compatibility
Link to the code that reproduces this issue or a replay of the bug
No response
Reproduction steps
have an existing project with any patched dependency on 10.5.2, then update pnpm to 10.6.0 and run
pnpm installthe result will be a change to your lock file removing all references to the patchedDependencies.Describe the Bug
PatchedDependencies are not applied in 10.6.0
Expected Behavior
patchedDependencies should be applied in 10.6.0
Which Node.js version are you using?
v22.14.0
Which operating systems have you used?
If your OS is a Linux based, which one it is? (Include the version if relevant)
debian