Skip to content

Commit 018975c

Browse files
authored
chore: update to rules_js 1.15.1 and aspect_bazel_lib 1.23.3 (#151)
1 parent 9b75447 commit 018975c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ module(
66
version = "0.0.0",
77
)
88

9-
bazel_dep(name = "aspect_bazel_lib", version = "1.19.0")
9+
bazel_dep(name = "aspect_bazel_lib", version = "1.23.3")
1010
# Note: only used for provider symbols, we don't spawn nodejs actions
11-
bazel_dep(name = "aspect_rules_js", version = "1.13.0")
11+
bazel_dep(name = "aspect_rules_js", version = "1.15.1")
1212
bazel_dep(name = "bazel_skylib", version = "1.3.0")
1313
bazel_dep(name = "platforms", version = "0.0.4")
1414

swc/dependencies.bzl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ def rules_swc_dependencies():
1717

1818
http_archive(
1919
name = "aspect_bazel_lib",
20-
sha256 = "20514864a32d94b2e3113dbf4d71572c908993d3235ea29a2d805a36195cd1e9",
21-
strip_prefix = "bazel-lib-1.21.0",
22-
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.21.0.tar.gz",
20+
sha256 = "79623d656aa23ad3fd4692ab99786c613cd36e49f5566469ed97bc9b4c655f03",
21+
strip_prefix = "bazel-lib-1.23.3",
22+
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.23.3.tar.gz",
2323
)
2424

2525
http_archive(
2626
name = "aspect_rules_js",
27-
sha256 = "66ecc9f56300dd63fb86f11cfa1e8affcaa42d5300e2746dba08541916e913fd",
28-
strip_prefix = "rules_js-1.13.0",
29-
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.13.0.tar.gz",
27+
sha256 = "928ba25fa82cfe7983f89118677413dc74dbc5d0360fa969da07ff22a9306052",
28+
strip_prefix = "rules_js-1.15.1",
29+
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.15.1.tar.gz",
3030
)

0 commit comments

Comments
 (0)