chore: update uuid to v14.0.0#29224
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
edd2f01 to
3650d03
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, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ceef559. Configure here.
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
Why no E2E tests are needed:
Why no performance tests are needed:
Performance Test Selection: |
|




Description
Changelog
CHANGELOG entry: null
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/MCWP-557
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Performance checks (if applicable)
trace()for usage andaddTokenfor an exampleFor performance guidelines and tooling, see the Performance Guide.
Pre-merge reviewer checklist
Note
Medium Risk
Major-version bump of
uuidcan change module format/typing and affect any runtime UUID generation paths, especially in React Native/Jest transforms. The code changes are small but dependency behavior changes could surface at build/test time or in places relying onuuidoptions.Overview
Upgrades
uuidfrom^8.3.2to^14.0.0(and updatesyarn.lockaccordingly), removing the now-unneeded npm audit ignore entry for the prioruuidadvisory.Adjusts test infrastructure for the new
uuidpackage shape: addsuuidto Jest’stransformIgnorePatternsallowlist, updatesanalyticsId.test.ts’sv4mock typing, and tweaksaccountsControllerTestUtils.tsto cast thev4({ random })input toUint8Arrayfor the updated type expectations.Reviewed by Cursor Bugbot for commit 608d200. Bugbot is set up for automated code reviews on this repo. Configure here.