Skip to content

Commit b490fa3

Browse files
authored
chore(deps): update dependency platforms to v0.0.11 (#590)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [platforms](https://redirect.github.com/bazelbuild/platforms) | bazel_dep | 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 - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 this update 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/bazelbuild/examples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
1 parent d3c702d commit b490fa3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

android/jetpack-compose/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"Bazel dependencies"
22

3-
bazel_dep(name = "platforms", version = "0.0.10")
3+
bazel_dep(name = "platforms", version = "0.0.11")
44
bazel_dep(name = "rules_jvm_external", version = "5.3")
55

66
maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven")

android/ndk/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"Bazel dependencies"
22

3-
bazel_dep(name = "platforms", version = "0.0.10")
3+
bazel_dep(name = "platforms", version = "0.0.11")
44
bazel_dep(name = "rules_jvm_external", version = "5.3")
55
bazel_dep(name = "rules_cc", version = "0.0.9")
66
bazel_dep(name = "rules_android", version = "0.5.1")

android/robolectric-testing/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"Bazel dependencies"
22

3-
bazel_dep(name = "platforms", version = "0.0.10")
3+
bazel_dep(name = "platforms", version = "0.0.11")
44
bazel_dep(name = "rules_jvm_external", version = "5.3")
55

66
maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven")

rules/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
bazel_dep(name = "bazel_skylib", version = "1.7.1")
44
bazel_dep(name = "rules_python", version = "0.25.0")
55
bazel_dep(name = "rules_cc", version = "0.0.17")
6-
bazel_dep(name = "platforms", version = "0.0.10")
6+
bazel_dep(name = "platforms", version = "0.0.11")
77
bazel_dep(name = "rules_shell", version = "0.4.0")

0 commit comments

Comments
 (0)