Skip to content

Bump rules_cc from 0.2.11 to 0.2.17#3874

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bazel/rules_cc-0.2.17
Closed

Bump rules_cc from 0.2.11 to 0.2.17#3874
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bazel/rules_cc-0.2.17

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 21, 2026

Bumps rules_cc from 0.2.11 to 0.2.17.

Release notes

Sourced from rules_cc's releases.

0.2.17

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.17")

Using WORKSPACE:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "283fa1cdaaf172337898749cf4b9b1ef5ea269da59540954e51fba0e7b8f277a",
strip_prefix = "rules_cc-0.2.17",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.17/rules_cc-0.2.17.tar.gz",
)
load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
compatibility_proxy_repo()

Full Changelog: bazelbuild/rules_cc@0.2.16...0.2.17

0.2.16

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.16")

Using WORKSPACE:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
</tr></table>

... (truncated)

Commits
  • 541eda5 Only pass profile-correction flag on GCC
  • ae1df74 Fix empty flags errors
  • a464a75 Silence warning with parse_headers
  • 2e612c7 Factorize pic preference logic
  • 0c70f24 Automatic code cleanup.
  • 1de738e Apply default compile flags passed as attrs in Windows MSVC toolchain config
  • 527271c Update contributing guide
  • 6402462 Add support to inject cc_feature into legacy toolchains
  • 61f7516 Modify template for generated toolchain to be more buildifier compliant
  • 20bf72d Fix GCC detection to be robust to symlinks
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Feb 21, 2026
@proppy
Copy link
Copy Markdown
Member

proppy commented Mar 3, 2026

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/bazel/rules_cc-0.2.17 branch from b00d015 to dcfcbd8 Compare March 3, 2026 06:58
@proppy
Copy link
Copy Markdown
Member

proppy commented Mar 5, 2026

@dependabot recreate

Bumps [rules_cc](https://github.com/bazelbuild/rules_cc) from 0.2.11 to 0.2.17.
- [Release notes](https://github.com/bazelbuild/rules_cc/releases)
- [Commits](bazelbuild/rules_cc@0.2.11...0.2.17)

---
updated-dependencies:
- dependency-name: rules_cc
  dependency-version: 0.2.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bazel/rules_cc-0.2.17 branch from dcfcbd8 to 3c4c1fa Compare March 5, 2026 15:06
@mikex-oss mikex-oss closed this Mar 30, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 30, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/bazel/rules_cc-0.2.17 branch March 30, 2026 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants