chore(deps): update dependency build_bazel_rules_apple to v5 - #16460
renovate-bot wants to merge 1 commit into
Conversation
|
/gcbrun |
There was a problem hiding this comment.
Code Review
This pull request updates the 'build_bazel_rules_apple' dependency from version 4.3.3 to 5.1.0 in 'bazel/workspace0.bzl'. However, a critical issue was raised: upgrading to version 5.1.0 will break the build because WORKSPACE support was removed in 'rules_apple' v5.0.0, and this repository still uses a WORKSPACE file. The reviewer suggests pinning to the latest 4.x release (v4.5.3) instead to avoid breaking the build.
| "https://github.com/bazelbuild/rules_apple/releases/download/5.1.0/rules_apple.5.1.0.tar.gz", | ||
| ], | ||
| sha256 = "fad623b4d0dbe7883fffc95a3275eaabfd13bd9336fca6788cb40bee96e5f131", | ||
| sha256 = "ee54e3624f2c0fcac47ce917dcaae13810c83d846163f46172ec98840b49e8da", |
There was a problem hiding this comment.
According to the release notes for rules_apple v5.0.0, WORKSPACE support has been completely removed. Since this repository is still using a WORKSPACE file (via bazel/workspace0.bzl), upgrading to 5.1.0 will break the build.\n\nTo avoid breaking the build, we should pin to the latest 4.x release (v4.5.3) which still supports WORKSPACE.
"https://github.com/bazelbuild/rules_apple/releases/download/4.5.3/rules_apple.4.5.3.tar.gz",\n ],\n sha256 = "e4649d4649ef14adbc421738377d21ea75a1053d8e8f6838fc08e82328599a0f",
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16460 +/- ##
=======================================
Coverage 92.32% 92.33%
=======================================
Files 2246 2246
Lines 213921 213921
=======================================
+ Hits 197513 197515 +2
+ Misses 16408 16406 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This PR contains the following updates:
4.3.3→5.1.0Release Notes
bazelbuild/rules_apple (build_bazel_rules_apple)
v5.1.0Compare Source
What's Changed
Full Changelog: bazelbuild/rules_apple@5.0.1...5.1.0
This release is compatible with Bazel 8.x LTS, 9.x LTS, and rolling releases.
MODULE.bazel Snippet
v5.0.1Compare Source
What's Changed
Full Changelog: bazelbuild/rules_apple@5.0.0...5.0.1
This release is compatible with Bazel 8.x LTS, 9.x LTS, and rolling releases.
MODULE.bazel Snippet
v5.0.0Compare Source
This release is compatible with Bazel 8.x LTS, 9.x LTS, and rolling releases.
MODULE.bazel Snippet
Breaking changes
WORKSPACEsupportNew features
Other notable changes
@loader_path/../Frameworksrpath for macOS extensions and ExtensionKit by @adincebic in #2895swift_common.compile_module_interface. by @keith in #2929ipa_post_processorby @adincebic in #2982runnerattr erroneously inherited by test suite macro by @aaronsky in #2983New Contributors
Full Changelog: bazelbuild/rules_apple@4.5.0...5.0.0
v4.5.3Compare Source
What's Changed
Full Changelog: bazelbuild/rules_apple@4.5.2...4.5.3
This release is compatible with Bazel 7.x LTS, 8.x LTS, and 9.x LTS releases.
MODULE.bazel Snippet
Workspace Snippet
v4.5.2Compare Source
What's Changed
This release is compatible with Bazel 7.x LTS, 8.x LTS, and 9.x LTS releases.
MODULE.bazel Snippet
Workspace Snippet
v4.5.1Compare Source
What's Changed
Full Changelog: bazelbuild/rules_apple@4.5.0...4.5.1
This release is compatible with Bazel 7.x LTS, 8.x LTS, and 9.x LTS releases.
MODULE.bazel Snippet
Workspace Snippet
v4.5.0Compare Source
What's Changed
@bazel_tools//tools/cppby @aaronsky in #2885app_intentsfor applications by @kntkymt in #2879New Contributors
Full Changelog: bazelbuild/rules_apple@4.4.0...4.5.0
This release is compatible with Bazel 7.x LTS, 8.x LTS, and 9.x LTS releases.
MODULE.bazel Snippet
Workspace Snippet
v4.4.0Compare Source
What's Changed
@loader_path/Frameworksrpath when building frameworks, as Xcode does by @adincebic in #2850@loader_path/Frameworksrpath when building dynamic xcframeworks by @adincebic in #2852apple_order_fileby @adincebic in #2855ctx.fragments.apple.single_arch_platform(...)to platform constraints by @luispadron in #2858apple_common.get_split_build_configs(...), retrieving configs from the cc_toolchains that are the source of truth for the linking via public starlark APIs. by @luispadron in #2860New Contributors
Full Changelog: bazelbuild/rules_apple@4.3.3...4.4.0
This release is compatible with Bazel 7.x LTS, 8.x LTS, and 9.x LTS releases.
MODULE.bazel Snippet
Workspace Snippet
Configuration
📅 Schedule: (UTC)
* * * * 1-5)🚦 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.