From 0a5334fc090f5eb86170e6ffe0a0469c7453de2b Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 31 Oct 2024 21:03:41 -0400 Subject: [PATCH] fix(deps): Update dependency @grpc/grpc-js to v1.12.2 (#81) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
grpc/grpc-node (@​grpc/grpc-js) ### [`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/grpc-js@1.12.1...@grpc/grpc-js@1.12.2) - 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/grpc-js@1.12.0...@grpc/grpc-js@1.12.1) - 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/grpc-js@1.11.3...@grpc/grpc-js@1.12.0) #### 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`.
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a7731b..5009821 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,9 +24,9 @@ } }, "node_modules/@grpc/grpc-js": { - "version": "1.11.3", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.11.3.tgz", - "integrity": "sha512-i9UraDzFHMR+Iz/MhFLljT+fCpgxZ3O6CxwGJ8YuNYHJItIHUzKJpW2LvoFZNnGPwqc9iWy9RAucxV0JoR9aUQ==", + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.12.2.tgz", + "integrity": "sha512-bgxdZmgTrJZX50OjyVwz3+mNEnCTNkh3cIqGPWVNeW9jX6bn1ZkU80uPd+67/ZpIJIjRQ9qaHCjhavyoWYxumg==", "dev": true, "license": "Apache-2.0", "dependencies": {