Skip to content

Commit 945cbd9

Browse files
authored
chore: update to aspect_bazel_lib 1.9.1 (#109)
1 parent a9b9532 commit 945cbd9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ module(
99
bazel_dep(name = "bazel_skylib", version = "1.1.1")
1010
bazel_dep(name = "rules_nodejs", version = "5.5.0")
1111
bazel_dep(name = "aspect_rules_js", version = "0.13.0")
12-
bazel_dep(name = "aspect_bazel_lib", version = "1.8.0")
12+
bazel_dep(name = "aspect_bazel_lib", version = "1.9.1")

ts/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ def rules_ts_dependencies(ts_version_from = None, ts_version = None, ts_integrit
6363
maybe(
6464
http_archive,
6565
name = "aspect_bazel_lib",
66-
sha256 = "1cbbf62315d303c8083d5019a4657623d4f58e925fb51bdc8a41bad4a131f5c9",
67-
strip_prefix = "bazel-lib-1.8.1",
68-
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.8.1.tar.gz",
66+
sha256 = "c6b3ab90e04dbf6d7753c1a59d50b73eec2c91ed59396940ddad7975008c0eb9",
67+
strip_prefix = "bazel-lib-1.9.1",
68+
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.9.1.tar.gz",
6969
)
7070

7171
npm_dependencies(ts_version_from = ts_version_from, ts_version = ts_version, ts_integrity = ts_integrity)

0 commit comments

Comments
 (0)