Bump all codegen devs to latest #3689
main.yml
on: pull_request
Matrix: Validating dev-tests
Linting Check
/
eslint
26s
🧹 Prettier Check
33s
Testing exports integrity
44s
Matrix: test
Annotations
15 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.
|
|
[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 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.
|
|
[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 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 (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 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 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.
|
|
[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
|