Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 16, 2025

This PR contains the following updates:

Package Type Update Change
rules_foreign_cc bazel_dep minor 0.14.0 -> 0.15.1

Release Notes

bazel-contrib/rules_foreign_cc (rules_foreign_cc)

v0.15.1

Compare Source

Using Bzlmod

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_foreign_cc", version = "0.15.1")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_foreign_cc",
    sha256 = "32759728913c376ba45b0116869b71b68b1c2ebf8f2bcf7b41222bc07b773d73",
    strip_prefix = "rules_foreign_cc-0.15.1",
    url = "https://github.com/bazel-contrib/rules_foreign_cc/releases/download/0.15.1/rules_foreign_cc-0.15.1.tar.gz",
)

load("@​rules_foreign_cc//foreign_cc:repositories.bzl", "rules_foreign_cc_dependencies")

### This sets up some common toolchains for building targets. For more details, please see
### https://bazel-contrib.github.io/rules_foreign_cc/0.15.1/flatten.html#rules_foreign_cc_dependencies
rules_foreign_cc_dependencies()

### If you're not already using bazel_skylib, bazel_features or rules_python,
### you'll need to add these calls as well.

load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()

load("@​bazel_features//:deps.bzl", "bazel_features_deps")

bazel_features_deps()

load("@​rules_python//python:repositories.bzl", "py_repositories")

py_repositories()

load("@​com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")

protobuf_deps()

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_foreign_cc@0.15.0...0.15.1

v0.15.0

Compare Source

Using Bzlmod

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_foreign_cc", version = "0.15.0")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_foreign_cc",
    sha256 = "92bf237df47776ef5127506234135a48de939b57553c253097b632726d881a7d",
    strip_prefix = "rules_foreign_cc-0.15.0",
    url = "https://github.com/bazel-contrib/rules_foreign_cc/releases/download/0.15.0/rules_foreign_cc-0.15.0.tar.gz",
)

load("@​rules_foreign_cc//foreign_cc:repositories.bzl", "rules_foreign_cc_dependencies")

### This sets up some common toolchains for building targets. For more details, please see
### https://bazel-contrib.github.io/rules_foreign_cc/0.15.0/flatten.html#rules_foreign_cc_dependencies
rules_foreign_cc_dependencies()

### If you're not already using bazel_skylib, bazel_features or rules_python,
### you'll need to add these calls as well.

load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()

load("@​bazel_features//:deps.bzl", "bazel_features_deps")

bazel_features_deps()

load("@​rules_python//python:repositories.bzl", "py_repositories")

py_repositories()

load("@​com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")

protobuf_deps()

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_foreign_cc@0.14.0...0.15.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate renovate bot requested a review from a team June 16, 2025 16:41
Copy link

Stale pull request message. Please comment to remove stale tag. Otherwise this pr will be closed soon.

@renovate renovate bot changed the title chore(deps): update dependency rules_foreign_cc to v0.15.0 chore(deps): update dependency rules_foreign_cc to v0.15.0 - autoclosed Aug 13, 2025
@renovate renovate bot closed this Aug 13, 2025
@renovate renovate bot deleted the renovate/rules_foreign_cc-0.x branch August 13, 2025 17:45
@github-actions github-actions bot locked and limited conversation to collaborators Aug 13, 2025
@renovate renovate bot changed the title chore(deps): update dependency rules_foreign_cc to v0.15.0 - autoclosed chore(deps): update dependency rules_foreign_cc to v0.15.0 Aug 14, 2025
@renovate renovate bot reopened this Aug 14, 2025
@renovate renovate bot force-pushed the renovate/rules_foreign_cc-0.x branch 2 times, most recently from 83ef89f to ec230c5 Compare August 19, 2025 19:43
@renovate renovate bot force-pushed the renovate/rules_foreign_cc-0.x branch from ec230c5 to 5b7c9ce Compare September 2, 2025 03:51
@renovate renovate bot force-pushed the renovate/rules_foreign_cc-0.x branch from 5b7c9ce to 8f32ad9 Compare September 17, 2025 12:35
@renovate renovate bot force-pushed the renovate/rules_foreign_cc-0.x branch from 8f32ad9 to f50415e Compare September 26, 2025 14:39
@renovate renovate bot changed the title chore(deps): update dependency rules_foreign_cc to v0.15.0 chore(deps): update dependency rules_foreign_cc to v0.15.1 Sep 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants