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

chore: update to rules_js 1.11.1 #270

Merged
merged 1 commit into from
Dec 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ module(

bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "rules_nodejs", version = "5.5.3", dev_dependency = True)
bazel_dep(name = "aspect_rules_js", version = "1.11.0")
bazel_dep(name = "aspect_rules_js", version = "1.11.1")
bazel_dep(name = "aspect_bazel_lib", version = "1.18.0")
2 changes: 1 addition & 1 deletion e2e/bzlmod/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module(
)

# repeated here only because we use the platforms definitions for rbe
bazel_dep(name = "aspect_rules_js", dev_dependency = True, version = "1.11.0")
bazel_dep(name = "aspect_rules_js", dev_dependency = True, version = "1.11.1")
bazel_dep(name = "aspect_rules_ts", dev_dependency = True, version = "0.0.0")
bazel_dep(name = "bazel_skylib", dev_dependency = True, version = "1.3.0")

Expand Down
6 changes: 3 additions & 3 deletions ts/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ def rules_ts_dependencies(ts_version_from = None, ts_version = None, ts_integrit

http_archive(
name = "aspect_rules_js",
sha256 = "9f316133cf2809dedaffd4328222d0ce7696c3e79a79c94a8a29aaef9cdf6f03",
strip_prefix = "rules_js-1.11.0",
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.11.0.tar.gz",
sha256 = "ad666b12324bab8bc151772bb2eff9aadace7bfd4d624157c2ac3931860d1c95",
strip_prefix = "rules_js-1.11.1",
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.11.1.tar.gz",
)

http_archive(
Expand Down