chore(deps): update dependency rules_apple to v4.5.3#16132
chore(deps): update dependency rules_apple to v4.5.3#16132renovate-bot wants to merge 2 commits into
Conversation
|
/gcbrun |
There was a problem hiding this comment.
Code Review
This pull request updates the rules_apple dependency version from 4.3.3 to 4.5.3 in MODULE.bazel. The reviewer suggests adding repo_name = "build_bazel_rules_apple" to the dependency declaration to align with the official release notes and prevent potential reference issues.
| bazel_dep(name = "rules_proto", version = "7.1.0") | ||
| bazel_dep(name = "rules_python", version = "1.6.3") | ||
| bazel_dep(name = "rules_apple", version = "4.3.3") | ||
| bazel_dep(name = "rules_apple", version = "4.5.3") |
There was a problem hiding this comment.
The release notes for rules_apple v4.5.3, included in the pull request description, recommend specifying repo_name. To align with the official guidance for this dependency and prevent potential reference issues, please add repo_name = "build_bazel_rules_apple".
| bazel_dep(name = "rules_apple", version = "4.5.3") | |
| bazel_dep(name = "rules_apple", version = "4.5.3", repo_name = "build_bazel_rules_apple") |
cc22163 to
0024d56
Compare
|
/gcbrun |
1 similar comment
|
/gcbrun |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16132 +/- ##
==========================================
- Coverage 92.23% 92.22% -0.02%
==========================================
Files 2265 2265
Lines 209832 209831 -1
==========================================
- Hits 193530 193507 -23
- Misses 16302 16324 +22 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
/gcbrun |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
4.3.3→4.5.3Release Notes
bazelbuild/rules_apple (rules_apple)
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.