tweag / rules_sh

Shell rules for Bazel
Apache License 2.0
42 stars 3 forks source link

Update dependency platforms to v0.0.9 #55

Closed avdv closed 6 months ago

avdv commented 11 months ago

This PR contains the following updates:

Package Type Update Change
platforms bazel_dep patch 0.0.5 -> 0.0.8
platforms http_archive patch 0.0.6 -> 0.0.8

Release Notes

bazelbuild/platforms (platforms) ### [`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", ) ### [`v0.0.7`](https://togithub.com/bazelbuild/platforms/releases/tag/0.0.7) [Compare Source](https://togithub.com/bazelbuild/platforms/compare/0.0.6...0.0.7) Rollup release from 0.0.6 - add visionos - clarify arm version a bit - add arm cortex-r52 and r82 - add ppc32 **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.7/platforms-0.0.7.tar.gz", "https://github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz", ], sha256 = "3a561c99e7bdbe9173aa653fd579fe849f1d8d67395780ab4770b1f381431d51", )

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 has been generated by Renovate Bot.

cgrindel commented 6 months ago

Is there a feature that we need from the latest platforms? If not, with bzlmod, it is best to keep ruleset deps at the minimum viable version. This allows the client of the ruleset to dictate the version of the deps to use.

cgrindel commented 6 months ago

We can update the WORKSPACE version of the dep, as there is a mechanism for clients to ensure their declarations take precedence.

cgrindel commented 6 months ago

Sorry. I just noticed that this is updating the test not the main repo. ☕️