Skip to content

Commit 9403e08

Browse files
chore(deps): update dependency platforms to v0.0.11 (#439)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | platforms | bazel_dep | patch | `0.0.10` -> `0.0.11` | | [platforms](https://redirect.github.com/bazelbuild/platforms) | http_archive | patch | `0.0.10` -> `0.0.11` | --- ### Release Notes <details> <summary>bazelbuild/platforms (platforms)</summary> ### [`v0.0.11`](https://redirect.github.com/bazelbuild/platforms/releases/tag/0.0.11) [Compare Source](https://redirect.github.com/bazelbuild/platforms/compare/0.0.10...0.0.11) ##### What's Changed - Mark extension as reproducible by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [https://github.com/bazelbuild/platforms/pull/92](https://redirect.github.com/bazelbuild/platforms/pull/92) - Mark host_platform_repo rule as local by [@&#8203;meteorcloudy](https://redirect.github.com/meteorcloudy) in [https://github.com/bazelbuild/platforms/pull/94](https://redirect.github.com/bazelbuild/platforms/pull/94) - Add `uefi` os constraint by [@&#8203;amari](https://redirect.github.com/amari) in [https://github.com/bazelbuild/platforms/pull/97](https://redirect.github.com/bazelbuild/platforms/pull/97) - Various cleanups by [@&#8203;katre](https://redirect.github.com/katre) in [https://github.com/bazelbuild/platforms/pull/101](https://redirect.github.com/bazelbuild/platforms/pull/101) - Properly translate ppc64le by [@&#8203;Jenkins-J](https://redirect.github.com/Jenkins-J) in [https://github.com/bazelbuild/platforms/pull/105](https://redirect.github.com/bazelbuild/platforms/pull/105) ##### New Contributors - [@&#8203;fmeum](https://redirect.github.com/fmeum) made their first contribution in [https://github.com/bazelbuild/platforms/pull/92](https://redirect.github.com/bazelbuild/platforms/pull/92) - [@&#8203;amari](https://redirect.github.com/amari) made their first contribution in [https://github.com/bazelbuild/platforms/pull/97](https://redirect.github.com/bazelbuild/platforms/pull/97) - [@&#8203;Jenkins-J](https://redirect.github.com/Jenkins-J) made their first contribution in [https://github.com/bazelbuild/platforms/pull/105](https://redirect.github.com/bazelbuild/platforms/pull/105) ##### WORKSPACE setup load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "platforms", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.11/platforms-0.0.11.tar.gz", "https://github.com/bazelbuild/platforms/releases/download/0.0.11/platforms-0.0.11.tar.gz", ], sha256 = "29742e87275809b5e598dc2f04d86960cc7a55b3067d97221c9abbc9926bff0f", ) **Full Changelog**: bazelbuild/platforms@0.0.10...0.0.11 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/bazel-contrib/toolchains_llvm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fb003f8 commit 9403e08

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ local_path_override(
2121
)
2222

2323
bazel_dep(name = "bazel_skylib", version = "1.7.1")
24-
bazel_dep(name = "platforms", version = "0.0.10")
24+
bazel_dep(name = "platforms", version = "0.0.11")
2525
bazel_dep(name = "rules_cc", version = "0.0.9")
2626
bazel_dep(name = "rules_go", version = "0.50.1", repo_name = "io_bazel_rules_go")
2727
bazel_dep(name = "rules_rust", version = "0.54.1")

tests/WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -322,10 +322,10 @@ http_archive(
322322

323323
http_archive(
324324
name = "platforms",
325-
sha256 = "218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee",
325+
sha256 = "29742e87275809b5e598dc2f04d86960cc7a55b3067d97221c9abbc9926bff0f",
326326
urls = [
327-
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
328-
"https://github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
327+
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.11/platforms-0.0.11.tar.gz",
328+
"https://github.com/bazelbuild/platforms/releases/download/0.0.11/platforms-0.0.11.tar.gz",
329329
],
330330
)
331331

0 commit comments

Comments
 (0)