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

Update dependency with_cfg.bzl to v0.3.0 #186

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
with_cfg.bzl bazel_dep minor 0.2.4 -> 0.3.0
with_cfg.bzl http_archive minor v0.2.3 -> v0.3.0

Release Notes

fmeum/with_cfg.bzl (with_cfg.bzl)

v0.3.0

Compare Source

Using Bzlmod

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "with_cfg.bzl", version = "0.3.0")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "with_cfg.bzl",
    sha256 = "b52ed07d9126df79360513110071c37df905f66230eba67b7f2de4d5f7ffa0d1",
    strip_prefix = "with_cfg.bzl-0.3.0",
    url = "https://github.com/fmeum/with_cfg.bzl/releases/download/v0.3.0/with_cfg.bzl-v0.3.0.tar.gz",
)

What's Changed

Full Changelog: fmeum/with_cfg.bzl@v0.2.5...v0.3.0

v0.2.5

Compare Source

Using Bzlmod

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "with_cfg.bzl", version = "0.2.5")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "with_cfg.bzl",
    sha256 = "11e23da25da49ed2a45e48400fd3629bc855c6607a9d299dbef77c7f31c880f9",
    strip_prefix = "with_cfg.bzl-0.2.5",
    url = "https://github.com/fmeum/with_cfg.bzl/releases/download/v0.2.5/with_cfg.bzl-v0.2.5.tar.gz",
)

What's Changed

New Contributors

Full Changelog: fmeum/with_cfg.bzl@v0.2.4...v0.2.5

v0.2.4

Compare Source

Using Bzlmod

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "with_cfg.bzl", version = "0.2.4")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "with_cfg.bzl",
    sha256 = "06a2b1b56a58c471ab40d8af166c4d51f0982e1c6bc46375b805915b3fc0658e",
    strip_prefix = "with_cfg.bzl-0.2.4",
    url = "https://github.com/fmeum/with_cfg.bzl/releases/download/v0.2.4/with_cfg.bzl-v0.2.4.tar.gz",
)

What's Changed

Full Changelog: fmeum/with_cfg.bzl@v0.2.3...v0.2.4


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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/with_cfg.bzl-0.x branch from 3396adb to d5c8469 Compare July 22, 2024 17:24
@renovate renovate bot changed the title Update dependency with_cfg.bzl to v0.2.5 Update dependency with_cfg.bzl Jul 22, 2024
@renovate renovate bot force-pushed the renovate/with_cfg.bzl-0.x branch from d5c8469 to cb87f39 Compare July 23, 2024 07:50
@renovate renovate bot changed the title Update dependency with_cfg.bzl Update dependency with_cfg.bzl to v0.3.0 Jul 23, 2024
@lalten lalten merged commit 9b66594 into main Jul 23, 2024
10 checks passed
@lalten lalten deleted the renovate/with_cfg.bzl-0.x branch July 23, 2024 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant