Skip to content

feat: use jiti for plugin loading #3812

feat: use jiti for plugin loading

feat: use jiti for plugin loading #3812

Triggered via pull request January 23, 2026 07:52
Status Failure
Total duration 22m 12s
Artifacts

code-pushup.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 10 warnings
<✓> TypeScript | No implicit any errors: packages/plugin-axe/src/lib/_polyfills.dom.ts#L32
TS7006: Parameter 'tagName' implicitly has an 'any' type.
<✓> TypeScript | No implicit any errors: packages/plugin-axe/src/lib/_polyfills.dom.ts#L32
TS7006: Parameter 'ns' implicitly has an 'any' type.
<✓> TypeScript | No implicit any errors: packages/plugin-axe/src/lib/_polyfills.dom.ts#L28
TS7006: Parameter 'tagName' implicitly has an 'any' type.
<✓> TypeScript | Semantic errors: testing/test-fixtures/src/lib/fixtures/configs/code-pushup.needs-tsconfig.config.ts#L4
TS2307: Cannot find module '@definitely-non-existent-package/custom-plugin' or its corresponding type declarations.
<✓> TypeScript | Semantic errors: packages/utils/mocks/fixtures/tsconfig-setup/import-alias.ts#L1
TS2307: Cannot find module '@utils' or its corresponding type declarations.
<✓> TypeScript | Semantic errors: packages/plugin-axe/src/lib/_polyfills.dom.ts#L61
TS2740: Type '{ userAgent: string; platform: string; appVersion: string; }' is missing the following properties from type 'Navigator': clipboard, credentials, doNotTrack, geolocation, and 36 more.
<✓> TypeScript | Semantic errors: packages/plugin-axe/src/lib/_polyfills.dom.ts#L56
TS2740: Type '{ createElement: (tagName: any) => { tagName: any; style: {}; addEventListener: () => void; removeEventListener: () => void; appendChild: () => void; setAttribute: () => void; getAttribute: () => null; textContent: string; ... 9 more ...; ownerDocument: null; }; ... 14 more ...; implementation: { ...; }; }' is missing the following properties from type 'Document': URL, alinkColor, all, anchors, and 241 more.
<✓> TypeScript | Semantic errors: packages/plugin-axe/src/lib/_polyfills.dom.ts#L55
TS2322: Type 'typeof globalThis' is not assignable to type 'Window & typeof globalThis'. Property 'name' is missing in type 'typeof globalThis' but required in type 'Window'.
<✓> TypeScript | Semantic errors: packages/cli/mocks/fixtures/configs/code-pushup.needs-tsconfig.config.ts#L4
TS2307: Cannot find module '@definitely-non-existent-package/custom-plugin' or its corresponding type declarations.
<✓> TypeScript | Semantic errors: packages/cli/mocks/fixtures/configs/code-pushup.needs-tsconfig-fail.config.ts#L4
TS2307: Cannot find module '@definitely-non-existent-package/custom-plugin' or its corresponding type declarations.
Monorepo mode
Process completed with exit code 1.
Monorepo mode
Process failed with exit code 130
Monorepo mode
[Code PushUp GitHub action] Failed: Process failed with exit code 130
<✓> ESLint | Disallow comparing `undefined` using `typeof`.: packages/plugin-axe/src/lib/_polyfills.dom.ts#L75
Compare with `undefined` directly instead of using `typeof`.
<✓> ESLint | Disallow comparing `undefined` using `typeof`.: packages/plugin-axe/src/lib/_polyfills.dom.ts#L60
Compare with `undefined` directly instead of using `typeof`.
<✓> ESLint | Disallow comparing `undefined` using `typeof`.: packages/plugin-axe/src/lib/_polyfills.dom.ts#L4
Compare with `undefined` directly instead of using `typeof`.