Add churn and complexity properties in test data objects #19
Annotations
10 errors and 2 warnings
build
@commonalityco/feature-graph#build: command (/home/runner/work/commonality/commonality/packages/feature-graph) /usr/local/bin/pnpm run build exited (1)
|
build
Type '{ path: string; name: string; version: string; type: PackageType.NODE; }' does not satisfy the expected type 'Package'.
|
build
Type '{ path: string; name: string; version: string; type: PackageType.NODE; }' does not satisfy the expected type 'Package'.
|
build
Type '{ path: string; name: string; version: string; type: PackageType.NODE; }' does not satisfy the expected type 'Package'.
|
build
Type '{ path: string; name: string; version: string; type: PackageType.NODE; }' does not satisfy the expected type 'Package'.
|
build
Type '{ path: string; name: string; version: string; type: PackageType.NODE; }' is missing the following properties from type 'Package': churn, complexity
|
build
Type '{ path: string; name: string; version: string; type: PackageType.NODE; }' is missing the following properties from type 'Package': churn, complexity
|
build
Type '{ path: string; name: string; version: string; type: PackageType.NODE; }' is missing the following properties from type 'Package': churn, complexity
|
build
Type '{ path: string; name: string; version: string; type: PackageType.NODE; }' is missing the following properties from type 'Package': churn, complexity
|
build
Type '{ path: string; name: string; version: string; tags: string[]; owners: string[]; type: PackageType; }' is missing the following properties from type 'Package': churn, complexity
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|