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.12.0 #377

Merged
merged 2 commits into from
Oct 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2024

This PR contains the following updates:

Package Type Update Change
rules_foreign_cc http_archive minor 0.11.1 -> 0.12.0

Release Notes

bazelbuild/rules_foreign_cc (rules_foreign_cc)

v0.12.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.12.0")

Using WORKSPACE

Paste this snippet into your file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_foreign_cc",
    sha256 = "a2e6fb56e649c1ee79703e99aa0c9d13c6cc53c8d7a0cbb8797ab2888bbc99a3",
    strip_prefix = "rules_foreign_cc-0.12.0",
    url = "https://github.com/bazelbuild/rules_foreign_cc/releases/download/0.12.0/rules_foreign_cc-0.12.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.12.0/flatten.html#rules_foreign_cc_dependencies
rules_foreign_cc_dependencies()

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_foreign_cc@0.11.1...0.12.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 is behind base branch, 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 force-pushed the renovate/rules_foreign_cc-0.x branch 3 times, most recently from 048b653 to 82e68e0 Compare August 30, 2024 16:07
@renovate renovate bot force-pushed the renovate/rules_foreign_cc-0.x branch from 82e68e0 to b257756 Compare September 6, 2024 21:57
@renovate renovate bot force-pushed the renovate/rules_foreign_cc-0.x branch 2 times, most recently from 8df51ce to c4ebeae Compare September 23, 2024 09:28
@renovate renovate bot force-pushed the renovate/rules_foreign_cc-0.x branch 4 times, most recently from 6577639 to b3c94fe Compare October 6, 2024 16:51
@renovate renovate bot force-pushed the renovate/rules_foreign_cc-0.x branch 3 times, most recently from d5eb753 to 9f9115a Compare October 11, 2024 18:58
Copy link
Contributor Author

renovate bot commented Oct 11, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@rrbutani rrbutani force-pushed the renovate/rules_foreign_cc-0.x branch from e5db283 to 14f3f2c Compare October 11, 2024 20:56
@rrbutani rrbutani enabled auto-merge (squash) October 11, 2024 20:57
@rrbutani rrbutani merged commit a80f2b4 into master Oct 11, 2024
36 checks passed
@rrbutani rrbutani deleted the renovate/rules_foreign_cc-0.x branch October 11, 2024 21: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.

1 participant