Cleanup lockfile / dependencies#20102
Conversation
Co-authored-by: James Garbutt <43081j@users.noreply.github.com>
Confidence Score: 5/5Safe to merge — the only code change is pinning one dependency to an exact version, and the lockfile cleanup removes stale duplicates without altering any application logic. The No files require special attention. Reviews (1): Last reviewed commit: "re-generate `pnpm-lock.yaml`" | Re-trigger Greptile |
WalkthroughThe pull request updates the 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
This PR reduces the installed dependencies by cleaning up the
pnpm-lock.yamlfile.This also pins
@parcel/watchersuch that the lockfile is generated properly becauase of the patched dependencies.This is a follow-up of #19499, but up to date with the latest state of the repo.
Test plan
node-releases@2.0.46(10 hours ago),electron-to-chromium@1.5.361(12 hours ago),semver@7.8.1(20 hours ago),terser@5.48.0(20 hours ago),webpack-sources@3.5.0(5 hours ago),vite@8.0.14(yesterday). All of these but theterserversion used OIDC.