chore(deps): dedupe pnpm-lock.yaml - #484
Closed
squiggler-app[bot] wants to merge 0 commit into
Closed
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
squiggler-app
Bot
force-pushed
the
actions/dedupe-if-needed
branch
from
August 3, 2026 14:38
8069946 to
90dd7a6
Compare
squiggler-app
Bot
force-pushed
the
actions/dedupe-if-needed
branch
from
August 3, 2026 15:54
90dd7a6 to
5ba2a06
Compare
auto-merge was automatically disabled
August 3, 2026 15:55
Pull request was closed
squiggler-app
Bot
force-pushed
the
actions/dedupe-if-needed
branch
from
August 3, 2026 15:55
5ba2a06 to
c58248a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I ran
pnpm dedupe🧑💻Note
Low Risk
Dependency lockfile housekeeping with no source or version-range changes; install graph should stay equivalent aside from deduplicated lock entries.
Overview
Lockfile-only maintenance:
pnpm-lock.yamlwas regenerated withpnpm dedupeso duplicate resolved copies of the same package versions are merged.No application source,
package.jsondependency ranges, or runtime behavior should change—only how pnpm pins and references packages in the lockfile.Reviewed by Cursor Bugbot for commit c58248a. Bugbot is set up for automated code reviews on this repo. Configure here.