Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion bazel/benchmark/driver-utilities/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ ts_library(
"@npm//@types/selenium-webdriver",
"@npm//protractor",
"@npm//selenium-webdriver",
"@npm//uuid",
],
)

Expand Down
4 changes: 2 additions & 2 deletions bazel/benchmark/driver-utilities/perf_util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
* found in the LICENSE file at https://angular.io/license
*/

import {randomUUID} from 'node:crypto';
export {verifyNoBrowserErrors} from './e2e_util';

import type * as benchpress from '@angular/benchpress';
import {v1 as uuidv1} from 'uuid';
import {openBrowser} from './e2e_util';

// Note: Keep the `modules/benchmarks/README.md` file in sync with the supported options.
Expand Down Expand Up @@ -82,7 +82,7 @@ async function _prepareBenchpressSetup(): Promise<BenchpressSetup> {
Runner,
} = module;

let runId = uuidv1();
let runId = randomUUID();
if (process.env.GIT_SHA) {
runId = process.env.GIT_SHA + ' ' + runId;
}
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"true-case-path": "^2.2.1",
"tslib": "^2.5.2",
"typescript": "5.8.3",
"uuid": "^11.0.0",
"yargs": "^17.0.0"
},
"devDependencies": {
Expand Down Expand Up @@ -94,8 +93,6 @@
"@types/babel__core": "^7.1.19",
"@types/cli-progress": "^3.9.1",
"@types/conventional-commits-parser": "^5.0.0",
"@types/diff": "^7.0.0",
"@types/dom-view-transitions": "^1.0.4",
"@types/ejs": "^3.0.6",
"@types/events": "^3.0.0",
"@types/folder-hash": "^4.0.1",
Expand All @@ -112,7 +109,6 @@
"chalk": "^5.0.1",
"cli-progress": "^3.7.0",
"conventional-commits-parser": "^5.0.0",
"diff": "^7.0.0",
"ejs": "^3.1.6",
"fast-glob": "^3.3.2",
"firebase": "11.7.1",
Expand Down
27 changes: 1 addition & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,6 @@ __metadata:
"@types/browser-sync": "npm:^2.26.3"
"@types/cli-progress": "npm:^3.9.1"
"@types/conventional-commits-parser": "npm:^5.0.0"
"@types/diff": "npm:^7.0.0"
"@types/dom-view-transitions": "npm:^1.0.4"
"@types/ejs": "npm:^3.0.6"
"@types/events": "npm:^3.0.0"
"@types/folder-hash": "npm:^4.0.1"
Expand All @@ -305,7 +303,6 @@ __metadata:
chalk: "npm:^5.0.1"
cli-progress: "npm:^3.7.0"
conventional-commits-parser: "npm:^5.0.0"
diff: "npm:^7.0.0"
ejs: "npm:^3.1.6"
fast-glob: "npm:^3.3.2"
firebase: "npm:11.7.1"
Expand Down Expand Up @@ -353,7 +350,6 @@ __metadata:
typed-graphqlify: "npm:^3.1.1"
typescript: "npm:5.8.3"
undici: "npm:^7.0.0"
uuid: "npm:^11.0.0"
wait-on: "npm:^8.0.0"
which: "npm:^5.0.0"
ws: "npm:^8.8.0"
Expand Down Expand Up @@ -4921,20 +4917,6 @@ __metadata:
languageName: node
linkType: hard

"@types/diff@npm:^7.0.0":
version: 7.0.2
resolution: "@types/diff@npm:7.0.2"
checksum: 10c0/ac4de3f982242292e006ace98a9d41363ebc244145939466139828ffa6c476acc15eea2bad39bd7e0868003c497614f6d7e734d4999c4f09d95dfd173d24d723
languageName: node
linkType: hard

"@types/dom-view-transitions@npm:^1.0.4":
version: 1.0.6
resolution: "@types/dom-view-transitions@npm:1.0.6"
checksum: 10c0/d6b87e9ee3a097bd5fc462a5e95bb94c0296790d4921f19ebedaa7e903adf045dcbcb82a8837e22fbf7e44f2dce33610381d9eb76c51106d0e63b21d6cb364e8
languageName: node
linkType: hard

"@types/duplexify@npm:*":
version: 3.6.4
resolution: "@types/duplexify@npm:3.6.4"
Expand Down Expand Up @@ -7353,13 +7335,6 @@ __metadata:
languageName: node
linkType: hard

"diff@npm:^7.0.0":
version: 7.0.0
resolution: "diff@npm:7.0.0"
checksum: 10c0/251fd15f85ffdf814cfc35a728d526b8d2ad3de338dcbd011ac6e57c461417090766b28995f8ff733135b5fbc3699c392db1d5e27711ac4e00244768cd1d577b
languageName: node
linkType: hard

"dir-glob@npm:^3.0.1":
version: 3.0.1
resolution: "dir-glob@npm:3.0.1"
Expand Down Expand Up @@ -15373,7 +15348,7 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^11.0.0, uuid@npm:^11.0.2":
"uuid@npm:^11.0.2":
version: 11.1.0
resolution: "uuid@npm:11.1.0"
bin:
Expand Down