Skip to content

Comments

chore(deps): update dependency rules_apple to v4.3.3#15996

Open
renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/rules_apple-4.x
Open

chore(deps): update dependency rules_apple to v4.3.3#15996
renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/rules_apple-4.x

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Feb 24, 2026

This PR contains the following updates:

Package Type Update Change
rules_apple bazel_dep patch 4.3.24.3.3

Release Notes

bazelbuild/rules_apple (rules_apple)

v4.3.3

Compare Source

What's Changed

Full Changelog: bazelbuild/rules_apple@4.3.2...4.3.3

This release is compatible with Bazel 7.x LTS and 8.x LTS releases.

MODULE.bazel Snippet

bazel_dep(name = "rules_apple", version = "4.3.3", repo_name = "build_bazel_rules_apple")

Workspace Snippet

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "build_bazel_rules_apple",
    sha256 = "fad623b4d0dbe7883fffc95a3275eaabfd13bd9336fca6788cb40bee96e5f131",
    url = "https://github.com/bazelbuild/rules_apple/releases/download/4.3.3/rules_apple.4.3.3.tar.gz",
)

load(
    "@​build_bazel_rules_apple//apple:repositories.bzl",
    "apple_rules_dependencies",
)

apple_rules_dependencies()

load(
    "@​build_bazel_rules_swift//swift:repositories.bzl",
    "swift_rules_dependencies",
)

swift_rules_dependencies()

load(
    "@​build_bazel_rules_swift//swift:extras.bzl",
    "swift_rules_extra_dependencies",
)

swift_rules_extra_dependencies()

load(
    "@​build_bazel_apple_support//lib:repositories.bzl",
    "apple_support_dependencies",
)

apple_support_dependencies()

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


This change is Reviewable

@renovate-bot renovate-bot requested a review from a team as a code owner February 24, 2026 15:00
@dpebot
Copy link

dpebot commented Feb 24, 2026

/gcbrun

@gemini-code-assist
Copy link

Summary of Changes

Hello @renovate-bot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request performs a routine update of the rules_apple Bazel dependency to its latest patch version, v4.3.3. This update incorporates several bug fixes and minor enhancements from the rules_apple project, improving compatibility and supporting new features for Apple platform builds, including fixes for icon processing, codesigning, and support for NSExtensionMain.

Highlights

  • Dependency Update: Updated the rules_apple Bazel dependency from version 4.3.2 to 4.3.3.
Changelog
  • MODULE.bazel
    • Updated the rules_apple dependency version from 4.3.2 to 4.3.3.
    • Incorporated fixes related to xctestrunner patches.
    • Updated internal references from 'master' to 'main' branch.
    • Added support for NSExtensionMain entry point for tvos_extension.
    • Ensured app bundles are writable before in-place signing in dossier codesigning.
    • Removed the setting of the Apple Configuration Distinguisher as it is no longer necessary.
    • Eliminated the requirement to define --watchos_cpus when building iOS applications with watchOS apps.
    • Fixed icon processing for tvOS and visionOS platforms.
    • Added tests for tvOS and visionOS icon processing compatible with Bazel 7.
Activity
  • This pull request was automatically generated by Renovate Bot to update the rules_apple dependency.
  • Automerge is currently disabled, requiring a manual review and merge.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the rules_apple dependency from version 4.3.2 to 4.3.3. This is a routine patch update handled by Renovate. The change in MODULE.bazel is correct and aligns with the information provided in the pull request description. I have reviewed the change and found no issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants