Skip to content

fix/schematic

fix/schematic #375

Triggered via pull request February 5, 2025 14:54
Status Failure
Total duration 3m 50s
Artifacts

checks.yaml

on: pull_request
Lint, type check
3m 39s
Lint, type check
Fit to window
Zoom out
Zoom in

Annotations

57 errors and 5 warnings
Could not find a declaration file for module 'js-yaml'. '/home/runner/work/raijin/raijin/.yarn/cache/js-yaml-npm-4.1.0-3606f32312-c138a34a3f.zip/node_modules/js-yaml/dist/js-yaml.mjs' implicitly has an 'any' type.: schematics/schematics/src.bak/utils/yaml.utils.ts#L7
Could not find a declaration file for module 'js-yaml'. '/home/runner/work/raijin/raijin/.yarn/cache/js-yaml-npm-4.1.0-3606f32312-c138a34a3f.zip/node_modules/js-yaml/dist/js-yaml.mjs' implicitly has an 'any' type. If the 'js-yaml' package actually exposes this module, consider sending a pull request to amend 'https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-yaml'
Could not find a declaration file for module 'js-yaml'. '/home/runner/work/raijin/raijin/.yarn/cache/js-yaml-npm-4.1.0-3606f32312-c138a34a3f.zip/node_modules/js-yaml/dist/js-yaml.mjs' implicitly has an 'any' type.: schematics/schematics/src.bak/utils/yaml.utils.ts#L8
Could not find a declaration file for module 'js-yaml'. '/home/runner/work/raijin/raijin/.yarn/cache/js-yaml-npm-4.1.0-3606f32312-c138a34a3f.zip/node_modules/js-yaml/dist/js-yaml.mjs' implicitly has an 'any' type. If the 'js-yaml' package actually exposes this module, consider sending a pull request to amend 'https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-yaml'
Property 'default' does not exist on type '{ compilerOptions: { lib: string[]; declaration: boolean; emitDecoratorMetadata: boolean; experimentalDecorators: boolean; esModuleInterop: boolean; forceConsistentCasingInFileNames: boolean; ... 18 more ...; outDir: string; }; exclude: string[]; }'.: schematics/schematics/src/rules/update-ts-config.rule.ts#L6
Property 'default' does not exist on type '{ compilerOptions: { lib: string[]; declaration: boolean; emitDecoratorMetadata: boolean; experimentalDecorators: boolean; esModuleInterop: boolean; forceConsistentCasingInFileNames: boolean; ... 18 more ...; outDir: string; }; exclude: string[]; }'.
Could not find a declaration file for module 'js-yaml'. '/home/runner/work/raijin/raijin/.yarn/cache/js-yaml-npm-4.1.0-3606f32312-c138a34a3f.zip/node_modules/js-yaml/dist/js-yaml.mjs' implicitly has an 'any' type.: schematics/schematics/src/utils/yaml.utils.ts#L7
Could not find a declaration file for module 'js-yaml'. '/home/runner/work/raijin/raijin/.yarn/cache/js-yaml-npm-4.1.0-3606f32312-c138a34a3f.zip/node_modules/js-yaml/dist/js-yaml.mjs' implicitly has an 'any' type. If the 'js-yaml' package actually exposes this module, consider sending a pull request to amend 'https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-yaml'
Could not find a declaration file for module 'js-yaml'. '/home/runner/work/raijin/raijin/.yarn/cache/js-yaml-npm-4.1.0-3606f32312-c138a34a3f.zip/node_modules/js-yaml/dist/js-yaml.mjs' implicitly has an 'any' type.: schematics/schematics/src/utils/yaml.utils.ts#L8
Could not find a declaration file for module 'js-yaml'. '/home/runner/work/raijin/raijin/.yarn/cache/js-yaml-npm-4.1.0-3606f32312-c138a34a3f.zip/node_modules/js-yaml/dist/js-yaml.mjs' implicitly has an 'any' type. If the 'js-yaml' package actually exposes this module, consider sending a pull request to amend 'https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-yaml'
Argument of type '(Rule | Rule)[]' is not assignable to parameter of type 'Iterable<Rule> | AsyncIterable<Rule>'.: yarn/plugin-schematics/sources/collection/src/project/project.factory.ts#L50
Argument of type '(Rule | Rule)[]' is not assignable to parameter of type 'Iterable<Rule> | AsyncIterable<Rule>'. Type '(Rule | Rule)[]' is not assignable to type 'Iterable<Rule>'. The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types. Type 'IteratorResult<Rule | Rule, any>' is not assignable to type 'IteratorResult<Rule, any>'. Type 'IteratorYieldResult<Rule | Rule>' is not assignable to type 'IteratorResult<Rule, any>'. Type 'IteratorYieldResult<Rule | Rule>' is not assignable to type 'IteratorYieldResult<Rule>'. Type 'Rule | Rule' is not assignable to type 'Rule'. Type 'import("/home/runner/work/raijin/raijin/.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.zip/node_modules/@angular-devkit/schematics/src/engine/interface").Rule' is not assignable to type 'import("/home/runner/work/raijin/raijin/.yarn/cache/@angular-devkit-schematics-npm-19.1.5-d828b63554-b5e2fd222f.zip/node_modules/@angular-devkit/schematics/src/engine/interface").Rule'. Types of parameters 'context' and 'context' are incompatible. Type 'import("/home/runner/work/raijin/raijin/.yarn/cache/@angular-devkit-schematics-npm-19.1.5-d828b63554-b5e2fd222f.zip/node_modules/@angular-devkit/schematics/src/engine/interface").SchematicContext' is not assignable to type 'import("/home/runner/work/raijin/raijin/.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.zip/node_modules/@angular-devkit/schematics/src/engine/interface").SchematicContext'. The types of 'engine.createCollection(...).createSchematic(...).call' are incompatible between these types. Type '<OptionT extends object>(options: OptionT, host: import("/home/runner/work/raijin/raijin/.yarn/cache/rxjs-npm-7.8.1-41c443a75b-b10cac1a52.zip/node_modules/rxjs/dist/types/internal/Observable").Observable<import("/home/runner/work/raijin/raijin/.yarn/cache/@angular-devkit-schematics-npm-19.1.5-d828b63554-b5e2fd222f.z...' is not assignable to type '<OptionT extends object>(options: OptionT, host: import("/home/runner/work/raijin/raijin/.yarn/cache/rxjs-npm-7.8.1-41c443a75b-b10cac1a52.zip/node_modules/rxjs/dist/types/internal/Observable").Observable<import("/home/runner/work/raijin/raijin/.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.z...'. Types of parameters 'parentContext' and 'parentContext' are incompatible. Type 'Partial<import("/home/runner/work/raijin/raijin/.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.zip/node_modules/@angular-devkit/schematics/src/engine/interface").TypedSchematicContext<{}, {}>> | undefined' is not assignable to type 'Partial<import("/home/runner/work/raijin/raijin/.yarn/cache/@angular-devkit-schematics-npm-19.1.5-d828b63554-b5e2fd222f.zip/node_modules/@angular-devkit/schematics/src/engine/interface").TypedSchematicContext<{}, {}>> | undefined'. Type 'Partial<import("/home/runner/work/raijin/raijin/.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.zip/node_modules/@angular-devkit/schematics/src/engine/interface").TypedSchematicContext<{}, {}>>' is not assignable to type 'Partial<import("/home/runner/work/raijin/raijin/.yarn/cache/@angular-devkit-schematics-npm-19.1.5-d828b63554-b5e2fd222f.zip/node_modules/@angular-devkit/schematics/src/engine/interface").TypedSchematicContext<{}, {}>>'. Types of property 'engine' are incompatible. Type 'import("/home/runner/work/raijin/raijin/.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.zip/node_modules/@angular-devkit/schematics/src/engine/interface").Engine<{}, {}> | undefined' is not assignable to type 'import("/home/runner/work/raijin/raijin/.yarn/cache/@angular-devkit-schematics-npm-19.1.5-d828b63554-b5e2fd222f.zip/node_modules/@angular-devkit/schematics/src/engine/interface").Engine<{}, {}> | undefined'. Type 'import("/home/runner/work/raijin/raijin/.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.zip/node_modules/@angular-devkit/schematics/src/engine/interface").Engine<{}, {}>' is not assignable to type 'import("/home/runner/work/raijin/raijin/.yarn/cache/@angular-devkit-schematics-npm-19.1.5-d828b63554-b5e2fd222f.zip/node_modules/@angular-devkit/schematics/src/engine/interface").Engine<{}, {}>'.
An import path can only end with a '.tsx' extension when 'allowImportingTsExtensions' is enabled.: yarn/plugin-schematics/sources/commands/index.ts#L1
An import path can only end with a '.tsx' extension when 'allowImportingTsExtensions' is enabled.
(arrow-body-style): Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`.: schematics/schematics/src/project/project.factory.ts#L18
Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`.
Lint, type check
Process completed with exit code 1.