Skip to content

Remove out of date / unused next package version from lockfile#1305

Merged
1egoman merged 1 commit intomainfrom
run-pnpm-dedup
Mar 4, 2026
Merged

Remove out of date / unused next package version from lockfile#1305
1egoman merged 1 commit intomainfrom
run-pnpm-dedup

Conversation

@1egoman
Copy link
Contributor

@1egoman 1egoman commented Feb 27, 2026

After merging #1304, a few CVE alerts didn't go away relating to next@15.4.6 even though I upgraded next in the example, and it looks like it was because there were some old (now unused) entries in the pnpm-lock.yaml file which pnpm didn't cleanup after that upgrade.

After running pnpm dedupe, those old entries went away, and this is the result, but the api-documenter build seems to have broken because of some deep missing transitive dependency... 🤔

Taking a different path - I just removed the old next@15.4.6 lockfile section manually, and I'm hoping that will be enough to clear the alerts 🤞 .

@vercel
Copy link

vercel bot commented Feb 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
components-js-storybook-5kld Ready Ready Preview, Comment Mar 4, 2026 3:35pm

Request Review

@changeset-bot
Copy link

changeset-bot bot commented Feb 27, 2026

⚠️ No Changeset found

Latest commit: 08403c1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Feb 27, 2026

size-limit report 📦

Path Size
LiveKitRoom only 6 KB (0%)
LiveKitRoom with VideoConference 32.2 KB (0%)
All exports 43.1 KB (0%)

@1egoman 1egoman changed the title Run pnpm dedupe on lockfile Remove out of date / unused next package version from lockfile Mar 4, 2026
@1egoman 1egoman merged commit c47a78a into main Mar 4, 2026
8 checks passed
@1egoman 1egoman deleted the run-pnpm-dedup branch March 4, 2026 15:57
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