Skip to content

Commit 84b5cbe

Browse files
committed
build: update bazel setup
1 parent 10f65a1 commit 84b5cbe

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

WORKSPACE

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ http_archive(
2929
http_archive(
3030
name = "build_bazel_rules_nodejs",
3131
sha256 = "709cc0dcb51cf9028dd57c268066e5bc8f03a119ded410a13b5c3925d6e43c48",
32-
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.8.4/rules_nodejs-5.8.4.tar.gz"],
32+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/v6.1.0/rules_nodejs-5.8.4.tar.gz"],
3333
)
3434

3535
load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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.1.1",
2626
"@bazel/concatjs": "5.8.1",
2727
"@bazel/esbuild": "5.8.1",
2828
"@bazel/protractor": "5.8.1",
@@ -76,7 +76,7 @@
7676
"@angular/platform-browser-dynamic": "18.0.0-next.4",
7777
"@angular/router": "18.0.0-next.4",
7878
"@bazel/bazelisk": "^1.11.0",
79-
"@bazel/ibazel": "^0.23.0",
79+
"@bazel/ibazel": "^0.25.0",
8080
"@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch",
8181
"@codemirror/autocomplete": "^6.11.1",
8282
"@codemirror/commands": "^6.3.2",

yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -546,10 +546,10 @@ __metadata:
546546
"@babel/helper-annotate-as-pure": "npm:^7.18.6"
547547
"@babel/plugin-proposal-async-generator-functions": "npm:^7.20.1"
548548
"@bazel/bazelisk": "npm:^1.11.0"
549-
"@bazel/buildifier": "npm:6.3.3"
549+
"@bazel/buildifier": "npm:7.1.1"
550550
"@bazel/concatjs": "npm:5.8.1"
551551
"@bazel/esbuild": "npm:5.8.1"
552-
"@bazel/ibazel": "npm:^0.23.0"
552+
"@bazel/ibazel": "npm:^0.25.0"
553553
"@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch"
554554
"@bazel/protractor": "npm:5.8.1"
555555
"@bazel/runfiles": "npm:5.8.1"
@@ -2483,12 +2483,12 @@ __metadata:
24832483
languageName: node
24842484
linkType: hard
24852485

2486-
"@bazel/buildifier@npm:6.3.3":
2487-
version: 6.3.3
2488-
resolution: "@bazel/buildifier@npm:6.3.3"
2486+
"@bazel/buildifier@npm:7.1.1":
2487+
version: 7.1.1
2488+
resolution: "@bazel/buildifier@npm:7.1.1"
24892489
bin:
24902490
buildifier: buildifier.js
2491-
checksum: 10c0/899639d028c7070105603c5a6d7f969649049b39c7c90fc03d6025176a80a029ecbd56250eb27b06cd786073df7ee17d32fff97f4cb4dc3eceed7ff0cc113f85
2491+
checksum: 10c0/14e472f9927507fb96f28352106ea8424a9af3267950029684cb172d59d1ca2e8450622ee0d6b1c9da3bf100ed3362326680474f47c2d0e3ccb7b02d6644afd1
24922492
languageName: node
24932493
linkType: hard
24942494

@@ -2520,12 +2520,12 @@ __metadata:
25202520
languageName: node
25212521
linkType: hard
25222522

2523-
"@bazel/ibazel@npm:^0.23.0":
2524-
version: 0.23.7
2525-
resolution: "@bazel/ibazel@npm:0.23.7"
2523+
"@bazel/ibazel@npm:^0.25.0":
2524+
version: 0.25.0
2525+
resolution: "@bazel/ibazel@npm:0.25.0"
25262526
bin:
25272527
ibazel: index.js
2528-
checksum: 10c0/e115bd0851b8e9240fa4d06513f2c475962160d79dc6e2228b39f2504cf0d9cf99d210c154cde3be093593da24e372bdb6b7a2dbefb48e60ef51bd4e80f6aaa8
2528+
checksum: 10c0/8654fcb6dec25f5d503b5442ae24c93982b7b7e7f9f7d0caa2ca77e34325d645f86745f412922324e83596dae0f6e59e5269075119dc347f42d777905a2010ae
25292529
languageName: node
25302530
linkType: hard
25312531

0 commit comments

Comments
 (0)