Skip to content

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

chore(deps): update all non-major dependencies

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

Triggered via pull request August 7, 2024 04:52
Status Failure
Total duration 1m 10s
Artifacts

unit-test.yml

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

Annotations

2 errors and 10 warnings
lint: src/index.ts#L17
Argument of type '(rawOptions: Options | undefined, meta: UnpluginContextMeta) => { name: string; transformInclude(id: string): boolean; transform(this: UnpluginBuildContext & UnpluginContext, code: string, id: string): Promise<...>; buildEnd(this: UnpluginBuildContext): Promise<...>; rollup: Partial<...>; rolldown: Partial<...>; vit...' is not assignable to parameter of type 'UnpluginFactory<Options | undefined, false>'.
lint
Process completed with exit code 1.
lint: src/core/options.ts#L2
Expected "@rollup/pluginutils" to come before "typescript"
lint: src/index.ts#L2
Expected "node:fs/promises" to come before "node:path"
lint: src/index.ts#L3
Expected "createUnplugin" to come before "UnpluginInstance"
lint: src/index.ts#L4
Expected "@rollup/pluginutils" to come before "unplugin"
lint: src/index.ts#L5
Expected "resolveOptions" to come before "Options"
lint: src/index.ts#L8
Expected "oxcTransform" to come before "TransformResult"
lint: tests/esbuild.test.ts#L2
Expected "node:fs/promises" to come before "node:path"
lint: tests/esbuild.test.ts#L4
Expected "esbuild" to come before "vitest"
lint: tests/esbuild.test.ts#L6
Expected "../package.json" to come before "../src/esbuild"
lint: tests/rollup.test.ts#L3
Expected "rollup" to come before "vitest"