Skip to content

Update dependency uuid to v14#85

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/uuid-14.x
Open

Update dependency uuid to v14#85
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/uuid-14.x

Conversation

@renovate

@renovate renovate Bot commented Apr 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
uuid ^11.1.0^14.0.0 age confidence

Release Notes

uuidjs/uuid (uuid)

v14.0.1

Compare Source

Bug Fixes
  • add types condition to node export for moduleResolution bundler (#​961) (27ffae5)

v14.0.0

Compare Source

Security
  • Fixes GHSA-w5hq-g745-h8pq: v3(), v5(), and v6() did not validate that writes would remain within the bounds of a caller-supplied buffer, allowing out-of-bounds writes when an invalid offset was provided. A RangeError is now thrown if offset < 0 or offset + 16 > buf.length.
⚠ BREAKING CHANGES
  • crypto is now expected to be globally defined (requires node@​20+) (#​935)
  • drop node@​18 support (#​934)
  • upgrade minimum supported TypeScript version to 5.4.3, in keeping with the project's policy of supporting TypeScript versions released within the last two years

v13.0.2

Compare Source

Bug Fixes
  • rerelease to fix provenance. (49ccb35)

v13.0.1

Compare Source

Bug Fixes

v13.0.0

Compare Source

⚠ BREAKING CHANGES
  • make browser exports the default (#​901)
Bug Fixes

v12.0.1

Compare Source

Bug Fixes

v12.0.0

Compare Source

⚠ BREAKING CHANGES
  • update to typescript@​5.2 (#​887)
  • remove CommonJS support (#​886)
  • drop node@​16 support (#​883)
Features
Bug Fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update dependency uuid to v14 Update dependency uuid to v14 - autoclosed Apr 30, 2026
@renovate renovate Bot closed this Apr 30, 2026
@renovate renovate Bot deleted the renovate/uuid-14.x branch April 30, 2026 19:20
@renovate renovate Bot changed the title Update dependency uuid to v14 - autoclosed Update dependency uuid to v14 May 5, 2026
@renovate renovate Bot reopened this May 5, 2026
@renovate renovate Bot force-pushed the renovate/uuid-14.x branch 2 times, most recently from 9cd7e58 to e4c7edf Compare May 5, 2026 20:09

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 PR Reviewer

The diff bumps the uuid dev dependency from ^11.1.0 to ^14.0.0. This is a major version jump (skipping v12 and v13) that may introduce breaking API changes. Since uuid is only a devDependency it has limited risk, but the large version jump warrants verification that tests still pass and no breaking changes affect usage.

📝 1 suggestion(s) - Please review inline comments below.


💡 How to re-trigger

Comment /review or /pr-reviewer on this PR

Comment thread package.json
"devDependencies": {
"jest": "^30.2.0",
"uuid": "^11.1.0"
"uuid": "^14.0.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jumping from uuid ^11.1.0 to ^14.0.0 skips two major versions. Major version increments in semver indicate breaking changes. Verify the uuid API used in tests is still compatible with v14, or consider upgrading incrementally (e.g., to ^12.0.0 first) after reviewing changelogs.

Suggested change
"uuid": "^14.0.0"
"uuid": "^12.0.0"

@renovate renovate Bot force-pushed the renovate/uuid-14.x branch from e4c7edf to 9a0ab7d Compare May 12, 2026 13:52

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 PR Reviewer

The diff upgrades the uuid dev dependency from ^11.1.0 to ^14.0.0, skipping two major versions. Major version bumps in semver signal breaking changes, and jumping multiple majors at once increases the risk of incompatibilities without incremental validation.

🔄 1 re-raised suggestion(s) from previous review


💡 How to re-trigger

Comment /review or /pr-reviewer on this PR

Comment thread package.json
"devDependencies": {
"jest": "^30.2.0",
"uuid": "^11.1.0"
"uuid": "^14.0.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Re-raised] Jumping from uuid ^11.1.0 to ^14.0.0 skips two major versions. Major version increments in semver indicate breaking changes. Verify the uuid API used in tests is still compatible with v14, or consider upgrading incrementally (e.g., to ^12.0.0 first) after reviewing changelogs.

Suggested change
"uuid": "^14.0.0"
"uuid": "^12.0.0"

@github-actions github-actions Bot dismissed their stale review May 12, 2026 14:02

Superseded by new review

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.

0 participants