Skip to content

chore(deps): update dependency bazel to v7.7.1#16000

Merged
scotthart merged 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/bazel-7.x
Feb 24, 2026
Merged

chore(deps): update dependency bazel to v7.7.1#16000
scotthart merged 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/bazel-7.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Feb 24, 2026

This PR contains the following updates:

Package Update Change
bazel minor 7.6.17.7.1

Release Notes

bazelbuild/bazel (bazel)

v7.7.1

Compare Source


Release Notes:

v7.7.0

Compare Source


Release Notes:

v7.6.2

Compare Source


Release Notes:


Configuration

📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (UTC), 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.

🔕 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.


This change is Reviewable

@renovate-bot renovate-bot requested review from a team as code owners February 24, 2026 18:21
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Feb 24, 2026

/gcbrun

@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello @renovate-bot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the Bazel version used in the quickstart examples for various Google Cloud services. This ensures that the quickstarts are using a more recent version of Bazel, potentially including bug fixes, performance improvements, and new features.

Highlights

  • Bazel Version Update: This PR updates the Bazel version in multiple quickstart/.bazelversion files from 7.6.1 to 7.7.1.
  • Dependency Update: The PR updates the bazel dependency from version 7.6.1 to 7.7.1.
  • Automated Update: This is an automated update generated by Mend Renovate.
Activity
  • The PR was created by renovate-bot to update the bazel dependency.
  • The PR description includes release notes for versions 7.7.1, 7.7.0, and 7.6.2.
  • Automerge is disabled, requiring manual merging.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Bazel version from 7.6.1 to 7.7.1 in over 100 quickstart example directories. While the change is straightforward, it highlights a maintainability issue due to the large number of duplicated .bazelversion files. I've added a comment suggesting a possible improvement to centralize this configuration, in line with the repository's style guide.

@@ -1 +1 @@
7.6.1
7.7.1
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Updating the Bazel version in over 100 separate .bazelversion files indicates a potential maintainability issue due to configuration duplication. While having a version file in each quickstart makes them self-contained, the repository style guide (rule 13) encourages factoring out duplicated code. Consider exploring a centralized way to manage the Bazel version for all quickstarts to simplify future updates.

References
  1. The repository style guide prefers to factor out duplicated code if it appears 3 or more times in non-test files. (link)

@scotthart
Copy link
Copy Markdown
Member

/gcbrun

@scotthart scotthart enabled auto-merge (squash) February 24, 2026 21:12
@scotthart scotthart merged commit 91a3747 into googleapis:main Feb 24, 2026
53 of 54 checks passed
@renovate-bot renovate-bot deleted the renovate/bazel-7.x branch February 24, 2026 22:18
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.64%. Comparing base (860c4a8) to head (f264a10).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16000      +/-   ##
==========================================
+ Coverage   92.63%   92.64%   +0.01%     
==========================================
  Files        2334     2334              
  Lines      214635   214633       -2     
==========================================
+ Hits       198823   198845      +22     
+ Misses      15812    15788      -24     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

3 participants