Release v1.1.0 - Major Feature Updates & Production Hardening #100
Annotations
5 errors and 2 warnings
|
lint-and-typecheck
Process completed with exit code 2.
|
|
lint-and-typecheck:
src/components/ui/slider.tsx#L4
Cannot find module '@radix-ui/react-slider' or its corresponding type declarations.
|
|
test
Process completed with exit code 1.
|
|
api/__tests__/cross-account-isolation.test.ts > Cross-Account Data Isolation > permissions.updateUserRole rejects cross-account role update:
api/__tests__/cross-account-isolation.test.ts#L72
Error: Failed query: delete from "expense_categories" where "expense_categories"."businessId" = $1
params: 91
❯ NodePgPreparedQuery.queryWithCache node_modules/src/pg-core/session.ts:73:10
❯ cleanupAccount api/__tests__/cross-account-isolation.test.ts:72:5
❯ api/__tests__/cross-account-isolation.test.ts:150:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { query: 'delete from "expense_categories" where "expense_categories"."businessId" = $1', params: [ 91 ] }
Caused by: Caused by: error: deadlock detected
❯ node_modules/pg-pool/index.js:45:11
❯ node_modules/drizzle-orm/node-postgres/session.js:113:20
❯ NodePgPreparedQuery.queryWithCache node_modules/drizzle-orm/pg-core/session.js:39:16
❯ cleanupAccount api/__tests__/cross-account-isolation.test.ts:72:5
❯ api/__tests__/cross-account-isolation.test.ts:150:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { length: 314, severity: 'ERROR', code: '40P01', detail: 'Process 531 waits for RowShareLock on relation 18749 of database 16384; blocked by process 652.\nProcess 652 waits for AccessExclusiveLock on relation 17017 of database 16384; blocked by process 531.', hint: 'See server log for query details.', position: undefined, internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, dataType: undefined, constraint: undefined, file: 'deadlock.c', routine: 'DeadLockReport' }
|
|
api/__tests__/business-reset.test.ts > resetBusinessTransactions > clears all transactional data while preserving setup records:
api/__tests__/business-reset.test.ts#L520
AssertionError: expected '900.00' to be '0.00' // Object.is equality
Expected: "0.00"
Received: "900.00"
❯ api/__tests__/business-reset.test.ts:520:47
|
|
lint-and-typecheck
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|