chore(deps): update dependency google_cloud_cpp - #16458
renovate-bot wants to merge 1 commit into
Conversation
|
/gcbrun |
There was a problem hiding this comment.
Code Review
This pull request updates the google_cloud_cpp dependency version across various quickstart and test configuration files. While WORKSPACE.bazel files are updated to version 3.10.0, the MODULE.bazel files are updated to version 3.9.0. Feedback points out this version mismatch between Bzlmod and WORKSPACE configurations, which can lead to build inconsistencies.
| module(name = "bzlmod-consumer-test") | ||
|
|
||
| bazel_dep(name = "google_cloud_cpp", version = "3.8.0") | ||
| bazel_dep(name = "google_cloud_cpp", version = "3.9.0") |
There was a problem hiding this comment.
The google_cloud_cpp dependency version is updated to 3.9.0 here, but the WORKSPACE.bazel files are updated to 3.10.0. This version mismatch between Bzlmod (MODULE.bazel) and WORKSPACE (WORKSPACE.bazel) files can lead to build inconsistencies and different resolved dependency versions depending on the build system configuration used.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16458 +/- ##
==========================================
- Coverage 92.32% 92.32% -0.01%
==========================================
Files 2246 2246
Lines 213921 213921
==========================================
- Hits 197513 197499 -14
- Misses 16408 16422 +14 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This PR contains the following updates:
3.8.0→3.9.0v3.8.0→v3.10.0Release Notes
googleapis/google-cloud-cpp (google_cloud_cpp)
v3.9.0Dependency version update
New Libraries
We are happy to announce the following GA libraries. Unless specifically noted,
the APIs in these libraries are stable, and are ready for production use.
Bigtable
Storage
Google APIs interface definitions
Configuration
📅 Schedule: (UTC)
* * * * 1-5)🚦 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.