Skip to content

Update all non-major dependencies#598

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

Update all non-major dependencies#598
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 patch 2.5.22.5.3
bazel patch 9.0.19.0.2
rules_apple bazel_dep patch 4.5.24.5.3

Release Notes

bazelbuild/apple_support (apple_support)

v2.5.3

Compare Source

What's Changed

  • feat: Do not add objc, lkmod, lkmodc++, etc build when building iOS kernel extensions by @​YungRaj in #​570

New Contributors

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

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.3", repo_name = "build_bazel_apple_support")
bazelbuild/bazel (bazel)

v9.0.2

Compare Source


Release Notes:

bazelbuild/rules_apple (rules_apple)

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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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 43cc330 into google:main Apr 20, 2026
4 checks passed
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch April 20, 2026 12:43
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