fix(deps): update uuid [security] + pin esbuild/rollup/vite#205
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
d760da3 to
6b5f461
Compare
6b5f461 to
45044a4
Compare
45044a4 to
f49835d
Compare
f49835d to
fb8e032
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
2302b1d to
53c5284
Compare
edelauna
approved these changes
May 26, 2026
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.
Changes
uuid11.1.0→11.1.1(CVE-2026-41907 / GHSA-w5hq-g745-h8pq) — missing buffer bounds check inv3/v5/v6whenbufis providedesbuild,rollup, andviteto exact versions viapnpm.overridesto prevent transitive dep churn in unrelated Renovate PRsWhy the pins
Every Renovate security PR was bundling noisy
esbuild/rollup/vite@7churn in the lock file because:vite@8requiresesbuild ^0.28.0but the root had^0.25.0, causing dual resolutionrolluphad no override, so it floated freely as a vite transitive depvitest@4(pulled in by@copilotkit/aimock) requiresvite ^6||^7, which was spinning up a separatevite@7instance instead of reusingvite@8Pinning all three in
pnpm.overridescollapses the tree to single versions and stops the churn.