[eas-cli][steps] Bump uuid to v11 - #4282
Open
brentvatne wants to merge 2 commits into
Open
Conversation
|
Subscribed to pull request
Generated by CodeMention Warning: The preamble and epilogue options in commentConfiguration are deprecated. Use template instead. |
This was referenced Aug 26, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## brent/fix-npm-deprecation-warnings #4282 +/- ##
=====================================================================
Coverage ? 64.44%
=====================================================================
Files ? 1048
Lines ? 48425
Branches ? 10203
=====================================================================
Hits ? 31204
Misses ? 17105
Partials ? 116 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This was referenced Aug 26, 2026
brentvatne
force-pushed
the
brent/bump-uuid-v11
branch
from
August 26, 2026 21:05
3265610 to
2783b00
Compare
brentvatne
force-pushed
the
brent/bump-uuid-v11
branch
from
August 27, 2026 21:01
2783b00 to
d029ed7
Compare
|
✅ Thank you for adding the changelog entry! |
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.
Why
The published CLI and
@expo/stepsstill depend onuuid@9. UUID v11 removes the need for the separate@types/uuidpackage and avoids the older dependency in these workspaces.How
uuidfrom v9 to v11 ineas-cliand@expo/steps.@types/uuidfromeas-clibecause UUID v11 ships its own types.Test Plan
yarn workspace eas-cli typecheckyarn workspace @expo/steps typecheckyarn workspace @expo/steps test --runInBand --watchman=false(555 tests)yarn workspace eas-cli test src/submit/__tests__/ArchiveSource-test.ts --runInBand --watchman=false(17 tests)Stack
minizlib3.1.0uuidv11lodash.get@expo/bunyanThis PR depends on #4281.