Skip to content
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

Update dependency uuid to v11 #1305

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update dependency uuid to v11 #1305

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
uuid ^10.0.0 -> ^11.0.0 age adoption passing confidence

Release Notes

uuidjs/uuid (uuid)

v11.0.2

Compare Source

Bug Fixes

v11.0.1

Compare Source

Bug Fixes

v11.0.0

Compare Source

⚠ BREAKING CHANGES
  • refactor v1 internal state and options logic (#​780)
  • refactor v7 internal state and options logic, fixes #​764 (#​779)
  • Port to TypeScript, closes #​762 (#​763)
  • update node support matrix (only support node 16-20) (#​750)
  • This library always aims at supporting one EOLed LTS release which by this time now is 12.x which has reached EOL 30 Apr 2022.
  • Remove the minified UMD build from the package.
  • Drop support for browsers that don't correctly implement const/let and default arguments, and no longer transpile the browser build to ES2015.
  • Although in practice this is currently a noop since the resulting build does not change, the build will no longer transpiles future changes for Node.js 8.x targets, so semantically this is still a breaking change.
  • Deep requiring specific algorithms of this library like require('uuid/v4'), which has been deprecated in uuid@7, is no longer supported.
  • The default export, which used to be the v4() method but which was already discouraged in v3.x of this library, has been removed.
  • Explicitly note that deep imports of the different uuid version functions are deprecated and no longer encouraged and that ECMAScript module named imports should be used instead. Emit a deprecation warning for people who deep-require the different algorithm variants.
  • Remove builtin support for insecure random number generators in the browser. Users who want that will have to supply their own random number generator function.
  • Remove support for generating v3 and v5 UUIDs in Node.js<4.x
  • Convert code base to ECMAScript Modules (ESM) and release CommonJS build for node and ESM build for browser bundlers.
Features
Bug Fixes
Performance Improvements
Documentation
Miscellaneous Chores
Build System

Configuration

📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 added the dependencies Pull requests that update a dependency file label Nov 5, 2024
@renovate renovate bot force-pushed the renovate/uuid-11.x branch from eb0e771 to 967d343 Compare November 5, 2024 11:16
@renovate renovate bot force-pushed the renovate/uuid-11.x branch from 967d343 to 6479622 Compare November 7, 2024 16:18
@renovate renovate bot force-pushed the renovate/uuid-11.x branch from 6479622 to 477413c Compare November 8, 2024 13:53
@renovate renovate bot force-pushed the renovate/uuid-11.x branch from 477413c to 72591b1 Compare November 8, 2024 16:30
@renovate renovate bot force-pushed the renovate/uuid-11.x branch from 72591b1 to 87dc50d Compare November 11, 2024 09:17
@renovate renovate bot force-pushed the renovate/uuid-11.x branch from 87dc50d to 627ec24 Compare November 13, 2024 10:39
@renovate renovate bot force-pushed the renovate/uuid-11.x branch from 627ec24 to 680a04a Compare November 13, 2024 10:51
@renovate renovate bot force-pushed the renovate/uuid-11.x branch from 680a04a to d770ba5 Compare November 14, 2024 10:26
@renovate renovate bot force-pushed the renovate/uuid-11.x branch from d770ba5 to 7f3e87a Compare November 15, 2024 12:05
@renovate renovate bot force-pushed the renovate/uuid-11.x branch 2 times, most recently from 66780ea to 6a39d25 Compare November 21, 2024 13:31
@renovate renovate bot force-pushed the renovate/uuid-11.x branch from 6a39d25 to 607fb30 Compare November 21, 2024 13:45
@renovate renovate bot force-pushed the renovate/uuid-11.x branch from 607fb30 to c73a258 Compare November 21, 2024 14:01
@renovate renovate bot force-pushed the renovate/uuid-11.x branch 2 times, most recently from 0cd7d67 to f35a17f Compare December 9, 2024 09:25
@renovate renovate bot force-pushed the renovate/uuid-11.x branch from f35a17f to 2670135 Compare December 9, 2024 12:51
@renovate renovate bot force-pushed the renovate/uuid-11.x branch from 2670135 to bc45ca5 Compare December 9, 2024 18:09
@renovate renovate bot force-pushed the renovate/uuid-11.x branch from bc45ca5 to f1242b9 Compare December 10, 2024 10:06
@renovate renovate bot force-pushed the renovate/uuid-11.x branch from f1242b9 to b4ddf82 Compare December 10, 2024 13:52
@renovate renovate bot force-pushed the renovate/uuid-11.x branch from b4ddf82 to 3d2c2ae Compare December 10, 2024 15:43
@renovate renovate bot force-pushed the renovate/uuid-11.x branch from 3d2c2ae to ad6abab Compare December 10, 2024 15:57
@renovate renovate bot force-pushed the renovate/uuid-11.x branch from ad6abab to 5a512ee Compare December 10, 2024 18:48
@renovate renovate bot force-pushed the renovate/uuid-11.x branch from 5a512ee to 3dfb10e Compare December 11, 2024 09:23
@renovate renovate bot force-pushed the renovate/uuid-11.x branch from 3dfb10e to a3b19a3 Compare December 11, 2024 15:25
@renovate renovate bot force-pushed the renovate/uuid-11.x branch from a3b19a3 to 2ee2536 Compare December 12, 2024 11:56
@renovate renovate bot force-pushed the renovate/uuid-11.x branch from 2ee2536 to adb0be0 Compare December 12, 2024 12:17
@renovate renovate bot force-pushed the renovate/uuid-11.x branch from adb0be0 to 76c4221 Compare December 13, 2024 11:09
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 ns:pcq prd:pcq rel:pcq-frontend-pr-1305
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants