Skip to content

fix: deprecated uuid#6057

Open
NathanWalker wants to merge 3 commits into
mainfrom
fix/uuid-deprecation
Open

fix: deprecated uuid#6057
NathanWalker wants to merge 3 commits into
mainfrom
fix/uuid-deprecation

Conversation

@NathanWalker

@NathanWalker NathanWalker commented Jun 9, 2026

Copy link
Copy Markdown
Contributor
  • fix deprecated uuid warnings on install:
npm warn deprecated uuid@7.0.3: uuid@10 and below is no longer supported.  For ESM codebases, update to uuid@latest.  For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).
npm warn deprecated uuid@8.3.2: uuid@10 and below is no longer supported.  For ESM codebases, update to uuid@latest.  For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).
npm warn deprecated uuid@8.3.2: uuid@10 and below is no longer supported.  For ESM codebases, update to uuid@latest.  For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).
npm warn deprecated uuid@9.0.1: uuid@10 and below is no longer supported.  For ESM codebases, update to uuid@latest.  For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).

Summary by CodeRabbit

  • Chores
    • Updated several project dependencies to newer versions for stability and compatibility.
    • Added an analytics library to the bundled dependencies to ensure it's packaged consistently.
    • Pinned a UUID-related dependency to a specific version and extended overrides to reduce version conflicts.

@coderabbitai

coderabbitai Bot commented Jun 9, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 19206e4a-4ea1-4a86-a00a-479414bbc9b9

📥 Commits

Reviewing files that changed from the base of the PR and between 9d08663 and 53d1f7e.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

Bumps three dependency versions in package.json, adds universal-analytics to bundleDependencies, and pins uuid to 11.1.0 in the overrides section.

Changes

Package dependency updates

Layer / File(s) Summary
Dependency version bumps
package.json
Updates @nstudio/trapezedev-project, ios-device-lib, and nativescript-dev-xcode dependency versions.
overrides and bundleDependencies
package.json
Adds universal-analytics to bundleDependencies and adds uuid: 11.1.0 to overrides.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Poem

🐰 I hopped through lines with careful paws,
Bumped three friends and packed one cause,
A bundle tucked, a UUID bound,
Small changes made without a sound,
Nibbles of code on the release lawn.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title 'fix: deprecated uuid' directly addresses the main change: pinning the uuid dependency to version 11.1.0 to resolve deprecation warnings.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@NathanWalker NathanWalker added this to the 9.1 milestone Jun 9, 2026
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