Skip to content

Commit 52c43b0

Browse files
committed
build: update bazel setup
1 parent 37d6ab6 commit 52c43b0

File tree

2 files changed

+22
-15
lines changed

2 files changed

+22
-15
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"@babel/core": "^7.16.0",
2323
"@babel/helper-annotate-as-pure": "^7.18.6",
2424
"@babel/plugin-proposal-async-generator-functions": "^7.20.1",
25-
"@bazel/buildifier": "6.3.3",
25+
"@bazel/buildifier": "7.3.1",
2626
"@bazel/concatjs": "5.8.1",
2727
"@bazel/esbuild": "5.8.1",
2828
"@bazel/protractor": "5.8.1",
29-
"@bazel/runfiles": "5.8.1",
29+
"@bazel/runfiles": "6.3.1",
3030
"@bazel/terser": "5.8.1",
3131
"@bazel/typescript": "5.8.1",
3232
"@microsoft/api-extractor": "7.47.9",
@@ -71,7 +71,7 @@
7171
"@angular/platform-browser-dynamic": "19.0.0-next.9",
7272
"@angular/router": "19.0.0-next.9",
7373
"@bazel/bazelisk": "^1.11.0",
74-
"@bazel/ibazel": "^0.23.0",
74+
"@bazel/ibazel": "^0.25.0",
7575
"@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch",
7676
"@google-cloud/firestore": "^7.0.0",
7777
"@google-cloud/storage": "^7.0.0",

yarn.lock

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -311,13 +311,13 @@ __metadata:
311311
"@babel/helper-annotate-as-pure": "npm:^7.18.6"
312312
"@babel/plugin-proposal-async-generator-functions": "npm:^7.20.1"
313313
"@bazel/bazelisk": "npm:^1.11.0"
314-
"@bazel/buildifier": "npm:6.3.3"
314+
"@bazel/buildifier": "npm:7.3.1"
315315
"@bazel/concatjs": "npm:5.8.1"
316316
"@bazel/esbuild": "npm:5.8.1"
317-
"@bazel/ibazel": "npm:^0.23.0"
317+
"@bazel/ibazel": "npm:^0.25.0"
318318
"@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch"
319319
"@bazel/protractor": "npm:5.8.1"
320-
"@bazel/runfiles": "npm:5.8.1"
320+
"@bazel/runfiles": "npm:6.3.1"
321321
"@bazel/terser": "npm:5.8.1"
322322
"@bazel/typescript": "npm:5.8.1"
323323
"@google-cloud/firestore": "npm:^7.0.0"
@@ -1103,12 +1103,12 @@ __metadata:
11031103
languageName: node
11041104
linkType: hard
11051105

1106-
"@bazel/buildifier@npm:6.3.3":
1107-
version: 6.3.3
1108-
resolution: "@bazel/buildifier@npm:6.3.3"
1106+
"@bazel/buildifier@npm:7.3.1":
1107+
version: 7.3.1
1108+
resolution: "@bazel/buildifier@npm:7.3.1"
11091109
bin:
11101110
buildifier: buildifier.js
1111-
checksum: 10c0/899639d028c7070105603c5a6d7f969649049b39c7c90fc03d6025176a80a029ecbd56250eb27b06cd786073df7ee17d32fff97f4cb4dc3eceed7ff0cc113f85
1111+
checksum: 10c0/a5f3991691495581b8cb0ff8f97e08789774483f7c9aac3ef90c349ed6bac330921fcd798db55dcb24752d6911e855dd3eabb646029a434a34a876216fd37fa7
11121112
languageName: node
11131113
linkType: hard
11141114

@@ -1140,12 +1140,12 @@ __metadata:
11401140
languageName: node
11411141
linkType: hard
11421142

1143-
"@bazel/ibazel@npm:^0.23.0":
1144-
version: 0.23.7
1145-
resolution: "@bazel/ibazel@npm:0.23.7"
1143+
"@bazel/ibazel@npm:^0.25.0":
1144+
version: 0.25.0
1145+
resolution: "@bazel/ibazel@npm:0.25.0"
11461146
bin:
11471147
ibazel: index.js
1148-
checksum: 10c0/e115bd0851b8e9240fa4d06513f2c475962160d79dc6e2228b39f2504cf0d9cf99d210c154cde3be093593da24e372bdb6b7a2dbefb48e60ef51bd4e80f6aaa8
1148+
checksum: 10c0/8654fcb6dec25f5d503b5442ae24c93982b7b7e7f9f7d0caa2ca77e34325d645f86745f412922324e83596dae0f6e59e5269075119dc347f42d777905a2010ae
11491149
languageName: node
11501150
linkType: hard
11511151

@@ -1188,7 +1188,14 @@ __metadata:
11881188
languageName: node
11891189
linkType: hard
11901190

1191-
"@bazel/runfiles@npm:5.8.1, @bazel/runfiles@npm:^5.8.1":
1191+
"@bazel/runfiles@npm:6.3.1":
1192+
version: 6.3.1
1193+
resolution: "@bazel/runfiles@npm:6.3.1"
1194+
checksum: 10c0/7b542dcff9e917cc521520db137bd4f4a478796693700e2ec2c27f4beede800c9f4987e20c6b965d81000638f63549160780aea51eca2f0d0275be76fdc5e49f
1195+
languageName: node
1196+
linkType: hard
1197+
1198+
"@bazel/runfiles@npm:^5.8.1":
11921199
version: 5.8.1
11931200
resolution: "@bazel/runfiles@npm:5.8.1"
11941201
checksum: 10c0/c148ea89839240d918ea615c485fcd0e5c009215ddfa718cc7dd1c3f0e2e278eb8d291b6cd990cd8fc2ade161f98f2defbac8b9c2968e5c5bc4edb98e6ed6bc6

0 commit comments

Comments
 (0)