Commit 9403e08
authored
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
[@​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
[@​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
[@​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 [@​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
[@​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
- [@​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)
- [@​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)
- [@​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("@​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
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
| 325 | + | |
326 | 326 | | |
327 | | - | |
328 | | - | |
| 327 | + | |
| 328 | + | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| |||
0 commit comments