Skip to content

Commit

Permalink
Upgrade: [dependabot] - bump uuid from 10.0.0 to 11.0.2 (#1001)
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 11.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/uuidjs/uuid/releases">uuid's
releases</a>.</em></p>
<blockquote>
<h2>v11.0.2</h2>
<h2><a
href="https://github.com/uuidjs/uuid/compare/v11.0.1...v11.0.2">11.0.2</a>
(2024-10-28)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>remove wrapper.mjs (<a
href="https://github.com/uuidjs/uuid/commit/2a18871f00f6f9effa9f8afadd98278e6866112c">2a18871</a>)</li>
<li>remove wrapper.mjs (<a
href="https://redirect.github.com/uuidjs/uuid/issues/822">#822</a>) (<a
href="https://github.com/uuidjs/uuid/commit/6683ad38b048375b451eac1194960f24ba20e0ca">6683ad3</a>)</li>
</ul>
<h2>v11.0.1</h2>
<h2><a
href="https://github.com/uuidjs/uuid/compare/v11.0.0...v11.0.1">11.0.1</a>
(2024-10-27)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>restore package.json#browser field (<a
href="https://redirect.github.com/uuidjs/uuid/issues/817">#817</a>) (<a
href="https://github.com/uuidjs/uuid/commit/ae8f38657bca0ee053bf29c88c006b1ea05af1b5">ae8f386</a>)</li>
</ul>
<h2>v11.0.0</h2>
<h2><a
href="https://github.com/uuidjs/uuid/compare/v11.0.0...v11.0.0">11.0.0</a>
(2024-10-27)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>refactor v1 internal state and options logic (<a
href="https://redirect.github.com/uuidjs/uuid/issues/780">#780</a>)</li>
<li>refactor v7 internal state and options logic, fixes <a
href="https://redirect.github.com/uuidjs/uuid/issues/764">#764</a> (<a
href="https://redirect.github.com/uuidjs/uuid/issues/779">#779</a>)</li>
<li>Port to TypeScript, closes <a
href="https://redirect.github.com/uuidjs/uuid/issues/762">#762</a> (<a
href="https://redirect.github.com/uuidjs/uuid/issues/763">#763</a>)</li>
<li>update node support matrix (only support node 16-20) (<a
href="https://redirect.github.com/uuidjs/uuid/issues/750">#750</a>)</li>
<li>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.</li>
<li>Remove the minified UMD build from the package.</li>
<li>Drop support for browsers that don't correctly implement const/let
and default arguments, and no longer transpile the browser build to
ES2015.</li>
<li>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.</li>
<li>Deep requiring specific algorithms of this library like
require('uuid/v4'), which has been deprecated in uuid@7, is no longer
supported.</li>
<li>The default export, which used to be the v4() method but which was
already discouraged in v3.x of this library, has been removed.</li>
<li>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.</li>
<li>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.</li>
<li>Remove support for generating v3 and v5 UUIDs in Node.js&lt;4.x</li>
<li>Convert code base to ECMAScript Modules (ESM) and release CommonJS
build for node and ESM build for browser bundlers.</li>
</ul>
<h3>Features</h3>
<ul>
<li>add parse/stringify/validate/version/NIL APIs (<a
href="https://redirect.github.com/uuidjs/uuid/issues/479">#479</a>) (<a
href="https://github.com/uuidjs/uuid/commit/0e6c10ba1bf9517796ff23c052fc0468eedfd5f4">0e6c10b</a>)</li>
<li>add support for MAX uuid (new in RFC9562) (<a
href="https://redirect.github.com/uuidjs/uuid/issues/714">#714</a>) (<a
href="https://github.com/uuidjs/uuid/commit/0385cd3f18ae9920678b2849932fa7a9d9aee7d0">0385cd3</a>)</li>
<li>add UMD build to npm package (<a
href="https://redirect.github.com/uuidjs/uuid/issues/357">#357</a>) (<a
href="https://github.com/uuidjs/uuid/commit/4e75adf435196f28e3fbbe0185d654b5ded7ca2c">4e75adf</a>)</li>
<li>add various es module and CommonJS examples (<a
href="https://github.com/uuidjs/uuid/commit/b238510bf352463521f74bab175a3af9b7a42555">b238510</a>)</li>
<li>enforce Conventional Commit style commit messages (<a
href="https://redirect.github.com/uuidjs/uuid/issues/282">#282</a>) (<a
href="https://github.com/uuidjs/uuid/commit/0705cd5bae3ab07415294e5544901ffcf0ad4e23">0705cd5</a>)</li>
<li>ensure that docs are up-to-date in CI (<a
href="https://github.com/uuidjs/uuid/commit/ee5e77db547474f5a8f23d6c857a6d399209986b">ee5e77d</a>)</li>
<li>hybrid CommonJS &amp; ECMAScript modules build (<a
href="https://github.com/uuidjs/uuid/commit/a3f078faa0baff69ab41aed08e041f8f9c8993d0">a3f078f</a>)</li>
<li>improve performance of v1 string representation (<a
href="https://redirect.github.com/uuidjs/uuid/issues/453">#453</a>) (<a
href="https://github.com/uuidjs/uuid/commit/0ee0b67c37846529c66089880414d29f3ae132d5">0ee0b67</a>)</li>
<li>improve v4 performance by reusing random number array (<a
href="https://redirect.github.com/uuidjs/uuid/issues/435">#435</a>) (<a
href="https://github.com/uuidjs/uuid/commit/bf4af0d711b4d2ed03d1f74fd12ad0baa87dc79d">bf4af0d</a>)</li>
<li>optimize uuid.v1 by 1.3x uuid.v4 by 4.3x (430%) (<a
href="https://redirect.github.com/uuidjs/uuid/issues/597">#597</a>) (<a
href="https://github.com/uuidjs/uuid/commit/3a033f6bab6bb3780ece6d645b902548043280bc">3a033f6</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md">uuid's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/uuidjs/uuid/compare/v11.0.1...v11.0.2">11.0.2</a>
(2024-10-28)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>remove wrapper.mjs (<a
href="https://github.com/uuidjs/uuid/commit/2a18871f00f6f9effa9f8afadd98278e6866112c">2a18871</a>)</li>
<li>remove wrapper.mjs (<a
href="https://redirect.github.com/uuidjs/uuid/issues/822">#822</a>) (<a
href="https://github.com/uuidjs/uuid/commit/6683ad38b048375b451eac1194960f24ba20e0ca">6683ad3</a>)</li>
</ul>
<h2><a
href="https://github.com/uuidjs/uuid/compare/v9.0.0...v11.0.0">11.0.0</a>
(2024-10-26)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>refactor v1 internal state and options logic (<a
href="https://redirect.github.com/uuidjs/uuid/issues/780">#780</a>)</li>
<li>refactor v7 internal state and options logic, fixes <a
href="https://redirect.github.com/uuidjs/uuid/issues/764">#764</a> (<a
href="https://redirect.github.com/uuidjs/uuid/issues/779">#779</a>)</li>
<li>Port to TypeScript, closes <a
href="https://redirect.github.com/uuidjs/uuid/issues/762">#762</a> (<a
href="https://redirect.github.com/uuidjs/uuid/issues/763">#763</a>)</li>
<li>update node support matrix (only support node 16-20) (<a
href="https://redirect.github.com/uuidjs/uuid/issues/750">#750</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>Port to TypeScript, closes <a
href="https://redirect.github.com/uuidjs/uuid/issues/762">#762</a> (<a
href="https://redirect.github.com/uuidjs/uuid/issues/763">#763</a>) (<a
href="https://github.com/uuidjs/uuid/commit/1e0f9870db864ca93f7a69db0d468b5e1b7605e7">1e0f987</a>)</li>
<li>update node support matrix (only support node 16-20) (<a
href="https://redirect.github.com/uuidjs/uuid/issues/750">#750</a>) (<a
href="https://github.com/uuidjs/uuid/commit/883b163b9ab9d6655bfbd8a35e61a3c71674dfe1">883b163</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>missing v7 expectations in browser spec (<a
href="https://redirect.github.com/uuidjs/uuid/issues/751">#751</a>) (<a
href="https://github.com/uuidjs/uuid/commit/f54a866cedb2b3b96581157c1f4ac935a0b11411">f54a866</a>)</li>
<li>refactor v1 internal state and options logic (<a
href="https://redirect.github.com/uuidjs/uuid/issues/780">#780</a>) (<a
href="https://github.com/uuidjs/uuid/commit/031b3d3d738bc6694501ac0a37152b95ed500989">031b3d3</a>)</li>
<li>refactor v7 internal state and options logic, fixes <a
href="https://redirect.github.com/uuidjs/uuid/issues/764">#764</a> (<a
href="https://redirect.github.com/uuidjs/uuid/issues/779">#779</a>) (<a
href="https://github.com/uuidjs/uuid/commit/9dbd1cd4177c43fcaac961a3b16fb2d044c9940a">9dbd1cd</a>)</li>
<li>remove v4 options default assignment preventing native.randomUUID
from being used (<a
href="https://redirect.github.com/uuidjs/uuid/issues/786">#786</a>) (<a
href="https://github.com/uuidjs/uuid/commit/afe62323c4408a824755a39d7b971a8ae06f7199">afe6232</a>),
closes <a
href="https://redirect.github.com/uuidjs/uuid/issues/763">#763</a></li>
<li>seq_hi shift for byte 6 (<a
href="https://redirect.github.com/uuidjs/uuid/issues/775">#775</a>) (<a
href="https://github.com/uuidjs/uuid/commit/1d532ca374f181932a24a83fa98f71a5bd4f3e96">1d532ca</a>)</li>
<li>tsconfig module type (<a
href="https://redirect.github.com/uuidjs/uuid/issues/778">#778</a>) (<a
href="https://github.com/uuidjs/uuid/commit/7eff835cba334ad418f57768c00d15b918a9b419">7eff835</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/uuidjs/uuid/commit/36f2369af6479a46db1eb4fdffb73cbbf6108cf4"><code>36f2369</code></a>
chore(main): release 11.0.2 (<a
href="https://redirect.github.com/uuidjs/uuid/issues/823">#823</a>)</li>
<li><a
href="https://github.com/uuidjs/uuid/commit/6683ad38b048375b451eac1194960f24ba20e0ca"><code>6683ad3</code></a>
fix: remove wrapper.mjs (<a
href="https://redirect.github.com/uuidjs/uuid/issues/822">#822</a>)</li>
<li><a
href="https://github.com/uuidjs/uuid/commit/3b26f0a782c8560a16ea77248b50759cf93bc2a0"><code>3b26f0a</code></a>
Revert &quot;fix: remove wrapper.mjs&quot;</li>
<li><a
href="https://github.com/uuidjs/uuid/commit/2a18871f00f6f9effa9f8afadd98278e6866112c"><code>2a18871</code></a>
fix: remove wrapper.mjs</li>
<li><a
href="https://github.com/uuidjs/uuid/commit/36182fa9638b697a945da73dda6f80ab2baa6087"><code>36182fa</code></a>
chore: add id to RP workflow step (<a
href="https://redirect.github.com/uuidjs/uuid/issues/819">#819</a>)</li>
<li><a
href="https://github.com/uuidjs/uuid/commit/50dc0cee4b5879f1b77698b0103f38aac902939d"><code>50dc0ce</code></a>
chore(main): release 11.0.1 (<a
href="https://redirect.github.com/uuidjs/uuid/issues/818">#818</a>)</li>
<li><a
href="https://github.com/uuidjs/uuid/commit/ae8f38657bca0ee053bf29c88c006b1ea05af1b5"><code>ae8f386</code></a>
fix: restore package.json#browser field (<a
href="https://redirect.github.com/uuidjs/uuid/issues/817">#817</a>)</li>
<li><a
href="https://github.com/uuidjs/uuid/commit/6695be65dc35c81ac2d17090bfffd5b8000f14d6"><code>6695be6</code></a>
chore: RP cleanup (<a
href="https://redirect.github.com/uuidjs/uuid/issues/816">#816</a>)</li>
<li><a
href="https://github.com/uuidjs/uuid/commit/7d2547e3d2f313738c639e5caced1358605a8fe0"><code>7d2547e</code></a>
chore: restore rp conditionals</li>
<li><a
href="https://github.com/uuidjs/uuid/commit/964be22f812c89ee2e1c1fb335eea3b2163f45b3"><code>964be22</code></a>
Merge branch 'main' of github.com:uuidjs/uuid</li>
<li>Additional commits viewable in <a
href="https://github.com/uuidjs/uuid/compare/v10.0.0...v11.0.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uuid&package-manager=npm_and_yarn&previous-version=10.0.0&new-version=11.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Brown <[email protected]>
  • Loading branch information
dependabot[bot] and anthony-nhs authored Oct 30, 2024
1 parent 0da6326 commit 48d0921
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install-python:
poetry install

install-node:
npm install --legacy-peer-deps
npm ci --legacy-peer-deps

install-hooks: install-python
poetry run pre-commit install --install-hooks --overwrite
Expand Down
35 changes: 18 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cpsuLambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"json-schema-to-ts": "^3.1.1",
"pratica": "^2.3.0",
"ts-md5": "^1.3.1",
"uuid": "^10.0.0"
"uuid": "^11.0.2"
},
"devDependencies": {
"@faker-js/faker": "^9.1.0",
Expand Down
1 change: 1 addition & 0 deletions packages/cpsuLambda/src/schema/format_1/transformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ function generate_uuid(prescriptionItem: itemType, prescriptionDetails: requestT
.windows(2)
.map((hex) => parseInt(hex, 16))

// @ts-expect-error missing properties are not needed
return uuidv4({random: seed})
}

Expand Down

0 comments on commit 48d0921

Please sign in to comment.