Skip to content

devDeps: update @metamask/eslint-config* from 10 to 12 #59

devDeps: update @metamask/eslint-config* from 10 to 12

devDeps: update @metamask/eslint-config* from 10 to 12 #59

Triggered via pull request August 31, 2023 04:30
Status Failure
Total duration 1m 27s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

main.yml

on: pull_request
Build, lint, and test  /  Prepare
20s
Build, lint, and test / Prepare
Check workflows
7s
Check workflows
Matrix: Build, lint, and test / Build
Matrix: Build, lint, and test / Lint
Matrix: Build, lint, and test / Test
All jobs completed
0s
All jobs completed
All jobs pass
0s
All jobs pass
is-release
0s
is-release
Publish release  /  publish-release
Publish release / publish-release
Publish release  /  publish-npm-dry-run
Publish release / publish-npm-dry-run
Publish release  /  publish-npm
Publish release / publish-npm
Publish release  /  get-release-version
Publish release / get-release-version
Fit to window
Zoom out
Zoom in

Annotations

38 errors and 24 warnings
Build, lint, and test / Test (16.x)
Process completed with exit code 1.
Build, lint, and test / Test (20.x)
The job was canceled because "_16_x" failed.
Build, lint, and test / Test (20.x)
Process completed with exit code 1.
Build, lint, and test / Test (18.x)
The job was canceled because "_16_x" failed.
Build, lint, and test / Test (18.x)
Process completed with exit code 1.
Build, lint, and test / Lint (18.x): src/SmartTransactionsController.test.ts#L2
All imports in the declaration are only used as types. Use `import type`
Build, lint, and test / Lint (18.x): src/SmartTransactionsController.test.ts#L2
There should be at least one empty line between import groups
Build, lint, and test / Lint (18.x): src/SmartTransactionsController.test.ts#L2
`@metamask/network-controller` import should occur before import of `nock`
Build, lint, and test / Lint (18.x): src/SmartTransactionsController.test.ts#L6
`./constants` import should occur before import of `./SmartTransactionsController`
Build, lint, and test / Lint (18.x): src/SmartTransactionsController.test.ts#L7
Import "SmartTransaction" is only used as types
Build, lint, and test / Lint (18.x): src/SmartTransactionsController.test.ts#L326
Functions that return promises must be async
Build, lint, and test / Lint (18.x): src/SmartTransactionsController.test.ts#L367
Functions that return promises must be async
Build, lint, and test / Lint (18.x): src/index.test.ts#L2
`.` import should occur before import of `./SmartTransactionsController`
Build, lint, and test / Lint (18.x): src/utils.test.ts#L2
`./types` import should occur before import of `./utils`
Build, lint, and test / Lint (18.x): src/utils.test.ts#L8
`./constants` import should occur before import of `./utils`
Build, lint, and test / Lint (20.x)
The job was canceled because "_18_x" failed.
Build, lint, and test / Lint (20.x): src/SmartTransactionsController.test.ts#L2
All imports in the declaration are only used as types. Use `import type`
Build, lint, and test / Lint (20.x): src/SmartTransactionsController.test.ts#L2
There should be at least one empty line between import groups
Build, lint, and test / Lint (20.x): src/SmartTransactionsController.test.ts#L2
`@metamask/network-controller` import should occur before import of `nock`
Build, lint, and test / Lint (20.x): src/SmartTransactionsController.test.ts#L6
`./constants` import should occur before import of `./SmartTransactionsController`
Build, lint, and test / Lint (20.x): src/SmartTransactionsController.test.ts#L7
Import "SmartTransaction" is only used as types
Build, lint, and test / Lint (20.x): src/SmartTransactionsController.test.ts#L326
Functions that return promises must be async
Build, lint, and test / Lint (20.x): src/SmartTransactionsController.test.ts#L367
Functions that return promises must be async
Build, lint, and test / Lint (20.x): src/index.test.ts#L2
`.` import should occur before import of `./SmartTransactionsController`
Build, lint, and test / Lint (20.x): src/utils.test.ts#L2
`./types` import should occur before import of `./utils`
Build, lint, and test / Lint (20.x): src/utils.test.ts#L8
`./constants` import should occur before import of `./utils`
Build, lint, and test / Lint (16.x)
The job was canceled because "_18_x" failed.
Build, lint, and test / Lint (16.x): src/SmartTransactionsController.test.ts#L2
All imports in the declaration are only used as types. Use `import type`
Build, lint, and test / Lint (16.x): src/SmartTransactionsController.test.ts#L2
There should be at least one empty line between import groups
Build, lint, and test / Lint (16.x): src/SmartTransactionsController.test.ts#L2
`@metamask/network-controller` import should occur before import of `nock`
Build, lint, and test / Lint (16.x): src/SmartTransactionsController.test.ts#L6
`./constants` import should occur before import of `./SmartTransactionsController`
Build, lint, and test / Lint (16.x): src/SmartTransactionsController.test.ts#L7
Import "SmartTransaction" is only used as types
Build, lint, and test / Lint (16.x): src/SmartTransactionsController.test.ts#L326
Functions that return promises must be async
Build, lint, and test / Lint (16.x): src/SmartTransactionsController.test.ts#L367
Functions that return promises must be async
Build, lint, and test / Lint (16.x): src/index.test.ts#L2
`.` import should occur before import of `./SmartTransactionsController`
Build, lint, and test / Lint (16.x): src/utils.test.ts#L2
`./types` import should occur before import of `./utils`
Build, lint, and test / Lint (16.x): src/utils.test.ts#L8
`./constants` import should occur before import of `./utils`
All jobs pass
Process completed with exit code 1.
Build, lint, and test / Lint (18.x): src/SmartTransactionsController.test.ts#L668
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, lint, and test / Lint (18.x): src/SmartTransactionsController.test.ts#L674
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, lint, and test / Lint (18.x): src/SmartTransactionsController.ts#L157
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, lint, and test / Lint (18.x): src/SmartTransactionsController.ts#L159
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, lint, and test / Lint (18.x): src/SmartTransactionsController.ts#L189
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, lint, and test / Lint (18.x): src/SmartTransactionsController.ts#L315
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, lint, and test / Lint (18.x): src/SmartTransactionsController.ts#L346
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, lint, and test / Lint (18.x): src/SmartTransactionsController.ts#L461
Invalid type "any" of template literal expression
Build, lint, and test / Lint (20.x): src/SmartTransactionsController.test.ts#L668
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, lint, and test / Lint (20.x): src/SmartTransactionsController.test.ts#L674
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, lint, and test / Lint (20.x): src/SmartTransactionsController.ts#L157
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, lint, and test / Lint (20.x): src/SmartTransactionsController.ts#L159
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, lint, and test / Lint (20.x): src/SmartTransactionsController.ts#L189
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, lint, and test / Lint (20.x): src/SmartTransactionsController.ts#L315
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, lint, and test / Lint (20.x): src/SmartTransactionsController.ts#L346
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, lint, and test / Lint (20.x): src/SmartTransactionsController.ts#L461
Invalid type "any" of template literal expression
Build, lint, and test / Lint (16.x): src/SmartTransactionsController.test.ts#L668
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, lint, and test / Lint (16.x): src/SmartTransactionsController.test.ts#L674
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, lint, and test / Lint (16.x): src/SmartTransactionsController.ts#L157
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, lint, and test / Lint (16.x): src/SmartTransactionsController.ts#L159
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, lint, and test / Lint (16.x): src/SmartTransactionsController.ts#L189
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, lint, and test / Lint (16.x): src/SmartTransactionsController.ts#L315
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, lint, and test / Lint (16.x): src/SmartTransactionsController.ts#L346
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, lint, and test / Lint (16.x): src/SmartTransactionsController.ts#L461
Invalid type "any" of template literal expression