Skip to content

chore(deps): update dependency build_bazel_rules_apple to v5 - #16460

Open
renovate-bot wants to merge 1 commit into
googleapis:mainfrom
renovate-bot:renovate/build_bazel_rules_apple-5.x
Open

renovate-bot wants to merge 1 commit into
googleapis:mainfrom
renovate-bot:renovate/build_bazel_rules_apple-5.x

Conversation

@renovate-bot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
build_bazel_rules_apple http_archive major 4.3.35.1.0

Release Notes

bazelbuild/rules_apple (build_bazel_rules_apple)

v5.1.0

Compare Source

What's Changed

  • Resolve mac tools through a toolchain for better multi exec platform builds by @​keith in #​3066
  • Fetch simulator scripts from mac toolchain by @​keith in #​3067

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

bazel_dep(name = "rules_apple", version = "5.1.0")

v5.0.1

Compare 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

bazel_dep(name = "rules_apple", version = "5.0.1")

v5.0.0

Compare Source

This release is compatible with Bazel 8.x LTS, 9.x LTS, and rolling releases.

MODULE.bazel Snippet

bazel_dep(name = "rules_apple", version = "5.0.0")

Breaking changes

New features

Other notable changes

New Contributors

Full Changelog: bazelbuild/rules_apple@4.5.0...5.0.0

v4.5.3

Compare 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

bazel_dep(name = "rules_apple", version = "4.5.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 = "e4649d4649ef14adbc421738377d21ea75a1053d8e8f6838fc08e82328599a0f",
    url = "https://github.com/bazelbuild/rules_apple/releases/download/4.5.3/rules_apple.4.5.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()

v4.5.2

Compare Source

What's Changed

  • [7.x] Fix rules_apple device runner crash on Rapid Security Response versions by @​keith in #​2902

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

MODULE.bazel Snippet

bazel_dep(name = "rules_apple", version = "4.5.2", 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 = "bdac384944a8a7b555f403e10fecb25de6096ff340722e090847bfb562c0ce89",
    url = "https://github.com/bazelbuild/rules_apple/releases/download/4.5.2/rules_apple.4.5.2.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()

v4.5.1

Compare 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

bazel_dep(name = "rules_apple", version = "4.5.1", 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 = "0831b6b305e22e007c561f8e48f618244091c9b34ff7aa571de66ddb0de6fdbe",
    url = "https://github.com/bazelbuild/rules_apple/releases/download/4.5.1/rules_apple.4.5.1.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()

v4.5.0

Compare Source

What's Changed

New 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

bazel_dep(name = "rules_apple", version = "4.5.0", 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 = "34953c6c5666f2bd864a4a2a27599eb6630a42fde18ba57292fa0a7fcb3d851c",
    url = "https://github.com/bazelbuild/rules_apple/releases/download/4.5.0/rules_apple.4.5.0.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()

v4.4.0

Compare Source

What's Changed

New 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

bazel_dep(name = "rules_apple", version = "4.4.0", 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 = "c6d8d0361cd7e48067a2cb3bb6bb295182f8e44ee66905f3d578d5a96bcac18c",
    url = "https://github.com/bazelbuild/rules_apple/releases/download/4.4.0/rules_apple.4.4.0.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: (UTC)

  • Branch creation
    • Monday through Friday (* * * * 1-5)
  • 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.

@dpebot

dpebot commented Sep 16, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

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

Copy link
Copy Markdown

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 '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.

Comment thread bazel/workspace0.bzl
Comment on lines +106 to +108
"https://github.com/bazelbuild/rules_apple/releases/download/5.1.0/rules_apple.5.1.0.tar.gz",
],
sha256 = "fad623b4d0dbe7883fffc95a3275eaabfd13bd9336fca6788cb40bee96e5f131",
sha256 = "ee54e3624f2c0fcac47ce917dcaae13810c83d846163f46172ec98840b49e8da",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

critical

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

codecov Bot commented Sep 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.33%. Comparing base (c9a86fe) to head (6e54d79).
⚠️ Report is 2 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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