Skip to content

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

fix(deps): update all non-major dependencies

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

Triggered via pull request March 3, 2025 03:29
Status Failure
Total duration 1m 18s
Artifacts

unit-test.yml

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

Annotations

8 errors and 8 warnings
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.
lint: src/index.ts#L3
Expected "node:fs/promises" to come before "node:path"
lint: src/index.ts#L11
Expected "resolveOptions" to come before "Options"
lint: src/utils.ts#L2
Expected "node:fs" to come before "node:os"
lint: src/utils.ts#L4
Expected "node:crypto" to come before "node:path"
lint: tests/_utils.ts#L3
Expected "node:fs/promises" to come before "node:util"
lint: tests/_utils.ts#L4
Expected "build" to come before "Plugin"
lint: tests/transform.test.ts#L3
Expected "esbuild" to come before "vitest"
lint: tests/transform.test.ts#L4
Expected "fixtures" to come before "PluginWrapper"