Skip to content

Commit

Permalink
Update dependency with_cfg.bzl to v0.7.0 (#268)
Browse files Browse the repository at this point in the history
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("@&#8203;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
[@&#8203;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
[@&#8203;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("@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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("@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
renovate[bot] authored Jan 25, 2025
1 parent dcb11cf commit 13b8dd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bazel_dep(name = "squashfs-tools", version = "4.6.1")
bazel_dep(name = "zstd", version = "1.5.6")

bazel_dep(name = "rules_testing", version = "0.6.0", dev_dependency = True)
bazel_dep(name = "with_cfg.bzl", version = "0.6.0", dev_dependency = True)
bazel_dep(name = "with_cfg.bzl", version = "0.9.0", dev_dependency = True)

rules_appimage = use_extension("//:extensions.bzl", "appimage_ext_dependencies")
use_repo(
Expand Down
6 changes: 3 additions & 3 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def rules_appimage_development_deps():
maybe(
http_archive,
name = "with_cfg.bzl",
sha256 = "5a923622216ba4545f50d5a3d895be373a9fe3a71f18d0036e276315da4fe67a",
strip_prefix = "with_cfg.bzl-0.5.0",
url = "https://github.com/fmeum/with_cfg.bzl/releases/download/v0.5.0/with_cfg.bzl-v0.5.0.tar.gz",
sha256 = "c7fa32453b178b668e228280e818c719195477438bb8a21de96e8aee2b89e6bd",
strip_prefix = "with_cfg.bzl-0.9.0",
url = "https://github.com/fmeum/with_cfg.bzl/releases/download/v0.9.0/with_cfg.bzl-v0.9.0.tar.gz",
)

0 comments on commit 13b8dd2

Please sign in to comment.