Skip to content

fix(deps): update dependency graphql to v16.10.0 #18076

fix(deps): update dependency graphql to v16.10.0

fix(deps): update dependency graphql to v16.10.0 #18076

Triggered via pull request January 27, 2025 15:03
Status Failure
Total duration 5m 39s
Billable time 12m
Artifacts

pr.yaml

on: pull_request
Matrix: build / build-and-dockerize
graphql-breaking-changes  /  search-token
0s
graphql-breaking-changes / search-token
db-types  /  diff
1m 47s
db-types / diff
test  /  db-migrations
1m 46s
test / db-migrations
test  /  unit
2m 24s
test / unit
code-style  /  eslint-and-prettier
5m 3s
code-style / eslint-and-prettier
typescript  /  typecheck
2m 53s
typescript / typecheck
website-preview  /  deployment
8s
website-preview / deployment
storybook-preview  /  deployment
3m 5s
storybook-preview / deployment
release-candidate  /  snapshot
release-candidate / snapshot
Matrix: static-analysis / analyze
build  /  publish multiarch manifest
0s
build / publish multiarch manifest
Matrix: alpha / cli-test
alpha  /  Extract CLI version
0s
alpha / Extract CLI version
graphql-breaking-changes  /  check
7s
graphql-breaking-changes / check
test  /  e2e
test / e2e
Matrix: test / integration
Waiting for pending jobs
alpha  /  ...  /  Build CLI Docker Image
alpha / publish_docker / Build CLI Docker Image
Fit to window
Zoom out
Zoom in

Annotations

