chore(deps): update dependency rules_apple to v4.5.3#16132
Open
renovate-bot wants to merge 1 commit into
Open
Conversation
Collaborator
|
/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".
Suggested change
| bazel_dep(name = "rules_apple", version = "4.5.3") | |
| bazel_dep(name = "rules_apple", version = "4.5.3", repo_name = "build_bazel_rules_apple") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
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.