Skip to content
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

chore(deps): update dependency bazel_skylib to v1.5.0 #648

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
bazel_skylib bazel_dep minor 1.4.2 -> 1.5.0
bazel_skylib http_archive minor 1.4.2 -> 1.5.0

Release Notes

bazelbuild/bazel-skylib (bazel_skylib)

v1.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: bazelbuild/bazel-skylib@1.4.2...1.5.0

MODULE.bazel setup

bazel_dep(name = "bazel_skylib", version = "1.5.0")

### If the Gazelle plugin is needed:
bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.5.0", dev_dependency = True)

WORKSPACE setup

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "bazel_skylib",
    sha256 = "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94"
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz",
        "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz",
    ],
)

load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()

Additional WORKSPACE setup for the Gazelle plugin

http_archive(
    name = "bazel_skylib_gazelle_plugin",
    sha256 = "747addf3f508186234f6232674dd7786743efb8c68619aece5fb0cac97b8f415",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-gazelle-plugin-1.5.0.tar.gz",
        "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-gazelle-plugin-1.5.0.tar.gz",
    ],
)

load("@​bazel_skylib_gazelle_plugin//:workspace.bzl", "bazel_skylib_gazelle_plugin_workspace")

bazel_skylib_gazelle_plugin_workspace()

load("@​bazel_skylib_gazelle_plugin//:setup.bzl", "bazel_skylib_gazelle_plugin_setup")

bazel_skylib_gazelle_plugin_setup()

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added the deps Renovate PRs label Nov 13, 2023
@renovate renovate bot force-pushed the renovate/bazel_skylib-1.x branch 8 times, most recently from 8c475ae to 460383b Compare November 19, 2023 03:01
@renovate renovate bot force-pushed the renovate/bazel_skylib-1.x branch from 460383b to 49f970b Compare November 22, 2023 20:38
@renovate renovate bot force-pushed the renovate/bazel_skylib-1.x branch 4 times, most recently from 5b90089 to b88f4ac Compare December 6, 2023 06:47
@renovate renovate bot force-pushed the renovate/bazel_skylib-1.x branch 12 times, most recently from 0e61775 to b8da35e Compare December 14, 2023 05:58
@renovate renovate bot force-pushed the renovate/bazel_skylib-1.x branch 4 times, most recently from 82ae464 to a734ff5 Compare December 20, 2023 21:09
@renovate renovate bot force-pushed the renovate/bazel_skylib-1.x branch 6 times, most recently from f5d408f to febc555 Compare January 8, 2024 05:30
@renovate renovate bot force-pushed the renovate/bazel_skylib-1.x branch 5 times, most recently from b63da16 to 59a5ded Compare January 17, 2024 08:14
@renovate renovate bot force-pushed the renovate/bazel_skylib-1.x branch 8 times, most recently from 1a9815e to 408d44e Compare January 23, 2024 07:35
@renovate renovate bot force-pushed the renovate/bazel_skylib-1.x branch 3 times, most recently from c6d8795 to a947382 Compare January 27, 2024 09:10
@renovate renovate bot force-pushed the renovate/bazel_skylib-1.x branch 2 times, most recently from a6e22ae to a34e3c7 Compare January 27, 2024 20:26
@renovate renovate bot force-pushed the renovate/bazel_skylib-1.x branch from a34e3c7 to f1e0e98 Compare January 29, 2024 20:35
@jbedard jbedard merged commit e193152 into main Jan 30, 2024
70 checks passed
@jbedard jbedard deleted the renovate/bazel_skylib-1.x branch January 30, 2024 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps Renovate PRs
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant