bazelbuild / rules_cc

C++ Rules for Bazel
https://bazel.build
Apache License 2.0
176 stars 88 forks source link

Update dependency platforms to v0.0.10 #208

Open renovate-bot opened 9 months ago

renovate-bot commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
platforms bazel_dep patch 0.0.7 -> 0.0.10
platforms http_archive patch 0.0.7 -> 0.0.10

Release Notes

bazelbuild/platforms (platforms) ### [`v0.0.10`](https://togithub.com/bazelbuild/platforms/releases/tag/0.0.10) [Compare Source](https://togithub.com/bazelbuild/platforms/compare/0.0.9...0.0.10) #### What's Changed - Add filegroup targets for .bzl files in the `host` package by [@​Wyverald](https://togithub.com/Wyverald) in [https://github.com/bazelbuild/platforms/pull/90](https://togithub.com/bazelbuild/platforms/pull/90) #### 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.10/platforms-0.0.10.tar.gz", "https://github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz", ], sha256 = "218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee", ) **Full Changelog**: https://github.com/bazelbuild/platforms/compare/0.0.9...0.0.10 ### [`v0.0.9`](https://togithub.com/bazelbuild/platforms/releases/tag/0.0.9) [Compare Source](https://togithub.com/bazelbuild/platforms/compare/0.0.8...0.0.9) #### What's Changed - Define constraint for emscripten os by [@​googlewalt](https://togithub.com/googlewalt) in [https://github.com/bazelbuild/platforms/pull/84](https://togithub.com/bazelbuild/platforms/pull/84) - Implement local_config_platform in `@platforms` by [@​Wyverald](https://togithub.com/Wyverald) in [https://github.com/bazelbuild/platforms/pull/86](https://togithub.com/bazelbuild/platforms/pull/86) #### WORKSPACE setup ```bzl 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.9/platforms-0.0.9.tar.gz", "https://github.com/bazelbuild/platforms/releases/download/0.0.9/platforms-0.0.9.tar.gz", ], sha256 = "5eda539c841265031c2f82d8ae7a3a6490bd62176e0c038fc469eabf91f6149b", ) ### To use the new Starlark host platform in @​platforms, also include the following snippet: load("@​platforms//host:extension.bzl", "host_platform_repo") host_platform_repo(name = "host_platform") ``` **Full Changelog**: https://github.com/bazelbuild/platforms/compare/0.0.8...0.0.9 ### [`v0.0.8`](https://togithub.com/bazelbuild/platforms/releases/tag/0.0.8) [Compare Source](https://togithub.com/bazelbuild/platforms/compare/0.0.7...0.0.8) **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.8/platforms-0.0.8.tar.gz", "https://github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz", ], sha256 = "8150406605389ececb6da07cbcb509d5637a3ab9a24bc69b1101531367d89d74", )

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR was generated by Mend Renovate. View the repository job log.