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 v1.10.1 (#44)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@grpc/grpc-js](https://grpc.io/) ([source](https://togithub.com/grpc/grpc-node)) | devDependencies | minor | [`1.9.14` -> `1.10.1`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.9.14/1.10.1) | --- ### Release Notes <details> <summary>grpc/grpc-node (@​grpc/grpc-js)</summary> ### [`v1.10.1`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.10.1): @​grpc/grpc-js 1.10.1 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected]) - Fix a bug causing channels using the `round_robin` LB policy to fail to reconnect after a connection drops ([#​2667](https://togithub.com/grpc/grpc-node/issues/2667)) ### [`v1.10.0`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.10.0): @​grpc/grpc-js 1.10.0 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected]) #### Changelog - Add server interceptors support ([#​2650](https://togithub.com/grpc/grpc-node/issues/2650)) (details in [gRFC 112](https://togithub.com/grpc/proposal/blob/master/L112-node-server-interceptors.md)) - Deprecate `Server#start` ([#​2597](https://togithub.com/grpc/grpc-node/issues/2597)) (details in [gRFC L107](https://togithub.com/grpc/proposal/blob/master/L107-node-noop-start.md)) - Add `Server#unbind` ([#​2612](https://togithub.com/grpc/grpc-node/issues/2612)) (details in [gRFC L109](https://togithub.com/grpc/proposal/blob/master/L109-node-server-unbind.md)) - Add `Server#drain` ([#​2616](https://togithub.com/grpc/grpc-node/issues/2616)) (details in [gRFC L111](https://togithub.com/grpc/proposal/blob/master/L111-node-server-drain.md)) - Export type `VerifyOptions` ([#​2637](https://togithub.com/grpc/grpc-node/issues/2637) contributed by [@​chakhsu](https://togithub.com/chakhsu)) #### Experimental API Changes - Added: - `Endpoint` - `endpointToString` - `endpointHasAddress` - `LeafLoadBalancer` - `HealthListener` - `SubchannelInterface#isHealthy` - `SubchannelInterface#addHealthStateWatcher` - `SubchannelInterface#removeHealthStateWatcher` - `SubchannelWrapper#setHealthy` - `selectLbConfigFromList` - `parseLoadBalancingConfig` - `OutlierDetectionRawConfig` - `EndpointMap` - Moved out of the `experimental` namespace: - `ServiceConfig` - `MethodConfig` - `LoadBalancingConfig` (now a simple raw object type) - `RetryPolicy` - Removed: - `getFirstUsableConfig` - `validateLoadBalancingConfig` - `OutlierDetectionLoadBalancingConfig` - Modified: - `LoadBalancer#updateAddressList`: The first argument now has type `Endpoint[]` instead of `SubchannelAddress[]` - `ResolverListener#onSuccessfulResolution`: The first argument now has type `Endpoint[]` instead of `SubchannelAddress[]` - `registerLoadBalancerType`: The second argument, a `LoadBalancerConstructor` now takes a second argument `options: ChannelOptions` - `ConfigSelector`: Now accepts an additional argument `channelId: number` - `QueuePicker`: The constructor now accepts an additional optional argument `childPicker: Picker`, which the `QueuePicker` instance will delegate to if provided. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
- Loading branch information