Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @grpc/grpc-js and @pulumi/pulumi #23

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

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

Updates @grpc/grpc-js from 1.3.8 to 1.10.9

Release notes

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

@​grpc/grpc-js 1.10.9

  • Avoid buffering significantly more than grpc.max_receive_message_size per received message.

@​grpc/grpc-js 1.10.8

  • Fix a bug that caused channels with unix: targets to not reconnect after the channel goes idle (#2750)

@​grpc/grpc-js 1.10.7

  • Improve reporting of HTTP error codes (#2723)
  • Update dependency on @grpc/proto-loader to the latest version (#2732)

@​grpc/grpc-js 1.10.6

  • Fix a bug that could cause a server to sometimes send the status early (#2708)

@​grpc/grpc-js 1.10.5

  • Resolve exception when Error.stackTraceLimit is undefined (#2701 contributed by @​davidfiala)
  • Call configured checkServerIdentity when grpc.ssl_target_name_override is set (#2704)
  • Add more information to DEADLINE_EXCEEDED error details strings (#2692)

@​grpc/grpc-js 1.10.4

  • Fix a bug that caused server interceptors to crash when using partially-populated ResponderBuilder and ListenerBuilder objects (#2696)
  • Avoid sending RST_STREAM from the client when the server has already finished its side of the stream (#2695)

@​grpc/grpc-js 1.10.3

  • Revert client reconnection changes in #2680 (#2691)

@​grpc/grpc-js 1.10.2

  • Implement server connection idle timeouts and improve channelz performance (#2677 contributed by @​AVVS)
  • Fix a bug that caused clients to automatically reconnect even when there were no active requests (#2680)
  • Modify order of server call events to more closely match pre-1.10.x behavior (#2683)

@​grpc/grpc-js 1.10.1

  • Fix a bug causing channels using the round_robin LB policy to fail to reconnect after a connection drops (#2667)

@​grpc/grpc-js-xds 1.10.1

  • Update dependency on @grpc/proto-loader to the latest version (#2732)

@​grpc/grpc-js-xds 1.10.0

@​grpc/grpc-js 1.10.0

Changelog

... (truncated)

Commits

Updates @pulumi/pulumi from 3.50.0 to 3.119.0

Release notes

Sourced from @​pulumi/pulumi's releases.

v3.119.0

3.119.0 (2024-06-05)

Features

  • [cli] Incorporate v0.9.1 of the esc CLI. #16322

  • [auto/{go,nodejs,python}] Add support for --all parameter of the stack ls command to the Automation API #16266

  • [components/yaml] Upgrade pulumi-yaml to 1.8.0 #16325

Bug Fixes

  • [cli/new] Populate pulumi:template tag also for interactively selected templates #16308

  • [backend/service] Improve error reporting when policy pack download fails #16306

Miscellaneous

  • [sdk/python] Move dependency installation and python command invocation to Toolchain interface #16243

v3.118.0

3.118.0 (2024-05-31)

Features

  • [sdk] Improve plugin parameterize interface #16283

  • [sdk] Require consumers to set an explicit forward compatibility policy for forward compatibility in plugin.Provider #16293

  • [programgen/go] Implement importPathPattern in Go language options to override emitted paths in generated Go programs #16267

  • [sdk/{go,nodejs,python}] Make stack transforms a stable, non-experimental feature #16282

Bug Fixes

... (truncated)

Changelog

Sourced from @​pulumi/pulumi's changelog.

3.119.0 (2024-06-05)

Features

  • [cli] Incorporate v0.9.1 of the esc CLI. #16322

  • [auto/{go,nodejs,python}] Add support for --all parameter of the stack ls command to the Automation API #16266

  • [components/yaml] Upgrade pulumi-yaml to 1.8.0 #16325

Bug Fixes

  • [cli/new] Populate pulumi:template tag also for interactively selected templates #16308

  • [backend/service] Improve error reporting when policy pack download fails #16306

Miscellaneous

  • [sdk/python] Move dependency installation and python command invocation to Toolchain interface #16243

3.118.0 (2024-05-31)

Features

  • [sdk] Improve plugin parameterize interface #16283

  • [sdk] Require consumers to set an explicit forward compatibility policy for forward compatibility in plugin.Provider #16293

  • [programgen/go] Implement importPathPattern in Go language options to override emitted paths in generated Go programs #16267

  • [sdk/{go,nodejs,python}] Make stack transforms a stable, non-experimental feature #16282

Bug Fixes

  • [auto/go] Add missing ContinueOnError option function #16291

... (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.10.9 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.10.9
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/commits/@grpc/[email protected])

Updates `@pulumi/pulumi` from 3.50.0 to 3.119.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.119.0/sdk/nodejs)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: indirect
- dependency-name: "@pulumi/pulumi"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner June 10, 2024 22:48
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 10, 2024
@xShteff xShteff closed this Jul 13, 2024
Copy link
Author

dependabot bot commented on behalf of github Jul 13, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-5d74c3a5d9 branch July 13, 2024 07:53
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant