Skip to content

fix(deps): update dependency @rightcapital/phpdoc-parser to v0.5.3 #2128

fix(deps): update dependency @rightcapital/phpdoc-parser to v0.5.3

fix(deps): update dependency @rightcapital/phpdoc-parser to v0.5.3 #2128

Triggered via pull request December 31, 2025 17:53
Status Failure
Total duration 1m 16s
Artifacts

ci.yml

on: pull_request
check-beachball-changefile
17s
check-beachball-changefile
check-renovate-changefile
17s
check-renovate-changefile
Fit to window
Zoom out
Zoom in

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[]; }'.