Skip to content

Commit

Permalink
chore: update to rules_js 1.8.0 (aspect-build#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Nov 24, 2022
1 parent 8150e81 commit 7eda58b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.7.0")
bazel_dep(name = "aspect_rules_js", version = "1.8.0")
bazel_dep(name = "aspect_bazel_lib", version = "1.16.3")
2 changes: 1 addition & 1 deletion docs/rules.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.0")
bazel_dep(name = "aspect_rules_js", dev_dependency = True, version = "1.8.0")
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 = "d8feeb67bca55cc56fb4696cf6c852f4a44c0c8dbe99ea108f6a95fd322b4bcb",
strip_prefix = "rules_js-1.7.0",
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.7.0.tar.gz",
sha256 = "f58d7be1bb0e4b7edb7a0085f969900345f5914e4e647b4f0d2650d5252aa87d",
strip_prefix = "rules_js-1.8.0",
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.8.0.tar.gz",
)

http_archive(
Expand Down

0 comments on commit 7eda58b

Please sign in to comment.