Skip to content

fix(deps): update all non-major dependencies #350

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #350

Triggered via pull request November 17, 2023 13:22
Status Failure
Total duration 1m 6s
Artifacts

unit-test.yml

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

Annotations

10 errors
lint: playground/tsconfig.json#L5
Expected object keys to be in specified order. 'jsx' should be before 'lib'
lint: playground/tsconfig.json#L10
Expected object keys to be in specified order. 'resolveJsonModule' should be before 'types'
lint: playground/tsconfig.json#L13
Expected object keys to be in specified order. 'esModuleInterop' should be before 'isolatedModules'
lint: playground/tsconfig.json#L14
Expected object keys to be in specified order. 'strict' should be before 'esModuleInterop'
lint: src/core/convert.ts#L42
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/core/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: src/core/options.ts#L2
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. 'jsx' should be before 'lib'
lint: tsconfig.json#L9
Expected object keys to be in specified order. 'resolveJsonModule' should be before 'types'
lint: tsconfig.json#L11
Expected object keys to be in specified order. 'strict' should be before 'esModuleInterop'