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.12.2 (#81)
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.11.3` -> `1.12.2`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.11.3/1.12.2) | --- ### Release Notes <details> <summary>grpc/grpc-node (@​grpc/grpc-js)</summary> ### [`v1.12.2`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.12.2): @​grpc/grpc-js 1.12.2 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected]) - Use `util.promisify` instead of `fs/promises` for Node 12 compatibility ([#​2838](https://togithub.com/grpc/grpc-node/issues/2838)) ### [`v1.12.1`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.12.1): @​grpc/grpc-js 1.12.1 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected]) - Port bugfixes from 1.11.x into 1.12.x ([#​2836](https://togithub.com/grpc/grpc-node/issues/2836)) ### [`v1.12.0`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.12.0): @​grpc/grpc-js 1.12.0 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected]) #### Changelog - Provide the method_name for the CallCredentials callback generateMetadata ([#​2814](https://togithub.com/grpc/grpc-node/issues/2814) contributed by [@​becoded](https://togithub.com/becoded)) - Add an optional `rejectUnauthorized` field to the `VerifyOptions` interface, which can be passed as an argument to `credentials.createSsl` and `createFromSecureContext` ([#​2812](https://togithub.com/grpc/grpc-node/issues/2812) contributed by [@​vinothsa4891](https://togithub.com/vinothsa4891)) #### Experimental API changes Added: - `CaCertificateUpdate` - `CaCertificateUpdateListener` - `IdentityCertificateUpdate` - `IdentityCertificateUpdateListener` - `CertificateProvider` - `FileWatcherCertificateProvider` - `FileWatcherCertificateProviderConfig` - `createCertificateProviderChannelCredentials` - `createCertificateProviderServerCredentials` Modified: - `LoadBalancer`: The constructor now takes an additional argument of type `ChannelCredentials`. - `ChannelControlHelper#createSubchannel`: Now takes an additional argument of type `ChannelCredentials | null`. This should be passed along if overriding this function. - `LeafLoadBalancer`: The constructor now takes an additional argument of type `ChannelCredentials`. </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
- Loading branch information