Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency with_cfg.bzl to v0.7.0 (#268)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | with_cfg.bzl | bazel_dep | minor | `0.6.0` -> `0.7.0` | | [with_cfg.bzl](https://redirect.github.com/fmeum/with_cfg.bzl) | http_archive | minor | `v0.5.0` -> `v0.7.0` | --- ### Release Notes <details> <summary>fmeum/with_cfg.bzl (with_cfg.bzl)</summary> ### [`v0.7.0`](https://redirect.github.com/fmeum/with_cfg.bzl/releases/tag/v0.7.0) [Compare Source](https://redirect.github.com/fmeum/with_cfg.bzl/compare/v0.6.1...v0.7.0) #### Using Bzlmod 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "with_cfg.bzl", version = "0.7.0") ``` #### Using WORKSPACE Paste this snippet into your `WORKSPACE.bazel` file: ```starlark load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "with_cfg.bzl", sha256 = "38474c6dae1d690587b5dcc4d27e6d3e438c01e6bab144160fb8ba2e47b82668", strip_prefix = "with_cfg.bzl-0.7.0", url = "https://github.com/fmeum/with_cfg.bzl/releases/download/v0.7.0/with_cfg.bzl-v0.7.0.tar.gz", ) ``` #### What's Changed - Fixes in preparation for symbolic macros by [@​fmeum](https://redirect.github.com/fmeum) in [https://github.com/fmeum/with_cfg.bzl/pull/137](https://redirect.github.com/fmeum/with_cfg.bzl/pull/137) - Create a symbolic macro if supported by [@​fmeum](https://redirect.github.com/fmeum) in [https://github.com/fmeum/with_cfg.bzl/pull/138](https://redirect.github.com/fmeum/with_cfg.bzl/pull/138) **Full Changelog**: fmeum/with_cfg.bzl@v0.6.1...v0.7.0 ### [`v0.6.1`](https://redirect.github.com/fmeum/with_cfg.bzl/releases/tag/v0.6.1) [Compare Source](https://redirect.github.com/fmeum/with_cfg.bzl/compare/v0.6.0...v0.6.1) #### Using Bzlmod 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "with_cfg.bzl", version = "0.6.1") ``` #### Using WORKSPACE Paste this snippet into your `WORKSPACE.bazel` file: ```starlark load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "with_cfg.bzl", sha256 = "d83f99ac39cd9940848ea11a51a60159cf09cda2ba30545036041551aae73ab4", strip_prefix = "with_cfg.bzl-0.6.1", url = "https://github.com/fmeum/with_cfg.bzl/releases/download/v0.6.1/with_cfg.bzl-v0.6.1.tar.gz", ) ``` #### What's Changed - Update dependency bazel to v7.4.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/fmeum/with_cfg.bzl/pull/131](https://redirect.github.com/fmeum/with_cfg.bzl/pull/131) - Update MSVC version by [@​fmeum](https://redirect.github.com/fmeum) in [https://github.com/fmeum/with_cfg.bzl/pull/132](https://redirect.github.com/fmeum/with_cfg.bzl/pull/132) - Only set `exec_properties` on the underlying rule by [@​fmeum](https://redirect.github.com/fmeum) in [https://github.com/fmeum/with_cfg.bzl/pull/134](https://redirect.github.com/fmeum/with_cfg.bzl/pull/134) - Don't flag new releases as prereleases by [@​fmeum](https://redirect.github.com/fmeum) in [https://github.com/fmeum/with_cfg.bzl/pull/135](https://redirect.github.com/fmeum/with_cfg.bzl/pull/135) **Full Changelog**: fmeum/with_cfg.bzl@v0.6.0...v0.6.1 ### [`v0.6.0`](https://redirect.github.com/fmeum/with_cfg.bzl/releases/tag/v0.6.0) [Compare Source](https://redirect.github.com/fmeum/with_cfg.bzl/compare/v0.5.0...v0.6.0) #### Using Bzlmod 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "with_cfg.bzl", version = "0.6.0") ``` #### Using WORKSPACE Paste this snippet into your `WORKSPACE.bazel` file: ```starlark load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "with_cfg.bzl", sha256 = "81a8714ad1542ce6bd69c8e32bf3c4123f137854e6b676d099d8a709348eee56", strip_prefix = "with_cfg.bzl-0.6.0", url = "https://github.com/fmeum/with_cfg.bzl/releases/download/v0.6.0/with_cfg.bzl-v0.6.0.tar.gz", ) ``` #### What's Changed - Update MSVC version by [@​fmeum](https://redirect.github.com/fmeum) in [https://github.com/fmeum/with_cfg.bzl/pull/120](https://redirect.github.com/fmeum/with_cfg.bzl/pull/120) - Update dependency bazel to v7.3.2 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/fmeum/with_cfg.bzl/pull/124](https://redirect.github.com/fmeum/with_cfg.bzl/pull/124) - Test against `latest` instead of `last_rc` by [@​fmeum](https://redirect.github.com/fmeum) in [https://github.com/fmeum/with_cfg.bzl/pull/128](https://redirect.github.com/fmeum/with_cfg.bzl/pull/128) - Update dependency bazel to v7.4.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/fmeum/with_cfg.bzl/pull/127](https://redirect.github.com/fmeum/with_cfg.bzl/pull/127) - Remove `apple_common` providers from default provider set by [@​fmeum](https://redirect.github.com/fmeum) in [https://github.com/fmeum/with_cfg.bzl/pull/130](https://redirect.github.com/fmeum/with_cfg.bzl/pull/130) - Update bazel-contrib/.github action to v7 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/fmeum/with_cfg.bzl/pull/126](https://redirect.github.com/fmeum/with_cfg.bzl/pull/126) **Full Changelog**: fmeum/with_cfg.bzl@v0.5.0...v0.6.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 * * 1" (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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/lalten/rules_appimage). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information