Skip to content

Bump @grpc/grpc-js, @google-cloud/dialogflow and @google-cloud/dialogflow-cx in /ts - #359

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/ts/multi-3f9c25c5e5
Open

Bump @grpc/grpc-js, @google-cloud/dialogflow and @google-cloud/dialogflow-cx in /ts#359
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/ts/multi-3f9c25c5e5

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 dependencies @grpc/grpc-js, @google-cloud/dialogflow and @google-cloud/dialogflow-cx. These dependencies need to be updated together.

Updates @grpc/grpc-js from 1.8.18 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/dialogflow from 5.9.0 to 7.6.2

Release notes

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

dialogflow: v7.6.2

7.6.2 (2026-06-01)

Bug Fixes

speech: v7.3.2

7.3.2 (2026-06-01)

Bug Fixes

language: v7.2.3

7.2.3 (2026-06-01)

Bug Fixes

gaxios: v7.1.5

7.1.5 (2026-05-11)

Bug Fixes

talent: v7.1.3

7.1.3 (2026-06-01)

Bug Fixes

security-private-ca: v7.1.0

7.1.0 (2026-06-01)

Features

  • [security] add allow_requester_specified_not_before_time and requested_not_before_time fields to PrivateCA v1 API (#8364) (c57233c)

compute: v6.13.0

6.13.0 (2026-06-01)

... (truncated)

Changelog

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

7.6.2 (2026-06-01)

Bug Fixes

7.6.1 (2026-05-01)

Bug Fixes

  • Change the copyright year for files in the packages folder (#8109) (c1a03fe)
  • Do not publish the protos to npm (#8079) (816216b)
  • Revert "fix: Do not publish the protos to npm" (#8096) (ac0fbb6)

7.6.0 (2026-04-08)

Features

  • [dialogflow] updated v2beta1 dialogflow client libraries (#7853) (75c76e1)

7.5.0 (2026-01-31)

Features

  • [dialogflow] added a new field StreamingAnalyzeContentRequest.output_multiple_utterances (#7065) (6b96607)

7.4.0 (2025-11-11)

Features

  • [dialogflow] add agentDesktopSource field to the Participant object (#6878) (e6cfcde)

7.3.0 (2025-10-23)

Features

  • [dialogflow] Added support for Build Your Own Assist feature (#6835) (b334162)

7.2.1 (2025-10-13)

Bug Fixes

  • [gkeconnect-gateway] remove unused GatewayServiceClient (#6775) (41c2ff2)

... (truncated)

Commits
  • 2b23ba2 chore: release main (#8367)
  • 3ec901e fix(deps): remove vulnerable dependency uuid (#8120)
  • 1fce7f5 chore: standarize readme partials YAML file name (#8335)
  • 8998beb chore: [Many APIs] update generator version to newest release v4.11.14 (#8273)
  • 4aa32f5 chore: consolidate eslint rules (#8155)
  • b0e5c07 chore: delete legacy snippet_metadata files monorepo-wide (#8152)
  • 4572246 chore: release main (#8148)
  • 59f445d fix: sync legacy 0.1.0 snippet metadata versions across monorepo (#8144)
  • c1a03fe fix: change the copyright year for files in the packages folder (#8109)
  • a47507c chore: consolidate prettierignore and prettierrc files: autogen (#8082)
  • 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/dialogflow-cx from 3.8.0 to 5.8.2

Release notes

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

dialogflow-cx: v5.8.2

5.8.2 (2026-06-01)

Bug Fixes

dataplex: v5.6.0

5.6.0 (2026-06-01)

Features

  • dataplex: [dataplex] Add RequestDataProductAccess method to request access to DataAssets with in a DataProduct (#8353) (1b66ad2)

kms: v5.5.1

5.5.1 (2026-06-01)

Bug Fixes

network-management: v5.4.0

5.4.0 (2026-06-01)

Features

  • [networkmanagement] add fields and messages for Cloud Run jobs (#8355) (551a1fa)

vision: v5.3.7

5.3.7 (2026-06-01)

Bug Fixes

monitoring: v5.3.3

5.3.3 (2026-06-01)

Bug Fixes

pubsub: v5.3.1

5.3.1 (2026-05-11)

... (truncated)

Changelog

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

5.8.2 (2026-06-01)

Bug Fixes

5.8.1 (2026-05-01)

Bug Fixes

  • Change the copyright year for files in the packages folder (#8109) (c1a03fe)
  • Do not publish the protos to npm (#8079) (816216b)
  • Revert "fix: Do not publish the protos to npm" (#8096) (ac0fbb6)

5.8.0 (2026-04-08)

Features

  • [cx] updated v3 dialogflow client libraries with dtmf_pattern and trace_blocks (#7846) (24d9b56)

5.7.0 (2026-02-19)

Features

  • [cx] Add new value DETECT_INTENT_RESPONSE_VIEW_DEFAULT to enum DetectIntentResponseView (3c18d2c)

5.6.0 (2026-01-22)

Features

  • [cx] updated v3 dialogflow client libraries (#7005) (abccd1b)

5.5.0 (2025-11-21)

Features

5.4.0 (2025-10-13)

Features

  • [cx] Add parameters to adjust LLM input and output token limit and temperature in v3beta1 API (#6806) (8d9d660)

... (truncated)

Commits
  • 2b23ba2 chore: release main (#8367)
  • 3ec901e fix(deps): remove vulnerable dependency uuid (#8120)
  • 8998beb chore: [Many APIs] update generator version to newest release v4.11.14 (#8273)
  • 4aa32f5 chore: consolidate eslint rules (#8155)
  • b0e5c07 chore: delete legacy snippet_metadata files monorepo-wide (#8152)
  • 4572246 chore: release main (#8148)
  • 59f445d fix: sync legacy 0.1.0 snippet metadata versions across monorepo (#8144)
  • c1a03fe fix: change the copyright year for files in the packages folder (#8109)
  • a47507c chore: consolidate prettierignore and prettierrc files: autogen (#8082)
  • ac0fbb6 fix: Revert "fix: Do not publish the protos to npm" (#8096)
  • Additional commits viewable in compare view
Install script changes

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


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.

…flow-cx

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


Updates `@grpc/grpc-js` from 1.8.18 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.8.18...@grpc/grpc-js@1.14.4)

Updates `@google-cloud/dialogflow` from 5.9.0 to 7.6.2
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-dialogflow/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/dialogflow-v7.6.2/packages/google-cloud-dialogflow)

Updates `@google-cloud/dialogflow-cx` from 3.8.0 to 5.8.2
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-dialogflow-cx/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/dialogflow-cx-v5.8.2/packages/google-cloud-dialogflow-cx)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-version: 1.14.4
  dependency-type: indirect
- dependency-name: "@google-cloud/dialogflow"
  dependency-version: 7.6.2
  dependency-type: direct:production
- dependency-name: "@google-cloud/dialogflow-cx"
  dependency-version: 5.8.2
  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