-
-
Notifications
You must be signed in to change notification settings - Fork 600
refactor: Bump uuid from 10.0.0 to 13.0.0 #2806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: Bump uuid from 10.0.0 to 13.0.0 #2806
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Co-authored-by: mtrezza <5673677+mtrezza@users.noreply.github.com>
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
🚀 Thanks for opening this pull request! |
a524feb
into
dependabot/npm_and_yarn/uuid-13.0.0
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dependabot/npm_and_yarn/uuid-13.0.0 #2806 +/- ##
======================================================================
Coverage ? 99.88%
======================================================================
Files ? 64
Lines ? 6222
Branches ? 1489
======================================================================
Hits ? 6215
Misses ? 7
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Pull Request
Issue
Closes: #2770
Approach
uuid v13 is ESM-only, causing integration tests to fail with
ERR_REQUIRE_ESMwhen using CommonJSrequire('uuid').Changes:
require('uuid')with Node.js built-incrypto.randomUUID()in integration testssrc/uuid.tsfor Node/React Native buildsTasks
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.