Skip to content

fix: update all dependencies#765

Open
renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/all-dependencies
Open

fix: update all dependencies#765
renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/all-dependencies

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Mar 7, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
NUnit (source) 4.5.04.5.1 age confidence nuget patch
NUnit.Analyzers 4.11.24.12.0 age confidence nuget minor
github.com/googleapis/go-sql-spanner v1.24.0v1.24.1 age confidence require patch
go (source) 1.26.01.26.1 age confidence toolchain patch
google.golang.org/grpc v1.79.1v1.79.2 age confidence require patch

Release Notes

nunit/nunit (NUnit)

v4.5.1: V 4.5.1

Compare Source

See release notes for details.

nunit/nunit.analyzers (NUnit.Analyzers)

v4.12.0: NUnit Analyzers 4.12 - March 3, 2026

Compare Source

NUnit Analyzers 4.12 - March 3, 2026

This release of the NUnit Analyzers improves NUnit1029 to account for TestCaseSource
support for params and optional arguments. It also introduces a new analyzer for incorrect
usage of Is.Not.Null.Or.Empty, fixes regressions in NUnit2005 and NUnit2055, and updates
NUnit package dependencies.

The release contains contributions from the following users (in alphabetical order):

Issues Resolved

Features and Enhancements

  • #​957 Relax NUnit1029 for TestCaseSource where method accepts a single "params" array
  • #​189 Warning when Is.Not.Null.Or.Empty used

Bugs

  • #​953 Code fix for NUnit2055 can generate invalid code for classic asserts
  • #​952 Code fix for NUnit2005 tries to use Is.Empty constraint on incompatible types.

Tooling, Process, and Documentation

  • #​973 chore: Bump NUnit version
  • #​970 chore: Bump NUnit to version 4.5.0
  • #​967 Fix note about works with Unity Test Framework
  • #​937 chore: bump version
googleapis/go-sql-spanner (github.com/googleapis/go-sql-spanner)

v1.24.1

Compare Source

Bug Fixes
golang/go (go)

v1.26.1

grpc/grpc-go (google.golang.org/grpc)

v1.79.2: Release 1.79.2

Compare Source

Bug Fixes

  • stats: Prevent redundant error logging in health/ORCA producers by skipping stats/tracing processing when no stats handler is configured. (#​8874)

Configuration

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

@renovate-bot renovate-bot requested a review from a team as a code owner March 7, 2026 01:14
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 7, 2026
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, 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 performs routine dependency maintenance by updating several key packages to their latest patch versions. These updates include the Go toolchain, specific Go modules like go-sql-spanner and grpc, and the NUnit testing framework for .NET projects. The changes are aimed at incorporating the latest bug fixes and minor improvements from these dependencies, ensuring the project remains up-to-date and stable.

Highlights

  • Go Toolchain Update: The Go toolchain has been updated from version 1.26.0 to 1.26.1 across all relevant Go modules.
  • Go Module Dependency Updates: The github.com/googleapis/go-sql-spanner module has been updated from v1.24.0 to v1.24.1, and google.golang.org/grpc has been updated from v1.79.1 to v1.79.2.
  • .NET NUnit Dependency Update: The NUnit package reference in the .NET test projects has been updated from version 4.5.0 to 4.5.1.
Changelog
  • benchmarks/go.mod
    • Updated Go toolchain from 1.26.0 to 1.26.1.
    • Updated github.com/googleapis/go-sql-spanner from v1.24.0 to v1.24.1.
    • Updated google.golang.org/grpc from v1.79.1 to v1.79.2.
  • benchmarks/go.sum
    • Updated checksums for google.golang.org/grpc to reflect the new version.
  • go.mod
    • Updated Go toolchain from 1.26.0 to 1.26.1.
    • Updated google.golang.org/grpc from v1.79.1 to v1.79.2.
  • go.sum
    • Updated checksums for google.golang.org/grpc to reflect the new version.
  • snippets/go.mod
    • Updated Go toolchain from 1.26.0 to 1.26.1.
    • Updated github.com/googleapis/go-sql-spanner from v1.24.0 to v1.24.1.
    • Updated google.golang.org/grpc from v1.79.1 to v1.79.2.
  • snippets/go.sum
    • Updated checksums for google.golang.org/grpc to reflect the new version.
  • spannerlib/go.mod
    • Updated Go toolchain from 1.26.0 to 1.26.1.
    • Updated github.com/googleapis/go-sql-spanner from v1.24.0 to v1.24.1.
    • Updated google.golang.org/grpc from v1.79.1 to v1.79.2.
  • spannerlib/go.sum
    • Updated checksums for google.golang.org/grpc to reflect the new version.
  • spannerlib/wrappers/spannerlib-dotnet/spannerlib-dotnet-grpc-tests/spannerlib-dotnet-grpc-tests.csproj
    • Updated NUnit package reference from 4.5.0 to 4.5.1.
  • spannerlib/wrappers/spannerlib-dotnet/spannerlib-dotnet-tests/spannerlib-dotnet-tests.csproj
    • Updated NUnit package reference from 4.5.0 to 4.5.1.
Activity
  • This pull request was automatically generated by Mend Renovate.
  • Automerge is disabled by configuration, requiring manual merging.
  • The PR is configured to rebase whenever conflicts arise or the rebase/retry checkbox is ticked.
  • This PR is 'Immortal' and will be recreated if closed unmerged.
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 updates for several dependencies to their latest patch versions. The changes update the Go toolchain, gRPC for Go, NUnit for .NET, and the self-reference to this repository in sub-modules. The version bumps are applied consistently across all relevant go.mod, go.sum, and .csproj files. After reviewing the changes, I have not identified any issues. The updates are patch-level and should be safe to merge.

@renovate-bot renovate-bot force-pushed the renovate/all-dependencies branch from 298f639 to 9efd073 Compare March 7, 2026 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kokoro:force-run Add this label to force Kokoro to re-run the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant