Skip to content

Bump uuid from 3.4.0 to 14.0.0 in /tests/zenko_tests/node_tests#2387

Open
dependabot[bot] wants to merge 1 commit intodevelopment/2.14from
dependabot/npm_and_yarn/tests/zenko_tests/node_tests/uuid-14.0.0
Open

Bump uuid from 3.4.0 to 14.0.0 in /tests/zenko_tests/node_tests#2387
dependabot[bot] wants to merge 1 commit intodevelopment/2.14from
dependabot/npm_and_yarn/tests/zenko_tests/node_tests/uuid-14.0.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Bumps uuid from 3.4.0 to 14.0.0.

Release notes

Sourced from uuid's releases.

v14.0.0

14.0.0 (2026-04-19)

⚠ BREAKING CHANGES

  • expect crypto to be global everywhere (requires node@20+) (#935)
  • drop node@18 support (#934)

Features

Bug Fixes

  • expect crypto to be global everywhere (requires node@20+) (#935) (f2c235f)
  • Use GITHUB_TOKEN for release-please and enable npm provenance (#925) (ffa3138)

v13.0.0

13.0.0 (2025-09-08)

⚠ BREAKING CHANGES

  • make browser exports the default (#901)

Bug Fixes

v12.0.0

12.0.0 (2025-09-05)

⚠ BREAKING CHANGES

  • update to typescript@5.2 (#887)
  • remove CommonJS support (#886)
  • drop node@16 support (#883)

Features

Bug Fixes

... (truncated)

Changelog

Sourced from uuid's changelog.

14.0.0 (2026-04-19)

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

13.0.0 (2025-09-08)

⚠ BREAKING CHANGES

  • make browser exports the default (#901)

Bug Fixes

12.0.0 (2025-09-05)

⚠ BREAKING CHANGES

  • update to typescript@5.2 (#887)
  • remove CommonJS support (#886)
  • drop node@16 support (#883)

Features

Bug Fixes

11.1.0 (2025-02-19)

... (truncated)

Commits
  • 7c1ea08 chore(main): release 14.0.0 (#926)
  • 3d2c5b0 Merge commit from fork
  • f2c235f fix!: expect crypto to be global everywhere (requires node@20+) (#935)
  • 529ef08 chore: upgrade TypeScript and fixup types (#927)
  • 086fd79 chore: update dependencies (#933)
  • dc4ddb8 feat!: drop node@18 support (#934)
  • 0f1f9c9 chore: switch to Biome for parsing and linting (#932)
  • e2879e6 chore: use maintained version of npm-run-all (#930)
  • ffa3138 fix: Use GITHUB_TOKEN for release-please and enable npm provenance (#925)
  • 0423d49 docs: remove obsolete v1 option notes (#915)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for uuid since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 14.0.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v3.4.0...v14.0.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 14.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 22, 2026
@bert-e
Copy link
Copy Markdown
Contributor

bert-e commented Apr 22, 2026

Hello dependabot[bot],

My role is to assist you with the merge of this
pull request. Please type @bert-e help to get information
on this process, or consult the user documentation.

Available options
name description privileged authored
/after_pull_request Wait for the given pull request id to be merged before continuing with the current one.
/bypass_author_approval Bypass the pull request author's approval
/bypass_build_status Bypass the build and test status
/bypass_commit_size Bypass the check on the size of the changeset TBA
/bypass_incompatible_branch Bypass the check on the source branch prefix
/bypass_jira_check Bypass the Jira issue check
/bypass_peer_approval Bypass the pull request peers' approval
/bypass_leader_approval Bypass the pull request leaders' approval
/approve Instruct Bert-E that the author has approved the pull request. ✍️
/create_pull_requests Allow the creation of integration pull requests.
/create_integration_branches Allow the creation of integration branches.
/no_octopus Prevent Wall-E from doing any octopus merge and use multiple consecutive merge instead
/unanimity Change review acceptance criteria from one reviewer at least to all reviewers
/wait Instruct Bert-E not to run until further notice.
Available commands
name description privileged
/help Print Bert-E's manual in the pull request.
/status Print Bert-E's current status in the pull request TBA
/clear Remove all comments from Bert-E from the history TBA
/retry Re-start a fresh build TBA
/build Re-start a fresh build TBA
/force_reset Delete integration branches & pull requests, and restart merge process from the beginning.
/reset Try to remove integration branches unless there are commits on them which do not appear on the source branch.

Status report is not available.

The following options are set: bypass_author_approval, bypass_jira_check

@bert-e
Copy link
Copy Markdown
Contributor

bert-e commented Apr 22, 2026

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • 2 peers

The following options are set: bypass_author_approval, bypass_jira_check

@github-actions
Copy link
Copy Markdown

Dependency Bump Evaluation

Version change: 3.4.0 -> 14.0.0 (11 major version jumps)
Semver bump type: major

Changes (across v4 through v14):

  • v7: Removed deep require paths, switched to named exports
  • v10: Dropped Node.js 12/14 support
  • v12: Removed CommonJS support entirely (ESM-only), dropped Node.js 16
  • v13: Made browser exports the default
  • v14: Dropped Node.js 18 (requires node@20+), expects global crypto

Security fix: Fixes GHSA-w5hq-g745-h8pq - out-of-bounds buffer write in v3(), v5(), and v6(). However, this codebase only uses v4(), so the CVE does not directly affect these tests.

Breaking changes: Multiple critical ones:

  1. CommonJS removed (v12): This project has no type:module and all 9 files use require(). uuid v12+ is ESM-only - every import will fail at runtime.
  2. Deep import paths removed (v7): 6 files use require(uuid/v4), a v3.x pattern removed in v7.
  3. Node.js 20+ required (v14): package.json declares engines node >=16.

Impact on codebase - 9 files affected:

  • init_test.js - const { v4: uuidV4 } = require(uuid) - CJS removed
  • ingestionS3CPauseResume.js - require(uuid/v4) - deep path + CJS removed
  • ingestionS3C.js - require(uuid/v4) - deep path + CJS removed
  • oobS3C.js - require(uuid/v4) - deep path + CJS removed
  • transition.js - require(uuid/v4) - deep path + CJS removed
  • expiration.js - require(uuid) - CJS removed
  • bucketGetV2.js - require(uuid/v4) - deep path + CJS removed
  • bucketPolicy.js - require(uuid/v4) - deep path + CJS removed
  • locationQuota.js - require(uuid/v4) - deep path + CJS removed

CI status: build-kafka and lint-e2e-zenko-tests checks have FAILED.

Install script changes: v14 adds a prepare script that runs during installation.

Recommendation: BREAKING CHANGES

Notes:

  • This PR will break all test files at runtime because uuid v12+ is ESM-only and this is a CommonJS project.
  • To adopt uuid v14, the test project would need to either: (a) convert to ESM (type:module + import syntax), (b) use dynamic import() for uuid, or (c) use a CommonJS-compatible UUID alternative like crypto.randomUUID() (built into Node.js 19+).
  • Option (c) is the simplest path: replace all uuid usage with crypto.randomUUID(), remove the uuid dependency entirely, and update engines to >=20. This avoids the security advisory and the dependency altogether.
  • The security CVE (GHSA-w5hq-g745-h8pq) only affects v3()/v5()/v6() - this codebase uses only v4() and is not vulnerable.

— Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant