sqltools-duckdb-driver
sqltools-duckdb-driver copied to clipboard
Bump uuid from 9.0.1 to 11.0.3
trafficstars
Bumps uuid from 9.0.1 to 11.0.3.
Release notes
Sourced from uuid's releases.
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)
⚠ 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
... (truncated)
Changelog
Sourced from uuid's changelog.
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
- 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)
10.0.0 (2024-06-07)
⚠ BREAKING CHANGES
- update node support (drop node@12, node@14, add node@20) (#750)
... (truncated)
Commits
1370497chore(main): release 11.0.3 (#828)383474dchore: replace optional-dev-dependencies with iodd (#836)341edf4fix: export internal uuid types (#833)e2dee69fix: revert "simplify type for v3 and v5" (#835)c8866d9chore: enable manual runs of browser workflow (#834)c2d3fedfix: apply stricter typing to the v* signatures (#831)913e958chore: update to actions/checkout@v4 (#830)0980160chore: cleanup changelog (#829)b93ea10fix: remove sourcemaps (#827)36f2369chore(main): release 11.0.2 (#823)- 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.
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 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)