From 121751db50bc13454122f4decbba715ba8d400c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 12:50:32 +0300 Subject: [PATCH] fix(deps): update dependency @commander-js/extra-typings to v13 (#392) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] Co-authored-by: Arda TANRIKULU --- .changeset/@graphql-hive_gateway-392-dependencies.md | 8 ++++++++ packages/gateway/package.json | 2 +- packages/gateway/src/commands/proxy.ts | 3 +-- packages/gateway/src/commands/subgraph.ts | 3 +-- packages/gateway/src/commands/supergraph.ts | 3 +-- yarn.lock | 11 ++++++++++- 6 files changed, 22 insertions(+), 8 deletions(-) create mode 100644 .changeset/@graphql-hive_gateway-392-dependencies.md diff --git a/.changeset/@graphql-hive_gateway-392-dependencies.md b/.changeset/@graphql-hive_gateway-392-dependencies.md new file mode 100644 index 000000000..9e521e0c0 --- /dev/null +++ b/.changeset/@graphql-hive_gateway-392-dependencies.md @@ -0,0 +1,8 @@ +--- +'@graphql-hive/gateway': patch +--- + +dependencies updates: + +- Updated dependency [`@commander-js/extra-typings@^13.0.0` ↗︎](https://www.npmjs.com/package/@commander-js/extra-typings/v/13.0.0) (from `^12.1.0`, in `dependencies`) +- Updated dependency [`commander@^13.0.0` ↗︎](https://www.npmjs.com/package/commander/v/13.0.0) (from `^12.0.0`, in `dependencies`) diff --git a/packages/gateway/package.json b/packages/gateway/package.json index 542f9add1..b9c02bbea 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -54,7 +54,7 @@ } }, "dependencies": { - "@commander-js/extra-typings": "^12.1.0", + "@commander-js/extra-typings": "^13.0.0", "@envelop/core": "^5.0.2", "@graphql-hive/gateway-runtime": "workspace:^", "@graphql-mesh/cache-cfw-kv": "^0.104.0", diff --git a/packages/gateway/src/commands/proxy.ts b/packages/gateway/src/commands/proxy.ts index 6eb2f10e5..12c9f4904 100644 --- a/packages/gateway/src/commands/proxy.ts +++ b/packages/gateway/src/commands/proxy.ts @@ -8,7 +8,6 @@ import { defaultOptions, type AddCommand, type CLIContext, - type CLIGlobals, type GatewayCLIConfig, } from '../cli'; import { @@ -40,7 +39,7 @@ export const addCommand: AddCommand = (ctx, cli) => hivePersistedDocumentsEndpoint, hivePersistedDocumentsToken, ...opts - } = this.optsWithGlobals(); + } = this.optsWithGlobals(); const loadedConfig = await loadConfig({ log: ctx.log, configPath: opts.configPath, diff --git a/packages/gateway/src/commands/subgraph.ts b/packages/gateway/src/commands/subgraph.ts index 1b21a3105..5191358a2 100644 --- a/packages/gateway/src/commands/subgraph.ts +++ b/packages/gateway/src/commands/subgraph.ts @@ -12,7 +12,6 @@ import { defaultOptions, type AddCommand, type CLIContext, - type CLIGlobals, type GatewayCLIConfig, } from '../cli'; import { @@ -41,7 +40,7 @@ export const addCommand: AddCommand = (ctx, cli) => hivePersistedDocumentsEndpoint, hivePersistedDocumentsToken, ...opts - } = this.optsWithGlobals(); + } = this.optsWithGlobals(); const loadedConfig = await loadConfig({ log: ctx.log, configPath: opts.configPath, diff --git a/packages/gateway/src/commands/supergraph.ts b/packages/gateway/src/commands/supergraph.ts index 2c3183d5e..fdec961b5 100644 --- a/packages/gateway/src/commands/supergraph.ts +++ b/packages/gateway/src/commands/supergraph.ts @@ -18,7 +18,6 @@ import { defaultOptions, type AddCommand, type CLIContext, - type CLIGlobals, type GatewayCLIConfig, } from '../cli'; import { @@ -57,7 +56,7 @@ export const addCommand: AddCommand = (ctx, cli) => hivePersistedDocumentsEndpoint, hivePersistedDocumentsToken, ...opts - } = this.optsWithGlobals(); + } = this.optsWithGlobals(); // TODO: move to optsWithGlobals once https://github.com/commander-js/extra-typings/pull/76 is merged const { apolloUplink } = this.opts(); diff --git a/yarn.lock b/yarn.lock index 0afc260c1..64cf6594d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2248,6 +2248,15 @@ __metadata: languageName: node linkType: hard +"@commander-js/extra-typings@npm:^13.0.0": + version: 13.0.0 + resolution: "@commander-js/extra-typings@npm:13.0.0" + peerDependencies: + commander: ~13.0.0 + checksum: 10c0/7d1f75624ef5026462600b9ef9f7dbb701cefa3a17204bf57a9946aece44ccff343407d910620645c1daa9416439f5be6597adf75a0b8b4cfd08d59b345d0fcc + languageName: node + linkType: hard + "@cspotcode/source-map-support@npm:0.8.1, @cspotcode/source-map-support@npm:^0.8.0": version: 0.8.1 resolution: "@cspotcode/source-map-support@npm:0.8.1" @@ -3127,7 +3136,7 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-hive/gateway@workspace:packages/gateway" dependencies: - "@commander-js/extra-typings": "npm:^12.1.0" + "@commander-js/extra-typings": "npm:^13.0.0" "@envelop/core": "npm:^5.0.2" "@graphql-hive/gateway-runtime": "workspace:^" "@graphql-mesh/cache-cfw-kv": "npm:^0.104.0"