Skip to content

Commit

Permalink
chore(deps): update dependency bazel_skylib to v1.3.0 (googleapis#1033)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [bazel_skylib](https://togithub.com/bazelbuild/bazel-skylib) | http_archive | minor | `1.2.1` -> `1.3.0` |

---

### Release Notes

<details>
<summary>bazelbuild/bazel-skylib</summary>

### [`v1.3.0`](https://togithub.com/bazelbuild/bazel-skylib/releases/tag/1.3.0)

[Compare Source](https://togithub.com/bazelbuild/bazel-skylib/compare/1.2.1...1.3.0)

Release 1.3.0

**New Features**

-   Added `dicts.omit` and `dicts.pick` ([#&#8203;304](https://togithub.com/bazelbuild/bazel-skylib/issues/304))
-   Added `expand_template` rule ([#&#8203;330](https://togithub.com/bazelbuild/bazel-skylib/issues/330))
-   Added `subpackages` module ([#&#8203;348](https://togithub.com/bazelbuild/bazel-skylib/issues/348))
-   Added `copy_directory` rule ([#&#8203;366](https://togithub.com/bazelbuild/bazel-skylib/issues/366))
-   Added `bzlmod` support ([#&#8203;385](https://togithub.com/bazelbuild/bazel-skylib/issues/385))

**Incompatible Changes**

-   `native_binary` and `native_test` now use symlinks instead of copying, if the OS supports it ([#&#8203;340](https://togithub.com/bazelbuild/bazel-skylib/issues/340))
-   `native_binary` and `native_test` now build in target configuration instead of host configuration ([#&#8203;341](https://togithub.com/bazelbuild/bazel-skylib/issues/341))
-   `copy_file` no longer adds non-executables to `default_runfiles` ([#&#8203;326](https://togithub.com/bazelbuild/bazel-skylib/issues/326))

**Contributors**

Alex Eagle, Alexandre Rostovtsev, Barry McNamara, Derek Cormier, Fabian Meumertzheim, Geoffrey Martin-Noble, hchsiao, Kevin Kres, nickgooding, Vertexwahn, Vinh Tran

**WORKSPACE setup**

    load("@&#8203;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.3.0/bazel-skylib-1.3.0.tar.gz",
            "https://github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz",
        ],
        sha256 = "74d544d96f4a5bb630d465ca8bbcfe231e3594e5aae57e1edbf17a6eb3ca2506",
    )
    load("@&#8203;bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
    bazel_skylib_workspace()

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gapic-generator-java).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODYuMiIsInVwZGF0ZWRJblZlciI6IjMyLjE4Ni4yIn0=-->
  • Loading branch information
renovate-bot authored Sep 2, 2022
1 parent 56fd1ea commit 66782d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ load("@bazel_tools//tools/build_defs/repo:jvm.bzl", "jvm_maven_import_external")
# like protobuf will build.
http_archive(
name = "bazel_skylib",
sha256 = "f7be3474d42aae265405a592bb7da8e171919d74c16f082a5457840f06054728",
sha256 = "74d544d96f4a5bb630d465ca8bbcfe231e3594e5aae57e1edbf17a6eb3ca2506",
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",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz",
],
)

Expand Down

0 comments on commit 66782d1

Please sign in to comment.