Skip to content

chore(patches): remove patches for versions no longer resolved#1217

Merged
John-David Dalton (jdalton) merged 1 commit into
mainfrom
chore/remove-stale-patches
Apr 17, 2026
Merged

chore(patches): remove patches for versions no longer resolved#1217
John-David Dalton (jdalton) merged 1 commit into
mainfrom
chore/remove-stale-patches

Conversation

@jdalton
Copy link
Copy Markdown
Collaborator

@jdalton John-David Dalton (jdalton) commented Apr 17, 2026

Summary

  • Deletes two patch files that were kept around after the packages bumped past them:
    • patches/@npmcli__run-script@10.0.3.patch (current patched version is 10.0.4)
    • patches/node-gyp@12.1.0.patch (current patched version is 12.2.0)

Why

pnpm-workspace.yaml only points at the newer versions, and grepping the lockfile confirms the older versions aren't resolved anywhere. The files were just orphans adding noise to patches/.

Test plan

  • pnpm install still resolves (no lockfile change needed)
  • pnpm run build:cli succeeds
  • CI green

Note

Low Risk
Only deletes patch artifacts for versions not used by the lock/workspace, so behavior should be unchanged aside from a cleaner repo.

Overview
Removes two orphaned pnpm patch files for dependency versions that are no longer resolved: patches/@npmcli__run-script@10.0.3.patch and patches/node-gyp@12.1.0.patch.

No runtime behavior changes are introduced for currently-installed dependencies; this is cleanup to reduce noise in patches/.

Reviewed by Cursor Bugbot for commit b93cd58. Configure here.

Drops patches/@npmcli__run-script@10.0.3.patch and patches/node-gyp@12.1.0.patch.
pnpm-workspace.yaml's patchedDependencies only references the newer 10.0.4
and 12.2.0 versions, and the older versions aren't resolved anywhere in
the lockfile. Keeping the files around just makes the patches/ directory
harder to read.
@jdalton John-David Dalton (jdalton) merged commit f9fbeca into main Apr 17, 2026
6 checks passed
@jdalton John-David Dalton (jdalton) deleted the chore/remove-stale-patches branch April 17, 2026 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants