Skip to content

Bump @grpc/grpc-js and @google-cloud/firestore in /migrate-to-firestore#196

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/migrate-to-firestore/multi-1d619e0099
Open

Bump @grpc/grpc-js and @google-cloud/firestore in /migrate-to-firestore#196
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/migrate-to-firestore/multi-1d619e0099

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown

Bumps @grpc/grpc-js to 1.14.4 and updates ancestor dependency @google-cloud/firestore. These dependencies need to be updated together.

Updates @grpc/grpc-js from 1.6.9 to 1.14.4

Release notes

Sourced from @​grpc/grpc-js's releases.

@​grpc/grpc-js 1.14.4

@​grpc/grpc-js 1.14.3

  • Send halfClose immediately after messages to prevent late halfClose issues with Envoy (#3031 contributed by @​serkanerip)

@​grpc/grpc-js 1.14.2

@​grpc/grpc-js 1.14.1

  • Fix a regression of the settings used internally for HTTP/2 sessions (#3023)

@​grpc/grpc-js-xds 1.14.0

  • Implement RBAC support (gRFC A41) (#2939, #2945)
  • Add weighted_round_robin to LB policy registry (#3001) (currently experimental, enabled by the environment variable GRPC_EXPERIMENTAL_XDS_WRR_LB)
  • Add wrr_locality to LB policy registry (#3003)

@​grpc/grpc-js 1.14.0

Changelog

  • Add getAuthContext method to client and server call classes (more details can be found in gRFC L35) (#2920)
  • Implement custom backend metrics support (gRFC A51) (#2978, #2983, #2985, #2986, #2999)
  • Add getConnectionInfo method to the ServerInterceptingCall class (#2922)
  • Implement the weighted_round_robin load balancing policy (#2998)
  • Fix jitter behavior for client retries (#2960 contributed by @​ekscentrysytet)
  • Start connecting from a random index in the round_robin LB policy (#2979)
  • Send connection-level WINDOW_UPDATE at session start (#2971 contributed by @​KoenRijpstra)

Experimental API Changes

Added:

  • CHANNEL_ARGS_CONFIG_SELECTOR_KEY
  • StatusOr<T>
  • CallStream
  • statusOrFromValue
  • statusOrFromError

Modified:

  • ResolverListener#onSuccessfulResolution now has the signature (endpointList: StatusOr<Endpoint[]>, attributes: { [key: string]: unknown }, serviceConfig: StatusOr<ServiceConfig> | null, resolutionNote: string): boolean
  • LoadBalancer#updateAddressList now has the signature `updateAddressList(endpointList: StatusOr<Endpoint[]>,lbConfig: TypedLoadBalancingConfig, channelOptions: ChannelOptions, resolutionNote: string): boolean

@​grpc/grpc-js 1.13.5

@​grpc/grpc-js 1.13.4

  • Fix ability to set SNI with ssl_target_name_override option (#2956)

... (truncated)

Commits
  • a380735 Merge pull request #3052 from murgatroid99/grpc-js_1.14.4
  • 5b8d37b Merge commit from fork
  • 6a97456 Merge commit from fork
  • e5e0b1d grpc-js: Bump version to 1.14.4
  • 5029a26 Make compression error a static string
  • 2fe55fd Fix crashes when receiving malformed compressed data
  • 234f917 Fix server crash when handling invalid requests
  • acef8d4 Merge pull request #3043 from murgatroid99/rbac_types_change_fix_1.14
  • 4f3c58f grpc-js-xds: Update RBAC code to handle Node type change, pin @​types/node
  • ccd29b2 Merge pull request #3032 from murgatroid99/grpc-js_retry_half_close_1.14
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates @google-cloud/firestore from 6.0.0 to 8.6.0

Release notes

Sourced from @​google-cloud/firestore's releases.

firestore: v8.6.0

8.6.0 (2026-05-11)

Features

  • firestore: Added FieldValue.minimum() and FieldValue.maximum() (#8151) (41671b0)
  • firestore: Added search stage support for languageCode, offset, limit, and retrievalDepth (#8161) (4acb075)

Bug Fixes

  • Bump all node submodules (#8178) (9fd76ef)
  • firestore: Ensure limit(0) is properly serialized in query requests (#8076) (8631008), closes #7382
  • firestore: Respect ignoreUndefinedProperties in subpipelines (#8089) (a9f6c3f)

bigquery: v8.3.1

8.3.1 (2026-05-11)

Bug Fixes

  • bigquery: Run npm run types in correct directory in owlbot (#8061) (0948b35)
  • Bump all node submodules (#8178) (9fd76ef)
  • Pin @​sinonjs/fake-timers to unblock build in bigquery (#8121) (374167b)

gcp-metadata: v8.1.3

8.1.3 (2026-05-11)

Bug Fixes

retry-request: v8.0.3

8.0.3 (2026-05-11)

Bug Fixes

googleapis-common: v8.0.2

8.0.2 (2026-05-11)

Bug Fixes

... (truncated)

Changelog

Sourced from @​google-cloud/firestore's changelog.

8.6.0 (2026-05-11)

Features

  • firestore: Added FieldValue.minimum() and FieldValue.maximum() (#8151) (41671b0)
  • firestore: Added search stage support for languageCode, offset, limit, and retrievalDepth (#8161) (4acb075)

Bug Fixes

  • Bump all node submodules (#8178) (9fd76ef)
  • firestore: Ensure limit(0) is properly serialized in query requests (#8076) (8631008), closes #7382
  • firestore: Respect ignoreUndefinedProperties in subpipelines (#8089) (a9f6c3f)

8.5.0 (2026-04-13)

Features

  • [firestore] Add support for DML (09cd24f)
  • [firestore] Add support for DML (77ce319)
  • firestore: Add array expressions (55d6385)
  • firestore: Add array expressions (d72d1c0)
  • firestore: Add array expressions (0fa836d)
  • firestore: Add array expressions (d71b3d9)
  • firestore: Add array expressions (71933e5)
  • firestore: Add array expressions (da46223)
  • firestore: Add array expressions (81733e8)
  • firestore: Add array expressions (2513fd5)
  • firestore: Add array expressions (d8a8334)
  • firestore: Add support for subqueries (#7839) (fb317f8)
  • firestore: add the parent expression (f17a791)
  • firestore: Add timestamp expressions (deeb265)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (228fe85)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (32089a9)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (a95b65d)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (7feca57)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (20a55db)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (0ae2a4f)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (e18620e)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (cf4ea62)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (343c8ec)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (80c3170)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (606f97a)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (410e7fd)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (e6f646b)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (781b5c7)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (0e925ba)

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) to 1.14.4 and updates ancestor dependency [@google-cloud/firestore](https://github.com/googleapis/google-cloud-node/tree/HEAD/handwritten/firestore). These dependencies need to be updated together.


Updates `@grpc/grpc-js` from 1.6.9 to 1.14.4
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.6.9...@grpc/grpc-js@1.14.4)

Updates `@google-cloud/firestore` from 6.0.0 to 8.6.0
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/handwritten/firestore/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/spanner-v8.6.0/handwritten/firestore)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-version: 1.14.4
  dependency-type: indirect
- dependency-name: "@google-cloud/firestore"
  dependency-version: 8.6.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 11, 2026
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants