Skip to content

chore(deps): update dependency rules_cc to v0.1.1 #266

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 20, 2023

This PR contains the following updates:

Package Type Update Change
rules_cc bazel_dep minor 0.0.8 -> 0.1.1

Release Notes

bazelbuild/rules_cc (rules_cc)

v0.1.1

Compare Source

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_cc",
    urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.1.1/rules_cc-0.1.1.tar.gz"],
    sha256 = "712d77868b3152dd618c4d64faaddefcc5965f90f5de6e6dd1d5ddcd0be82d42",
    strip_prefix = "rules_cc-0.1.1",
)

Full Changelog: bazelbuild/rules_cc@0.0.17...0.1.1

v0.1.0

Compare 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_library are migrated to @com_google_protobuf.

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_cc",
    urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.1.0/rules_cc-0.1.0.tar.gz"],
    sha256 = "4b12149a041ddfb8306a8fd0e904e39d673552ce82e4296e96fac9cbf0780e59",
    strip_prefix = "rules_cc-0.1.0",
)

Incompatible Changes

  • cc_proto_library is removed from defs.bzl

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_cc@0.0.13...0.1.0

v0.0.17

Compare Source

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_cc",
    urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.17/rules_cc-0.0.17.tar.gz"],
    sha256 = "abc605dd850f813bb37004b77db20106a19311a96b2da1c92b789da529d28fe1",
    strip_prefix = "rules_cc-0.0.17",
)
What's Changed
New Contributors

Full Changelog: bazelbuild/rules_cc@0.0.16...0.0.17

v0.0.16

Compare Source

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_cc",
    urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.16/rules_cc-0.0.16.tar.gz"],
    sha256 = "bbf1ae2f83305b7053b11e4467d317a7ba3517a12cef608543c1b1c5bf48a4df",
    strip_prefix = "rules_cc-0.0.16",
)

Full Changelog: bazelbuild/rules_cc@0.0.15...0.0.16

v0.0.15

Compare Source

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_cc",
    urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.15/rules_cc-0.0.15.tar.gz"],
    sha256 = "f4aadd8387f381033a9ad0500443a52a0cea5f8ad1ede4369d3c614eb7b2682e",
    strip_prefix = "rules_cc-0.0.15",
)
What's Changed
  • Revert "Remove cc_proto_library from defs.bzl"
New Contributors

Full Changelog: bazelbuild/rules_cc@0.0.14...0.0.15

v0.0.14

Compare Source

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_cc",
    urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.14/rules_cc-0.0.14.tar.gz"],
    sha256 = "906e89286acc67c20819c3c88b3283de0d5868afda33635d70acae0de9777bb7",
    strip_prefix = "rules_cc-0.0.14",
)
What's Changed
New Contributors

Full Changelog: bazelbuild/rules_cc@0.0.13...0.0.14

v0.0.13

Compare Source

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_cc",
    urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.13/rules_cc-0.0.13.tar.gz"],
    sha256 = "d9bdd3ec66b6871456ec9c965809f43a0901e692d754885e89293807762d3d80",
    strip_prefix = "rules_cc-0.0.13",
)

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_cc@0.0.12...0.0.13

v0.0.12

Compare Source

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_cc",
    urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.12/rules_cc-0.0.12.tar.gz"],
    sha256 = "b26168b9a13f094794982b832975eaf53cefc5dced5b3be7df6b8b794dc2744b",
    strip_prefix = "rules_cc-0.0.12",
)

Full Changelog: bazelbuild/rules_cc@0.0.11...0.0.12

v0.0.11

Compare Source

Loading rules_cc

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_cc",
    urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.11/rules_cc-0.0.11.tar.gz"],
    sha256 = "7e2a1f6c5dd908e6e88d7c80257c99d14e16fa985b56342287fddb6a32c435b5",
    strip_prefix = "rules_cc-0.0.11",
)

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_cc@0.0.10...0.0.11

v0.0.10

Compare Source

What's Changed

Full Changelog: bazelbuild/rules_cc@0.0.9...0.0.10

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_cc",
    urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.10/rules_cc-0.0.10.tar.gz"],
    sha256 = "65b67b81c6da378f136cc7e7e14ee08d5b9375973427eceb8c773a4f69fa7e49",
    strip_prefix = "rules_cc-0.0.10",
)

v0.0.9

Compare Source

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_cc",
    urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.9/rules_cc-0.0.9.tar.gz"],
    sha256 = "2037875b9a4456dce4a79d112a8ae885bbc4aad968e6587dca6e64f3a0900cdf",
    strip_prefix = "rules_cc-0.0.9",
)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 enabled auto-merge (squash) September 20, 2023 13:55
@renovate renovate bot changed the title chore(deps): update dependency rules_cc to v0.0.9 chore(deps): update dependency rules_cc to v0.0.10 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/rules_cc-0.x branch from 9e90cee to c137ae3 Compare September 13, 2024 18:49
@renovate renovate bot changed the title chore(deps): update dependency rules_cc to v0.0.10 chore(deps): update dependency rules_cc to v0.0.11 Oct 7, 2024
@renovate renovate bot force-pushed the renovate/rules_cc-0.x branch 2 times, most recently from da6ddd9 to 6c99366 Compare October 7, 2024 16:26
@renovate renovate bot changed the title chore(deps): update dependency rules_cc to v0.0.11 chore(deps): update dependency rules_cc to v0.0.12 Oct 7, 2024
@renovate renovate bot changed the title chore(deps): update dependency rules_cc to v0.0.12 chore(deps): update dependency rules_cc to v0.0.13 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/rules_cc-0.x branch from 6c99366 to 353255c Compare October 10, 2024 13:43
@renovate renovate bot changed the title chore(deps): update dependency rules_cc to v0.0.13 chore(deps): update dependency rules_cc to v0.0.14 Nov 6, 2024
@renovate renovate bot force-pushed the renovate/rules_cc-0.x branch from 353255c to 5282c38 Compare November 6, 2024 20:11
@renovate renovate bot changed the title chore(deps): update dependency rules_cc to v0.0.14 chore(deps): update dependency rules_cc to v0.1.0 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/rules_cc-0.x branch from 5282c38 to 376066d Compare November 7, 2024 13:22
@renovate renovate bot changed the title chore(deps): update dependency rules_cc to v0.1.0 chore(deps): update dependency rules_cc to v0.1.1 Feb 7, 2025
@renovate renovate bot force-pushed the renovate/rules_cc-0.x branch from 376066d to a72fccd Compare February 7, 2025 17:13
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.

0 participants