Skip to content

Update all non-major dependencies#605

Merged
thomasvl merged 1 commit into
google:mainfrom
renovate-bot:renovate/all-minor-patch
Jul 6, 2026
Merged

Update all non-major dependencies#605
thomasvl merged 1 commit into
google: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.6.12.7.0
rules_cc bazel_dep patch 0.2.200.2.21

Release Notes

bazelbuild/apple_support (apple_support)

v2.7.0

Compare Source

What's Changed

  • Add a new rules based toolchain that will eventually replace the current toolchain (off by default, can be tested today with --repo_env=APPLE_SUPPORT_RULES_BASED_TOOLCHAIN=1) by @​keith in #​552
  • Add rules based toolchain feature injection by @​keith in #​599
  • Add parse_headers_as_c support by @​keith in #​602
  • Update the default SDK versions by @​keith in #​604

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

Full Changelog: bazelbuild/apple_support@2.6.1...2.7.0

MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "2.7.0")
bazelbuild/rules_cc (rules_cc)

v0.2.21

Compare Source

Using bzlmod with Bazel 6 or later:

  1. [Bazel 6] Add common --enable_bzlmod to .bazelrc.

  2. Add to your MODULE.bazel file:

bazel_dep(name = "rules_cc", version = "0.2.21")

Using WORKSPACE:

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

http_archive(
    name = "rules_cc",
    sha256 = "962251923438d27fc030c2d9d35c058a7f7da4fed42c42ad5342c7b4403d4cf2",
    strip_prefix = "rules_cc-0.2.21",
    url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.21/rules_cc-0.2.21.tar.gz",
)

load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")

compatibility_proxy_repo()

Full Changelog: bazelbuild/rules_cc@0.2.20...0.2.21


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 e0492e3 into google:main Jul 6, 2026
9 checks passed
@renovate-bot
renovate-bot deleted the renovate/all-minor-patch branch July 6, 2026 11:32
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