Skip to content

Bump @grpc/grpc-js, @google-cloud/iam-credentials and @google-cloud/pubsub in /radlab-ui/automation#363

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/radlab-ui/automation/multi-2edac7502a
Open

Bump @grpc/grpc-js, @google-cloud/iam-credentials and @google-cloud/pubsub in /radlab-ui/automation#363
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/radlab-ui/automation/multi-2edac7502a

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/iam-credentials and @google-cloud/pubsub. These dependencies need to be updated together.

Updates @grpc/grpc-js from 1.6.7 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/iam-credentials from 2.0.1 to 4.2.2

Release notes

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

pack-n-play: v4.2.2

4.2.2 (2026-05-11)

Bug Fixes

contact-center-insights: v4.1.3

4.1.3 (2026-06-01)

Bug Fixes

jsdoc-region-tag: v4.0.2

4.0.2 (2026-05-11)

Bug Fixes

network-security: v3.5.0

3.5.0 (2026-06-01)

Features

  • [networksecurity] add networksecurity v1 client library (#8348) (4f49c6f)

proto3-json-serializer: v3.0.5

3.0.5 (2026-05-11)

Bug Fixes

places: v2.5.0

2.5.0 (2026-06-01)

Features

  • [places] add transit_station data to Places API (New) (#8363) (cbc359c)

dataform: v2.3.0

2.3.0 (2026-05-27)

... (truncated)

Changelog

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

4.2.2 (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)

4.2.1 (2025-10-13)

Bug Fixes

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

4.2.0 (2025-07-09)

Features

  • [Many APIs] add methods from gax to cache proto root and process custom error details (#6419) (f8a324c)
  • [Many APIs] add methods from gax to cache proto root and process custom error details (#6425) (c920e8d)
  • Add protobufjs 2023 edition support (#6303) (4a0cba1)

4.1.0 (2025-06-03)

Features

4.0.1 (2025-03-19)

Bug Fixes

  • [Many APIs] await/catch promises, and update listOperationsAsync return type (#6190) (f4866df)

4.0.0 (2025-03-18)

⚠ BREAKING CHANGES

  • upgrade to Node 18 (#6096)

Features

  • Add request/response debug logging to gapics, update templates to gax 5 and node 18 (#1671) (7a23322)

... (truncated)

Commits
  • 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)
  • 816216b fix: Do not publish the protos to npm (#8079)
  • 5d85291 chore: cleanup redundant .gitattributes files (#8007)
  • 6b4a203 chore: remove duplicate per-package contribution and license files (#7972)
  • c35255e ci: resolve type conflict for @​sinonjs/fake-timers for all generated packages...
  • 09ec826 docs: [Many APIs] Marking MODIFIED_CUSTOMER_INITIATED_ACCESS and MODIFIED_GOO...
  • 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/pubsub from 3.0.1 to 5.3.1

Release notes

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

pubsub: v5.3.1

5.3.1 (2026-05-11)

Bug Fixes

iot: v5.2.3

5.2.3 (2026-06-01)

Bug Fixes

automl: v5.1.3

5.1.3 (2026-06-01)

Bug Fixes

logging-bunyan: v5.1.2

5.1.2 (2026-05-11)

Bug Fixes

bigquery-storage: v5.1.1

5.1.1 (2026-05-13)

Bug Fixes

  • Bump all node submodules (#8178) (9fd76ef)
  • For bigquery-storage add protobufjs to depend (#8243) (a63b61d)
  • Upgrade the protobufjs dependency for bigquery storage (#8136) (778adb0)

google-gax: v5.0.7

5.0.7 (2026-05-11)

Bug Fixes

... (truncated)

Changelog

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

5.3.1 (2026-05-11)

Bug Fixes

5.3.0 (2026-02-19)

Features

5.2.4 (2026-02-11)

Bug Fixes

5.2.3 (2026-02-11)

Bug Fixes

  • Clean up earlier refactor issues with maxExtensionTime (#2127) (c22471d)

5.2.2 (2026-01-14)

Bug Fixes

  • WaitForProcessing: Shutdown option WaitForProcessing never entered on subscription close (#2118) (e99b37e)

5.2.1 (2025-12-19)

Bug Fixes

  • Check batch size before re-queueing retried messages (#2027) (6c1613f)
  • Move off the remaining rc versions (#2112) (a9eb883)
  • Only close the rpcSpan once (#2121) (118a960)
  • Updated span kind to CLIENT for ack and modack rpc spans (#2029) (801c1c8)

5.2.0 (2025-08-07)

Features

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

…ubsub

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/iam-credentials](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-iam-credentials) and [@google-cloud/pubsub](https://github.com/googleapis/google-cloud-node/tree/HEAD/handwritten/pubsub). These dependencies need to be updated together.


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

Updates `@google-cloud/iam-credentials` from 2.0.1 to 4.2.2
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-iam-credentials/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/ids-v4.2.2/packages/google-iam-credentials)

Updates `@google-cloud/pubsub` from 3.0.1 to 5.3.1
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/handwritten/pubsub/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/dns-v5.3.1/handwritten/pubsub)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-version: 1.14.4
  dependency-type: indirect
- dependency-name: "@google-cloud/iam-credentials"
  dependency-version: 4.2.2
  dependency-type: direct:production
- dependency-name: "@google-cloud/pubsub"
  dependency-version: 5.3.1
  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
@dependabot dependabot Bot requested a review from guptamukul-google as a code owner June 11, 2026 16:57
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 11, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Apache 2.0 License check successful!

@github-actions

Copy link
Copy Markdown
Contributor

Thank you for raising the request! RAD Lab admins have been notified.

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