Skip to content

Commit

Permalink
fix(deps): update dependency uuid to v10 (#11036)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [uuid](https://togithub.com/uuidjs/uuid) | [`9.0.1` ->
`10.0.0`](https://renovatebot.com/diffs/npm/uuid/9.0.1/10.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/uuid/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/uuid/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/uuid/9.0.1/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/uuid/9.0.1/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/uuid](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid))
| [`9.0.8` ->
`10.0.0`](https://renovatebot.com/diffs/npm/@types%2fuuid/9.0.8/10.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fuuid/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fuuid/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fuuid/9.0.8/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fuuid/9.0.8/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>uuidjs/uuid (uuid)</summary>

###
[`v10.0.0`](https://togithub.com/uuidjs/uuid/blob/HEAD/CHANGELOG.md#1000-2024-06-07)

[Compare
Source](https://togithub.com/uuidjs/uuid/compare/v9.0.1...v10.0.0)

##### ⚠ BREAKING CHANGES

- update node support (drop node@12, node@14, add node@20)
([#&#8203;750](https://togithub.com/uuidjs/uuid/issues/750))

##### Features

- support support rfc9562 MAX uuid (new in RFC9562)
([#&#8203;714](https://togithub.com/uuidjs/uuid/issues/714))
([0385cd3](https://togithub.com/uuidjs/uuid/commit/0385cd3f18ae9920678b2849932fa7a9d9aee7d0))
- support rfc9562 v6 uuids
([#&#8203;754](https://togithub.com/uuidjs/uuid/issues/754))
([c4ed13e](https://togithub.com/uuidjs/uuid/commit/c4ed13e7159d87c9e42a349bdd9dc955f1af46b6))
- support rfc9562 v7 uuids
([#&#8203;681](https://togithub.com/uuidjs/uuid/issues/681))
([db76a12](https://togithub.com/uuidjs/uuid/commit/db76a1284760c441438f50a57924b322dae08891))
- update node support matrix (only support node 16-20)
([#&#8203;750](https://togithub.com/uuidjs/uuid/issues/750))
([883b163](https://togithub.com/uuidjs/uuid/commit/883b163b9ab9d6655bfbd8a35e61a3c71674dfe1))
- support rfc9562 v8 uuids
([#&#8203;759](https://togithub.com/uuidjs/uuid/issues/759))
([35a5342](https://togithub.com/uuidjs/uuid/commit/35a53428202657e402e6b4aa68f56c08194541bf))

##### Bug Fixes

- revert "perf: remove superfluous call to toLowerCase
([#&#8203;677](https://togithub.com/uuidjs/uuid/issues/677))"
([#&#8203;738](https://togithub.com/uuidjs/uuid/issues/738))
([e267b90](https://togithub.com/uuidjs/uuid/commit/e267b9073df1d0ce119ee53c0487fe76acb2be37))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 21, 2024
1 parent 73c5cbf commit 2673851
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 27 deletions.
4 changes: 2 additions & 2 deletions packages/auth-providers/dbAuth/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"base64url": "3.0.1",
"core-js": "3.37.1",
"md5": "2.3.0",
"uuid": "9.0.1"
"uuid": "10.0.0"
},
"devDependencies": {
"@babel/cli": "7.24.8",
"@babel/core": "^7.22.20",
"@redwoodjs/api": "workspace:*",
"@simplewebauthn/server": "7.4.0",
"@types/md5": "2.3.5",
"@types/uuid": "9.0.8",
"@types/uuid": "10.0.0",
"typescript": "5.4.5",
"vitest": "2.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"systeminformation": "5.22.11",
"terminal-link": "2.1.1",
"title-case": "3.0.3",
"uuid": "9.0.1",
"uuid": "10.0.0",
"yargs": "17.7.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-redwood-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"terminal-link": "2.1.1",
"tsx": "4.16.2",
"untildify": "4.0.0",
"uuid": "9.0.1",
"uuid": "10.0.0",
"vitest": "2.0.3",
"yargs": "17.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"graphql-tag": "2.12.6",
"graphql-yoga": "5.6.1",
"lodash": "4.17.21",
"uuid": "9.0.1"
"uuid": "10.0.0"
},
"devDependencies": {
"@babel/cli": "7.24.8",
Expand All @@ -54,7 +54,7 @@
"@types/aws-lambda": "8.10.141",
"@types/jsonwebtoken": "9.0.6",
"@types/lodash": "4.17.7",
"@types/uuid": "9.0.8",
"@types/uuid": "10.0.0",
"@whatwg-node/fetch": "0.9.18",
"jest": "29.7.0",
"jsonwebtoken": "9.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"ci-info": "4.0.0",
"envinfo": "7.13.0",
"systeminformation": "5.22.11",
"uuid": "9.0.1",
"uuid": "10.0.0",
"yargs": "17.7.2"
},
"devDependencies": {
"@types/envinfo": "7.8.4",
"@types/uuid": "9.0.8",
"@types/uuid": "10.0.0",
"@types/yargs": "17.0.32",
"tsx": "4.16.2",
"typescript": "5.4.5",
Expand Down
45 changes: 26 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7494,12 +7494,12 @@ __metadata:
"@redwoodjs/project-config": "workspace:*"
"@simplewebauthn/server": "npm:7.4.0"
"@types/md5": "npm:2.3.5"
"@types/uuid": "npm:9.0.8"
"@types/uuid": "npm:10.0.0"
base64url: "npm:3.0.1"
core-js: "npm:3.37.1"
md5: "npm:2.3.0"
typescript: "npm:5.4.5"
uuid: "npm:9.0.1"
uuid: "npm:10.0.0"
vitest: "npm:2.0.3"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -7987,7 +7987,7 @@ __metadata:
title-case: "npm:3.0.3"
tsx: "npm:4.16.2"
typescript: "npm:5.4.5"
uuid: "npm:9.0.1"
uuid: "npm:10.0.0"
vitest: "npm:2.0.3"
yargs: "npm:17.7.2"
bin:
Expand Down Expand Up @@ -8235,7 +8235,7 @@ __metadata:
"@types/aws-lambda": "npm:8.10.141"
"@types/jsonwebtoken": "npm:9.0.6"
"@types/lodash": "npm:4.17.7"
"@types/uuid": "npm:9.0.8"
"@types/uuid": "npm:10.0.0"
"@whatwg-node/fetch": "npm:0.9.18"
core-js: "npm:3.37.1"
graphql: "npm:16.9.0"
Expand All @@ -8247,7 +8247,7 @@ __metadata:
lodash: "npm:4.17.21"
tsx: "npm:4.16.2"
typescript: "npm:5.4.5"
uuid: "npm:9.0.1"
uuid: "npm:10.0.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -8593,15 +8593,15 @@ __metadata:
"@redwoodjs/project-config": "workspace:*"
"@redwoodjs/structure": "workspace:*"
"@types/envinfo": "npm:7.8.4"
"@types/uuid": "npm:9.0.8"
"@types/uuid": "npm:10.0.0"
"@types/yargs": "npm:17.0.32"
"@whatwg-node/fetch": "npm:0.9.18"
ci-info: "npm:4.0.0"
envinfo: "npm:7.13.0"
systeminformation: "npm:5.22.11"
tsx: "npm:4.16.2"
typescript: "npm:5.4.5"
uuid: "npm:9.0.1"
uuid: "npm:10.0.0"
vitest: "npm:2.0.3"
yargs: "npm:17.7.2"
languageName: unknown
Expand Down Expand Up @@ -11240,7 +11240,14 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:9.0.8, @types/uuid@npm:^9.0.1":
"@types/uuid@npm:10.0.0":
version: 10.0.0
resolution: "@types/uuid@npm:10.0.0"
checksum: 10c0/9a1404bf287164481cb9b97f6bb638f78f955be57c40c6513b7655160beb29df6f84c915aaf4089a1559c216557dc4d2f79b48d978742d3ae10b937420ddac60
languageName: node
linkType: hard

"@types/uuid@npm:^9.0.1":
version: 9.0.8
resolution: "@types/uuid@npm:9.0.8"
checksum: 10c0/b411b93054cb1d4361919579ef3508a1f12bf15b5fdd97337d3d351bece6c921b52b6daeef89b62340fd73fd60da407878432a1af777f40648cbe53a01723489
Expand Down Expand Up @@ -14656,7 +14663,7 @@ __metadata:
terminal-link: "npm:2.1.1"
tsx: "npm:4.16.2"
untildify: "npm:4.0.0"
uuid: "npm:9.0.1"
uuid: "npm:10.0.0"
vitest: "npm:2.0.3"
yargs: "npm:17.7.2"
bin:
Expand Down Expand Up @@ -29452,16 +29459,7 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:9.0.1, uuid@npm:^9.0.0, uuid@npm:^9.0.1":
version: 9.0.1
resolution: "uuid@npm:9.0.1"
bin:
uuid: dist/bin/uuid
checksum: 10c0/1607dd32ac7fc22f2d8f77051e6a64845c9bce5cd3dd8aa0070c074ec73e666a1f63c7b4e0f4bf2bc8b9d59dc85a15e17807446d9d2b17c8485fbc2147b27f9b
languageName: node
linkType: hard

"uuid@npm:^10.0.0":
"uuid@npm:10.0.0, uuid@npm:^10.0.0":
version: 10.0.0
resolution: "uuid@npm:10.0.0"
bin:
Expand All @@ -29488,6 +29486,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^9.0.0, uuid@npm:^9.0.1":
version: 9.0.1
resolution: "uuid@npm:9.0.1"
bin:
uuid: dist/bin/uuid
checksum: 10c0/1607dd32ac7fc22f2d8f77051e6a64845c9bce5cd3dd8aa0070c074ec73e666a1f63c7b4e0f4bf2bc8b9d59dc85a15e17807446d9d2b17c8485fbc2147b27f9b
languageName: node
linkType: hard

"v8-compile-cache-lib@npm:^3.0.1":
version: 3.0.1
resolution: "v8-compile-cache-lib@npm:3.0.1"
Expand Down

0 comments on commit 2673851

Please sign in to comment.