Skip to content

Commit

Permalink
Merge pull request #2052 from tweag/renovate/aspect_rules_js-1.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency aspect_rules_js to v1.34.0
  • Loading branch information
avdv authored Nov 23, 2023
2 parents d32cc8d + f5ef432 commit 7059b07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bazel_dep(
)
bazel_dep(
name = "aspect_rules_js",
version = "1.33.3",
version = "1.34.0",
)
bazel_dep(
name = "rules_sh",
Expand Down
6 changes: 3 additions & 3 deletions haskell/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ def rules_haskell_dependencies():
maybe(
http_archive,
name = "aspect_rules_js",
sha256 = "295a73d963bad4b04a3c488d60dc8a76a659ee64708be3a66be75726e6277c7e",
strip_prefix = "rules_js-1.33.3",
url = "https://github.com/aspect-build/rules_js/releases/download/v1.33.3/rules_js-v1.33.3.tar.gz",
sha256 = "d9ceb89e97bb5ad53b278148e01a77a3e9100db272ce4ebdcd59889d26b9076e",
strip_prefix = "rules_js-1.34.0",
url = "https://github.com/aspect-build/rules_js/releases/download/v1.34.0/rules_js-v1.34.0.tar.gz",
)

rules_haskell_dependencies_bzlmod()
Expand Down
2 changes: 1 addition & 1 deletion rules_haskell_tests/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ bazel_dep(
)
bazel_dep(
name = "aspect_rules_js",
version = "1.33.3",
version = "1.34.0",
)
bazel_dep(
name = "aspect_bazel_lib",
Expand Down

0 comments on commit 7059b07

Please sign in to comment.