chore(deps): update dependency rules_apple to v4.5.3#16132
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.20% 92.19% -0.02%
==========================================
Files 2264 2264
Lines 208864 208863 -1
==========================================
- Hits 192579 192551 -28
- Misses 16285 16312 +27 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.