chore(deps): update dependency rules_cc to v0.2.22#94
Open
renovate-bot wants to merge 1 commit into
Open
Conversation
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
February 7, 2025 18:13
5d64aac to
63fe84b
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
June 16, 2025 18:34
63fe84b to
dcb9f80
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
July 15, 2025 20:09
dcb9f80 to
3cdc734
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
July 18, 2025 12:35
3cdc734 to
83bbaf0
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
August 6, 2025 13:50
83bbaf0 to
6582136
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
August 26, 2025 15:04
6582136 to
d12d3b8
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
August 31, 2025 09:01
d12d3b8 to
3e00d49
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
September 8, 2025 03:22
3e00d49 to
6875502
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
September 8, 2025 14:57
6875502 to
7587129
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
September 11, 2025 12:50
7587129 to
15f3964
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
September 13, 2025 19:07
15f3964 to
f4a442a
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
October 2, 2025 14:15
f4a442a to
d15e8f2
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
October 17, 2025 17:56
d15e8f2 to
097455f
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
October 21, 2025 14:04
097455f to
c898868
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
2 times, most recently
from
October 29, 2025 22:59
21ca26d to
34ce17c
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
November 5, 2025 18:51
34ce17c to
9c7eebb
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
December 16, 2025 19:53
9c7eebb to
7a25708
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
December 18, 2025 17:39
7a25708 to
57d0ab0
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
February 12, 2026 11:54
57d0ab0 to
1e57698
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
February 18, 2026 14:02
1e57698 to
ffbe619
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
April 21, 2026 19:47
ffbe619 to
559c4d2
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
June 1, 2026 22:47
559c4d2 to
5f1039e
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
June 22, 2026 17:35
5f1039e to
1e387c8
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
July 3, 2026 11:32
1e387c8 to
8a89c47
Compare
renovate-bot
force-pushed
the
renovate/rules_cc-0.x
branch
from
July 7, 2026 20:51
8a89c47 to
13bef0f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.0.15→0.2.22Release Notes
bazelbuild/rules_cc (rules_cc)
v0.2.22Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
What's Changed
Other notable changes
840d5320662ed2Default toolchain changes
21e1430Rules based toolchain changes
9b32183Full Changelog: bazelbuild/rules_cc@0.2.21...0.2.22
v0.2.21Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
What's Changed
New Features
@bazel_tools//tools/cpp:cc_runtimes_toolchain_type. by @trybka in5eeedebDefault toolchain changes
-mmacosx-version-minfrom default toolchain @nglevin in2d10ebause_libtoolflag by @dzbarsky inf2e4ad2Rules based toolchain changes
97e2922Full Changelog: bazelbuild/rules_cc@0.2.20...0.2.21
v0.2.20Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
What's Changed
Notable changes
cpp_dwp) forCcGenerateDwpactions ofcc_binaryandcc_testtargets by @a-googler in4c700e98edac4ec6222637eb96e3c9404cfDefault toolchain changes
determinismfeature should use/Breprowith linking by @b-spencer in5751961d8bb3108817d52a0d30c6Rules based toolchain changes
12c13bcb1ef4d48b156deFull Changelog: bazelbuild/rules_cc@0.2.19...0.2.20
v0.2.19Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
I curated the release notes for the latest release if someone can copy-paste them in to https://github.com/bazelbuild/rules_cc/releases/tag/0.2.19
What's Changed
New features
de6e35e2310907804007d63790f3ab84bd3Other notable changes
d305b34c0baec36495bc33486c594733851formatfor path mapping by @fmeum inabf355c6c78f0a3aad82a70158a9Default toolchain changes
ccaae87f2587eb06cda568e2b59afcd960d692a24aRules based toolchain changes
d596465bf92fe439a97df827e6a212dda40e09f3b921c8c408daf97831f137f01cc3d559bad3f7d3282325ccb779c98c34577b55dFull Changelog: bazelbuild/rules_cc@0.2.18...0.2.19
v0.2.18Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
I curated the release notes for the latest release if someone can copy-paste them in to https://github.com/bazelbuild/rules_cc/releases/tag/0.2.18
What's Changed
Notable changes
3f10097011d6d9cdf9913748fbdf8a953560b29dfca8b81e9170205b852869b8414b93f2cb3b48956a5bDefault toolchain changes
333af1fdd7100f94bda81Rules based toolchain changes
39e35dcf32fdf5128cf881a5d8a30b11998Full Changelog: bazelbuild/rules_cc@0.2.17...0.2.18
v0.2.17Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
What's Changed
Notable changes
1212a51Default toolchains
6dd2ef120bf72d64024621de738ea464a75ae1df74541eda5Rules based toolchains
75de4a4Full Changelog: bazelbuild/rules_cc@0.2.16...0.2.17
v0.2.16Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
Full Changelog: bazelbuild/rules_cc@0.2.15...0.2.16
v0.2.15Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
Full Changelog: bazelbuild/rules_cc@0.2.14...0.2.15
v0.2.14Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
Full Changelog: bazelbuild/rules_cc@0.2.13...0.2.14
v0.2.13Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
Full Changelog: bazelbuild/rules_cc@0.2.12...0.2.13
v0.2.12Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
Full Changelog: bazelbuild/rules_cc@0.2.11...0.2.12
v0.2.11Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
Full Changelog: bazelbuild/rules_cc@0.2.10...0.2.11
v0.2.10Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
Full Changelog: bazelbuild/rules_cc@0.2.9...0.2.10
v0.2.9Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
Full Changelog: bazelbuild/rules_cc@0.2.8...0.2.9
v0.2.8Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
Full Changelog: bazelbuild/rules_cc@0.2.7...0.2.8
v0.2.7Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
Full Changelog: bazelbuild/rules_cc@0.2.6...0.2.7
v0.2.6Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
Full Changelog: bazelbuild/rules_cc@0.2.5...0.2.6
v0.2.5Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
Full Changelog: bazelbuild/rules_cc@0.2.4...0.2.5
v0.2.4Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
Full Changelog: bazelbuild/rules_cc@0.2.3...0.2.4
v0.2.3Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
Full Changelog: bazelbuild/rules_cc@0.2.2...0.2.3
v0.2.2Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
Full Changelog: bazelbuild/rules_cc@0.2.1...0.2.2
v0.2.1Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
Full Changelog: bazelbuild/rules_cc@0.2.0...0.2.1
v0.2.0Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
Full Changelog: bazelbuild/rules_cc@0.1.4...0.2.0
v0.1.5Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
What's Changed
Full Changelog: bazelbuild/rules_cc@0.1.4...0.1.5
v0.1.4Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
Full Changelog: bazelbuild/rules_cc@0.1.3...0.1.4
v0.1.3Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
Full Changelog: bazelbuild/rules_cc@0.1.2...0.1.3
v0.1.2Compare Source
Incompatible changes
Full Changelog: bazelbuild/rules_cc@0.1.1...0.1.2
v0.1.1Compare Source
Full Changelog: bazelbuild/rules_cc@0.0.17...0.1.1
v0.1.0Compare Source
0.1.x releases are not updated, please continue to use the latest 0.0.x release.
We will continue to update 0.1.x line, once most of uses of
cc_proto_libraryare migrated to@com_google_protobuf.Incompatible Changes
cc_proto_libraryis removed fromdefs.bzlWhat's Changed
cc_tool_mapby @fmeum in #256New Contributors
Full Changelog: bazelbuild/rules_cc@0.0.13...0.1.0
v0.0.17Compare Source
What's Changed
New Contributors
Full Changelog: bazelbuild/rules_cc@0.0.16...0.0.17
v0.0.16Compare Source
Full Changelog: bazelbuild/rules_cc@0.0.15...0.0.16
Configuration
📅 Schedule: (UTC)
* * * * 1-5)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.