Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency @grpc/grpc-js to ~1.9.0 (#1486)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@grpc/grpc-js](https://grpc.io/) ([source](https://github.com/grpc/grpc-node)) | [`~1.8.0` -> `~1.9.0`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.8.21/1.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@grpc%2fgrpc-js/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@grpc%2fgrpc-js/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@grpc%2fgrpc-js/1.8.21/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@grpc%2fgrpc-js/1.8.21/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>grpc/grpc-node (@​grpc/grpc-js)</summary> ### [`v1.9.0`](https://github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.9.0): @​grpc/grpc-js 1.9.0 [Compare Source](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.8.21...@grpc/grpc-js@1.9.0) - Implement channel idle timeout and the channel option `grpc.client_idle_timeout_ms` ([#​2471](https://github.com/grpc/grpc-node/issues/2471)) - Implement [gRFC A62: `pick_first`: sticky TRANSIENT_FAILURE and address order randomization](https://github.com/grpc/proposal/blob/master/A62-pick-first.md) ([#​2511](https://github.com/grpc/grpc-node/issues/2511)) - Fix premature leaving of context due to improper `Http2ServerCallStream` handling ([#​2501](https://github.com/grpc/grpc-node/issues/2501) contributed by [@​CedricKassen](https://github.com/CedricKassen)) - Add channel option `grpc-node.tls_enable_trace` to enable Node TLS tracing ([#​2507](https://github.com/grpc/grpc-node/issues/2507)) - Cancel deadline timer on server when call is cancelled ([#​2508](https://github.com/grpc/grpc-node/issues/2508)) Experimental changes: - Added `grpc.experimental.createResolver` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/gax-nodejs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
- Loading branch information