Skip to content

chore(deps): update all non-major dependencies #228

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #228

Triggered via pull request October 18, 2023 13:58
Status Failure
Total duration 1m 36s
Artifacts

unit-test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

8 errors
lint: src/index.ts#L4
TypeScript will only remove the inline type specifiers which will leave behind a side effect import at runtime. Convert this to a top-level type qualifier to properly remove the entire import
lint: src/options.ts#L1
TypeScript will only remove the inline type specifiers which will leave behind a side effect import at runtime. Convert this to a top-level type qualifier to properly remove the entire import
lint: tests/transform.test.ts#L3
TypeScript will only remove the inline type specifiers which will leave behind a side effect import at runtime. Convert this to a top-level type qualifier to properly remove the entire import
lint: tsconfig.json#L5
Expected object keys to be in specified order. 'lib' should be before 'module'
lint: tsconfig.json#L8
Expected object keys to be in specified order. 'moduleResolution' should be before 'esModuleInterop'
lint: tsconfig.json#L10
Expected object keys to be in specified order. 'noUnusedLocals' should be before 'skipLibCheck'
lint: tsconfig.json#L11
Expected object keys to be in specified order. 'types' should be before 'noUnusedLocals'
lint
Process completed with exit code 1.