Update babel monorepo to ^7.25.9 #568
Annotations
21 errors and 1 warning
test (16.x):
src/analysis.ts#L115
Type '(NodePath<ClassProperty | ClassPrivateProperty | ClassMethod | ClassPrivateMethod | TSDeclareMethod | ClassAccessorProperty | AssignmentExpression> | NodePath<...>) & NodePath<...>' is not assignable to type 'NodePath<ClassMethod> | undefined'.
|
test (16.x):
src/analysis.ts#L143
Argument of type 'NodePath<MemberExpression>[]' is not assignable to parameter of type 'NodePath<Node>[]'.
|
test (16.x):
src/analysis.ts#L159
Argument of type '(NodePath<Expression> | NodePath<ObjectProperty>)[]' is not assignable to parameter of type 'NodePath<Node>[]'.
|
test (16.x):
src/analysis.ts#L162
Argument of type '(NodePath<Expression> | NodePath<ObjectProperty>)[]' is not assignable to parameter of type 'NodePath<Node>[]'.
|
test (16.x):
src/analysis.ts#L169
Argument of type '(NodePath<ClassProperty | ClassPrivateProperty | ClassMethod | ClassPrivateMethod | TSDeclareMethod | ClassAccessorProperty | AssignmentExpression> | NodePath<...>)[]' is not assignable to parameter of type 'NodePath<Node>[]'.
|
test (16.x):
src/analysis.ts#L234
Argument of type 'NodePath<ClassDeclaration>' is not assignable to parameter of type 'NodePath<Node>'.
|
test (16.x):
src/analysis.ts#L239
Property 'traverse' does not exist on type 'never'.
|
test (16.x):
src/analysis.ts#L240
Parameter 'path' implicitly has an 'any' type.
|
test (16.x):
src/analysis.ts#L245
Parameter 'path' implicitly has an 'any' type.
|
test (16.x):
src/analysis/class_fields.ts#L187
Property 'get' does not exist on type 'never'.
|
test (18.x)
The job was canceled because "_16_x" failed.
|
test (18.x):
src/analysis.ts#L115
Type '(NodePath<ClassProperty | ClassPrivateProperty | ClassMethod | ClassPrivateMethod | TSDeclareMethod | ClassAccessorProperty | AssignmentExpression> | NodePath<...>) & NodePath<...>' is not assignable to type 'NodePath<ClassMethod> | undefined'.
|
test (18.x):
src/analysis.ts#L143
Argument of type 'NodePath<MemberExpression>[]' is not assignable to parameter of type 'NodePath<Node>[]'.
|
test (18.x):
src/analysis.ts#L159
Argument of type '(NodePath<Expression> | NodePath<ObjectProperty>)[]' is not assignable to parameter of type 'NodePath<Node>[]'.
|
test (18.x):
src/analysis.ts#L162
Argument of type '(NodePath<Expression> | NodePath<ObjectProperty>)[]' is not assignable to parameter of type 'NodePath<Node>[]'.
|
test (18.x):
src/analysis.ts#L169
Argument of type '(NodePath<ClassProperty | ClassPrivateProperty | ClassMethod | ClassPrivateMethod | TSDeclareMethod | ClassAccessorProperty | AssignmentExpression> | NodePath<...>)[]' is not assignable to parameter of type 'NodePath<Node>[]'.
|
test (18.x):
src/analysis.ts#L234
Argument of type 'NodePath<ClassDeclaration>' is not assignable to parameter of type 'NodePath<Node>'.
|
test (18.x):
src/analysis.ts#L239
Property 'traverse' does not exist on type 'never'.
|
test (18.x):
src/analysis.ts#L240
Parameter 'path' implicitly has an 'any' type.
|
test (18.x):
src/analysis.ts#L245
Parameter 'path' implicitly has an 'any' type.
|
test (18.x):
src/analysis/class_fields.ts#L187
Property 'get' does not exist on type 'never'.
|
test (16.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|