chore(deps): dedupe pnpm-lock.yaml - #1814
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
✅ E2E Tests🟢 26 passed • view full report • view run Studio: https://plugins-e2e-test-studio-2uapxp4lx.sanity.dev Datasets: |
Coverage Report
File CoverageNo changed files found. |
ddb485b to
51c9302
Compare
51c9302 to
6a09439
Compare
6a09439 to
e169a82
Compare
e169a82 to
dab9297
Compare
dab9297 to
b1d6a09
Compare
b1d6a09 to
82764b2
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 82764b2. Configure here.
82764b2 to
f0ecdbc
Compare
f0ecdbc to
0b97694
Compare
0b97694 to
e0bc865
Compare
e0bc865 to
a38f3cc
Compare

I ran
pnpm dedupe🧑💻Note
Low Risk
Dependency graph cleanup in the lockfile only; no runtime or security-sensitive code changes, though CI/install should still pass a normal
pnpm install.Overview
Lockfile-only update from running
pnpm dedupe—nopackage.jsonor application source changes.The lockfile merges duplicate resolution keys that only differed by optional peer wiring (notably dropping repeated
(supports-color@8.1.1)suffixes on packages likevercel,axios,@sanity/cli, Babel polyfill plugins, and related Sanity toolchain entries). Thesanitynext workspace link is normalized to a single variant that includes@types/react-domin its peer graph, and a redundant duplicatesanity@6.9.1-next.6block is removed in favor of one consolidated entry.A few transitive pins shift with dedupe—for example
zodmoves from 4.1.11 to 4.4.3 under some Vercel/sandbox paths—without changing declared workspace dependency ranges.Reviewed by Cursor Bugbot for commit a38f3cc. Bugbot is set up for automated code reviews on this repo. Configure here.