bazel-contrib / rules-template

A template for creating a new Bazel ruleset
Apache License 2.0
82 stars 22 forks source link

chore(deps): update dependency bazel_skylib to v1.2.1 #22

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
bazel_skylib http_archive minor 1.1.1 -> 1.2.1

Release Notes

bazelbuild/bazel-skylib ### [`v1.2.1`](https://togithub.com/bazelbuild/bazel-skylib/releases/tag/1.2.1) [Compare Source](https://togithub.com/bazelbuild/bazel-skylib/compare/1.2.0...1.2.1) Release 1.2.1 *Note*: the 1.2.x releases of Skylib will be the last ones to support Bazel 4.2. Starting with release 1.3, Skylib will require Bazel 5 or newer. Bugfix release: fixes build failure with `--incompatible_disallow_empty_glob` ([#​359](https://togithub.com/bazelbuild/bazel-skylib/issues/359)) **Contributors** Alexandre Rostovtsev, Ivo List **WORKSPACE setup** ``` load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "bazel_skylib", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz", "https://github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz", ], sha256 = "f7be3474d42aae265405a592bb7da8e171919d74c16f082a5457840f06054728", ) load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() ``` **Using the rules** See [the source](https://togithub.com/bazelbuild/bazel-skylib/tree/1.2.1). ### [`v1.2.0`](https://togithub.com/bazelbuild/bazel-skylib/releases/tag/1.2.0) [Compare Source](https://togithub.com/bazelbuild/bazel-skylib/compare/1.1.1...1.2.0) Release 1.2.0 *Note*: the 1.2.x releases of Skylib will be the last ones to support Bazel 4.2. Starting with release 1.3, Skylib will require Bazel 5 or newer. **New Features** - The unittest toolchain has better support for special characters in failure messages ([#​320](https://togithub.com/bazelbuild/bazel-skylib/issues/320)) - Use portable Bash shebangs for BSD compatibility ([#​329](https://togithub.com/bazelbuild/bazel-skylib/issues/329)) - Add loadingtest - tests which evaluate during the loading phase ([#​347](https://togithub.com/bazelbuild/bazel-skylib/issues/347)) - Add doc parameter to analysistest.make, allowing analysis tests to be documented in a Stardoc-friendly way ([#​343](https://togithub.com/bazelbuild/bazel-skylib/issues/343), [#​352](https://togithub.com/bazelbuild/bazel-skylib/issues/352)) **Contributors** Alexandre Rostovtsev, Geoffrey Martin-Noble, Kevin Kress, Samuel Freilich, UebelAndre, Yesudeep Mangalapilly **WORKSPACE setup** ``` load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "bazel_skylib", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.2.0/bazel-skylib-1.2.0.tar.gz", "https://github.com/bazelbuild/bazel-skylib/releases/download/1.2.0/bazel-skylib-1.2.0.tar.gz", ], sha256 = "af87959afe497dc8dfd4c6cb66e1279cb98ccc84284619ebfec27d9c09a903de", ) load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() ``` **Using the rules** See [the source](https://togithub.com/bazelbuild/bazel-skylib/tree/1.2.0).

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 this update again.



This PR has been generated by Mend Renovate. View repository job log here.