Skip to content

chore(deps): bump @grpc/grpc-js from 1.9.0 to 1.14.4#7729

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/grpc/grpc-js-1.14.4
Open

chore(deps): bump @grpc/grpc-js from 1.9.0 to 1.14.4#7729
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/grpc/grpc-js-1.14.4

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @grpc/grpc-js from 1.9.0 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.


@dependabot dependabot Bot added dependencies javascript Pull requests that update javascript code labels Jun 11, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: cb5b94d1da

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread yarn.lock
zod: ^4.0.8
languageName: unknown
linkType: soft

"@app/address-service@workspace:apps/address-service":

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Restore submodule workspace lock entries

This lockfile was regenerated without the app submodules, so it now skips directly to @app/address-service while deleting workspace entries such as @app/accruals-gateway, @app/billing-connector, and the other app submodules. The root still declares apps/* as workspaces (package.json:8-10), those apps are configured as submodules (.gitmodules:4-84), and CI checks out submodules recursively before running yarn install --immutable (.github/workflows/nodejs.condo.ci.yml:266-281); in that full checkout Yarn will see these workspaces and require the missing lock entries to be restored, causing immutable install to fail or the lockfile to be rewritten.

Useful? React with 👍 / 👎.

@dependabot dependabot Bot changed the title chore(deps): bump @grpc/grpc-js from 1.13.4 to 1.14.4 chore(deps): bump @grpc/grpc-js from 1.9.0 to 1.14.4 Jun 15, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/grpc/grpc-js-1.14.4 branch from cb5b94d to 8c2115d Compare June 15, 2026 08:41
@dependabot dependabot Bot changed the title chore(deps): bump @grpc/grpc-js from 1.9.0 to 1.14.4 chore(deps): bump @grpc/grpc-js from 1.9.15 to 1.14.4 Jun 22, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/grpc/grpc-js-1.14.4 branch from 8c2115d to ff24474 Compare June 22, 2026 07:46
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/grpc/grpc-js-1.14.4 branch from ff24474 to 1e5c5ec Compare June 23, 2026 10:18
@dependabot dependabot Bot changed the title chore(deps): bump @grpc/grpc-js from 1.9.15 to 1.14.4 chore(deps): bump @grpc/grpc-js from 1.9.0 to 1.14.4 Jun 23, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/grpc/grpc-js-1.14.4 branch from 1e5c5ec to 1cf988a Compare June 23, 2026 11:15
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/grpc/grpc-js-1.14.4 branch from 1cf988a to 4ad6c73 Compare June 29, 2026 12:21
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/grpc/grpc-js-1.14.4 branch from 4ad6c73 to 7095052 Compare July 1, 2026 11:55
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/grpc/grpc-js-1.14.4 branch from 7095052 to 62e1114 Compare July 2, 2026 04:43
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/grpc/grpc-js-1.14.4 branch from 62e1114 to 33f7a88 Compare July 6, 2026 15:02
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.9.0 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.9.0...@grpc/grpc-js@1.14.4)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-version: 1.14.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/grpc/grpc-js-1.14.4 branch from 33f7a88 to 154ec89 Compare July 9, 2026 14:11
@sonarqubecloud

sonarqubecloud Bot commented Jul 9, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update javascript code

Development

Successfully merging this pull request may close these issues.

0 participants