Skip to content

Commit

Permalink
Merge pull request #2034 from tweag/combined-prs-branch
Browse files Browse the repository at this point in the history
Combined PRs
  • Loading branch information
mergify[bot] authored Nov 10, 2023
2 parents d5c4556 + 836ad6f commit 86db02f
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 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.1",
version = "1.33.3",
)
bazel_dep(
name = "rules_sh",
Expand Down
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ bazel_skylib_workspace()

http_archive(
name = "rules_proto",
sha256 = "b9776d391f9de6391d46423ed052b4d5f0e5813180be03e50af385e1759fb688",
strip_prefix = "rules_proto-52b80440af594d64d4e356f1e9a68059f7f204db",
urls = ["https://github.com/bazelbuild/rules_proto/archive/52b80440af594d64d4e356f1e9a68059f7f204db.tar.gz"],
sha256 = "c6d6f9bfd39b6417724fd4a504767aa1e8dbfe828d9d41ab4ccd1976aba53fb4",
strip_prefix = "rules_proto-7188888362a203892dec354f52623f9970bff48c",
urls = ["https://github.com/bazelbuild/rules_proto/archive/7188888362a203892dec354f52623f9970bff48c.tar.gz"],
)

load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies", "rules_proto_toolchains")
Expand Down
12 changes: 6 additions & 6 deletions haskell/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -117,19 +117,19 @@ def rules_haskell_dependencies():
maybe(
http_archive,
name = "com_google_protobuf",
sha256 = "75be42bd736f4df6d702a0e4e4d30de9ee40eac024c4b845d17ae4cc831fe4ae",
strip_prefix = "protobuf-21.7",
sha256 = "22fdaf641b31655d4b2297f9981fa5203b2866f8332d3c6333f6b0107bb320de",
strip_prefix = "protobuf-21.12",
urls = [
"https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.7.tar.gz",
"https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.12.tar.gz",
],
)

maybe(
http_archive,
name = "aspect_rules_js",
sha256 = "a949d56fed8fa0a8dd82a0a660acc949253a05b2b0c52a07e4034e27f11218f6",
strip_prefix = "rules_js-1.33.1",
url = "https://github.com/aspect-build/rules_js/releases/download/v1.33.1/rules_js-v1.33.1.tar.gz",
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",
)

rules_haskell_dependencies_bzlmod()
Expand Down
6 changes: 3 additions & 3 deletions non_module_dev_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ def repositories(*, bzlmod):
# no modules are provided at the moment for buildifier
http_archive(
name = "com_github_bazelbuild_buildtools",
sha256 = "977a0bd4593c8d4c8f45e056d181c35e48aa01ad4f8090bdb84f78dca42f47dc",
sha256 = "42968f9134ba2c75c03bb271bd7bb062afb7da449f9b913c96e5be4ce890030a",
# fix runner.bash.template always returning success, format MODULE.bazel and WORKSPACE.bzlmod too
patches = ["@rules_haskell//buildifier:buildifier_test-workspace.patch"],
patch_args = ["-p1"],
strip_prefix = "buildtools-6.1.2",
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.1.2.tar.gz"],
strip_prefix = "buildtools-6.3.3",
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.3.3.tar.gz"],
)

nixpkgs_local_repository(
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.1",
version = "1.33.3",
)
bazel_dep(
name = "aspect_bazel_lib",
Expand Down
6 changes: 3 additions & 3 deletions rules_haskell_tests/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ bazel_skylib_workspace()

http_archive(
name = "rules_proto",
sha256 = "b9776d391f9de6391d46423ed052b4d5f0e5813180be03e50af385e1759fb688",
strip_prefix = "rules_proto-52b80440af594d64d4e356f1e9a68059f7f204db",
urls = ["https://github.com/bazelbuild/rules_proto/archive/52b80440af594d64d4e356f1e9a68059f7f204db.tar.gz"],
sha256 = "c6d6f9bfd39b6417724fd4a504767aa1e8dbfe828d9d41ab4ccd1976aba53fb4",
strip_prefix = "rules_proto-7188888362a203892dec354f52623f9970bff48c",
urls = ["https://github.com/bazelbuild/rules_proto/archive/7188888362a203892dec354f52623f9970bff48c.tar.gz"],
)

load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies", "rules_proto_toolchains")
Expand Down
6 changes: 3 additions & 3 deletions rules_haskell_tests/non_module_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ def repositories(*, bzlmod):
# no modules are provided at the moment for buildifier
http_archive(
name = "com_github_bazelbuild_buildtools",
sha256 = "977a0bd4593c8d4c8f45e056d181c35e48aa01ad4f8090bdb84f78dca42f47dc",
sha256 = "42968f9134ba2c75c03bb271bd7bb062afb7da449f9b913c96e5be4ce890030a",
# fix runner.bash.template always returning success, format MODULE.bazel and WORKSPACE.bzlmod too
patches = ["@rules_haskell//buildifier:buildifier_test-workspace.patch"],
patch_args = ["-p1"],
strip_prefix = "buildtools-6.1.2",
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.1.2.tar.gz"],
strip_prefix = "buildtools-6.3.3",
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.3.3.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit 86db02f

Please sign in to comment.