Skip to content

output type definitions and adjust package.json so that types are pic… #1964

output type definitions and adjust package.json so that types are pic…

output type definitions and adjust package.json so that types are pic… #1964

Triggered via push March 28, 2024 00:40
Status Failure
Total duration 4m 55s
Artifacts

test.yml

on: push
Matrix: lint
Matrix: test-jest
Matrix: test-playwright
Fit to window
Zoom out
Zoom in

Annotations

51 errors and 5 warnings
lint (lts/*): node_modules/tinydate/index.d.ts#L7
An export assignment cannot be used in a module with other exported elements.
lint (lts/*): src/core/config.js#L65
This expression is not callable.
lint (lts/*): src/core/config.js#L80
Property 'click' does not exist on type 'Element'.
lint (lts/*): src/core/config.js#L81
Property 'focus' does not exist on type 'Element'.
lint (lts/*): src/core/event/index.js#L24
Expected 0-2 arguments, but got 3.
lint (lts/*): src/core/event/index.js#L38
Expected 4 arguments, but got 2.
lint (lts/*): src/core/event/index.js#L50
Expected 1 arguments, but got 2.
lint (lts/*): src/core/event/index.js#L51
Expected 0-1 arguments, but got 2.
lint (lts/*): src/core/event/index.js#L184
Expected 2 arguments, but got 1.
lint (lts/*): src/core/event/index.js#L186
Expected 2 arguments, but got 1.
lint (lts/*)
Process completed with exit code 1.
test-jest (lts/*, ubuntu-latest): node_modules/tinydate/index.d.ts#L7
An export assignment cannot be used in a module with other exported elements.
test-jest (lts/*, ubuntu-latest): src/core/config.js#L65
This expression is not callable.
test-jest (lts/*, ubuntu-latest): src/core/config.js#L80
Property 'click' does not exist on type 'Element'.
test-jest (lts/*, ubuntu-latest): src/core/config.js#L81
Property 'focus' does not exist on type 'Element'.
test-jest (lts/*, ubuntu-latest): src/core/event/index.js#L24
Expected 0-2 arguments, but got 3.
test-jest (lts/*, ubuntu-latest): src/core/event/index.js#L38
Expected 4 arguments, but got 2.
test-jest (lts/*, ubuntu-latest): src/core/event/index.js#L50
Expected 1 arguments, but got 2.
test-jest (lts/*, ubuntu-latest): src/core/event/index.js#L51
Expected 0-1 arguments, but got 2.
test-jest (lts/*, ubuntu-latest): src/core/event/index.js#L184
Expected 2 arguments, but got 1.
test-jest (lts/*, ubuntu-latest): src/core/event/index.js#L186
Expected 2 arguments, but got 1.
test-jest (lts/*, macos-latest): node_modules/tinydate/index.d.ts#L7
An export assignment cannot be used in a module with other exported elements.
test-jest (lts/*, macos-latest): src/core/config.js#L65
This expression is not callable.
test-jest (lts/*, macos-latest): src/core/config.js#L80
Property 'click' does not exist on type 'Element'.
test-jest (lts/*, macos-latest): src/core/config.js#L81
Property 'focus' does not exist on type 'Element'.
test-jest (lts/*, macos-latest): src/core/event/index.js#L24
Expected 0-2 arguments, but got 3.
test-jest (lts/*, macos-latest): src/core/event/index.js#L38
Expected 4 arguments, but got 2.
test-jest (lts/*, macos-latest): src/core/event/index.js#L50
Expected 1 arguments, but got 2.
test-jest (lts/*, macos-latest): src/core/event/index.js#L51
Expected 0-1 arguments, but got 2.
test-jest (lts/*, macos-latest): src/core/event/index.js#L184
Expected 2 arguments, but got 1.
test-jest (lts/*, macos-latest): src/core/event/index.js#L186
Expected 2 arguments, but got 1.
test-jest (lts/*, windows-latest): node_modules/tinydate/index.d.ts#L7
An export assignment cannot be used in a module with other exported elements.
test-jest (lts/*, windows-latest): src/core/config.js#L65
This expression is not callable.
test-jest (lts/*, windows-latest): src/core/config.js#L80
Property 'click' does not exist on type 'Element'.
test-jest (lts/*, windows-latest): src/core/config.js#L81
Property 'focus' does not exist on type 'Element'.
test-jest (lts/*, windows-latest): src/core/event/index.js#L24
Expected 0-2 arguments, but got 3.
test-jest (lts/*, windows-latest): src/core/event/index.js#L38
Expected 4 arguments, but got 2.
test-jest (lts/*, windows-latest): src/core/event/index.js#L50
Expected 1 arguments, but got 2.
test-jest (lts/*, windows-latest): src/core/event/index.js#L51
Expected 0-1 arguments, but got 2.
test-jest (lts/*, windows-latest): src/core/event/index.js#L184
Expected 2 arguments, but got 1.
test-jest (lts/*, windows-latest): src/core/event/index.js#L186
Expected 2 arguments, but got 1.
test-playwright (lts/*): node_modules/tinydate/index.d.ts#L7
An export assignment cannot be used in a module with other exported elements.
test-playwright (lts/*): src/core/config.js#L65
This expression is not callable.
test-playwright (lts/*): src/core/config.js#L80
Property 'click' does not exist on type 'Element'.
test-playwright (lts/*): src/core/config.js#L81
Property 'focus' does not exist on type 'Element'.
test-playwright (lts/*): src/core/event/index.js#L24
Expected 0-2 arguments, but got 3.
test-playwright (lts/*): src/core/event/index.js#L38
Expected 4 arguments, but got 2.
test-playwright (lts/*): src/core/event/index.js#L50
Expected 1 arguments, but got 2.
test-playwright (lts/*): src/core/event/index.js#L51
Expected 0-1 arguments, but got 2.
test-playwright (lts/*): src/core/event/index.js#L184
Expected 2 arguments, but got 1.
test-playwright (lts/*): src/core/event/index.js#L186
Expected 2 arguments, but got 1.
lint (lts/*)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-jest (lts/*, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-jest (lts/*, macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-jest (lts/*, windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-playwright (lts/*)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.