chore(deps): update dependency build_bazel_rules_apple to v4 (main) #15244
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.22.0
->4.0.1
Release Notes
bazelbuild/rules_apple (build_bazel_rules_apple)
v4.0.1
Compare Source
What's Changed
Fixed
TEST_PREMATURE_EXIT_FILE
not being removed inmacos_test_runner
by @brentleyjones in https://github.com/bazelbuild/rules_apple/pull/27355Full Changelog: https://github.com/bazelbuild/rules\_apple/compare/4.0.0...4.0.1
This release is compatible with Bazel 7.x LTS and 8.x LTS releases
MODULE.bazel Snippet
Workspace Snippet
v4.0.0
Compare Source
What's changed
Breaking changes
.swiftinterface
files are no longer provided by default unless the underlying swift_library usesfeatures = ["swift.emit_swiftinterface"]
orlibrary_evolution = True
.experimental_mixed_language_library
rule, users should use rules_swift'smixed_language_library
rule instead.Fixed
Removed
no-remote
when there aren’t any codesign commands by @brentleyjones in https://github.com/bazelbuild/rules_apple/pull/26822One of the two will be used
grep by @brentleyjones in https://github.com/bazelbuild/rules_apple/pull/27244Added
TEST_PREMATURE_EXIT_FILE
by @brentleyjones in https://github.com/bazelbuild/rules_apple/pull/27255Changed
*_build_test
: Don't allow targets to be empty. by @luispadron in https://github.com/bazelbuild/rules_apple/pull/27199New Contributors
Full Changelog: https://github.com/bazelbuild/rules\_apple/compare/3.22.0...4.0.0
This release is compatible with Bazel 7.x LTS and 8.x LTS releases
MODULE.bazel Snippet
Workspace Snippet
Configuration
📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (UTC), 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.
This change is