Bump all codegen devs to latest #3687
main.yml
on: pull_request
Matrix: Validating dev-tests
Linting Check
/
eslint
38s
🧹 Prettier Check
36s
Testing exports integrity
47s
Matrix: test
Annotations
20 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-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
|
|
[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 24 (ubuntu-latest) and GraphQL v16
The strategy configuration was canceled because "test.ubuntu-latest_24_15" failed
|
|
Unit Test on Node 24 (ubuntu-latest) and GraphQL v16
The operation was canceled.
|
|
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-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
|
|
[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 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 (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.
|
|
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 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-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
|
|
[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
|