Skip to content

Commit 53b5a08

Browse files
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 [@&#8203;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 [@&#8203;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("@&#8203;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( "@&#8203;build_bazel_apple_support//lib:repositories.bzl", "apple_support_dependencies", ) apple_support_dependencies() load("@&#8203;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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/injectionnext_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ local_path_override(
99

1010
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.26.0")
1111
bazel_dep(name = "bazel_skylib", version = "1.7.1")
12-
bazel_dep(name = "apple_support", version = "1.21.1")
12+
bazel_dep(name = "apple_support", version = "1.22.0")
1313
bazel_dep(
1414
name = "rules_swift",
1515
version = "2.8.1",

0 commit comments

Comments
 (0)