From 05fe34588fbeb28de847db9d7d58c5a6ae90e36b Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Fri, 13 Dec 2024 13:00:35 +0300 Subject: [PATCH] Bump dependencies and export helpers (#3549) * Bump dependencies * Reorganize dependencies * More * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: github-actions[bot] --- ...n-apollo-usage-report-3549-dependencies.md | 6 + ...aphql-yoga_plugin-apq-3549-dependencies.md | 5 + ...-persisted-operations-3549-dependencies.md | 5 + .changeset/graphql-yoga-3549-dependencies.md | 8 ++ packages/graphql-yoga/package.json | 8 +- packages/graphql-yoga/src/error.ts | 2 - packages/graphql-yoga/src/index.ts | 4 +- .../graphql-yoga/src/plugins/plugins.test.ts | 2 +- .../request-validation/use-limit-batching.ts | 2 +- .../src/plugins/result-processor/stringify.ts | 3 +- packages/graphql-yoga/src/server.ts | 3 +- .../apollo-managed-federation/src/index.ts | 3 +- .../plugins/apollo-usage-report/package.json | 2 - packages/plugins/apq/package.json | 1 - .../defer-stream-directive-label.ts | 7 +- .../defer-stream-directive-on-root-field.ts | 7 +- .../overlapping-fields-can-be-merged.ts | 3 +- .../stream-directive-on-list-field.ts | 3 +- .../plugins/persisted-operations/package.json | 1 - pnpm-lock.yaml | 128 ++++++++---------- 20 files changed, 98 insertions(+), 105 deletions(-) create mode 100644 .changeset/@graphql-yoga_plugin-apollo-usage-report-3549-dependencies.md create mode 100644 .changeset/@graphql-yoga_plugin-apq-3549-dependencies.md create mode 100644 .changeset/@graphql-yoga_plugin-persisted-operations-3549-dependencies.md create mode 100644 .changeset/graphql-yoga-3549-dependencies.md diff --git a/.changeset/@graphql-yoga_plugin-apollo-usage-report-3549-dependencies.md b/.changeset/@graphql-yoga_plugin-apollo-usage-report-3549-dependencies.md new file mode 100644 index 0000000000..93dac0b5e8 --- /dev/null +++ b/.changeset/@graphql-yoga_plugin-apollo-usage-report-3549-dependencies.md @@ -0,0 +1,6 @@ +--- +"@graphql-yoga/plugin-apollo-usage-report": patch +--- +dependencies updates: + - Removed dependency [`@graphql-tools/utils@^10.6.1` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.6.1) (from `peerDependencies`) + - Removed dependency [`@whatwg-node/fetch@^0.10.1` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.1) (from `peerDependencies`) diff --git a/.changeset/@graphql-yoga_plugin-apq-3549-dependencies.md b/.changeset/@graphql-yoga_plugin-apq-3549-dependencies.md new file mode 100644 index 0000000000..a4e8fd20d2 --- /dev/null +++ b/.changeset/@graphql-yoga_plugin-apq-3549-dependencies.md @@ -0,0 +1,5 @@ +--- +"@graphql-yoga/plugin-apq": patch +--- +dependencies updates: + - Removed dependency [`@graphql-tools/utils@^10.6.1` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.6.1) (from `peerDependencies`) diff --git a/.changeset/@graphql-yoga_plugin-persisted-operations-3549-dependencies.md b/.changeset/@graphql-yoga_plugin-persisted-operations-3549-dependencies.md new file mode 100644 index 0000000000..e4e2176e19 --- /dev/null +++ b/.changeset/@graphql-yoga_plugin-persisted-operations-3549-dependencies.md @@ -0,0 +1,5 @@ +--- +"@graphql-yoga/plugin-persisted-operations": patch +--- +dependencies updates: + - Removed dependency [`@graphql-tools/utils@^10.6.1` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.6.1) (from `peerDependencies`) diff --git a/.changeset/graphql-yoga-3549-dependencies.md b/.changeset/graphql-yoga-3549-dependencies.md new file mode 100644 index 0000000000..b89223a7df --- /dev/null +++ b/.changeset/graphql-yoga-3549-dependencies.md @@ -0,0 +1,8 @@ +--- +"graphql-yoga": patch +--- +dependencies updates: + - Updated dependency [`@graphql-tools/executor@^1.3.7` ↗︎](https://www.npmjs.com/package/@graphql-tools/executor/v/1.3.7) (from `^1.3.5`, in `dependencies`) + - Updated dependency [`@graphql-tools/schema@^10.0.11` ↗︎](https://www.npmjs.com/package/@graphql-tools/schema/v/10.0.11) (from `^10.0.10`, in `dependencies`) + - Updated dependency [`@graphql-tools/utils@^10.6.2` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.6.2) (from `^10.6.1`, in `dependencies`) + - Updated dependency [`@whatwg-node/server@^0.9.63` ↗︎](https://www.npmjs.com/package/@whatwg-node/server/v/0.9.63) (from `^0.9.60`, in `dependencies`) diff --git a/packages/graphql-yoga/package.json b/packages/graphql-yoga/package.json index 932ef7a17e..49672ef4d3 100644 --- a/packages/graphql-yoga/package.json +++ b/packages/graphql-yoga/package.json @@ -50,13 +50,13 @@ }, "dependencies": { "@envelop/core": "^5.0.2", - "@graphql-tools/executor": "^1.3.5", - "@graphql-tools/schema": "^10.0.10", - "@graphql-tools/utils": "^10.6.1", + "@graphql-tools/executor": "^1.3.7", + "@graphql-tools/schema": "^10.0.11", + "@graphql-tools/utils": "^10.6.2", "@graphql-yoga/logger": "workspace:^", "@graphql-yoga/subscription": "workspace:^", "@whatwg-node/fetch": "^0.10.1", - "@whatwg-node/server": "^0.9.60", + "@whatwg-node/server": "^0.9.63", "dset": "^3.1.1", "lru-cache": "^10.0.0", "tslib": "^2.8.1" diff --git a/packages/graphql-yoga/src/error.ts b/packages/graphql-yoga/src/error.ts index 01613c286e..7132911514 100644 --- a/packages/graphql-yoga/src/error.ts +++ b/packages/graphql-yoga/src/error.ts @@ -4,8 +4,6 @@ import type { YogaLogger } from '@graphql-yoga/logger'; import type { ResultProcessorInput } from './plugins/types.js'; import type { GraphQLHTTPExtensions, YogaMaskedErrorOpts } from './types.js'; -export { createGraphQLError }; - declare module 'graphql' { interface GraphQLErrorExtensions { http?: GraphQLHTTPExtensions; diff --git a/packages/graphql-yoga/src/index.ts b/packages/graphql-yoga/src/index.ts index 1a56f652a7..c19de1439f 100644 --- a/packages/graphql-yoga/src/index.ts +++ b/packages/graphql-yoga/src/index.ts @@ -1,4 +1,3 @@ -export { createGraphQLError } from './error.js'; export * from '@graphql-yoga/logger'; export { type Plugin } from './plugins/types.js'; export { type GraphiQLOptions } from './plugins/use-graphiql.js'; @@ -37,9 +36,12 @@ export { useLogger, usePayloadFormatter, } from '@envelop/core'; +export { createGraphQLError, isPromise, mapMaybePromise } from '@graphql-tools/utils'; export { getSSEProcessor } from './plugins/result-processor/sse.js'; +export { processRegularResult } from './plugins/result-processor/regular.js'; export { useExecutionCancellation } from './plugins/use-execution-cancellation.js'; export { type LandingPageRenderer, type LandingPageRendererOpts, } from './plugins/use-unhandled-route.js'; +export { DisposableSymbols } from '@whatwg-node/server'; diff --git a/packages/graphql-yoga/src/plugins/plugins.test.ts b/packages/graphql-yoga/src/plugins/plugins.test.ts index f6d91c54fe..f80161c765 100644 --- a/packages/graphql-yoga/src/plugins/plugins.test.ts +++ b/packages/graphql-yoga/src/plugins/plugins.test.ts @@ -1,5 +1,5 @@ import { AfterValidateHook } from '@envelop/core'; -import { createGraphQLError } from '../error.js'; +import { createGraphQLError } from '@graphql-tools/utils'; import { createSchema } from '../schema.js'; import { createYoga } from '../server.js'; import { Plugin } from './types.js'; diff --git a/packages/graphql-yoga/src/plugins/request-validation/use-limit-batching.ts b/packages/graphql-yoga/src/plugins/request-validation/use-limit-batching.ts index b6fde936b8..071b5ca0da 100644 --- a/packages/graphql-yoga/src/plugins/request-validation/use-limit-batching.ts +++ b/packages/graphql-yoga/src/plugins/request-validation/use-limit-batching.ts @@ -1,4 +1,4 @@ -import { createGraphQLError } from '../../error.js'; +import { createGraphQLError } from '@graphql-tools/utils'; import type { Plugin } from '../types.js'; export function useLimitBatching(limit?: number): Plugin { diff --git a/packages/graphql-yoga/src/plugins/result-processor/stringify.ts b/packages/graphql-yoga/src/plugins/result-processor/stringify.ts index 16691e21e8..7e0cc82c96 100644 --- a/packages/graphql-yoga/src/plugins/result-processor/stringify.ts +++ b/packages/graphql-yoga/src/plugins/result-processor/stringify.ts @@ -1,5 +1,6 @@ import { GraphQLError } from 'graphql'; -import { createGraphQLError, isGraphQLError } from '../../error.js'; +import { createGraphQLError } from '@graphql-tools/utils'; +import { isGraphQLError } from '../../error.js'; import { MaybeArray } from '../../types.js'; import { ExecutionResultWithSerializer } from '../types.js'; diff --git a/packages/graphql-yoga/src/server.ts b/packages/graphql-yoga/src/server.ts index 82ec06779f..68ac4a5908 100644 --- a/packages/graphql-yoga/src/server.ts +++ b/packages/graphql-yoga/src/server.ts @@ -513,9 +513,8 @@ export class YogaServer< /** Ensure that error thrown from subscribe is sent to client */ // TODO: this should probably be something people can customize via a hook? if (isAsyncIterable(result)) { - const iterator = result[Symbol.asyncIterator](); result = mapAsyncIterator( - iterator, + result, v => v, (err: Error) => { if (err.name === 'AbortError') { diff --git a/packages/plugins/apollo-managed-federation/src/index.ts b/packages/plugins/apollo-managed-federation/src/index.ts index 7b09bba5ad..a9ceed3cb9 100644 --- a/packages/plugins/apollo-managed-federation/src/index.ts +++ b/packages/plugins/apollo-managed-federation/src/index.ts @@ -1,4 +1,4 @@ -import { createGraphQLError, type Plugin } from 'graphql-yoga'; +import { createGraphQLError, DisposableSymbols, type Plugin } from 'graphql-yoga'; import { FetchError, SupergraphSchemaManager, @@ -7,7 +7,6 @@ import { type SupergraphSchemaManagerOptions, type SupergraphSchemaManagerSchemaEvent, } from '@graphql-tools/federation'; -import { DisposableSymbols } from '@whatwg-node/disposablestack'; export type ManagedFederationPluginOptions = ( | SupergraphSchemaManager diff --git a/packages/plugins/apollo-usage-report/package.json b/packages/plugins/apollo-usage-report/package.json index bf0731ce30..fdce86981f 100644 --- a/packages/plugins/apollo-usage-report/package.json +++ b/packages/plugins/apollo-usage-report/package.json @@ -37,8 +37,6 @@ "check": "tsc --pretty --noEmit" }, "peerDependencies": { - "@graphql-tools/utils": "^10.6.1", - "@whatwg-node/fetch": "^0.10.1", "graphql": "^15.2.0 || ^16.0.0", "graphql-yoga": "workspace:^" }, diff --git a/packages/plugins/apq/package.json b/packages/plugins/apq/package.json index 1509661867..bc6abdc67c 100644 --- a/packages/plugins/apq/package.json +++ b/packages/plugins/apq/package.json @@ -37,7 +37,6 @@ "check": "tsc --pretty --noEmit" }, "peerDependencies": { - "@graphql-tools/utils": "^10.6.1", "graphql-yoga": "workspace:^" }, "devDependencies": { diff --git a/packages/plugins/defer-stream/src/validations/defer-stream-directive-label.ts b/packages/plugins/defer-stream/src/validations/defer-stream-directive-label.ts index 560cc649a6..2c5840a0f9 100644 --- a/packages/plugins/defer-stream/src/validations/defer-stream-directive-label.ts +++ b/packages/plugins/defer-stream/src/validations/defer-stream-directive-label.ts @@ -1,9 +1,6 @@ import { ASTVisitor, Kind, ValidationContext } from 'graphql'; -import { - createGraphQLError, - GraphQLDeferDirective, - GraphQLStreamDirective, -} from '@graphql-tools/utils'; +import { createGraphQLError } from 'graphql-yoga'; +import { GraphQLDeferDirective, GraphQLStreamDirective } from '@graphql-tools/utils'; /** * Stream directive on list field diff --git a/packages/plugins/defer-stream/src/validations/defer-stream-directive-on-root-field.ts b/packages/plugins/defer-stream/src/validations/defer-stream-directive-on-root-field.ts index 5289587a56..34df358614 100644 --- a/packages/plugins/defer-stream/src/validations/defer-stream-directive-on-root-field.ts +++ b/packages/plugins/defer-stream/src/validations/defer-stream-directive-on-root-field.ts @@ -1,9 +1,6 @@ import { ASTVisitor, ValidationContext } from 'graphql'; -import { - createGraphQLError, - GraphQLDeferDirective, - GraphQLStreamDirective, -} from '@graphql-tools/utils'; +import { createGraphQLError } from 'graphql-yoga'; +import { GraphQLDeferDirective, GraphQLStreamDirective } from '@graphql-tools/utils'; /** * Stream directive on list field diff --git a/packages/plugins/defer-stream/src/validations/overlapping-fields-can-be-merged.ts b/packages/plugins/defer-stream/src/validations/overlapping-fields-can-be-merged.ts index f5825e8846..ee764fc0cc 100644 --- a/packages/plugins/defer-stream/src/validations/overlapping-fields-can-be-merged.ts +++ b/packages/plugins/defer-stream/src/validations/overlapping-fields-can-be-merged.ts @@ -21,7 +21,8 @@ import { ValidationContext, ValueNode, } from 'graphql'; -import { createGraphQLError, inspect, Maybe } from '@graphql-tools/utils'; +import { createGraphQLError } from 'graphql-yoga'; +import { inspect, Maybe } from '@graphql-tools/utils'; /** * Returns a number indicating whether a reference string comes before, or after, diff --git a/packages/plugins/defer-stream/src/validations/stream-directive-on-list-field.ts b/packages/plugins/defer-stream/src/validations/stream-directive-on-list-field.ts index 72669d5692..c0336fea32 100644 --- a/packages/plugins/defer-stream/src/validations/stream-directive-on-list-field.ts +++ b/packages/plugins/defer-stream/src/validations/stream-directive-on-list-field.ts @@ -1,5 +1,6 @@ import { ASTVisitor, DirectiveNode, isListType, isWrappingType, ValidationContext } from 'graphql'; -import { createGraphQLError, GraphQLStreamDirective } from '@graphql-tools/utils'; +import { createGraphQLError } from 'graphql-yoga'; +import { GraphQLStreamDirective } from '@graphql-tools/utils'; /** * Stream directive on list field diff --git a/packages/plugins/persisted-operations/package.json b/packages/plugins/persisted-operations/package.json index 235393d226..7791221fb3 100644 --- a/packages/plugins/persisted-operations/package.json +++ b/packages/plugins/persisted-operations/package.json @@ -37,7 +37,6 @@ "check": "tsc --pretty --noEmit" }, "peerDependencies": { - "@graphql-tools/utils": "^10.6.1", "graphql": "^15.2.0 || ^16.0.0", "graphql-yoga": "workspace:^" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dd9d1f8b2d..20c85f9b21 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -401,7 +401,7 @@ importers: dependencies: '@whatwg-node/server-plugin-cookies': specifier: ^1.0.3 - version: 1.0.3(@whatwg-node/server@0.9.61) + version: 1.0.3(@whatwg-node/server@0.9.63) graphql: specifier: 16.9.0 version: 16.9.0 @@ -1587,14 +1587,14 @@ importers: specifier: 5.0.2 version: 5.0.2 '@graphql-tools/executor': - specifier: ^1.3.5 + specifier: ^1.3.7 version: 1.3.7(graphql@16.9.0) '@graphql-tools/schema': - specifier: ^10.0.10 + specifier: ^10.0.11 version: 10.0.11(graphql@16.9.0) '@graphql-tools/utils': - specifier: ^10.6.1 - version: 10.6.1(graphql@16.9.0) + specifier: ^10.6.2 + version: 10.6.2(graphql@16.9.0) '@graphql-yoga/logger': specifier: workspace:^ version: link:../logger/dist @@ -1605,8 +1605,8 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@whatwg-node/server': - specifier: ^0.9.60 - version: 0.9.61 + specifier: ^0.9.63 + version: 0.9.63 dset: specifier: ^3.1.1 version: 3.1.4 @@ -1861,9 +1861,6 @@ importers: '@apollo/usage-reporting-protobuf': specifier: ^4.1.1 version: 4.1.1 - '@graphql-tools/utils': - specifier: ^10.6.1 - version: 10.6.1(graphql@16.9.0) '@graphql-yoga/plugin-apollo-inline-trace': specifier: workspace:^ version: link:../apollo-inline-trace/dist @@ -1886,10 +1883,6 @@ importers: publishDirectory: dist packages/plugins/apq: - dependencies: - '@graphql-tools/utils': - specifier: ^10.6.1 - version: 10.6.1(graphql@16.9.0) devDependencies: '@apollo/client': specifier: 3.8.2 @@ -1972,7 +1965,7 @@ importers: dependencies: '@whatwg-node/server-plugin-cookies': specifier: ^1.0.3 - version: 1.0.3(@whatwg-node/server@0.9.61) + version: 1.0.3(@whatwg-node/server@0.9.63) jsonwebtoken: specifier: ^9.0.0 version: 9.0.2 @@ -1998,10 +1991,6 @@ importers: publishDirectory: dist packages/plugins/persisted-operations: - dependencies: - '@graphql-tools/utils': - specifier: ^10.6.1 - version: 10.6.1(graphql@16.9.0) devDependencies: graphql: specifier: 16.9.0 @@ -8262,6 +8251,10 @@ packages: resolution: {integrity: sha512-MKMs5U2ySnsjV2RaFZM9xszbA6CeRFczVf3iITb2xpHtbBJx4G1HPt09SedFloJ3xiJxbguoBzAQnv6DZEoAWA==} engines: {node: '>=18.0.0'} + '@whatwg-node/server@0.9.63': + resolution: {integrity: sha512-rHBN2murCcuuhQru/AQjA13lA9SzQAH9k8ENy4iZrAmY+C0yFYPud3HiFgPUgzR1B2KYUpIYKwC1UAUlkzASOQ==} + engines: {node: '>=18.0.0'} + '@wry/context@0.7.4': resolution: {integrity: sha512-jmT7Sb4ZQWI5iyu3lobQxICu2nC/vbUhP0vIdd6tHC9PTfenmRmuIFqktc6GH9cgi+ZHnsLWPvfSvc4DrYmKiQ==} engines: {node: '>=8'} @@ -18011,7 +18004,7 @@ snapshots: '@babel/traverse': 7.26.4 '@babel/types': 7.26.3 convert-source-map: 1.9.0 - debug: 4.4.0 + debug: 4.4.0(supports-color@9.4.0) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -18031,7 +18024,7 @@ snapshots: '@babel/traverse': 7.26.4 '@babel/types': 7.26.3 convert-source-map: 2.0.0 - debug: 4.4.0 + debug: 4.4.0(supports-color@9.4.0) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -19439,7 +19432,7 @@ snapshots: '@babel/parser': 7.26.3 '@babel/template': 7.25.9 '@babel/types': 7.26.3 - debug: 4.4.0 + debug: 4.4.0(supports-color@9.4.0) globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -19818,7 +19811,7 @@ snapshots: '@envelop/extended-validation@4.1.0(@envelop/core@5.0.2)(graphql@16.9.0)': dependencies: '@envelop/core': 5.0.2 - '@graphql-tools/utils': 10.6.1(graphql@16.9.0) + '@graphql-tools/utils': 10.6.2(graphql@16.9.0) graphql: 16.9.0 tslib: 2.8.1 @@ -19872,7 +19865,7 @@ snapshots: '@envelop/response-cache@6.2.5(@envelop/core@5.0.2)(graphql@16.9.0)': dependencies: '@envelop/core': 5.0.2 - '@graphql-tools/utils': 10.6.1(graphql@16.9.0) + '@graphql-tools/utils': 10.6.2(graphql@16.9.0) '@whatwg-node/fetch': 0.10.1 fast-json-stable-stringify: 2.1.0 graphql: 16.9.0 @@ -20379,7 +20372,7 @@ snapshots: '@eslint/config-array@0.19.1': dependencies: '@eslint/object-schema': 2.1.5 - debug: 4.4.0 + debug: 4.4.0(supports-color@9.4.0) minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -20391,7 +20384,7 @@ snapshots: '@eslint/eslintrc@3.2.0': dependencies: ajv: 6.12.6 - debug: 4.4.0 + debug: 4.4.0(supports-color@9.4.0) espree: 10.3.0 globals: 14.0.0 ignore: 5.3.2 @@ -20724,7 +20717,7 @@ snapshots: '@graphql-codegen/typescript-operations': 4.4.0(encoding@0.1.13)(graphql@16.9.0) '@graphql-codegen/visitor-plugin-common': 5.6.0(encoding@0.1.13)(graphql@16.9.0) '@graphql-tools/documents': 1.0.1(graphql@16.9.0) - '@graphql-tools/utils': 10.6.1(graphql@16.9.0) + '@graphql-tools/utils': 10.6.2(graphql@16.9.0) '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) graphql: 16.9.0 tslib: 2.6.3 @@ -20736,7 +20729,7 @@ snapshots: dependencies: '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.9.0) '@graphql-tools/schema': 10.0.11(graphql@16.9.0) - '@graphql-tools/utils': 10.6.1(graphql@16.9.0) + '@graphql-tools/utils': 10.6.2(graphql@16.9.0) graphql: 16.9.0 tslib: 2.6.3 @@ -20744,7 +20737,7 @@ snapshots: dependencies: '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.9.0) '@graphql-codegen/visitor-plugin-common': 5.6.0(encoding@0.1.13)(graphql@16.9.0) - '@graphql-tools/utils': 10.6.1(graphql@16.9.0) + '@graphql-tools/utils': 10.6.2(graphql@16.9.0) auto-bind: 4.0.0 graphql: 16.9.0 tslib: 2.6.3 @@ -20754,7 +20747,7 @@ snapshots: '@graphql-codegen/plugin-helpers@5.1.0(graphql@16.9.0)': dependencies: - '@graphql-tools/utils': 10.6.1(graphql@16.9.0) + '@graphql-tools/utils': 10.6.2(graphql@16.9.0) change-case-all: 1.0.15 common-tags: 1.8.2 graphql: 16.9.0 @@ -20765,7 +20758,7 @@ snapshots: '@graphql-codegen/schema-ast@4.1.0(graphql@16.9.0)': dependencies: '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.9.0) - '@graphql-tools/utils': 10.6.1(graphql@16.9.0) + '@graphql-tools/utils': 10.6.2(graphql@16.9.0) graphql: 16.9.0 tslib: 2.6.3 @@ -20823,7 +20816,7 @@ snapshots: '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.9.0) '@graphql-tools/optimize': 2.0.0(graphql@16.9.0) '@graphql-tools/relay-operation-optimizer': 7.0.6(encoding@0.1.13)(graphql@16.9.0) - '@graphql-tools/utils': 10.6.1(graphql@16.9.0) + '@graphql-tools/utils': 10.6.2(graphql@16.9.0) auto-bind: 4.0.0 change-case-all: 1.0.15 dependency-graph: 0.11.0 @@ -21115,7 +21108,7 @@ snapshots: '@graphql-tools/merge@9.0.11(graphql@16.9.0)': dependencies: - '@graphql-tools/utils': 10.6.1(graphql@16.9.0) + '@graphql-tools/utils': 10.6.2(graphql@16.9.0) graphql: 16.9.0 tslib: 2.8.1 @@ -21133,7 +21126,7 @@ snapshots: '@graphql-tools/prisma-loader@8.0.17(@types/node@22.10.1)(encoding@0.1.13)(graphql@16.9.0)': dependencies: '@graphql-tools/url-loader': 8.0.18(@types/node@22.10.1)(encoding@0.1.13)(graphql@16.9.0) - '@graphql-tools/utils': 10.6.1(graphql@16.9.0) + '@graphql-tools/utils': 10.6.2(graphql@16.9.0) '@types/js-yaml': 4.0.9 '@whatwg-node/fetch': 0.10.1 chalk: 4.1.2 @@ -21159,7 +21152,7 @@ snapshots: '@graphql-tools/prisma-loader@8.0.17(@types/node@22.9.0)(encoding@0.1.13)(graphql@16.9.0)': dependencies: '@graphql-tools/url-loader': 8.0.18(@types/node@22.9.0)(encoding@0.1.13)(graphql@16.9.0) - '@graphql-tools/utils': 10.6.1(graphql@16.9.0) + '@graphql-tools/utils': 10.6.2(graphql@16.9.0) '@types/js-yaml': 4.0.9 '@whatwg-node/fetch': 0.10.1 chalk: 4.1.2 @@ -21195,7 +21188,7 @@ snapshots: '@graphql-tools/schema@10.0.10(graphql@16.9.0)': dependencies: '@graphql-tools/merge': 9.0.12(graphql@16.9.0) - '@graphql-tools/utils': 10.6.1(graphql@16.9.0) + '@graphql-tools/utils': 10.6.2(graphql@16.9.0) graphql: 16.9.0 tslib: 2.8.1 value-or-promise: 1.0.12 @@ -24086,7 +24079,7 @@ snapshots: '@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.0.1(svelte@5.10.1)(vite@6.0.1(@types/node@22.10.1)(jiti@2.4.1)(lightningcss@1.28.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.6.1)))(svelte@5.10.1)(vite@6.0.1(@types/node@22.10.1)(jiti@2.4.1)(lightningcss@1.28.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.6.1))': dependencies: '@sveltejs/vite-plugin-svelte': 5.0.1(svelte@5.10.1)(vite@6.0.1(@types/node@22.10.1)(jiti@2.4.1)(lightningcss@1.28.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.6.1)) - debug: 4.4.0 + debug: 4.4.0(supports-color@9.4.0) svelte: 5.10.1 vite: 6.0.1(@types/node@22.10.1)(jiti@2.4.1)(lightningcss@1.28.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.6.1) transitivePeerDependencies: @@ -24095,7 +24088,7 @@ snapshots: '@sveltejs/vite-plugin-svelte@5.0.1(svelte@5.10.1)(vite@6.0.1(@types/node@22.10.1)(jiti@2.4.1)(lightningcss@1.28.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.6.1))': dependencies: '@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.0.1(svelte@5.10.1)(vite@6.0.1(@types/node@22.10.1)(jiti@2.4.1)(lightningcss@1.28.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.6.1)))(svelte@5.10.1)(vite@6.0.1(@types/node@22.10.1)(jiti@2.4.1)(lightningcss@1.28.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.6.1)) - debug: 4.4.0 + debug: 4.4.0(supports-color@9.4.0) deepmerge: 4.3.1 kleur: 4.1.5 magic-string: 0.30.15 @@ -24219,7 +24212,7 @@ snapshots: eslint: 9.16.0(jiti@2.4.1) eslint-config-prettier: 9.1.0(eslint@9.16.0(jiti@2.4.1)) eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@9.16.0(jiti@2.4.1)) - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@9.16.0(jiti@2.4.1)) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1)))(eslint@9.16.0(jiti@2.4.1)))(eslint@9.16.0(jiti@2.4.1)) eslint-plugin-jsonc: 2.18.2(eslint@9.16.0(jiti@2.4.1)) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.16.0(jiti@2.4.1)) eslint-plugin-mdx: 3.1.5(eslint@9.16.0(jiti@2.4.1)) @@ -24836,7 +24829,7 @@ snapshots: '@typescript-eslint/types': 8.18.0 '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.7.2) '@typescript-eslint/visitor-keys': 8.18.0 - debug: 4.4.0 + debug: 4.4.0(supports-color@9.4.0) eslint: 9.16.0(jiti@2.4.1) typescript: 5.7.2 transitivePeerDependencies: @@ -24868,7 +24861,7 @@ snapshots: dependencies: '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.7.2) '@typescript-eslint/utils': 8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) - debug: 4.4.0 + debug: 4.4.0(supports-color@9.4.0) eslint: 9.16.0(jiti@2.4.1) ts-api-utils: 1.4.3(typescript@5.7.2) typescript: 5.7.2 @@ -24914,7 +24907,7 @@ snapshots: dependencies: '@typescript-eslint/types': 8.18.0 '@typescript-eslint/visitor-keys': 8.18.0 - debug: 4.4.0 + debug: 4.4.0(supports-color@9.4.0) fast-glob: 3.3.2 is-glob: 4.0.3 minimatch: 9.0.5 @@ -25139,10 +25132,10 @@ snapshots: fast-querystring: 1.1.2 tslib: 2.8.1 - '@whatwg-node/server-plugin-cookies@1.0.3(@whatwg-node/server@0.9.61)': + '@whatwg-node/server-plugin-cookies@1.0.3(@whatwg-node/server@0.9.63)': dependencies: '@whatwg-node/cookie-store': 0.2.2 - '@whatwg-node/server': 0.9.61 + '@whatwg-node/server': 0.9.63 tslib: 2.8.1 '@whatwg-node/server@0.9.61': @@ -25151,6 +25144,12 @@ snapshots: '@whatwg-node/fetch': 0.10.1 tslib: 2.8.1 + '@whatwg-node/server@0.9.63': + dependencies: + '@whatwg-node/disposablestack': 0.0.5 + '@whatwg-node/fetch': 0.10.1 + tslib: 2.8.1 + '@wry/context@0.7.4': dependencies: tslib: 2.8.1 @@ -26963,10 +26962,6 @@ snapshots: dependencies: ms: 2.1.3 - debug@4.4.0: - dependencies: - ms: 2.1.3 - debug@4.4.0(supports-color@9.4.0): dependencies: ms: 2.1.3 @@ -27725,6 +27720,7 @@ snapshots: eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@9.16.0(jiti@2.4.1)) transitivePeerDependencies: - supports-color + optional: true eslint-plugin-es-x@7.8.0(eslint@9.16.0(jiti@2.4.1)): dependencies: @@ -27790,6 +27786,7 @@ snapshots: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color + optional: true eslint-plugin-jsonc@2.18.2(eslint@9.16.0(jiti@2.4.1)): dependencies: @@ -27983,7 +27980,7 @@ snapshots: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 - debug: 4.4.0 + debug: 4.4.0(supports-color@9.4.0) escape-string-regexp: 4.0.0 eslint-scope: 8.2.0 eslint-visitor-keys: 4.2.0 @@ -28484,7 +28481,7 @@ snapshots: '@sinclair/typebox': 0.34.11 '@whatwg-node/cookie-store': 0.2.2 '@whatwg-node/fetch': 0.10.1 - '@whatwg-node/server': 0.9.61 + '@whatwg-node/server': 0.9.63 hotscript: 1.0.13 json-schema-to-ts: 3.1.1 qs: 6.13.1 @@ -29021,7 +29018,7 @@ snapshots: '@graphql-tools/load': 8.0.7(graphql@16.9.0) '@graphql-tools/merge': 9.0.12(graphql@16.9.0) '@graphql-tools/url-loader': 8.0.18(@types/node@22.10.1)(encoding@0.1.13)(graphql@16.9.0) - '@graphql-tools/utils': 10.6.1(graphql@16.9.0) + '@graphql-tools/utils': 10.6.2(graphql@16.9.0) cosmiconfig: 8.3.6(typescript@5.7.2) graphql: 16.9.0 jiti: 2.4.1 @@ -29042,7 +29039,7 @@ snapshots: '@graphql-tools/load': 8.0.7(graphql@16.9.0) '@graphql-tools/merge': 9.0.12(graphql@16.9.0) '@graphql-tools/url-loader': 8.0.18(@types/node@22.9.0)(encoding@0.1.13)(graphql@16.9.0) - '@graphql-tools/utils': 10.6.1(graphql@16.9.0) + '@graphql-tools/utils': 10.6.2(graphql@16.9.0) cosmiconfig: 8.3.6(typescript@5.7.2) graphql: 16.9.0 jiti: 2.4.1 @@ -29998,7 +29995,7 @@ snapshots: istanbul-lib-source-maps@4.0.1: dependencies: - debug: 4.4.0 + debug: 4.4.0(supports-color@9.4.0) istanbul-lib-coverage: 3.2.2 source-map: 0.6.1 transitivePeerDependencies: @@ -30165,7 +30162,7 @@ snapshots: strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 22.10.1 - ts-node: 10.9.2(@types/node@22.10.1)(typescript@5.7.2) + ts-node: 10.9.2(@swc/core@1.10.1)(@types/node@22.10.1)(typescript@5.7.2) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -33057,7 +33054,7 @@ snapshots: yaml: 2.6.1 optionalDependencies: postcss: 8.4.49 - ts-node: 10.9.2(@types/node@22.10.1)(typescript@5.7.2) + ts-node: 10.9.2(@swc/core@1.10.1)(@types/node@22.10.1)(typescript@5.7.2) optional: true postcss-load-config@4.0.2(postcss@8.4.49)(ts-node@10.9.2(@types/node@22.9.0)(typescript@5.7.2)): @@ -34316,7 +34313,7 @@ snapshots: sofa-api@0.18.7(graphql@16.9.0): dependencies: - '@graphql-tools/utils': 10.6.1(graphql@16.9.0) + '@graphql-tools/utils': 10.6.2(graphql@16.9.0) '@whatwg-node/fetch': 0.9.23 ansi-colors: 4.1.3 fets: 0.8.4 @@ -35248,25 +35245,6 @@ snapshots: optionalDependencies: '@swc/core': 1.10.1(@swc/helpers@0.5.15) - ts-node@10.9.2(@types/node@22.10.1)(typescript@5.7.2): - dependencies: - '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.11 - '@tsconfig/node12': 1.0.11 - '@tsconfig/node14': 1.0.3 - '@tsconfig/node16': 1.0.4 - '@types/node': 22.10.1 - acorn: 8.14.0 - acorn-walk: 8.3.4 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 5.7.2 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 - optional: true - ts-toolbelt@9.6.0: {} tsconfig-paths-webpack-plugin@4.2.0: