tweag / rules_sh

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

chore(deps): update dependency platforms to v0.0.10 #86

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
platforms bazel_dep patch 0.0.9 -> 0.0.10
platforms http_archive patch 0.0.9 -> 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

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 Mend Renovate. View repository job log here.