fix(save): throw validation error if required key is missing #36
Annotations
24 warnings
setup
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3.1.0, actions/setup-node@v3.5.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3.1.0, actions/setup-node@v3.5.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
src/decorators.ts#L10
Unexpected any. Specify a different type
|
lint:
src/decorators.ts#L21
Unexpected any. Specify a different type
|
lint:
src/decorators.ts#L32
Unexpected any. Specify a different type
|
lint:
src/decorators.ts#L48
Unexpected any. Specify a different type
|
lint:
src/decorators.ts#L64
Unexpected any. Specify a different type
|
lint:
src/decorators.ts#L66
Unexpected any. Specify a different type
|
lint:
src/decorators.ts#L69
Unexpected any. Specify a different type
|
lint:
test/batch-write.spec.ts#L105
'hashkey' is assigned a value but never used
|
lint:
test/batch-write.spec.ts#L118
'rangekey' is assigned a value but never used
|
lint:
test/query.spec.ts#L776
Forbidden non-null assertion
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3.1.0, actions/setup-node@v3.5.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3.1.0, actions/setup-node@v3.5.1, rrainn/dynamodb-action@v3.0.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test:
src/decorators.ts#L10
Unexpected any. Specify a different type
|
test:
src/decorators.ts#L21
Unexpected any. Specify a different type
|
test:
src/decorators.ts#L32
Unexpected any. Specify a different type
|
test:
src/decorators.ts#L48
Unexpected any. Specify a different type
|
test:
src/decorators.ts#L64
Unexpected any. Specify a different type
|
test:
src/decorators.ts#L66
Unexpected any. Specify a different type
|
test:
src/decorators.ts#L69
Unexpected any. Specify a different type
|
test:
test/batch-write.spec.ts#L105
'hashkey' is assigned a value but never used
|
test:
test/batch-write.spec.ts#L118
'rangekey' is assigned a value but never used
|
test:
test/query.spec.ts#L776
Forbidden non-null assertion
|