add NestJS 12 CRUD packages #1
Annotations
4 errors and 11 warnings
|
release
The run was canceled by @kauandotnet.
|
|
release
Process completed with exit code 1.
|
|
release
The operation was canceled.
|
|
Release
The run was canceled by @kauandotnet.
|
|
preflight
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
typescript(no-unsafe-type-assertion):
packages/crud/src/schema/schema.types.ts#L27
Unsafe type assertion: type 'SchemaOf<Source>' is more narrow than the original type.
|
|
typescript(no-unsafe-type-assertion):
packages/crud/src/schema/schema.types.ts#L25
Unsafe type assertion: type 'SchemaOf<Source>' is more narrow than the original type.
|
|
unicorn(no-array-sort):
scripts/publish-state.mjs#L43
Use `Array#toSorted()` instead of `Array#sort()`.
|
|
unicorn(no-array-sort):
scripts/publish-state.mjs#L42
Use `Array#toSorted()` instead of `Array#sort()`.
|
|
unicorn(consistent-function-scoping):
scripts/publish-state.mjs#L37
Function `byName` does not capture any variables from its parent scope
|
|
eslint(no-underscore-dangle):
scripts/publish.mjs#L44
Unexpected dangling '_' in '`arguments_`'.
|
|
eslint(no-shadow):
packages/crud/tests/http-advanced.spec.ts#L57
'request' is already declared in the upper scope.
|
|
eslint(no-shadow):
packages/crud/tests/http-advanced.spec.ts#L36
'request' is already declared in the upper scope.
|
|
unicorn(no-array-sort):
packages/crud/src/cursor/hmac-sha256-cursor-codec.ts#L209
Use `Array#toSorted()` instead of `Array#sort()`.
|
|
unicorn(no-array-sort):
packages/crud/tests/support/fake-crud-adapter.ts#L247
Use `Array#toSorted()` instead of `Array#sort()`.
|