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

[Snyk] Upgrade @grpc/grpc-js from 1.7.3 to 1.10.1 #100

Closed

Conversation

vroldanbet
Copy link
Contributor

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade @grpc/grpc-js from 1.7.3 to 1.10.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 39 versions ahead of your current version.
  • The recommended version was released a month ago, on 2024-02-15.
Release notes
Package name: @grpc/grpc-js
  • 1.10.1 - 2024-02-15
    • Fix a bug causing channels using the round_robin LB policy to fail to reconnect after a connection drops (#2667)
  • 1.10.0 - 2024-02-06
  • 1.9.14 - 2024-01-16
    • Fix a bug that could rarely cause connection leaks (#2644)
    • Fix a bug that could cause clients to go IDLE incorrectly some time after calling waitForReady (#2643)
  • 1.9.13 - 2023-12-12
    • Fix a bug that could cause the Node process to close early when establishing a connection while a request is pending (#2626)
  • 1.9.12 - 2023-11-27
  • 1.9.11 - 2023-11-16
  • 1.9.10 - 2023-11-14
  • 1.9.9 - 2023-10-30
  • 1.9.8 - 2023-10-27
  • 1.9.7 - 2023-10-19
  • 1.9.6 - 2023-10-17
  • 1.9.5 - 2023-10-02
  • 1.9.4 - 2023-09-26
  • 1.9.3 - 2023-09-13
  • 1.9.2 - 2023-08-31
  • 1.9.1 - 2023-08-22
  • 1.9.0 - 2023-08-01
  • 1.8.21 - 2023-07-28
  • 1.8.20 - 2023-07-25
  • 1.8.19 - 2023-07-24
  • 1.8.18 - 2023-07-13
  • 1.8.17 - 2023-06-27
  • 1.8.16 - 2023-06-20
  • 1.8.15 - 2023-06-05
  • 1.8.14 - 2023-04-12
  • 1.8.13 - 2023-03-23
  • 1.8.12 - 2023-03-07
  • 1.8.11 - 2023-02-24
  • 1.8.10 - 2023-02-22
  • 1.8.9 - 2023-02-15
  • 1.8.8 - 2023-02-08
  • 1.8.7 - 2023-01-25
  • 1.8.6 - 2023-01-25
  • 1.8.5 - 2023-01-23
  • 1.8.4 - 2023-01-12
  • 1.8.3 - 2023-01-11
  • 1.8.2 - 2023-01-09
  • 1.8.1 - 2023-01-03
  • 1.8.0 - 2022-12-07
  • 1.7.3 - 2022-10-21
from @grpc/grpc-js GitHub release notes
Commit messages
Package name: @grpc/grpc-js
  • 513a61a Merge pull request #2667 from murgatroid99/grpc-js_round_robin_idle_fix
  • 429a66d grpc-js: round_robin: always have children reconnect immediately
  • 1b753af Merge pull request #2656 from murgatroid99/grpc-js_1.10.0
  • 2555725 Merge pull request #2655 from murgatroid99/grpc-js-xds_1.10_deexperimentalize
  • b1c45a8 grpc-js/grpc-js-xds: Bump version to 1.10.0
  • 322b165 grpc-js-xds: De-experimentalize tested features and update feature list
  • f70c322 Merge pull request #2650 from murgatroid99/grpc-js_server_interceptors
  • 4d7a7fb Merge pull request #2651 from satazor/support/remove-typescript-as-dep
  • 7c9a5e7 Make extra trailer behavior consistent with old code
  • 24c258a grpc-health-check: Move `typescript` as a dev dependency
  • f52d142 grpc-js: Implement server interceptors
  • 666a374 Merge pull request #2645 from murgatroid99/master_merge_1.9.x
  • 3915f57 Merge 1.9.x into master
  • 5be83dd Merge pull request #2643 from murgatroid99/grpc-js_idle_timer_fix
  • b8dc020 Merge pull request #2644 from murgatroid99/grpc-js_channelz_socket_connecting_handle_fix
  • 2b31f8c grpc-js: Shutdown transport if a state change occurs while connecting
  • 6da0b49 grpc-js: Fix and optimize IDLE timeouts
  • 442e3ea Merge pull request #2638 from XuanWang-Amos/backport-1.9-psm-interop-shared-build
  • 6e6f942 Merge pull request #2635 from XuanWang-Amos/psm-interop-shared-build
  • 2a7c906 Merge pull request #2637 from chakhsu/master
  • 9b68bce Merge pull request #2635 from XuanWang-Amos/psm-interop-shared-build
  • 3cdaebd fix: export type VerifyOptions
  • 493f9bf buildscripts: Use the Kokoro shared install lib from the new repo
  • c5d35fe Merge pull request #2634 from Spinny03/master

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@vroldanbet vroldanbet requested a review from a team March 13, 2024 02:29
Copy link

CLA Assistant Lite bot:
Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request

@vroldanbet
Copy link
Contributor Author

@dependabot rebase

@vroldanbet vroldanbet force-pushed the snyk-upgrade-124f2bb0f8e8dd6a1c360833135f1296 branch from 536eaed to 1157b31 Compare March 19, 2024 11:02
@vroldanbet vroldanbet closed this Mar 25, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Mar 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants