-
Notifications
You must be signed in to change notification settings - Fork 1
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
renovate-bot
wants to merge
1
commit into
rendezqueue:trunk
Choose a base branch
from
renovate-bot:renovate-fork/all-dependencies
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(deps): update all dependencies #4
renovate-bot
wants to merge
1
commit into
rendezqueue:trunk
from
renovate-bot:renovate-fork/all-dependencies
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
845d565
to
5cdf598
Compare
5cdf598
to
20daf11
Compare
20daf11
to
4dee10a
Compare
4dee10a
to
d937345
Compare
d937345
to
dbe0ca2
Compare
dbe0ca2
to
491d9d0
Compare
491d9d0
to
980a88f
Compare
980a88f
to
969d216
Compare
969d216
to
e24bd6d
Compare
e24bd6d
to
6e574b1
Compare
6e574b1
to
c9a90a0
Compare
c9a90a0
to
ba0e773
Compare
ba0e773
to
4811f3e
Compare
150cb78
to
8e54aa8
Compare
8e54aa8
to
4f7b5db
Compare
4f7b5db
to
68f50a3
Compare
68f50a3
to
c77fb17
Compare
c77fb17
to
1532930
Compare
af97688
to
3c84668
Compare
3c84668
to
bd64e6b
Compare
bd64e6b
to
d9d4d79
Compare
d9d4d79
to
d8729ca
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
20240722.0
->20240722.1
1.66.0.bcr.2
->1.70.1
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 1Abseil LTS
2024072
.1What's New:
absl::Status
. These matchers make it easier to write unit tests for code that usesabsl::Status
.Breaking Changes:
absl::AlphaNum
no longer allows brace-initialization. This was never intended to be supported, nor is it recommended thatabsl::AlphaNum
ever be spelled in user code.absl::kuint128max
has been removed and should be replaced withabsl::Uint128Max()
.absl::aligned_storage_t
, which was a polyfill consistent withstd::aligned_storage_t
, has been removed.std::aligned_storage_t
is deprecated in C++23. See https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1413r3.pdf for a suggested replacement.absl::StrJoin
now has aabsl::string_view
overload. This allows for passing a collection of string-like objects without having to convert everything to the same type first. However, this may be a breaking change for users passing an explicit template argument toabsl::StrJoin
. In this case, simply remove the explicit template parameter.vlog_is_on.h
is now a public header and is no longer included fromlog.h
. To useVLOG_IS_ON()
,absl/log/vlog_is_on.h
must be included.Known Issues
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
Python
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
C++
Python
bazelbuild/rules_cc (rules_cc)
v0.1.1
Compare Source
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
.Incompatible Changes
cc_proto_library
is removed fromdefs.bzl
What's Changed
cc_tool_map
by @fmeum in https://github.com/bazelbuild/rules_cc/pull/256New Contributors
Full Changelog: bazelbuild/rules_cc@0.0.13...0.1.0
v0.0.17
Compare Source
What's Changed
New Contributors
Full Changelog: bazelbuild/rules_cc@0.0.16...0.0.17
v0.0.16
Compare Source
Full Changelog: bazelbuild/rules_cc@0.0.15...0.0.16
v0.0.15
Compare Source
What's Changed
New Contributors
Full Changelog: bazelbuild/rules_cc@0.0.14...0.0.15
v0.0.14
Compare Source
What's Changed
cc_tool_map
by @fmeum in https://github.com/bazelbuild/rules_cc/pull/256New Contributors
Full Changelog: bazelbuild/rules_cc@0.0.13...0.0.14
v0.0.13
Compare Source
What's Changed
New Contributors
Full Changelog: bazelbuild/rules_cc@0.0.12...0.0.13
v0.0.12
Compare Source
Full Changelog: bazelbuild/rules_cc@0.0.11...0.0.12
v0.0.11
Compare Source
Loading rules_cc
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.
This PR was generated by Mend Renovate. View the repository job log.