fix(deps): update dependency @rightcapital/phpdoc-parser to v0.5.3 #2128
ci.yml
on: pull_request
Annotations
5 errors
|
build
Process completed with exit code 2.
|
|
build:
src/php-parser/helpers/php-doc-helpers.ts#L114
Type 'import("/home/runner/work/php-parser/php-parser/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/typescript").ImportDeclaration[]' is not assignable to type 'import("/home/runner/work/php-parser/php-parser/node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/typescript").ImportDeclaration[]'.
|
|
build:
src/php-parser/helpers/php-doc-helpers.ts#L113
Type 'import("/home/runner/work/php-parser/php-parser/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/typescript").TypeNode' is not assignable to type 'import("/home/runner/work/php-parser/php-parser/node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/typescript").TypeNode'.
|
|
build:
src/php-parser/helpers/php-doc-helpers.ts#L72
Type '(nodeParts: string[]) => { name: string; path: string; isTypeOnly: true; }' is not assignable to type 'NameNodePathResolver<ExtendedTranspiler>'.
|
|
build:
src/php-parser/helpers/extended-php-doc-transpiler.ts#L9
Argument of type '(nodeParts: string[]) => { path: string; name: string; isTypeOnly: boolean; }' is not assignable to parameter of type '(nodeParts: string[]) => { path: string; importName: string; isTypeOnly: boolean; typeIdentifiers: string[]; }'.
|