Bump all codegen devs to latest #3682
main.yml
on: pull_request
Matrix: Validating dev-tests
Linting Check
/
eslint
27s
🧹 Prettier Check
27s
Testing exports integrity
49s
Matrix: test
Annotations
30 errors
|
Linting Check / eslint
Process completed with exit code 1.
|
|
Unit Test on Node 24 (ubuntu-latest) and GraphQL v15
Process completed with exit code 1.
|
|
[typescript-react-apollo] tests/react-apollo.v16+.spec.ts > React Apollo - GraphQL v16+ > generates operation description correctly:
packages/plugins/typescript/react-apollo/tests/react-apollo.v16+.spec.ts#L13
GraphQLError: Syntax Error: Unexpected Name "query".
❯ syntaxError ../../../../node_modules/graphql/error/syntaxError.js:15:10
❯ Parser.unexpected ../../../../node_modules/graphql/language/parser.js:1471:41
❯ Parser.parseTypeSystemDefinition ../../../../node_modules/graphql/language/parser.js:727:16
❯ Parser.parseDefinition ../../../../node_modules/graphql/language/parser.js:158:19
❯ Parser.many ../../../../node_modules/graphql/language/parser.js:1523:26
❯ Parser.parseDocument ../../../../node_modules/graphql/language/parser.js:115:25
❯ parse ../../../../node_modules/graphql/language/parser.js:31:17
❯ tests/react-apollo.v16+.spec.ts:13:21
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { locations: [ { line: 5, column: 13 } ], path: undefined }
|
|
[typescript-nhost] tests/nhost.spec.ts > TypeScript Nhost Plugin > should generate the nhost-compatible schema:
packages/plugins/typescript/nhost/tests/nhost.spec.ts#L89
Error: Snapshot `TypeScript Nhost Plugin > should generate the nhost-compatible schema 1` mismatched
- Expected
+ Received
@@ -103,20 +103,17 @@
export default {
introspection: {
"__schema": {
"queryType": {
- "name": "Query",
- "kind": "OBJECT"
+ "name": "Query"
},
"mutationType": {
- "name": "Mutation",
- "kind": "OBJECT"
+ "name": "Mutation"
},
"subscriptionType": {
- "name": "Subscription",
- "kind": "OBJECT"
+ "name": "Subscription"
},
"types": [
{
"kind": "SCALAR",
"name": "DateTime"
❯ tests/nhost.spec.ts:89:20
|
|
[typescript-jit-sdk] tests/jit-sdk.v16+.spec.ts > jit-sdk - GraphQL 16+ > generates operation description correctly:
packages/plugins/typescript/jit-sdk/tests/jit-sdk.v16+.spec.ts#L13
GraphQLError: Syntax Error: Unexpected Name "query".
❯ syntaxError ../../../../node_modules/graphql/error/syntaxError.js:15:10
❯ Parser.unexpected ../../../../node_modules/graphql/language/parser.js:1471:41
❯ Parser.parseTypeSystemDefinition ../../../../node_modules/graphql/language/parser.js:727:16
❯ Parser.parseDefinition ../../../../node_modules/graphql/language/parser.js:158:19
❯ Parser.many ../../../../node_modules/graphql/language/parser.js:1523:26
❯ Parser.parseDocument ../../../../node_modules/graphql/language/parser.js:115:25
❯ parse ../../../../node_modules/graphql/language/parser.js:31:17
❯ tests/jit-sdk.v16+.spec.ts:13:21
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { locations: [ { line: 5, column: 13 } ], path: undefined }
|
|
[typescript-graphql-request] tests/graphql-request.v16+.spec.ts > graphql-request - GraphQL v16+ > generates operation description correctly:
packages/plugins/typescript/graphql-request/tests/graphql-request.v16+.spec.ts#L13
GraphQLError: Syntax Error: Unexpected Name "query".
❯ syntaxError ../../../../node_modules/graphql/error/syntaxError.js:15:10
❯ Parser.unexpected ../../../../node_modules/graphql/language/parser.js:1471:41
❯ Parser.parseTypeSystemDefinition ../../../../node_modules/graphql/language/parser.js:727:16
❯ Parser.parseDefinition ../../../../node_modules/graphql/language/parser.js:158:19
❯ Parser.many ../../../../node_modules/graphql/language/parser.js:1523:26
❯ Parser.parseDocument ../../../../node_modules/graphql/language/parser.js:115:25
❯ parse ../../../../node_modules/graphql/language/parser.js:31:17
❯ tests/graphql-request.v16+.spec.ts:13:21
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { locations: [ { line: 5, column: 13 } ], path: undefined }
|
|
[typescript-generic-sdk] tests/generic-sdk.v16+.spec.ts > generic-sdk - GraphQL v16+ > generates operation description correctly:
packages/plugins/typescript/generic-sdk/tests/generic-sdk.v16+.spec.ts#L18
GraphQLError: Syntax Error: Unexpected Name "query".
❯ syntaxError ../../../../node_modules/graphql/error/syntaxError.js:15:10
❯ Parser.unexpected ../../../../node_modules/graphql/language/parser.js:1471:41
❯ Parser.parseTypeSystemDefinition ../../../../node_modules/graphql/language/parser.js:727:16
❯ Parser.parseDefinition ../../../../node_modules/graphql/language/parser.js:158:19
❯ Parser.many ../../../../node_modules/graphql/language/parser.js:1523:26
❯ Parser.parseDocument ../../../../node_modules/graphql/language/parser.js:115:25
❯ parse ../../../../node_modules/graphql/language/parser.js:31:17
❯ tests/generic-sdk.v16+.spec.ts:18:21
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { locations: [ { line: 5, column: 13 } ], path: undefined }
|
|
[near-operation-file-preset] tests/near-operation-file.spec.ts:
packages/presets/near-operation-file/tests/near-operation-file.spec.ts#L3
SyntaxError: The requested module 'graphql' does not provide an export named 'OperationTypeNode'
❯ tests/near-operation-file.spec.ts:3:1
|
|
Unit Test on Node 22 (ubuntu-latest) and GraphQL v16
The strategy configuration was canceled because "test.ubuntu-latest_24_15" failed
|
|
Unit Test on Node 22 (ubuntu-latest) and GraphQL v16
The operation was canceled.
|
|
Unit Test on Node 20 (ubuntu-latest) and GraphQL v16
The strategy configuration was canceled because "test.ubuntu-latest_24_15" failed
|
|
Unit Test on Node 20 (ubuntu-latest) and GraphQL v16
The operation was canceled.
|
|
Unit Test on Node 20 (ubuntu-latest) and GraphQL v15
The strategy configuration was canceled because "test.ubuntu-latest_24_15" failed
|
|
Unit Test on Node 20 (ubuntu-latest) and GraphQL v15
The operation was canceled.
|
|
[typescript-react-apollo] tests/react-apollo.v16+.spec.ts > React Apollo - GraphQL v16+ > generates operation description correctly:
packages/plugins/typescript/react-apollo/tests/react-apollo.v16+.spec.ts#L13
GraphQLError: Syntax Error: Unexpected Name "query".
❯ syntaxError ../../../../node_modules/graphql/error/syntaxError.js:15:10
❯ Parser.unexpected ../../../../node_modules/graphql/language/parser.js:1471:41
❯ Parser.parseTypeSystemDefinition ../../../../node_modules/graphql/language/parser.js:727:16
❯ Parser.parseDefinition ../../../../node_modules/graphql/language/parser.js:158:19
❯ Parser.many ../../../../node_modules/graphql/language/parser.js:1523:26
❯ Parser.parseDocument ../../../../node_modules/graphql/language/parser.js:115:25
❯ parse ../../../../node_modules/graphql/language/parser.js:31:17
❯ tests/react-apollo.v16+.spec.ts:13:21
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { locations: [ { line: 5, column: 13 } ], path: undefined }
|
|
[typescript-nhost] tests/nhost.spec.ts > TypeScript Nhost Plugin > should generate the nhost-compatible schema:
packages/plugins/typescript/nhost/tests/nhost.spec.ts#L89
Error: Snapshot `TypeScript Nhost Plugin > should generate the nhost-compatible schema 1` mismatched
- Expected
+ Received
@@ -103,20 +103,17 @@
export default {
introspection: {
"__schema": {
"queryType": {
- "name": "Query",
- "kind": "OBJECT"
+ "name": "Query"
},
"mutationType": {
- "name": "Mutation",
- "kind": "OBJECT"
+ "name": "Mutation"
},
"subscriptionType": {
- "name": "Subscription",
- "kind": "OBJECT"
+ "name": "Subscription"
},
"types": [
{
"kind": "SCALAR",
"name": "DateTime"
❯ tests/nhost.spec.ts:89:20
|
|
[typescript-jit-sdk] tests/jit-sdk.v16+.spec.ts > jit-sdk - GraphQL 16+ > generates operation description correctly:
packages/plugins/typescript/jit-sdk/tests/jit-sdk.v16+.spec.ts#L13
GraphQLError: Syntax Error: Unexpected Name "query".
❯ syntaxError ../../../../node_modules/graphql/error/syntaxError.js:15:10
❯ Parser.unexpected ../../../../node_modules/graphql/language/parser.js:1471:41
❯ Parser.parseTypeSystemDefinition ../../../../node_modules/graphql/language/parser.js:727:16
❯ Parser.parseDefinition ../../../../node_modules/graphql/language/parser.js:158:19
❯ Parser.many ../../../../node_modules/graphql/language/parser.js:1523:26
❯ Parser.parseDocument ../../../../node_modules/graphql/language/parser.js:115:25
❯ parse ../../../../node_modules/graphql/language/parser.js:31:17
❯ tests/jit-sdk.v16+.spec.ts:13:21
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { locations: [ { line: 5, column: 13 } ], path: undefined }
|
|
[typescript-graphql-request] tests/graphql-request.v16+.spec.ts > graphql-request - GraphQL v16+ > generates operation description correctly:
packages/plugins/typescript/graphql-request/tests/graphql-request.v16+.spec.ts#L13
GraphQLError: Syntax Error: Unexpected Name "query".
❯ syntaxError ../../../../node_modules/graphql/error/syntaxError.js:15:10
❯ Parser.unexpected ../../../../node_modules/graphql/language/parser.js:1471:41
❯ Parser.parseTypeSystemDefinition ../../../../node_modules/graphql/language/parser.js:727:16
❯ Parser.parseDefinition ../../../../node_modules/graphql/language/parser.js:158:19
❯ Parser.many ../../../../node_modules/graphql/language/parser.js:1523:26
❯ Parser.parseDocument ../../../../node_modules/graphql/language/parser.js:115:25
❯ parse ../../../../node_modules/graphql/language/parser.js:31:17
❯ tests/graphql-request.v16+.spec.ts:13:21
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { locations: [ { line: 5, column: 13 } ], path: undefined }
|
|
[typescript-generic-sdk] tests/generic-sdk.v16+.spec.ts > generic-sdk - GraphQL v16+ > generates operation description correctly:
packages/plugins/typescript/generic-sdk/tests/generic-sdk.v16+.spec.ts#L18
GraphQLError: Syntax Error: Unexpected Name "query".
❯ syntaxError ../../../../node_modules/graphql/error/syntaxError.js:15:10
❯ Parser.unexpected ../../../../node_modules/graphql/language/parser.js:1471:41
❯ Parser.parseTypeSystemDefinition ../../../../node_modules/graphql/language/parser.js:727:16
❯ Parser.parseDefinition ../../../../node_modules/graphql/language/parser.js:158:19
❯ Parser.many ../../../../node_modules/graphql/language/parser.js:1523:26
❯ Parser.parseDocument ../../../../node_modules/graphql/language/parser.js:115:25
❯ parse ../../../../node_modules/graphql/language/parser.js:31:17
❯ tests/generic-sdk.v16+.spec.ts:18:21
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { locations: [ { line: 5, column: 13 } ], path: undefined }
|
|
[near-operation-file-preset] tests/near-operation-file.spec.ts:
packages/presets/near-operation-file/tests/near-operation-file.spec.ts#L3
SyntaxError: Named export 'OperationTypeNode' not found. The requested module 'graphql' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from 'graphql';
const { Kind, OperationTypeNode, specifiedScalarTypes, DirectiveLocation, } = pkg;
❯ tests/near-operation-file.spec.ts:3:1
|
|
Unit Test on Node 22 (ubuntu-latest) and GraphQL v15
The strategy configuration was canceled because "test.ubuntu-latest_24_15" failed
|
|
Unit Test on Node 22 (ubuntu-latest) and GraphQL v15
The operation was canceled.
|
|
[typescript-react-apollo] tests/react-apollo.v16+.spec.ts > React Apollo - GraphQL v16+ > generates operation description correctly:
packages/plugins/typescript/react-apollo/tests/react-apollo.v16+.spec.ts#L13
GraphQLError: Syntax Error: Unexpected Name "query".
❯ syntaxError ../../../../node_modules/graphql/error/syntaxError.js:15:10
❯ Parser.unexpected ../../../../node_modules/graphql/language/parser.js:1471:41
❯ Parser.parseTypeSystemDefinition ../../../../node_modules/graphql/language/parser.js:727:16
❯ Parser.parseDefinition ../../../../node_modules/graphql/language/parser.js:158:19
❯ Parser.many ../../../../node_modules/graphql/language/parser.js:1523:26
❯ Parser.parseDocument ../../../../node_modules/graphql/language/parser.js:115:25
❯ parse ../../../../node_modules/graphql/language/parser.js:31:17
❯ tests/react-apollo.v16+.spec.ts:13:21
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { locations: [ { line: 5, column: 13 } ], path: undefined }
|
|
[typescript-nhost] tests/nhost.spec.ts > TypeScript Nhost Plugin > should generate the nhost-compatible schema:
packages/plugins/typescript/nhost/tests/nhost.spec.ts#L89
Error: Snapshot `TypeScript Nhost Plugin > should generate the nhost-compatible schema 1` mismatched
- Expected
+ Received
@@ -103,20 +103,17 @@
export default {
introspection: {
"__schema": {
"queryType": {
- "name": "Query",
- "kind": "OBJECT"
+ "name": "Query"
},
"mutationType": {
- "name": "Mutation",
- "kind": "OBJECT"
+ "name": "Mutation"
},
"subscriptionType": {
- "name": "Subscription",
- "kind": "OBJECT"
+ "name": "Subscription"
},
"types": [
{
"kind": "SCALAR",
"name": "DateTime"
❯ tests/nhost.spec.ts:89:20
|
|
[typescript-jit-sdk] tests/jit-sdk.v16+.spec.ts > jit-sdk - GraphQL 16+ > generates operation description correctly:
packages/plugins/typescript/jit-sdk/tests/jit-sdk.v16+.spec.ts#L13
GraphQLError: Syntax Error: Unexpected Name "query".
❯ syntaxError ../../../../node_modules/graphql/error/syntaxError.js:15:10
❯ Parser.unexpected ../../../../node_modules/graphql/language/parser.js:1471:41
❯ Parser.parseTypeSystemDefinition ../../../../node_modules/graphql/language/parser.js:727:16
❯ Parser.parseDefinition ../../../../node_modules/graphql/language/parser.js:158:19
❯ Parser.many ../../../../node_modules/graphql/language/parser.js:1523:26
❯ Parser.parseDocument ../../../../node_modules/graphql/language/parser.js:115:25
❯ parse ../../../../node_modules/graphql/language/parser.js:31:17
❯ tests/jit-sdk.v16+.spec.ts:13:21
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { locations: [ { line: 5, column: 13 } ], path: undefined }
|
|
[typescript-graphql-request] tests/graphql-request.v16+.spec.ts > graphql-request - GraphQL v16+ > generates operation description correctly:
packages/plugins/typescript/graphql-request/tests/graphql-request.v16+.spec.ts#L13
GraphQLError: Syntax Error: Unexpected Name "query".
❯ syntaxError ../../../../node_modules/graphql/error/syntaxError.js:15:10
❯ Parser.unexpected ../../../../node_modules/graphql/language/parser.js:1471:41
❯ Parser.parseTypeSystemDefinition ../../../../node_modules/graphql/language/parser.js:727:16
❯ Parser.parseDefinition ../../../../node_modules/graphql/language/parser.js:158:19
❯ Parser.many ../../../../node_modules/graphql/language/parser.js:1523:26
❯ Parser.parseDocument ../../../../node_modules/graphql/language/parser.js:115:25
❯ parse ../../../../node_modules/graphql/language/parser.js:31:17
❯ tests/graphql-request.v16+.spec.ts:13:21
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { locations: [ { line: 5, column: 13 } ], path: undefined }
|
|
[typescript-generic-sdk] tests/generic-sdk.v16+.spec.ts > generic-sdk - GraphQL v16+ > generates operation description correctly:
packages/plugins/typescript/generic-sdk/tests/generic-sdk.v16+.spec.ts#L18
GraphQLError: Syntax Error: Unexpected Name "query".
❯ syntaxError ../../../../node_modules/graphql/error/syntaxError.js:15:10
❯ Parser.unexpected ../../../../node_modules/graphql/language/parser.js:1471:41
❯ Parser.parseTypeSystemDefinition ../../../../node_modules/graphql/language/parser.js:727:16
❯ Parser.parseDefinition ../../../../node_modules/graphql/language/parser.js:158:19
❯ Parser.many ../../../../node_modules/graphql/language/parser.js:1523:26
❯ Parser.parseDocument ../../../../node_modules/graphql/language/parser.js:115:25
❯ parse ../../../../node_modules/graphql/language/parser.js:31:17
❯ tests/generic-sdk.v16+.spec.ts:18:21
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { locations: [ { line: 5, column: 13 } ], path: undefined }
|
|
[near-operation-file-preset] tests/near-operation-file.spec.ts:
packages/presets/near-operation-file/tests/near-operation-file.spec.ts#L3
SyntaxError: Named export 'OperationTypeNode' not found. The requested module 'graphql' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from 'graphql';
const { Kind, OperationTypeNode, specifiedScalarTypes, DirectiveLocation, } = pkg;
❯ tests/near-operation-file.spec.ts:3:1
|
|
Unit Test on Node (windows-latest) and GraphQL v16
The strategy configuration was canceled because "test.ubuntu-latest_24_15" failed
|
|
Unit Test on Node (windows-latest) and GraphQL v16
The operation was canceled.
|