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 all dependencies #4

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

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented May 29, 2024

This PR contains the following updates:

Package Type Update Change
abseil-cpp bazel_dep minor 20240722.0 -> 20240722.1
grpc bazel_dep minor 1.66.0.bcr.2 -> 1.70.1
rules_cc bazel_dep minor 0.0.10 -> 0.1.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

abseil/abseil-cpp (abseil-cpp)

v20240722.1: Abseil LTS branch, July 2024, Patch 1

Abseil LTS 2024072.1

What's New:

  • Added GoogleTest matchers for absl::Status. These matchers make it easier to write unit tests for code that uses absl::Status.
  • Patch 1 addresses a security issue in hash container create/resize.

Breaking Changes:

Known Issues

  • None known at this time.

Baseline: 3358286
Cherry-pick: 2138590
Cherry-pick: 9a0743a
Cherry-pick: 4447c75
Cherry-pick: dd4c89b (Patch 1)

grpc/grpc (grpc)

v1.70.1

This is release 1.70.1 (genius) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

Ruby

v1.69.0

This is release 1.69.0 (gridiron) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [Alarm] Fix Alarm reuse on cancellation. (#​38114)
  • [xDS RBAC] Support string_match in HeaderMatcher. (#​38185)
  • [pick_first] fix shutdown bug in new PF impl. (#​38144)
  • [c-ares] Fix inverted length check in GrpcPolledFdWindows. (#​38101)
  • [RetryFilter] Copy the SliceBuffer from RetryFilter's cache to batch payload. (#​38069)
  • [EventEngine] Add stronger wording on Endpoint::Read contract. (#​38036)
  • [chttp2] Fix channelz address. (#​38022)
  • [XdsClient] Add missing authority to XdsClient metrics scope. (#​38009)
  • [EventEngine] API contract: Endpoint::Read will provide either an error or data, but never both. (#​38019)
  • [Build] Dropped Bazel 6.x support. (#​37979)

Python

  • [Build] Override MACOSX_DEPLOYMENT_TARGET for gRPC Python. (#​37997)

v1.68.0

This is release 1.68.0 (groovy) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [XdsClient][Backport] Add missing authority to XdsClient metrics scope (#​38009). (#​38023)
  • [Release] Bump core version in preparation for 1.68 Branch Cut. (#​37941)
  • [ConfigFetcher] Set HTTP2 error to NO_ERROR to do graceful GOAWAYs. (#​37939)
  • [ruby] reduce INFO log for server CQ pluck registration to DEBUG. (#​37633)
  • [EventEngine] Enable the PosixEventEngine client experiment. (#​35985)
  • [chttp2_server] Fix race between connection starting and it being orphaned. (#​37683)
  • [Chttp2Server] Fix race between connection manager updates and handshake. (#​37772)
  • [xds] Fix XdsClient race between ResourceDoesNotExist timer and receiving resources. (#​37678)

C++

  • [Build] Minimum version of MSVC is now 2022. (#​37687)
  • [Build] Bumped the minimum version of cmake. (#​37702)

Python

  • Add templating and support for Python 3.13. (#​37643)
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


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate-bot renovate-bot force-pushed the renovate-fork/all-dependencies branch 2 times, most recently from 845d565 to 5cdf598 Compare June 3, 2024 20:45
@renovate-bot renovate-bot changed the title chore(deps): update all dependencies chore(deps): update dependency grpc to v1.62.1.bcr.2 Jun 8, 2024
@renovate-bot renovate-bot force-pushed the renovate-fork/all-dependencies branch from 5cdf598 to 20daf11 Compare June 8, 2024 02:07
@renovate-bot renovate-bot changed the title chore(deps): update dependency grpc to v1.62.1.bcr.2 chore(deps): update dependency grpc to v1.63.1 Jun 11, 2024
@renovate-bot renovate-bot force-pushed the renovate-fork/all-dependencies branch from 20daf11 to 4dee10a Compare June 11, 2024 11:40
@renovate-bot renovate-bot changed the title chore(deps): update dependency grpc to v1.63.1 chore(deps): update all dependencies Jun 18, 2024
@renovate-bot renovate-bot force-pushed the renovate-fork/all-dependencies branch from 4dee10a to d937345 Compare June 18, 2024 20:53
@renovate-bot renovate-bot changed the title chore(deps): update all dependencies chore(deps): update dependency grpc to v1.63.1.bcr.1 Jul 8, 2024
@renovate-bot renovate-bot force-pushed the renovate-fork/all-dependencies branch from d937345 to dbe0ca2 Compare July 8, 2024 23:52
@renovate-bot renovate-bot changed the title chore(deps): update dependency grpc to v1.63.1.bcr.1 chore(deps): update dependency grpc to v1.65.0 Jul 12, 2024
@renovate-bot renovate-bot force-pushed the renovate-fork/all-dependencies branch from dbe0ca2 to 491d9d0 Compare July 12, 2024 14:48
@renovate-bot renovate-bot changed the title chore(deps): update dependency grpc to v1.65.0 chore(deps): update dependency grpc to v1.66.0 Aug 27, 2024
@renovate-bot renovate-bot force-pushed the renovate-fork/all-dependencies branch from 491d9d0 to 980a88f Compare August 27, 2024 02:30
@renovate-bot renovate-bot changed the title chore(deps): update dependency grpc to v1.66.0 chore(deps): update dependency grpc to v1.66.0.bcr.1 Aug 28, 2024
@renovate-bot renovate-bot force-pushed the renovate-fork/all-dependencies branch from 980a88f to 969d216 Compare August 28, 2024 20:54
@renovate-bot renovate-bot changed the title chore(deps): update dependency grpc to v1.66.0.bcr.1 chore(deps): update dependency grpc to v1.66.0.bcr.2 Sep 10, 2024
@renovate-bot renovate-bot force-pushed the renovate-fork/all-dependencies branch from 969d216 to e24bd6d Compare September 10, 2024 20:58
@renovate-bot renovate-bot changed the title chore(deps): update dependency grpc to v1.66.0.bcr.2 chore(deps): update all dependencies Sep 14, 2024
@renovate-bot renovate-bot force-pushed the renovate-fork/all-dependencies branch from e24bd6d to 6e574b1 Compare September 14, 2024 11:26
@renovate-bot renovate-bot changed the title chore(deps): update all dependencies chore(deps): update dependency rules_cc to v0.0.12 Oct 8, 2024
@renovate-bot renovate-bot force-pushed the renovate-fork/all-dependencies branch from 6e574b1 to c9a90a0 Compare October 8, 2024 04:57
@renovate-bot 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-bot renovate-bot force-pushed the renovate-fork/all-dependencies branch from c9a90a0 to ba0e773 Compare October 10, 2024 18:00
@renovate-bot renovate-bot changed the title chore(deps): update dependency rules_cc to v0.0.13 chore(deps): update all dependencies Oct 26, 2024
@renovate-bot renovate-bot force-pushed the renovate-fork/all-dependencies branch from ba0e773 to 4811f3e Compare October 26, 2024 08:30
@renovate-bot renovate-bot force-pushed the renovate-fork/all-dependencies branch 2 times, most recently from 150cb78 to 8e54aa8 Compare November 8, 2024 05:20
@renovate-bot renovate-bot force-pushed the renovate-fork/all-dependencies branch from 8e54aa8 to 4f7b5db Compare November 21, 2024 03:00
@renovate-bot renovate-bot force-pushed the renovate-fork/all-dependencies branch from 4f7b5db to 68f50a3 Compare November 23, 2024 05:39
@renovate-bot renovate-bot force-pushed the renovate-fork/all-dependencies branch from 68f50a3 to c77fb17 Compare December 7, 2024 05:36
@renovate-bot renovate-bot force-pushed the renovate-fork/all-dependencies branch from c77fb17 to 1532930 Compare December 25, 2024 05:50
@renovate-bot renovate-bot force-pushed the renovate-fork/all-dependencies branch 2 times, most recently from af97688 to 3c84668 Compare January 20, 2025 04:00
@renovate-bot renovate-bot force-pushed the renovate-fork/all-dependencies branch from 3c84668 to bd64e6b Compare January 25, 2025 07:54
@renovate-bot renovate-bot force-pushed the renovate-fork/all-dependencies branch from bd64e6b to d9d4d79 Compare February 6, 2025 04:13
@renovate-bot renovate-bot force-pushed the renovate-fork/all-dependencies branch from d9d4d79 to d8729ca Compare February 8, 2025 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant