fix(audit): drop lodash dependency #62
test.yml
on: push
suite
/
install
2m 46s
suite
/
test-commits
10s
suite
/
test-types
12s
suite
/
test-format
18s
suite
/
test-lint
15s
suite
/
test-unit
23s
suite
/
test-integration
13s
suite
/
test-acceptance-locally
12s
Annotations
9 errors and 18 warnings
suite / test-acceptance-locally:
src/manipulation/getPrimaryIdentifier.ts#L41
Argument of type 'string[]' is not assignable to parameter of type 'readonly never[]'.
|
suite / test-acceptance-locally:
src/manipulation/getUniqueIdentifier.ts#L37
Argument of type 'string[]' is not assignable to parameter of type 'readonly never[]'.
|
suite / test-acceptance-locally:
src/manipulation/getUniqueIdentifier.ts#L49
Argument of type 'string[]' is not assignable to parameter of type 'readonly never[]'.
|
suite / test-acceptance-locally
Process completed with exit code 2.
|
suite / test-types:
src/manipulation/getPrimaryIdentifier.ts#L41
Argument of type 'string[]' is not assignable to parameter of type 'readonly never[]'.
|
suite / test-types:
src/manipulation/getUniqueIdentifier.ts#L37
Argument of type 'string[]' is not assignable to parameter of type 'readonly never[]'.
|
suite / test-types:
src/manipulation/getUniqueIdentifier.ts#L49
Argument of type 'string[]' is not assignable to parameter of type 'readonly never[]'.
|
suite / test-types
Process completed with exit code 2.
|
suite / test-unit
Process completed with exit code 1.
|
suite / install
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/cache/save@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
suite / test-commits
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
suite / test-acceptance-locally
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
suite / test-types
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
suite / test-integration
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
suite / test-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
suite / test-lint:
src/manipulation/getPrimaryIdentifier.test.ts#L1
'uuid' is defined but never used
|
suite / test-lint:
src/manipulation/getPrimaryIdentifier.test.ts#L3
'DomainObjectNotSafeToManipulateError' is defined but never used
|
suite / test-lint:
src/manipulation/getPrimaryIdentifier.test.ts#L7
'DomainEntityUniqueKeysMustBeDefinedError' is defined but never used
|
suite / test-lint:
src/manipulation/getPrimaryIdentifier.test.ts#L9
'getUniqueIdentifier' is defined but never used
|
suite / test-lint:
src/reference/DomainPrimaryKeyShape.test.ts#L17
'uniqueKeysRight' is assigned a value but never used
|
suite / test-lint:
src/reference/DomainPrimaryKeyShape.test.ts#L22
'uniqueKeysWrongName' is assigned a value but never used
|
suite / test-lint:
src/reference/DomainPrimaryKeyShape.test.ts#L28
'uniqueKeysWrongKey' is assigned a value but never used
|
suite / test-lint:
src/reference/DomainPrimaryKeyShape.test.ts#L35
'uniqueKeysOptionalStill' is assigned a value but never used
|
suite / test-lint:
src/reference/DomainReference.test.ts#L55
'ref' is assigned a value but never used
|
suite / test-lint:
src/reference/DomainReference.test.ts#L62
'ref' is assigned a value but never used
|
suite / test-format
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
suite / test-unit
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|