Skip to content

Conversation

@renovate-bot
Copy link
Contributor

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
bazel_skylib http_archive patch 1.0.2 -> 1.0.3

Release Notes

bazelbuild/bazel-skylib

v1.0.3

Compare Source

New Features

  • copy_file: Add parameter to allow symlinks (#​252)
  • Create Gazelle language for Starlark (#​251)
  • Create a helper rule (select_file) for selecting a file from outputs of another rule (#​233)

Significant Changes

  • Move Gazelle extension to //gazelle/bzl and change package name
  • Stop depending on rules_pkg through the federation. (#​259)

Incompatible Changes

  • Remove links to maprules (#​213)
  • Remove old_sets.bzl (#​231)
    It has been deprecated for a while, the code is not really compatible with Bazel depset-related changes.

Contributors
Andrew Z Allen, Bocete, Bor Kae Hwang, irengrig, Jay Conrod, Jonathan B Coe, Marc Plano-Lesay, Robbert van Ginkel, Thomas Van Lenten, Yannic, and the Bazel team.

WORKSPACE setup

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "bazel_skylib",
    urls = [
        "https://github.com/bazelbuild/bazel-skylib/releases/download/1.0.3/bazel-skylib-1.0.3.tar.gz",
        "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.0.3/bazel-skylib-1.0.3.tar.gz",
    ],
    sha256 = "1c531376ac7e5a180e0237938a2536de0c54d93f5c278634818e0efc952dd56c",
)
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, check this box.

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

@renovate-bot renovate-bot requested a review from miraleung as a code owner May 7, 2021 08:50
@renovate-bot renovate-bot requested a review from a team May 7, 2021 08:50
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 7, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label May 7, 2021
@codecov
Copy link

codecov bot commented May 7, 2021

Codecov Report

Merging #721 (f0bc2d3) into master (2318136) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #721   +/-   ##
=======================================
  Coverage   92.52%   92.52%           
=======================================
  Files         124      124           
  Lines       13459    13459           
  Branches      981      981           
=======================================
  Hits        12453    12453           
  Misses        765      765           
  Partials      241      241           

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 2318136...f0bc2d3. Read the comment docs.

@renovate-bot renovate-bot changed the title chore(deps): update dependency bazel_skylib to v1.0.3 chore(deps): update dependency bazel_skylib to v1.0.3 - autoclosed May 7, 2021
@renovate-bot renovate-bot deleted the renovate/bazel_skylib-1.0.x branch May 7, 2021 14:20
suztomo pushed a commit that referenced this pull request Mar 21, 2023
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
suztomo pushed a commit that referenced this pull request Mar 21, 2023
🤖 I have created a release *beep* *boop*
---


### [2.5.3](googleapis/java-core@v2.5.2...v2.5.3) (2022-02-10)


### Dependencies

* update dependency com.google.api:gax-bom to v2.12.2 ([#719](googleapis/java-core#719)) ([8c14b98](googleapis/java-core@8c14b98))
* update dependency com.google.http-client:google-http-client-bom to v1.41.3 ([#720](googleapis/java-core#720)) ([8addf7f](googleapis/java-core@8addf7f))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement. 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.

1 participant