27 errors and 7 warnings
alpha / cli-artifacts
Argument of type '{ document: DocumentNode; schema: GraphQLSchema; rootValue?: unknown; contextValue?: unknown; variableValues?: Maybe<{ readonly [variable: string]: unknown; }>; operationName?: Maybe<string>; fieldResolver?: Maybe<GraphQLFieldResolver<any, any>>; typeResolver?: Maybe<GraphQLTypeResolver<any, any>>; subscribeFieldRes...' is not assignable to parameter of type 'ExecutionArgs'.
alpha / cli-artifacts
Type 'import("/home/runner/work/console/console/node_modules/.pnpm/[email protected]/node_modules/graphql/type/schema").GraphQLSchema' is not assignable to type 'import("/home/runner/work/console/console/node_modules/.pnpm/[email protected]/node_modules/graphql/type/schema").GraphQLSchema'.
alpha / cli-artifacts
@graphql-hive/yoga#build: command (/home/runner/work/console/console/packages/libraries/yoga) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
alpha / cli-artifacts
Process completed with exit code 1.
Unhandled error: packages/libraries/core/src/client/collect-schema-coordinates.ts#L155
Error: Cannot use GraphQLObjectType "Query" from another module or realm. Ensure that there is only one instance of "graphql" in the node_modules directory. If different versions of "graphql" are the dependencies of other relied on modules, use "resolutions" to ensure only one version is installed. https://yarnpkg.com/en/docs/selective-version-resolutions Duplicate "graphql" modules cannot be used at the same time since different versions may have different capabilities and behavior. The data from one version used in the function from another could produce confusing and spurious results. ❯ instanceOf node_modules/.pnpm/[email protected]/node_modules/graphql/jsutils/instanceOf.js:48:19 ❯ isObjectType node_modules/.pnpm/[email protected]/node_modules/graphql/type/definition.js:131:37 ❯ TypeInfo.enter node_modules/.pnpm/[email protected]/node_modules/graphql/utilities/TypeInfo.js:165:40 ❯ Object.enter node_modules/.pnpm/[email protected]/node_modules/graphql/utilities/TypeInfo.js:387:16 ❯ Proxy.visit node_modules/.pnpm/[email protected]/node_modules/graphql/language/visitor.js:197:21 ❯ Module.collectSchemaCoordinates packages/libraries/core/src/client/collect-schema-coordinates.ts:155:3 ❯ collect packages/libraries/core/src/client/usage.ts:345:21 ❯ packages/libraries/core/src/client/utils.ts:83:19 ❯ captureAsync packages/libraries/core/src/client/agent.ts:120:17 This error originated in "packages/libraries/yoga/tests/persisted-documents.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "usage reporting for persisted document". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: packages/libraries/core/src/client/collect-schema-coordinates.ts#L155
Error: Cannot use GraphQLObjectType "Subscription" from another module or realm. Ensure that there is only one instance of "graphql" in the node_modules directory. If different versions of "graphql" are the dependencies of other relied on modules, use "resolutions" to ensure only one version is installed. https://yarnpkg.com/en/docs/selective-version-resolutions Duplicate "graphql" modules cannot be used at the same time since different versions may have different capabilities and behavior. The data from one version used in the function from another could produce confusing and spurious results. ❯ instanceOf node_modules/.pnpm/[email protected]/node_modules/graphql/jsutils/instanceOf.js:48:19 ❯ isObjectType node_modules/.pnpm/[email protected]/node_modules/graphql/type/definition.js:131:37 ❯ TypeInfo.enter node_modules/.pnpm/[email protected]/node_modules/graphql/utilities/TypeInfo.js:165:40 ❯ Object.enter node_modules/.pnpm/[email protected]/node_modules/graphql/utilities/TypeInfo.js:387:16 ❯ Proxy.visit node_modules/.pnpm/[email protected]/node_modules/graphql/language/visitor.js:197:21 ❯ Module.collectSchemaCoordinates packages/libraries/core/src/client/collect-schema-coordinates.ts:155:3 ❯ collect packages/libraries/core/src/client/usage.ts:345:21 ❯ packages/libraries/core/src/client/utils.ts:83:19 ❯ captureAsync packages/libraries/core/src/client/agent.ts:120:17 This error originated in "packages/libraries/yoga/tests/persisted-documents.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "usage reporting for persisted document (subscription)". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: packages/libraries/core/src/client/collect-schema-coordinates.ts#L155
Error: Cannot use GraphQLObjectType "Query" from another module or realm. Ensure that there is only one instance of "graphql" in the node_modules directory. If different versions of "graphql" are the dependencies of other relied on modules, use "resolutions" to ensure only one version is installed. https://yarnpkg.com/en/docs/selective-version-resolutions Duplicate "graphql" modules cannot be used at the same time since different versions may have different capabilities and behavior. The data from one version used in the function from another could produce confusing and spurious results. ❯ instanceOf node_modules/.pnpm/[email protected]/node_modules/graphql/jsutils/instanceOf.js:48:19 ❯ isObjectType node_modules/.pnpm/[email protected]/node_modules/graphql/type/definition.js:131:37 ❯ TypeInfo.enter node_modules/.pnpm/[email protected]/node_modules/graphql/utilities/TypeInfo.js:165:40 ❯ Object.enter node_modules/.pnpm/[email protected]/node_modules/graphql/utilities/TypeInfo.js:387:16 ❯ Proxy.visit node_modules/.pnpm/[email protected]/node_modules/graphql/language/visitor.js:197:21 ❯ Module.collectSchemaCoordinates packages/libraries/core/src/client/collect-schema-coordinates.ts:155:3 ❯ collect packages/libraries/core/src/client/usage.ts:345:21 ❯ packages/libraries/core/src/client/utils.ts:83:19 ❯ captureAsync packages/libraries/core/src/client/agent.ts:120:17 This error originated in "packages/libraries/yoga/tests/persisted-documents.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "usage reporting with batch execution and persisted documents". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: packages/libraries/core/src/client/collect-schema-coordinates.ts#L155
Error: Cannot use GraphQLObjectType "Query" from another module or realm. Ensure that there is only one instance of "graphql" in the node_modules directory. If different versions of "graphql" are the dependencies of other relied on modules, use "resolutions" to ensure only one version is installed. https://yarnpkg.com/en/docs/selective-version-resolutions Duplicate "graphql" modules cannot be used at the same time since different versions may have different capabilities and behavior. The data from one version used in the function from another could produce confusing and spurious results. ❯ instanceOf node_modules/.pnpm/[email protected]/node_modules/graphql/jsutils/instanceOf.js:48:19 ❯ isObjectType node_modules/.pnpm/[email protected]/node_modules/graphql/type/definition.js:131:37 ❯ TypeInfo.enter node_modules/.pnpm/[email protected]/node_modules/graphql/utilities/TypeInfo.js:165:40 ❯ Object.enter node_modules/.pnpm/[email protected]/node_modules/graphql/utilities/TypeInfo.js:387:16 ❯ Proxy.visit node_modules/.pnpm/[email protected]/node_modules/graphql/language/visitor.js:197:21 ❯ Module.collectSchemaCoordinates packages/libraries/core/src/client/collect-schema-coordinates.ts:155:3 ❯ collect packages/libraries/core/src/client/usage.ts:345:21 ❯ packages/libraries/core/src/client/utils.ts:83:19 ❯ captureAsync packages/libraries/core/src/client/agent.ts:120:17 This error originated in "packages/libraries/yoga/tests/persisted-documents.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "usage reporting with batch execution and persisted documents". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
packages/libraries/yoga/tests/persisted-documents.spec.ts > persisted document not found (GraphQL over HTTP "documentId"): packages/libraries/yoga/tests/persisted-documents.spec.ts#L170
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ packages/libraries/yoga/tests/persisted-documents.spec.ts:170:27
packages/libraries/yoga/tests/persisted-documents.spec.ts > arbitrary options are rejected with allowArbitraryDocuments=false (GraphQL over HTTP): packages/libraries/yoga/tests/persisted-documents.spec.ts#L218
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ packages/libraries/yoga/tests/persisted-documents.spec.ts:218:27
packages/libraries/yoga/tests/persisted-documents.spec.ts > usage reporting for persisted document: packages/libraries/yoga/tests/persisted-documents.spec.ts#L527
AssertionError: Mocks not yet satisfied: POST http://localhost:80/usage - Expected + Received - true + false ❯ Scope.done node_modules/.pnpm/[email protected]/node_modules/nock/lib/scope.js:205:12 ❯ packages/libraries/yoga/tests/persisted-documents.spec.ts:527:14
packages/libraries/yoga/tests/persisted-documents.spec.ts > usage reporting for persisted document (subscription): packages/libraries/yoga/tests/persisted-documents.spec.ts#L661
AssertionError: Mocks not yet satisfied: POST http://localhost:80/usage - Expected + Received - true + false ❯ Scope.done node_modules/.pnpm/[email protected]/node_modules/nock/lib/scope.js:205:12 ❯ packages/libraries/yoga/tests/persisted-documents.spec.ts:661:14
packages/libraries/yoga/tests/persisted-documents.spec.ts > usage reporting with batch execution and persisted documents: packages/libraries/yoga/tests/persisted-documents.spec.ts#L826
AssertionError: Mocks not yet satisfied: POST http://localhost:80/usage - Expected + Received - true + false ❯ Scope.done node_modules/.pnpm/[email protected]/node_modules/nock/lib/scope.js:205:12 ❯ packages/libraries/yoga/tests/persisted-documents.spec.ts:826:23
test / unit
Process completed with exit code 1.
alpha / npm / snapshot
Argument of type '{ document: DocumentNode; schema: GraphQLSchema; rootValue?: unknown; contextValue?: unknown; variableValues?: Maybe<{ readonly [variable: string]: unknown; }>; operationName?: Maybe<string>; fieldResolver?: Maybe<GraphQLFieldResolver<any, any>>; typeResolver?: Maybe<GraphQLTypeResolver<any, any>>; subscribeFieldRes...' is not assignable to parameter of type 'ExecutionArgs'.
alpha / npm / snapshot
Type 'import("/home/runner/work/console/console/node_modules/.pnpm/[email protected]/node_modules/graphql/type/schema").GraphQLSchema' is not assignable to type 'import("/home/runner/work/console/console/node_modules/.pnpm/[email protected]/node_modules/graphql/type/schema").GraphQLSchema'.
alpha / npm / snapshot
@graphql-hive/yoga#build: command (/home/runner/work/console/console/packages/libraries/yoga) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
alpha / npm / snapshot
The process '/home/runner/setup-pnpm/node_modules/.bin/pnpm' failed with exit code 1
typescript / typecheck
Argument of type '{ document: DocumentNode; schema: GraphQLSchema; rootValue?: unknown; contextValue?: unknown; variableValues?: Maybe<{ readonly [variable: string]: unknown; }>; operationName?: Maybe<string>; fieldResolver?: Maybe<GraphQLFieldResolver<any, any>>; typeResolver?: Maybe<GraphQLTypeResolver<any, any>>; subscribeFieldRes...' is not assignable to parameter of type 'ExecutionArgs'.
typescript / typecheck
Type 'import("/home/runner/work/console/console/node_modules/.pnpm/[email protected]/node_modules/graphql/type/schema").GraphQLSchema' is not assignable to type 'import("/home/runner/work/console/console/node_modules/.pnpm/[email protected]/node_modules/graphql/type/schema").GraphQLSchema'.
typescript / typecheck
Process completed with exit code 2.
build / dockerize (linux/arm64)
Argument of type '{ document: DocumentNode; schema: GraphQLSchema; rootValue?: unknown; contextValue?: unknown; variableValues?: Maybe<{ readonly [variable: string]: unknown; }>; operationName?: Maybe<string>; fieldResolver?: Maybe<GraphQLFieldResolver<any, any>>; typeResolver?: Maybe<GraphQLTypeResolver<any, any>>; subscribeFieldRes...' is not assignable to parameter of type 'ExecutionArgs'.
build / dockerize (linux/arm64)
Type 'import("/home/runner/work/console/console/node_modules/.pnpm/[email protected]/node_modules/graphql/type/schema").GraphQLSchema' is not assignable to type 'import("/home/runner/work/console/console/node_modules/.pnpm/[email protected]/node_modules/graphql/type/schema").GraphQLSchema'.
build / dockerize (linux/arm64)
@graphql-hive/yoga#build: command (/home/runner/work/console/console/packages/libraries/yoga) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
build / dockerize (linux/arm64)
Process completed with exit code 1.
build / dockerize (linux/amd64)
The job was canceled because "hive-linux-arm64-ubuntu22" failed.
build / dockerize (linux/amd64)
The operation was canceled.
alpha / npm / snapshot
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
alpha / npm / snapshot
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
alpha / npm / snapshot
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
static-analysis / analyze (typescript)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
static-analysis / analyze (typescript)
Unable to validate code scanning workflow: MissingPushHook
static-analysis / analyze (javascript)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
static-analysis / analyze (javascript)
Unable to validate code scanning workflow: MissingPushHook