Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency rules_foreign_cc to v0.14.0 #437

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2024

This PR contains the following updates:

Package Type Update Change
rules_foreign_cc bazel_dep minor 0.12.0 -> 0.14.0

Release Notes

bazel-contrib/rules_foreign_cc (rules_foreign_cc)

v0.14.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.14.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 = "e0f0ebb1a2223c99a904a565e62aa285bf1d1a8aeda22d10ea2127591624866c",
    strip_prefix = "rules_foreign_cc-0.14.0",
    url = "https://github.com/bazel-contrib/rules_foreign_cc/releases/download/0.14.0/rules_foreign_cc-0.14.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.14.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()

What's Changed

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

v0.13.0

Compare Source

Using Bzlmod with Bazel 6

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_foreign_cc", version = "0.13.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 = "8e5605dc2d16a4229cb8fbe398514b10528553ed4f5f7737b663fdd92f48e1c2",
    strip_prefix = "rules_foreign_cc-0.13.0",
    url = "https://github.com/bazel-contrib/rules_foreign_cc/releases/download/0.13.0/rules_foreign_cc-0.13.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://bazelbuild.github.io/rules_foreign_cc/0.13.0/flatten.html#rules_foreign_cc_dependencies
rules_foreign_cc_dependencies()

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_foreign_cc@0.12.0...0.13.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 added the dependencies label Dec 7, 2024
@renovate renovate bot requested a review from a team December 7, 2024 10:56
@renovate renovate bot force-pushed the renovate/rules_foreign_cc-0.x branch from 27f94a0 to ce94ec3 Compare December 10, 2024 13:12
Copy link

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

@renovate renovate bot force-pushed the renovate/rules_foreign_cc-0.x branch from ce94ec3 to 800c564 Compare January 14, 2025 20:20
@renovate renovate bot force-pushed the renovate/rules_foreign_cc-0.x branch from 800c564 to bbd5d55 Compare January 25, 2025 01:33
@renovate renovate bot force-pushed the renovate/rules_foreign_cc-0.x branch from bbd5d55 to d0af767 Compare February 11, 2025 02:04
@renovate renovate bot changed the title chore(deps): update dependency rules_foreign_cc to v0.13.0 chore(deps): update dependency rules_foreign_cc to v0.14.0 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/rules_foreign_cc-0.x branch from d0af767 to 21aea0e Compare February 11, 2025 20:14
@tongke6 tongke6 merged commit cd5d377 into main Feb 12, 2025
6 of 7 checks passed
@tongke6 tongke6 deleted the renovate/rules_foreign_cc-0.x branch February 12, 2025 02:56
@github-actions github-actions bot locked and limited conversation to collaborators Feb 12, 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.

1 participant