chore(deps): update pnpm to v9.12.2 #361
Annotations
10 warnings
Lint:
packages/dynamodb-batch-iterator/src/BatchOperation.ts#L204
Unsafe argument of type `any` assigned to a parameter of type `[string, Element]`
|
Lint:
packages/dynamodb-auto-marshaller/src/Marshaller.ts#L147
Unsafe argument of type `any` assigned to a parameter of type `bigint | BinaryValue | Set<string | number | bigint | BinaryValue> | Map<string, any> | Iterable<any> | { [key: string]: any; } | null`
|
Lint:
packages/dynamodb-auto-marshaller/src/Marshaller.ts#L331
Unsafe argument of type `Set<any>` assigned to a parameter of type `Set<BinaryValue>`
|
Lint:
packages/dynamodb-auto-marshaller/src/Marshaller.ts#L334
Unsafe argument of type `Set<any>` assigned to a parameter of type `Set<number | bigint>`
|
Lint:
packages/dynamodb-auto-marshaller/src/Marshaller.ts#L337
Unsafe argument of type `Set<any>` assigned to a parameter of type `Set<string>`
|
Lint:
packages/dynamodb-data-marshaller/src/Schema.ts#L12
Unsafe argument of type `any` assigned to a parameter of type `{}`
|
Lint:
packages/dynamodb-data-marshaller/src/marshallExpression.ts#L224
Unsafe return of an `any` typed value
|
Lint:
packages/dynamodb-data-marshaller/src/marshallExpression.ts#L252
Unsafe spread of an `any` array type
|
Lint:
packages/dynamodb-data-marshaller/src/marshallExpression.ts#L252
Unsafe return of an `any` typed value
|
Lint:
packages/dynamodb-data-marshaller/src/marshallItem.ts#L65
Unsafe argument of type `any` assigned to a parameter of type `string | ArrayBuffer | ArrayBufferView`
|
Loading