refactor: add sync generator for zod2md tooling setup #4000
code-pushup.yml
on: pull_request
Standalone mode
10m 1s
Monorepo mode
16m 6s
Annotations
4 errors and 1 warning
|
<✓> TypeScript | Semantic errors:
tools/zod2md-jsdocs/src/lib/generators/sync-zod2md-setup/sync-zod2md-setup.unit.test.ts#L215
TS2322: Type '{ targets: { build: { dependsOn: (string | { target: string; projects: string; })[]; }; }; includedScripts?: string[]; name?: string | undefined; root?: string | undefined; sourceRoot?: string | undefined; projectType?: devkit.ProjectType | undefined; ... 5 more ...; metadata?: ProjectMetadata | undefined; }' is not assignable to type 'ProjectConfiguration & { description?: string | undefined; }'.
Type '{ targets: { build: { dependsOn: (string | { target: string; projects: string; })[]; }; }; includedScripts?: string[]; name?: string | undefined; root?: string | undefined; sourceRoot?: string | undefined; projectType?: devkit.ProjectType | undefined; ... 5 more ...; metadata?: ProjectMetadata | undefined; }' is not assignable to type 'ProjectConfiguration'.
Types of property 'root' are incompatible.
Type 'string | undefined' is not assignable to type 'string'.
Type 'undefined' is not assignable to type 'string'.
|
|
<✓> TypeScript | Semantic errors:
tools/zod2md-jsdocs/src/lib/generators/sync-zod2md-setup/sync-zod2md-setup.unit.test.ts#L149
TS2322: Type '{ targets: { build: { dependsOn: string[]; }; }; includedScripts?: string[]; name?: string | undefined; root?: string | undefined; sourceRoot?: string | undefined; projectType?: devkit.ProjectType | undefined; ... 5 more ...; metadata?: ProjectMetadata | undefined; }' is not assignable to type 'ProjectConfiguration & { description?: string | undefined; }'.
Type '{ targets: { build: { dependsOn: string[]; }; }; includedScripts?: string[]; name?: string | undefined; root?: string | undefined; sourceRoot?: string | undefined; projectType?: devkit.ProjectType | undefined; ... 5 more ...; metadata?: ProjectMetadata | undefined; }' is not assignable to type 'ProjectConfiguration'.
Types of property 'root' are incompatible.
Type 'string | undefined' is not assignable to type 'string'.
Type 'undefined' is not assignable to type 'string'.
|
|
<✓> TypeScript | Semantic errors:
tools/zod2md-jsdocs/src/lib/generators/sync-zod2md-setup/sync-zod2md-setup.unit.test.ts#L109
TS2322: Type '{ targets: { build: { dependsOn: string[]; }; }; includedScripts?: string[]; name?: string | undefined; root?: string | undefined; sourceRoot?: string | undefined; projectType?: devkit.ProjectType | undefined; ... 5 more ...; metadata?: ProjectMetadata | undefined; }' is not assignable to type 'ProjectConfiguration & { description?: string | undefined; }'.
Type '{ targets: { build: { dependsOn: string[]; }; }; includedScripts?: string[]; name?: string | undefined; root?: string | undefined; sourceRoot?: string | undefined; projectType?: devkit.ProjectType | undefined; ... 5 more ...; metadata?: ProjectMetadata | undefined; }' is not assignable to type 'ProjectConfiguration'.
Types of property 'root' are incompatible.
Type 'string | undefined' is not assignable to type 'string'.
Type 'undefined' is not assignable to type 'string'.
|
|
<✓> TypeScript | Semantic errors:
tools/zod2md-jsdocs/src/lib/generators/sync-zod2md-setup/sync-zod2md-setup.unit.test.ts#L58
TS2322: Type 'NxProjectPackageJsonConfiguration' is not assignable to type 'ProjectConfiguration & { description?: string | undefined; }'.
Type 'NxProjectPackageJsonConfiguration' is not assignable to type 'ProjectConfiguration'.
Types of property 'root' are incompatible.
Type 'string | undefined' is not assignable to type 'string'.
Type 'undefined' is not assignable to type 'string'.
|
|
<✓> ESLint | Enforce specific import styles per module.:
testing/test-nx-utils/src/lib/utils/nx.ts#L12
Use default import for module `node:path`.
|