Skip to content

chore(deps): update dependency bazel_skylib to v1.2.0#930

Merged
chanseokoh merged 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/bazel_skylib-1.x
Feb 11, 2022
Merged

chore(deps): update dependency bazel_skylib to v1.2.0#930
chanseokoh merged 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/bazel_skylib-1.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
bazel_skylib http_archive minor 1.1.1 -> 1.2.0

Release Notes

bazelbuild/bazel-skylib

v1.2.0

Compare Source

Release 1.2.0

New Features

  • The unittest toolchain has better support for special characters in failure messages (#​320)
  • Use portable Bash shebangs for BSD compatibility (#​329)
  • Add loadingtest - tests which evaluate during the loading phase (#​347)
  • Add doc parameter to analysistest.make, allowing analysis tests to be documented in a Stardoc-friendly way (#​343, #​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.


Configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate-bot renovate-bot requested review from a team February 11, 2022 18:38
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 11, 2022
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 11, 2022

Codecov Report

Merging #930 (8b31383) into main (2ce9f42) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #930   +/-   ##
=======================================
  Coverage   87.37%   87.37%           
=======================================
  Files         162      162           
  Lines       16307    16307           
  Branches     1179     1179           
=======================================
  Hits        14248    14248           
  Misses       1717     1717           
  Partials      342      342           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2ce9f42...8b31383. Read the comment docs.

@chanseokoh chanseokoh added the automerge Merge the pull request once unit tests and other checks pass. label Feb 11, 2022
@chanseokoh chanseokoh merged commit 012677e into googleapis:main Feb 11, 2022
@gcf-merge-on-green gcf-merge-on-green Bot removed the automerge Merge the pull request once unit tests and other checks pass. label Feb 11, 2022
@renovate-bot renovate-bot deleted the renovate/bazel_skylib-1.x branch February 11, 2022 19:41
suztomo pushed a commit that referenced this pull request Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kokoro:force-run Add this label to force Kokoro to re-run the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants