revisiting orderBy
- deprecations, new order by item builder (nullFirst()
, nullsLast()
, collate()
).
#3345
Annotations
5 errors and 1 warning
Run bun tests:
src/operation-node/operation-node-transformer.ts#L541
Object literal may only specify known properties, and 'orderBy' does not exist in type 'AllProps<UpdateQueryNode>'.
|
Run bun tests:
src/operation-node/operation-node-transformer.ts#L541
Property 'orderBy' does not exist on type 'UpdateQueryNode'.
|
Run bun tests:
src/operation-node/operation-node-transformer.ts#L541
Object literal may only specify known properties, and 'orderBy' does not exist in type 'AllProps<UpdateQueryNode>'.
|
Run bun tests:
src/operation-node/operation-node-transformer.ts#L541
Property 'orderBy' does not exist on type 'UpdateQueryNode'.
|
Run bun tests
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading