Skip to content

Update all dependencies #438

Update all dependencies

Update all dependencies #438

Triggered via push September 8, 2023 15:45
Status Failure
Total duration 1m 6s
Artifacts

main.yml

on: push
Run static checks
55s
Run static checks
Matrix: Run tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Run static checks
Class 'PathBase' incorrectly implements class 'Dirent'. Did you mean to extend 'Dirent' and inherit its members as a subclass?
Run static checks: src/extractors/commons.ts#L170
Type 'never' must have a '[Symbol.iterator]()' method that returns an iterator.
Run static checks: src/extractors/commons.ts#L217
Property 'get' does not exist on type 'never'.
Run static checks: src/extractors/commons.ts#L266
Type 'babel.NodePath<babel.types.Expression>' is not assignable to type 'babel.NodePath<import("/home/runner/work/babel-plugin-i18next-extract/babel-plugin-i18next-extract/.yarn/cache/@babel-types-npm-7.22.17-98014090e3-7382220f6e.zip/node_modules/@babel/types/lib/index").Expression>'.
Run static checks: src/extractors/customTransComponent.ts#L23
Argument of type 'NodePath<JSXElement>' is not assignable to parameter of type 'NodePath<Node>'.
Run static checks: src/extractors/customTransComponent.ts#L27
Argument of type 'NodePath<JSXElement>' is not assignable to parameter of type 'NodePath<Node>'.
Run static checks: src/extractors/customTransComponent.ts#L28
Property 'get' does not exist on type 'never'.
Run static checks: src/extractors/customUseTranslationHook.ts#L23
Argument of type 'NodePath<CallExpression>' is not assignable to parameter of type 'NodePath<Node>'.
Run static checks: src/extractors/customUseTranslationHook.ts#L27
Argument of type 'NodePath<CallExpression>' is not assignable to parameter of type 'NodePath<Node>'.
Run static checks: src/extractors/getFixedTFunction.ts#L51
Argument of type 'NodePath<CallExpression>' is not assignable to parameter of type 'NodePath<Node>'.