Skip to content

Commit fbd5ded

Browse files
def-claude
andauthored
console: Remove @types/uuid, uuid 14 ships built-in types (#36236)
The separate @types/uuid package is unnecessary with uuid 14 and was pulling in a stale uuid@13 duplicate via its uuid:"*" dependency. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 618f264 commit fbd5ded

2 files changed

Lines changed: 9 additions & 20 deletions

File tree

console/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"@types/d3-graphviz": "^2.6.10",
6161
"@types/debug": "^4.1.12",
6262
"@types/react-table": "^7.7.20",
63-
"@types/uuid": "^11.0.0",
6463
"@visx/axis": "^3.12.0",
6564
"@visx/curve": "^3.12.0",
6665
"@visx/event": "^3.12.0",

console/yarn.lock

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5063,15 +5063,6 @@ __metadata:
50635063
languageName: node
50645064
linkType: hard
50655065

5066-
"@types/uuid@npm:^11.0.0":
5067-
version: 11.0.0
5068-
resolution: "@types/uuid@npm:11.0.0"
5069-
dependencies:
5070-
uuid: "npm:*"
5071-
checksum: 10c0/6ebf1448d8fdc78d348a8a84389b74083f2f58bed75a5a6cf3be8419d33dcf757735c8b2de746b066ff8ef07f4384d02549774dc84195ffa46b24745471e9d8e
5072-
languageName: node
5073-
linkType: hard
5074-
50755066
"@types/yauzl@npm:^2.9.1":
50765067
version: 2.9.2
50775068
resolution: "@types/yauzl@npm:2.9.2"
@@ -10985,7 +10976,6 @@ __metadata:
1098510976
"@types/react-table": "npm:^7.7.20"
1098610977
"@types/react-window": "npm:^1.8.8"
1098710978
"@types/semver": "npm:^7.5.8"
10988-
"@types/uuid": "npm:^11.0.0"
1098910979
"@typescript-eslint/eslint-plugin": "npm:^8.57.1"
1099010980
"@typescript-eslint/parser": "npm:^8.57.1"
1099110981
"@visx/axis": "npm:^3.12.0"
@@ -14866,15 +14856,6 @@ __metadata:
1486614856
languageName: node
1486714857
linkType: hard
1486814858

14869-
"uuid@npm:*, uuid@npm:^14.0.0":
14870-
version: 14.0.0
14871-
resolution: "uuid@npm:14.0.0"
14872-
bin:
14873-
uuid: dist-node/bin/uuid
14874-
checksum: 10c0/a57ae7794c45005c1a9208989196c5baf79a7679c30f43c1bee9033a2c4d113a2cea216fa6fcc9663b08b0d55635df1a7c6eb7e7f3d21c3e50688c698fa39a50
14875-
languageName: node
14876-
linkType: hard
14877-
1487814859
"uuid@npm:^10.0.0":
1487914860
version: 10.0.0
1488014861
resolution: "uuid@npm:10.0.0"
@@ -14884,6 +14865,15 @@ __metadata:
1488414865
languageName: node
1488514866
linkType: hard
1488614867

14868+
"uuid@npm:^14.0.0":
14869+
version: 14.0.0
14870+
resolution: "uuid@npm:14.0.0"
14871+
bin:
14872+
uuid: dist-node/bin/uuid
14873+
checksum: 10c0/a57ae7794c45005c1a9208989196c5baf79a7679c30f43c1bee9033a2c4d113a2cea216fa6fcc9663b08b0d55635df1a7c6eb7e7f3d21c3e50688c698fa39a50
14874+
languageName: node
14875+
linkType: hard
14876+
1488714877
"uuid@npm:^8.0.0":
1488814878
version: 8.3.2
1488914879
resolution: "uuid@npm:8.3.2"

0 commit comments

Comments
 (0)