-
Notifications
You must be signed in to change notification settings - Fork 24
chore(all): update deps #608
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
base: main
Are you sure you want to change the base?
Conversation
|
d75d115 to
27a9445
Compare
f5d8ab3 to
19febed
Compare
147f26f to
fff09e7
Compare
e5382e6 to
6fddab3
Compare
6fddab3 to
b9649d1
Compare
prinikasn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/gcbrun
Edited/Blocked NotificationRenovate 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. |
This PR contains the following updates:
20240722.0.bcr.2->20240722.18.4.1->8.4.20.14.0->0.15.0v1.9.1->v1.38.0v0.39.1->v0.47.01.4.1->1.8.22.8.1->2.9.0v1.19.2->v1.24.0v1.13.0->v1.13.1v1.22.1->v1.24.3v1.11.3->v1.11.7v2.2.2->v2.3.0v0.6.0->v0.7.1v1.14.0->v1.17.1a92ed51->0d01188cb0459b->4b2a0931.23-bookworm->1.25-bookworm0.45.0->0.47.0v0.49.0->v0.54.0v1.25.0->v1.30.0v1.15.0->v1.18.0v1.4.2->v1.4.3v1.2.4->v1.2.5v2.14.1->v2.15.0v2.0.0->v2.3.3v1.5.1->v1.42.0v0.4.1->v0.8.0ebd033e->fee0fe3v1.6.0->v1.9.0v1.6.0->v1.6.3v1.9.0->v1.9.1v0.1.1->v0.1.3v0.1.18->v0.3.0518e166->4492db2v0.5.8->v0.14.0efbb1a3->fbbd49cv0.11.1->v0.14.0v0.31.0->v0.34.0v1.4.0-rc.5.0.20220728214547-13f0d02a521e->v1.4.1v1.9.1->v1.10.2v1.0.6->v1.0.10v1.19.0->v1.21.0v1.3.0->v1.3.1v1.2.1->v1.3.11.24.1->1.25.51.23.8->1.25.5v0.27.0->v0.34.0v0.31.0->v0.39.0v0.216.0->v0.257.05f5ef82->ff82c1b56aae31->ff82c1bv1.70.0->v1.77.0v1.5.1->v1.6.0v1.36.5->v1.36.100.0.0-20240819-fe8ba054a->0.0.0-20251127-8cd3749f64926d5->b81889f1.70.1->1.76.0.bcr.14f28899->abb61a6v0.57.0->v0.59.0v2.120.1->v2.130.14693a02->bc988d5v4.1.3->v4.27.10.1.1->0.2.140.1.1->0.2.140.5.1->0.6.1v0.3.7->v0.6.10.57.0->0.59.02.2.5->2.2.7v2.2.5->v2.2.71.1.0->1.2.07.0.2->7.1.06.0.0->6.0.24.3.0->4.6.05.0.1->5.8.01.3.0->1.7.01.3.0->1.7.0v0.17.2->v0.22.4v0.2.3->v0.2.4Warning
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::AlphaNumno longer allows brace-initialization. This was never intended to be supported, nor is it recommended thatabsl::AlphaNumever be spelled in user code.absl::kuint128maxhas 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_tis deprecated in C++23. See https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1413r3.pdf for a suggested replacement.absl::StrJoinnow has aabsl::string_viewoverload. 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.his now a public header and is no longer included fromlog.h. To useVLOG_IS_ON(),absl/log/vlog_is_on.hmust be included.Known Issues
Baseline:
3358286Cherry-pick:
2138590Cherry-pick:
9a0743aCherry-pick:
4447c75Cherry-pick:
dd4c89b(Patch 1)bazelbuild/bazel (bazel)
v8.4.2Compare Source
bazel-contrib/setup-bazel (bazel-contrib/setup-bazel)
v0.15.0Compare Source
What's Changed
New Contributors
Full Changelog: bazel-contrib/setup-bazel@0.14.0...0.15.0
bazel-contrib/bazel_features (bazel_features)
v1.38.0Compare Source
Using Bzlmod with Bazel 6
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your file:
What's Changed
Full Changelog: bazel-contrib/bazel_features@v1.37.0...v1.38.0
v1.37.0Compare Source
Using Bzlmod with Bazel 6
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your file:
What's Changed
Full Changelog: bazel-contrib/bazel_features@v1.36.0...v1.37.0
v1.36.0Compare Source
Using Bzlmod with Bazel 6
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your file:
What's Changed
New Contributors
Full Changelog: bazel-contrib/bazel_features@v1.35.0...v1.36.0
v1.35.0Compare Source
Using Bzlmod with Bazel 6
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your file:
What's Changed
Full Changelog: bazel-contrib/bazel_features@v1.34.0...v1.35.0
v1.34.0Compare Source
Using Bzlmod with Bazel 6
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your file:
What's Changed
genrule_accepts_toolchain_typesby @novas0x2a in #110New Contributors
Full Changelog: bazel-contrib/bazel_features@v1.33.0...v1.34.0
v1.33.0Compare Source
Using Bzlmod with Bazel 6
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your file:
What's Changed
has_launcher_maker_toolchainby @fmeum in #104instrumented_files_info_has_baseline_coverage_filesby @fmeum in #105cc_toolchain_has_generate_modmapby @fmeum in #109Full Changelog: bazel-contrib/bazel_features@v1.32.0...v1.33.0
v1.32.0Compare Source
Using Bzlmod with Bazel 6
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your file:
What's Changed
no_struct_field_denylistby @fmeum in #103Full Changelog: bazel-contrib/bazel_features@v1.31.0...v1.32.0
v1.31.0Compare Source
Using Bzlmod with Bazel 6
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your file:
What's Changed
aspect_propagation_contextfeature by @fmeum in #102New Contributors
Full Changelog: bazel-contrib/bazel_features@v1.30.0...v1.31.0
v1.30.0Compare Source
Using Bzlmod with Bazel 6
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your file:
What's Changed
Full Changelog: bazel-contrib/bazel_features@v1.29.0...v1.30.0
v1.29.0Compare Source
Using Bzlmod with Bazel 6
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your file:
What's Changed
use_target_platform_constraintsby @fmeum in #97Full Changelog: bazel-contrib/bazel_features@v1.27.0...v1.29.0
v1.28.0Compare Source
Using Bzlmod with Bazel 6
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your file:
Full Changelog: bazel-contrib/bazel_features@v1.27.0...v1.28.0
v1.27.0Compare Source
Using Bzlmod with Bazel 6
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your file:
What's Changed
New Contributors
Full Changelog: bazel-contrib/bazel_features@v1.26.0...v1.27.0
v1.26.0Compare Source
Using Bzlmod with Bazel 6
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your file:
What's Changed
New Contributors
Full Changelog: bazel-contrib/bazel_features@v1.25.0...v1.26.0
v1.25.0Compare Source
Using Bzlmod with Bazel 6
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your file:
What's Changed
Full Changelog: bazel-contrib/bazel_features@v1.24.0...v1.25.0
v1.24.0Compare Source
Using Bzlmod with Bazel 6
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your file:
What's Changed
cc_*extension support by @fmeum in #91Full Changelog: bazel-contrib/bazel_features@v1.23.0...v1.24.0
v1.23.0Compare Source
Using Bzlmod with Bazel 6
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your file:
What's Changed
Full Changelog: bazel-contrib/bazel_features@v1.22.0...v1.23.0
v1.22.0Compare Source
Using Bzlmod with Bazel 6
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your file:
What's Changed
.gitignorelines by @fmeum in #85macroandsubruleto globals by @fmeum in #86Full Changelog: bazel-contrib/bazel_features@v1.21.0...v1.22.0
v1.21.0Compare Source
Using Bzlmod with Bazel 6
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your file: