Skip to content

Commit b49fbf3

Browse files
committed
chore: Update aspect_rules_js to v3.0.1
1 parent 06f59ce commit b49fbf3

File tree

5 files changed

+1855
-169
lines changed

5 files changed

+1855
-169
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.*.swp
22
/bazel-*
3+
/node_modules

MODULE.bazel

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module(name = "com_github_buildbarn_bb_remote_execution")
22

33
bazel_dep(name = "aspect_bazel_lib", version = "2.22.5")
4-
bazel_dep(name = "aspect_rules_js", version = "2.9.2")
4+
bazel_dep(name = "aspect_rules_js", version = "3.0.1")
55
bazel_dep(name = "bazel_remote_apis", version = "0.0.0")
66
bazel_dep(name = "bazel_skylib", version = "1.9.0")
77
bazel_dep(name = "com_github_buildbarn_bb_storage")
@@ -23,7 +23,7 @@ git_override(
2323

2424
git_override(
2525
module_name = "com_github_buildbarn_bb_storage",
26-
commit = "d665fe501874dec7fdb254e7ea2cfee3b1518efc",
26+
commit = "6002cad335378bbdcdda4225d47c7dc2c08a6d94",
2727
remote = "https://github.com/buildbarn/bb-storage.git",
2828
)
2929

@@ -140,7 +140,6 @@ llvm.toolchain(
140140
npm = use_extension("@aspect_rules_js//npm:extensions.bzl", "npm")
141141
npm.npm_translate_lock(
142142
name = "com_github_buildbarn_bb_remote_execution_npm",
143-
link_workspace = "com_github_buildbarn_bb_remote_execution",
144143
pnpm_lock = "//:pnpm-lock.yaml",
145144
)
146145
use_repo(npm, "com_github_buildbarn_bb_remote_execution_npm")

MODULE.bazel.lock

Lines changed: 1646 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"dependencies": {
33
"purgecss": "^6.0.0"
4+
},
5+
"pnpm": {
6+
"onlyBuiltDependencies": []
47
}
58
}

0 commit comments

Comments
 (0)