Skip to content

Comments

Bump @grpc/grpc-js and @pulumi/pulumi in /pulumi/typescript#8

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/pulumi/typescript/multi-1c84b67585
Open

Bump @grpc/grpc-js and @pulumi/pulumi in /pulumi/typescript#8
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/pulumi/typescript/multi-1c84b67585

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 24, 2025

Bumps @grpc/grpc-js to 1.14.0 and updates ancestor dependency @pulumi/pulumi. These dependencies need to be updated together.

Updates @grpc/grpc-js from 1.3.8 to 1.14.0

Release notes

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

@​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.4

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

@​grpc/grpc-js 1.13.3

  • Disable Nagle's algorithm (#2936)
  • Avoid calling http2.getDefaultSettings (#2937)

@​grpc/grpc-js 1.13.2

  • Fix a bug that caused clients to be unable to connect through local proxies (#2933)

@​grpc/grpc-js 1.13.1

  • Fix a bug that caused the rejectUnauthorized channel credentials option to be handled incorrectly (#2926)
  • Fix a bug that caused the client to never send retries if any retryThrottling config was set (#2927)
  • Fix a bug that caused clients to incorrectly send retries if the feature was disabled by a channel option and a retry config was provided (#2927)

@​grpc/grpc-js-xds 1.13.0

... (truncated)

Commits

Updates @pulumi/pulumi from 3.15.0 to 3.204.0

Release notes

Sourced from @​pulumi/pulumi's releases.

v3.204.0

3.204.0 (2025-10-23)

Features

  • [cli] Print replace diffs when a resource tries to replace but is blocked by still having an import id set #20762

  • [engine] Support overriding policy severity on violations #20767

  • [backend/service] Send journal entries to the backend if it's supported #20343

Bug Fixes

  • [engine] Fix a potential snapshot integrity error when a resources dependency fails to be destroyed using destroy --run-program #20692

  • [engine] Fix import error to contain the import ID of non-existent resources #20753

  • [sdk/nodejs] Pass secret values as Output objects to resource hooks to properly maintain their secretness. Previously hooks received an internal representation for secret values. #20774

  • [sdk/python] Pass secret values as Output objects to resource hooks to properly maintain their secretness. Previously hooks received an internal representation for secret values. #20769

  • [sdkgen/go] Fix codegen of scalar return SDK functions #20754

  • [sdkgen/{nodejs,python}] Fix scalar return protocol to allow returning secret maps #20747

Miscellaneous

  • [sdk/nodejs] Use Language.Link to link Node.js packages #20715

v3.203.0

3.203.0 (2025-10-15)

Features

  • [cli/display] Display policy severity for violations #20746

... (truncated)

Changelog

Sourced from @​pulumi/pulumi's changelog.

3.204.0 (2025-10-23)

Features

  • [cli] Print replace diffs when a resource tries to replace but is blocked by still having an import id set #20762

  • [engine] Support overriding policy severity on violations #20767

  • [backend/service] Send journal entries to the backend if it's supported #20343

Bug Fixes

  • [engine] Fix a potential snapshot integrity error when a resources dependency fails to be destroyed using destroy --run-program #20692

  • [engine] Fix import error to contain the import ID of non-existent resources #20753

  • [sdk/nodejs] Pass secret values as Output objects to resource hooks to properly maintain their secretness. Previously hooks received an internal representation for secret values. #20774

  • [sdk/python] Pass secret values as Output objects to resource hooks to properly maintain their secretness. Previously hooks received an internal representation for secret values. #20769

  • [sdkgen/go] Fix codegen of scalar return SDK functions #20754

  • [sdkgen/{nodejs,python}] Fix scalar return protocol to allow returning secret maps #20747

Miscellaneous

  • [sdk/nodejs] Use Language.Link to link Node.js packages #20715

3.203.0 (2025-10-15)

Features

  • [cli/display] Display policy severity for violations #20746

  • [cli/package] Show functions in package info

... (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 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 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.0 and updates ancestor dependency [@pulumi/pulumi](https://github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs). These dependencies need to be updated together.


Updates `@grpc/grpc-js` from 1.3.8 to 1.14.0
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/commits/@grpc/grpc-js@1.14.0)

Updates `@pulumi/pulumi` from 3.15.0 to 3.204.0
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pulumi/pulumi/commits/v3.204.0/sdk/nodejs)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-version: 1.14.0
  dependency-type: indirect
- dependency-name: "@pulumi/pulumi"
  dependency-version: 3.204.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 Oct 24, 2025
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