Bump uuid from 9.0.1 to 11.0.5
Bumps uuid from 9.0.1 to 11.0.5.
Release notes
Sourced from uuid's releases.
v11.0.5
11.0.5 (2025-01-09)
Bug Fixes
- add TS unit test, pin to [email protected] (#860) (24ac2fd)
v11.0.4
11.0.4 (2025-01-05)
Bug Fixes
- docs: insure -> ensure (#843) (d2a61e1)
- exclude tests from published package (#840) (f992ff4)
- Test for invalid byte array sizes and ranges in
v1(),v4(), andv7()(#845) (e0ee900)v11.0.3
11.0.3 (2024-11-04)
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
11.0.2 (2024-10-28)
Bug Fixes
v11.0.1
11.0.1 (2024-10-27)
Bug Fixes
v11.0.0
11.0.0 (2024-10-27)
... (truncated)
Changelog
Sourced from uuid's changelog.
11.0.5 (2025-01-09)
Bug Fixes
- add TS unit test, pin to [email protected] (#860) (24ac2fd)
11.0.4 (2025-01-05)
Bug Fixes
- docs: insure -> ensure (#843) (d2a61e1)
- exclude tests from published package (#840) (f992ff4)
- Test for invalid byte array sizes and ranges in
v1(),v4(), andv7()(#845) (e0ee900)11.0.3 (2024-11-04)
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)
11.0.2 (2024-10-28)
Bug Fixes
11.0.1 (2024-10-27)
Bug Fixes
11.0.0 (2024-10-26)
⚠ 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
... (truncated)
Commits
46ada3cchore(main): release 11.0.5 (#861)24ac2fdfix: add TS unit test, pin to [email protected] (#860)e426aaabuild: usenpm packtarball for local examples and testing instead of .loca...050cd5bchore(main): release 11.0.4 (#842)e0ee900fix: Test for invalid byte array sizes and ranges inv1(),v4(), and `v7(...6e83b3achore: update deps (#848)5f58b43docs: Ensure link to getrandomvalues-not-supported is maintained (#844)d2a61e1fix(docs): insure -> ensure (#843)f992ff4fix: exclude tests from published package (#840)59df709docs: add notes on platform support (#838)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by broofa, a new releaser for uuid since your current version.
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
@dependabot rebase
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!
If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.
@dependabot recreate
A newer version of uuid exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
@dependabot recreate
@dependabot recreate
Superseded by #1273.