Skip to content

chore(deps): update dependency bazel_skylib to v1.3.0 #1033

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Type Update Change
bazel_skylib http_archive minor 1.2.1 -> 1.3.0

Release Notes

bazelbuild/bazel-skylib

v1.3.0

Compare Source

Release 1.3.0

New Features

  • Added dicts.omit and dicts.pick (#​304)
  • Added expand_template rule (#​330)
  • Added subpackages module (#​348)
  • Added copy_directory rule (#​366)
  • Added bzlmod support (#​385)

Incompatible Changes

  • native_binary and native_test now use symlinks instead of copying, if the OS supports it (#​340)
  • native_binary and native_test now build in target configuration instead of host configuration (#​341)
  • copy_file no longer adds non-executables to default_runfiles (#​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("@​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("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
bazel_skylib_workspace()

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.


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

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

@renovate-bot renovate-bot requested review from a team as code owners September 1, 2022 17:48
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 1, 2022
@sonarqubecloud
Copy link

sonarqubecloud bot commented Sep 1, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@blakeli0 blakeli0 added the automerge Merge the pull request once unit tests and other checks pass. label Sep 2, 2022
@gcf-merge-on-green gcf-merge-on-green bot merged commit 66782d1 into googleapis:main Sep 2, 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 Sep 2, 2022
@renovate-bot renovate-bot deleted the renovate/bazel_skylib-1.x branch September 2, 2022 04:57
suztomo pushed a commit that referenced this pull request Dec 16, 2022
[![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=-->
suztomo pushed a commit that referenced this pull request Mar 21, 2023
….6.13 (#1033)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.api.grpc:proto-google-iam-v1](https://togithub.com/googleapis/java-iam/proto-google-iam-v1) ([source](https://togithub.com/googleapis/java-iam)) | `1.6.12` -> `1.6.13` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-iam-v1/1.6.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-iam-v1/1.6.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-iam-v1/1.6.13/compatibility-slim/1.6.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-iam-v1/1.6.13/confidence-slim/1.6.12)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-iam</summary>

### [`v1.6.13`](https://togithub.com/googleapis/java-iam/blob/HEAD/CHANGELOG.md#&#8203;1613-httpsgithubcomgoogleapisjava-iamcomparev1612v1613-2022-11-17)

[Compare Source](https://togithub.com/googleapis/java-iam/compare/v1.6.12...v1.6.13)

##### Dependencies

-   Update dependency com.google.cloud:google-iam-policy to v1.6.12 ([#&#8203;526](https://togithub.com/googleapis/java-iam/issues/526)) ([1379eee](https://togithub.com/googleapis/java-iam/commit/1379eee913abdf9fbf047a869331506df3fce78a))
-   Update dependency io.grpc:grpc-protobuf to v1.51.0 ([#&#8203;527](https://togithub.com/googleapis/java-iam/issues/527)) ([3d93f1d](https://togithub.com/googleapis/java-iam/commit/3d93f1d50e814122b39400ff385226c5b47f67f4))
-   Update dependency io.grpc:grpc-stub to v1.51.0 ([#&#8203;528](https://togithub.com/googleapis/java-iam/issues/528)) ([7e42c24](https://togithub.com/googleapis/java-iam/commit/7e42c24069fe81ec2430b3a03777a1aad8275b66))

</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, check this box

---

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/java-core).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNi40IiwidXBkYXRlZEluVmVyIjoiMzQuMjYuNCJ9-->
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