feat(contracts): implement contract dependency tracker module (#151) #31
code-quality.yml
on: pull_request
Code Quality Analysis
21s
Dependency Security Scan
11s
TypeScript Type Checking
21s
Annotations
12 errors and 3 warnings
|
Dependency Security Scan
Process completed with exit code 1.
|
|
Dependency Security Scan
Process completed with exit code 1.
|
|
|
|
|
|
|
|
|
|
TypeScript Type Checking:
apps/backend/src/modules/contracts/dependencies/dependency-tracker.service.spec.ts#L30
Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
|
|
TypeScript Type Checking:
apps/backend/src/modules/contracts/dependencies/dependency-tracker.service.spec.ts#L26
Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
TypeScript Type Checking:
apps/backend/src/modules/contracts/dependencies/dependency-tracker.service.spec.ts#L25
Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
TypeScript Type Checking:
apps/backend/src/modules/contracts/dependencies/dependency-tracker.service.spec.ts#L14
Cannot find name 'beforeEach'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
TypeScript Type Checking:
apps/backend/src/modules/contracts/dependencies/dependency-tracker.service.spec.ts#L11
Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
Dependency Security Scan
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Code Quality Analysis
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
TypeScript Type Checking
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|