Skip to content

Update all non-major dependencies#597

Merged
thomasvl merged 1 commit intogoogle:mainfrom
renovate-bot:renovate/all-minor-patch
Mar 30, 2026
Merged

Update all non-major dependencies#597
thomasvl merged 1 commit intogoogle:mainfrom
renovate-bot:renovate/all-minor-patch

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
apple_support bazel_dep minor 2.3.02.5.2
bazel-contrib/setup-bazel action minor 0.18.00.19.0
rules_apple bazel_dep patch 4.5.14.5.2

Release Notes

bazelbuild/apple_support (apple_support)

v2.5.2

Compare Source

What's Changed

Full Changelog: bazelbuild/apple_support@2.5.1...2.5.2

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

MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "2.5.2", repo_name = "build_bazel_apple_support")

v2.5.1

Compare Source

What's Changed

Full Changelog: bazelbuild/apple_support@2.5.0...2.5.1

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

MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "2.5.1", repo_name = "build_bazel_apple_support")

v2.5.0

Compare Source

What's Changed

  • Enable support for layering_check by default by @​keith in #​557, this can be disabled with --repo_env=APPLE_SUPPORT_LAYERING_CHECK_BETA=0
  • Fix warning with header parsing by @​keith in #​560

Full Changelog: bazelbuild/apple_support@2.4.0...2.5.0

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

MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "2.5.0", repo_name = "build_bazel_apple_support")

v2.4.0

Compare Source

What's Changed

  • Add -DDEBUG and -O0 for dbg compiles by @​keith in #​556
  • fix(constraints): change default target_vendor to not_apple by @​ma-oli in #​500
  • Refactored toolchain for upcoming improvements

Full Changelog: bazelbuild/apple_support@2.3.0...2.4.0
This release is compatible with 7.x LTS, 8.x LTS, 9.x LTS, and rolling releases.

MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "2.4.0", repo_name = "build_bazel_apple_support")
bazel-contrib/setup-bazel (bazel-contrib/setup-bazel)

v0.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: bazel-contrib/setup-bazel@0.18.0...0.19.0

bazelbuild/rules_apple (rules_apple)

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()

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@thomasvl thomasvl merged commit a07e372 into google:main Mar 30, 2026
4 checks passed
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch March 30, 2026 11:38
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