{{ message }}
chore: bump uuid from ^8.3.2 to ^9.0.1 - #10117
Open
cryptodev-2s wants to merge 2 commits into
Open
Conversation
Contributor
Author
^8.3.2 to ^9.0.1uuid from ^8.3.2 to ^9.0.1
cryptodev-2s
force-pushed
the
chore/bump-uuid-9.0.1
branch
from
September 4, 2026 15:19
43cb170 to
709a27a
Compare
This comment has been minimized.
This comment has been minimized.
cryptodev-2s
force-pushed
the
chore/bump-uuid-9.0.1
branch
from
September 4, 2026 15:25
709a27a to
df499fe
Compare
Contributor
Author
|
@metamaskbot update-changelogs |
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.

Explanation
References
Checklist
Note
Low Risk
Dependency-only major bump with no code changes; risk is mainly deduplication and bundler/resolution quirks if a consumer still pins uuid v8.
Overview
This PR upgrades the
uuiddependency from^8.3.2to^9.0.1across the monorepo root and many controller packages (accounts, analytics, assets, bridge, transaction, network, and others). Packages that typeuuidalso move@types/uuidfrom^8.3.0to^9.0.8, andyarn.lockdrops the old@types/uuid@^8.3.0resolution in favor of v9.There are no runtime or test source edits in the diff—only
package.json,CHANGELOG.md, and lockfile updates documenting the bump (#10117). Existing usage (e.g.v4/V4Optionsnamed imports) stays as-is.Reviewed by Cursor Bugbot for commit c4808e9. Bugbot is set up for automated code reviews on this repo. Configure here.