Skip to content

chore(deps): update all dependencies#1599

Merged
noahdietz merged 4 commits intogoogleapis:mainfrom
renovate-bot:renovate/all
Mar 4, 2026
Merged

chore(deps): update all dependencies#1599
noahdietz merged 4 commits intogoogleapis:mainfrom
renovate-bot:renovate/all

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jan 26, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/bmatcuk/doublestar/v4 v4.9.2v4.10.0 age confidence require minor
golang.org/x/text v0.33.0v0.34.0 age confidence require minor
golangci/golangci-lint-action v8v9 age confidence action major
google.golang.org/genproto b8f7ae34cfbd41 age confidence require digest
google.golang.org/genproto/googleapis/api b8f7ae34cfbd41 age confidence require digest

Release Notes

bmatcuk/doublestar (github.com/bmatcuk/doublestar/v4)

v4.10.0: Added WithNoHidden option

Compare Source

Added support for a WithNoHidden option to ignore hidden files in patterns that might unintentionally match them. For example, a .config directory would not be matched by * or recursed into by **, but would be matched by .* or recursed by .config/**.

Thanks to @​lukasngl for the initial PR and idea!

What's Changed

New Contributors

Full Changelog: bmatcuk/doublestar@v4.9.2...v4.10.0

golangci/golangci-lint-action (golangci/golangci-lint-action)

v9

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.

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

@forking-renovate forking-renovate bot added the automerge Summon MOG for automerging label Jan 26, 2026
@renovate-bot renovate-bot requested a review from a team January 26, 2026 00:52
@renovate-bot renovate-bot added the automerge Summon MOG for automerging label Jan 26, 2026
@gemini-code-assist
Copy link
Contributor

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 several Go dependencies to their latest versions, ensuring the project benefits from the most recent bug fixes, performance enhancements, and new features. The most notable change is the update to doublestar/v4, which now includes an option to better handle hidden files in glob patterns. The google.golang.org/genproto libraries also received digest updates, keeping them current with upstream changes.

Highlights

  • Dependency Update: doublestar/v4: The github.com/bmatcuk/doublestar/v4 dependency has been updated from v4.9.2 to v4.10.0. This minor update introduces a new WithNoHidden option, allowing patterns to ignore hidden files that might otherwise be unintentionally matched or recursed into.
  • Dependency Update: google.golang.org/genproto: The google.golang.org/genproto dependency has been updated to a newer digest version (v0.0.0-20260122232226-8e98ce8d340d). This is a digest update, typically including various internal fixes and minor improvements.
  • Dependency Update: google.golang.org/genproto/googleapis/api: The google.golang.org/genproto/googleapis/api dependency has also been updated to a newer digest version (v0.0.0-20260122232226-8e98ce8d340d), aligning with the genproto update.
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
Contributor

@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 contains automated dependency updates from Renovate. The changes include a minor version bump for github.com/bmatcuk/doublestar/v4 and digest updates for google.golang.org/genproto and its sub-package. The modifications are correctly applied to go.mod and go.sum. After reviewing the changes, I found no issues. This appears to be a routine and safe update.

@gcf-merge-on-green
Copy link
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Summon MOG for automerging label Jan 27, 2026
@forking-renovate
Copy link

forking-renovate bot commented Jan 28, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.46.0 -> v0.48.0
golang.org/x/sys v0.37.0 -> v0.39.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20260120174246-409b4a993575 -> v0.0.0-20260203192932-546029d2fa20
google.golang.org/grpc v1.76.0 -> v1.78.0

@renovate-bot renovate-bot force-pushed the renovate/all branch 3 times, most recently from 61bae38 to 9da018f Compare February 3, 2026 22:37
@forking-renovate
Copy link

Edited/Blocked Notification

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

⚠️ Warning: custom changes will be lost.

@noahdietz noahdietz requested a review from a team as a code owner March 4, 2026 23:16
@noahdietz noahdietz enabled auto-merge (squash) March 4, 2026 23:17
@noahdietz noahdietz merged commit cc41cb3 into googleapis:main Mar 4, 2026
6 checks passed
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.

3 participants