Skip to content

[eas-cli][steps] Bump uuid to v11 - #4282

Open
brentvatne wants to merge 2 commits into
brent/fix-npm-deprecation-warningsfrom
brent/bump-uuid-v11
Open

[eas-cli][steps] Bump uuid to v11#4282
brentvatne wants to merge 2 commits into
brent/fix-npm-deprecation-warningsfrom
brent/bump-uuid-v11

Conversation

@brentvatne

@brentvatne brentvatne commented Aug 26, 2026

Copy link
Copy Markdown
Member

Why

The published CLI and @expo/steps still depend on uuid@9. UUID v11 removes the need for the separate @types/uuid package and avoids the older dependency in these workspaces.

How

  • Bump uuid from v9 to v11 in eas-cli and @expo/steps.
  • Remove @types/uuid from eas-cli because UUID v11 ships its own types.
  • Keep this change separate from the other warning cleanup dependencies.

Test Plan

  • yarn workspace eas-cli typecheck
  • yarn workspace @expo/steps typecheck
  • yarn 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

  1. #4281 — minizlib 3.1.0
  2. #4282 — uuid v11
  3. #4283 — remove lodash.get
  4. #4284 — local-build @expo/bunyan
  5. #4285 — prebuild fallback regression tests

This PR depends on #4281.

@github-actions

Copy link
Copy Markdown

Subscribed to pull request

File Patterns Mentions
packages/eas-cli/** @douglowder

Generated by CodeMention

Warning: The preamble and epilogue options in commentConfiguration are deprecated. Use template instead.

@codecov

codecov Bot commented Aug 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (brent/fix-npm-deprecation-warnings@a21b100). Learn more about missing BASE report.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@brentvatne
brentvatne force-pushed the brent/bump-uuid-v11 branch from 2783b00 to d029ed7 Compare August 27, 2026 21:01
@github-actions

Copy link
Copy Markdown

✅ Thank you for adding the changelog entry!

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.

1 participant