Commit 53b5a08
chore(deps): update dependency apple_support to v1.22.0 (#1609)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [apple_support](https://redirect.github.com/bazelbuild/apple_support)
| bazel_dep | minor | `1.21.1` -> `1.22.0` |
---
### Release Notes
<details>
<summary>bazelbuild/apple_support (apple_support)</summary>
###
[`v1.22.0`](https://redirect.github.com/bazelbuild/apple_support/releases/tag/1.22.0)
[Compare
Source](https://redirect.github.com/bazelbuild/apple_support/compare/1.21.1...1.22.0)
#### What's Changed
- Fix oso_prefix paths with Xcode 16.3 by
[@​keith](https://redirect.github.com/keith) in
[https://github.com/bazelbuild/apple_support/pull/405](https://redirect.github.com/bazelbuild/apple_support/pull/405)
- Replace cpu config_setting with constraint_values by
[@​keith](https://redirect.github.com/keith) in
[https://github.com/bazelbuild/apple_support/pull/394](https://redirect.github.com/bazelbuild/apple_support/pull/394)
NOTE: If you're on Xcode 16.2 you should wait to upgrade until you're on
Xcode 16.3 because of the `oso_prefix` bugfix
This release is compatible with 7.x LTS, 8.x LTS, and rolling releases.
##### MODULE.bazel Snippet
```bzl
bazel_dep(name = "apple_support", version = "1.22.0", repo_name = "build_bazel_apple_support")
```
##### Workspace Snippet
```bzl
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "build_bazel_apple_support",
sha256 = "b265beacfa477081caaf2bd05978ee7d11fdb8c202a1b76d0ef28d901d1e7b33",
url = "https://github.com/bazelbuild/apple_support/releases/download/1.22.0/apple_support.1.22.0.tar.gz",
)
load(
"@​build_bazel_apple_support//lib:repositories.bzl",
"apple_support_dependencies",
)
apple_support_dependencies()
load("@​bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()
```
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zLjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC4zLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>1 parent e3c8cfb commit 53b5a08
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments