Skip to content

chore(deps): bump the google-modules group across 1 directory with 5 updates#2302

Merged
ReneWerner87 merged 1 commit intomainfrom
dependabot/go_modules/firestore/google-modules-a9a6b75be2
Dec 1, 2025
Merged

chore(deps): bump the google-modules group across 1 directory with 5 updates#2302
ReneWerner87 merged 1 commit intomainfrom
dependabot/go_modules/firestore/google-modules-a9a6b75be2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps the google-modules group with 1 update in the /firestore directory: google.golang.org/api.

Updates google.golang.org/api from 0.169.0 to 0.256.0

Release notes

Sourced from google.golang.org/api's releases.

v0.256.0

0.256.0 (2025-11-10)

Features

v0.255.0

0.255.0 (2025-11-04)

Features

v0.254.0

0.254.0 (2025-10-28)

Features

v0.253.0

0.253.0 (2025-10-22)

Features

... (truncated)

Changelog

Sourced from google.golang.org/api's changelog.

0.256.0 (2025-11-10)

Features

0.255.0 (2025-11-04)

Features

0.254.0 (2025-10-28)

Features

0.253.0 (2025-10-22)

Features

... (truncated)

Commits

Updates google.golang.org/grpc from 1.75.0 to 1.76.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.76.0

Dependencies

Bug Fixes

  • client: Return status INTERNAL when a server sends zero response messages for a unary or client-streaming RPC. (#8523)
  • client: Fail RPCs with status INTERNAL instead of UNKNOWN upon receiving http headers with status 1xx and END_STREAM flag set. (#8518)
  • pick_first: Fix race condition that could cause pick_first to get stuck in IDLE state on backend address change. (#8615)

New Features

  • credentials: Add credentials/jwt package providing file-based JWT PerRPCCredentials (A97). (#8431)

Performance Improvements

  • client: Improve HTTP/2 header size estimate to reduce re-allocations. (#8547)
  • encoding/proto: Avoid redundant message size calculation when marshaling. (#8569)

Release 1.75.1

Bug Fixes

  • transport: Fix a data race while copying headers for stats handlers in the std lib http2 server transport. (#8519)
  • xdsclient:
    • Fix a data race caused while reporting load to LRS. (#8483)
    • Fix regression preventing empty node IDs when creating an LRS client. (#8483)
  • server: Fix a regression preventing streams from being cancelled or timed out when blocked on flow control. (#8528)
Commits
  • d96c2ef Change version to 1.76.0 (#8584)
  • 79c553c Cherry pick #8610, #8615 to v1.76.x (#8621)
  • 0513350 client: minor improvements to log messages (#8564)
  • ebaf486 credentials: implement file-based JWT Call Credentials (part 1 for A97) (#8431)
  • ca78c90 xds/resolver_test: fix flaky test ResolverBadServiceUpdate_NACKedWithoutCache...
  • 83bead4 internal/buffer: set closed flag when closing channel in the Load method (#8575)
  • 0f45079 encoding/proto: enable use cached size option (#8569)
  • 8420f3f transport: avoid slice reallocation during header creation (#8547)
  • b36320e Revert "stats/opentelemetry: record retry attempts from clientStream (#8342)"...
  • c122250 stats/opentelemetry: record retry attempts from clientStream (#8342)
  • Additional commits viewable in compare view

Updates google.golang.org/genproto from 0.0.0-20240213162025-012b6fc9bca9 to 0.0.0-20250603155806-513f23925822

Commits

Updates google.golang.org/genproto/googleapis/rpc from 0.0.0-20250825161204-c5933d9347a5 to 0.0.0-20251103181224-f26f9409b101

Commits

Updates google.golang.org/protobuf from 1.36.8 to 1.36.10

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the 🤖 Dependencies Pull requests that update a dependency file label Dec 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 1, 2025 08:31
@dependabot dependabot bot requested review from gaby and sixcolors and removed request for a team December 1, 2025 08:31
@dependabot dependabot bot added the 🤖 Dependencies Pull requests that update a dependency file label Dec 1, 2025
@dependabot dependabot bot requested review from ReneWerner87 and efectn December 1, 2025 08:31
…updates

Bumps the google-modules group with 1 update in the /firestore directory: [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `google.golang.org/api` from 0.169.0 to 0.256.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.169.0...v0.256.0)

Updates `google.golang.org/grpc` from 1.75.0 to 1.76.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.75.0...v1.76.0)

Updates `google.golang.org/genproto` from 0.0.0-20240213162025-012b6fc9bca9 to 0.0.0-20250603155806-513f23925822
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20250825161204-c5933d9347a5 to 0.0.0-20251103181224-f26f9409b101
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/protobuf` from 1.36.8 to 1.36.10

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-version: 0.256.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: google-modules
- dependency-name: google.golang.org/grpc
  dependency-version: 1.76.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: google-modules
- dependency-name: google.golang.org/genproto
  dependency-version: 0.0.0-20250603155806-513f23925822
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: google-modules
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-version: 0.0.0-20251103181224-f26f9409b101
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: google-modules
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: google-modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/firestore/google-modules-a9a6b75be2 branch from f6a9171 to 50e56e0 Compare December 1, 2025 08:35
@ReneWerner87 ReneWerner87 merged commit 6545e9c into main Dec 1, 2025
7 of 8 checks passed
@ReneWerner87 ReneWerner87 deleted the dependabot/go_modules/firestore/google-modules-a9a6b75be2 branch December 1, 2025 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🤖 Dependencies Pull requests that update a dependency file 🧹 Updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant