Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update bazel setup #1540

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ http_archive(
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "709cc0dcb51cf9028dd57c268066e5bc8f03a119ded410a13b5c3925d6e43c48",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.8.4/rules_nodejs-5.8.4.tar.gz"],
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/v6.2.0/rules_nodejs-5.8.4.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/core": "^7.16.0",
"@babel/helper-annotate-as-pure": "^7.18.6",
"@babel/plugin-proposal-async-generator-functions": "^7.20.1",
"@bazel/buildifier": "6.3.3",
"@bazel/buildifier": "7.1.2",
"@bazel/concatjs": "5.8.1",
"@bazel/esbuild": "5.8.1",
"@bazel/protractor": "5.8.1",
Expand Down Expand Up @@ -76,7 +76,7 @@
"@angular/platform-browser-dynamic": "18.1.0-next.0",
"@angular/router": "18.1.0-next.0",
"@bazel/bazelisk": "^1.11.0",
"@bazel/ibazel": "^0.23.0",
"@bazel/ibazel": "^0.25.0",
"@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch",
"@codemirror/autocomplete": "^6.11.1",
"@codemirror/commands": "^6.3.2",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -379,10 +379,10 @@ __metadata:
"@babel/helper-annotate-as-pure": "npm:^7.18.6"
"@babel/plugin-proposal-async-generator-functions": "npm:^7.20.1"
"@bazel/bazelisk": "npm:^1.11.0"
"@bazel/buildifier": "npm:6.3.3"
"@bazel/buildifier": "npm:7.1.2"
"@bazel/concatjs": "npm:5.8.1"
"@bazel/esbuild": "npm:5.8.1"
"@bazel/ibazel": "npm:^0.23.0"
"@bazel/ibazel": "npm:^0.25.0"
"@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch"
"@bazel/protractor": "npm:5.8.1"
"@bazel/runfiles": "npm:5.8.1"
Expand Down Expand Up @@ -1231,12 +1231,12 @@ __metadata:
languageName: node
linkType: hard

"@bazel/buildifier@npm:6.3.3":
version: 6.3.3
resolution: "@bazel/buildifier@npm:6.3.3"
"@bazel/buildifier@npm:7.1.2":
version: 7.1.2
resolution: "@bazel/buildifier@npm:7.1.2"
bin:
buildifier: buildifier.js
checksum: 10c0/899639d028c7070105603c5a6d7f969649049b39c7c90fc03d6025176a80a029ecbd56250eb27b06cd786073df7ee17d32fff97f4cb4dc3eceed7ff0cc113f85
checksum: 10c0/71545f0ff3d2b35fdb938b2f1f702e719e9bf0254b64a37c05f1b70c2459800f18cd906faadfac2d703c8f0983e4cd589f1228c85a1b9fbca457953fcb6857f4
languageName: node
linkType: hard

Expand Down Expand Up @@ -1268,12 +1268,12 @@ __metadata:
languageName: node
linkType: hard

"@bazel/ibazel@npm:^0.23.0":
version: 0.23.7
resolution: "@bazel/ibazel@npm:0.23.7"
"@bazel/ibazel@npm:^0.25.0":
version: 0.25.0
resolution: "@bazel/ibazel@npm:0.25.0"
bin:
ibazel: index.js
checksum: 10c0/e115bd0851b8e9240fa4d06513f2c475962160d79dc6e2228b39f2504cf0d9cf99d210c154cde3be093593da24e372bdb6b7a2dbefb48e60ef51bd4e80f6aaa8
checksum: 10c0/8654fcb6dec25f5d503b5442ae24c93982b7b7e7f9f7d0caa2ca77e34325d645f86745f412922324e83596dae0f6e59e5269075119dc347f42d777905a2010ae
languageName: node
linkType: hard

Expand Down