Update dependency uuid to v11
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
uuid | dependencies | major | ^9.0.0 -> ^11.0.0 |
Release Notes
uuidjs/uuid
v11.0.3
Bug Fixes
- apply stricter typing to the v* signatures (#831) (c2d3fed)
- export internal uuid types (#833) (341edf4)
- remove sourcemaps (#827) (b93ea10)
- revert "simplify type for v3 and v5" (#835) (e2dee69)
v11.0.2
Bug Fixes
v11.0.1
Bug Fixes
v11.0.0
⚠ 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)
Features
- Port to TypeScript, closes #762 (#763) (1e0f987)
- update node support matrix (only support node 16-20) (#750) (883b163)
Bug Fixes
- missing v7 expectations in browser spec (#751) (f54a866)
- refactor v1 internal state and options logic (#780) (031b3d3)
- refactor v7 internal state and options logic, fixes #764 (#779) (9dbd1cd)
- remove v4 options default assignment preventing native.randomUUID from being used (#786) (afe6232), closes #763
- seq_hi shift for byte 6 (#775) (1d532ca)
- tsconfig module type (#778) (7eff835)
v10.0.0
⚠ BREAKING CHANGES
- update node support (drop node@12, node@14, add node@20) (#750)
Features
- support support rfc9562 MAX uuid (new in RFC9562) (#714) (0385cd3)
- support rfc9562 v6 uuids (#754) (c4ed13e)
- support rfc9562 v7 uuids (#681) (db76a12)
- update node support matrix (only support node 16-20) (#750) (883b163)
- support rfc9562 v8 uuids (#759) (35a5342)
Bug Fixes
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Tine Wittler