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.
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the major group with 3 updates: next, uuid and eslint-config-next.
Updates
next
from 14.2.14 to 15.0.1Release notes
Sourced from next's releases.
... (truncated)
Commits
914d0f3
v15.0.1b075951
v15.0.1-canary.3a7a7b19
[dynamicIO] detect metadata boundaries in dev using server component stacks (...cfa003c
Add --turbopack CLI flag (#71657)9bd38dd
codemod(turbopack): Rewrite more Vc fields in structs as ResolvedVc (#71172)cfd816d
Update Sanity example to next v15 (#71640)ce41f6b
Enable source maps forpnpm debug
(#71653)8275078
test: fix async api tests (#71652)95720f4
fix(turbo-tasks): Implement ValueDebugFormat for ResolvedVc (#71173)e06cd47
docs: remove the canary note on instrumentation (#71649)Updates
uuid
from 10.0.0 to 11.0.2Release notes
Sourced from uuid's releases.
... (truncated)
Changelog
Sourced from uuid's changelog.
Commits
36f2369
chore(main): release 11.0.2 (#823)6683ad3
fix: remove wrapper.mjs (#822)3b26f0a
Revert "fix: remove wrapper.mjs"2a18871
fix: remove wrapper.mjs36182fa
chore: add id to RP workflow step (#819)50dc0ce
chore(main): release 11.0.1 (#818)ae8f386
fix: restore package.json#browser field (#817)6695be6
chore: RP cleanup (#816)7d2547e
chore: restore rp conditionals964be22
Merge branch 'main' of github.com:uuidjs/uuidUpdates
eslint-config-next
from 14.2.15 to 15.0.1Release notes
Sourced from eslint-config-next's releases.
... (truncated)
Commits
914d0f3
v15.0.1b075951
v15.0.1-canary.34ee184b
v15.0.1-canary.22b860fd
v15.0.1-canary.1db301b0
v15.0.1-canary.051bfe3c
v15.0.04821456
v15.0.0-canary.2050aba53d
v15.0.0-canary.2049e0d46a
v15.0.0-canary.203de26339
v15.0.0-canary.202Dependabot 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show