Skip to content

chore(deps-dev): bump the dev-dependencies group across 1 directory with 9 updates #1296

chore(deps-dev): bump the dev-dependencies group across 1 directory with 9 updates

chore(deps-dev): bump the dev-dependencies group across 1 directory with 9 updates #1296

Triggered via pull request June 14, 2026 22:08
Status Failure
Total duration 1m 0s
Artifacts

tests.yml

on: pull_request
Run E2E Tests
27s
Run E2E Tests
Run Tests (Bun)
42s
Run Tests (Bun)
Matrix: run-tests
Fit to window
Zoom out
Zoom in

Annotations

23 errors
__tests__/schema.test.ts: packages/schema/src/index.ts#L22
TypeError: undefined is not an object (evaluating 'z.enum') ❯ src/index.ts:22:27
__tests__/searchable-json.test.ts: packages/schema/src/index.ts#L22
TypeError: undefined is not an object (evaluating 'z.enum') ❯ src/index.ts:22:27
test/psl-interpretation-other-types.test.ts > PSL interpretation: cipherstash.EncryptedDate constructor > defaults both flags to true with no arguments: packages/prisma-next/test/psl-interpretation-other-types.test.ts#L85
AssertionError: expected undefined to match object { codecId: 'cipherstash/date@1', …(1) } - Expected: { "codecId": "cipherstash/date@1", "typeParams": { "equality": true, "orderAndRange": true, }, } + Received: undefined ❯ test/psl-interpretation-other-types.test.ts:85:84
test/psl-interpretation-other-types.test.ts > PSL interpretation: cipherstash.EncryptedDate constructor > lowers full args to a column with cipherstash/date@1 codec, eql_v2_encrypted nativeType: packages/prisma-next/test/psl-interpretation-other-types.test.ts#L70
AssertionError: expected undefined to match object { codecId: 'cipherstash/date@1', …(2) } - Expected: { "codecId": "cipherstash/date@1", "nativeType": "eql_v2_encrypted", "typeParams": { "equality": true, "orderAndRange": true, }, } + Received: undefined ❯ test/psl-interpretation-other-types.test.ts:70:84
test/psl-interpretation-numeric.test.ts > PSL interpretation: cipherstash.EncryptedBigInt constructor > rejects unknown argument names with PSL_INVALID_ATTRIBUTE_ARGUMENT: packages/prisma-next/test/psl-interpretation-numeric.test.ts#L164
AssertionError: expected true to be false // Object.is equality - Expected + Received - false + true ❯ test/psl-interpretation-numeric.test.ts:164:23
test/psl-interpretation-numeric.test.ts > PSL interpretation: cipherstash.EncryptedBigInt constructor > defaults both flags to true with no arguments: packages/prisma-next/test/psl-interpretation-numeric.test.ts#L152
AssertionError: expected undefined to match object { …(2) } - Expected: { "codecId": "cipherstash/bigint@1", "typeParams": { "equality": true, "orderAndRange": true, }, } + Received: undefined ❯ test/psl-interpretation-numeric.test.ts:152:81
test/psl-interpretation-numeric.test.ts > PSL interpretation: cipherstash.EncryptedBigInt constructor > lowers full args to a column with cipherstash/bigint@1 codec, eql_v2_encrypted nativeType: packages/prisma-next/test/psl-interpretation-numeric.test.ts#L137
AssertionError: expected undefined to match object { …(3) } - Expected: { "codecId": "cipherstash/bigint@1", "nativeType": "eql_v2_encrypted", "typeParams": { "equality": true, "orderAndRange": true, }, } + Received: undefined ❯ test/psl-interpretation-numeric.test.ts:137:81
test/psl-interpretation-numeric.test.ts > PSL interpretation: cipherstash.EncryptedDouble constructor > produces an inline-form descriptor structurally identical to the TS factory output: packages/prisma-next/test/psl-interpretation-numeric.test.ts#L120
AssertionError: expected undefined to match object { …(3) } - Expected: { "codecId": "cipherstash/double@1", "nativeType": "eql_v2_encrypted", "typeParams": { "equality": true, "orderAndRange": false, }, } + Received: undefined ❯ test/psl-interpretation-numeric.test.ts:120:17
test/psl-interpretation-numeric.test.ts > PSL interpretation: cipherstash.EncryptedDouble constructor > rejects unknown argument names with PSL_INVALID_ATTRIBUTE_ARGUMENT: packages/prisma-next/test/psl-interpretation-numeric.test.ts#L97
AssertionError: expected true to be false // Object.is equality - Expected + Received - false + true ❯ test/psl-interpretation-numeric.test.ts:97:23
test/psl-interpretation-numeric.test.ts > PSL interpretation: cipherstash.EncryptedDouble constructor > defaults both flags to true for an empty options literal: packages/prisma-next/test/psl-interpretation-numeric.test.ts#L85
AssertionError: expected undefined to match object { …(2) } - Expected: { "codecId": "cipherstash/double@1", "typeParams": { "equality": true, "orderAndRange": true, }, } + Received: undefined ❯ test/psl-interpretation-numeric.test.ts:85:80
test/psl-interpretation-numeric.test.ts > PSL interpretation: cipherstash.EncryptedDouble constructor > lowers full args to a column with cipherstash/double@1 codec, eql_v2_encrypted nativeType: packages/prisma-next/test/psl-interpretation-numeric.test.ts#L69
AssertionError: expected undefined to match object { …(4) } - Expected: { "codecId": "cipherstash/double@1", "nativeType": "eql_v2_encrypted", "nullable": false, "typeParams": { "equality": true, "orderAndRange": true, }, } + Received: undefined ❯ test/psl-interpretation-numeric.test.ts:69:80
Run Tests (Node 22)
@cipherstash/prisma-next#test: command (/home/runner/_work/stack/stack/packages/prisma-next) /home/runner/setup-pnpm/node_modules/.bin/bin/pnpm run test exited (1)
Run Tests (Node 24)
The strategy configuration was canceled because "run-tests._22" failed
test/psl-interpretation-other-types.test.ts > PSL interpretation: cipherstash.EncryptedDate constructor > defaults both flags to true with no arguments: packages/prisma-next/test/psl-interpretation-other-types.test.ts#L85
AssertionError: expected undefined to match object { codecId: 'cipherstash/date@1', …(1) } - Expected: { "codecId": "cipherstash/date@1", "typeParams": { "equality": true, "orderAndRange": true, }, } + Received: undefined ❯ test/psl-interpretation-other-types.test.ts:85:84
test/psl-interpretation-other-types.test.ts > PSL interpretation: cipherstash.EncryptedDate constructor > lowers full args to a column with cipherstash/date@1 codec, eql_v2_encrypted nativeType: packages/prisma-next/test/psl-interpretation-other-types.test.ts#L70
AssertionError: expected undefined to match object { codecId: 'cipherstash/date@1', …(2) } - Expected: { "codecId": "cipherstash/date@1", "nativeType": "eql_v2_encrypted", "typeParams": { "equality": true, "orderAndRange": true, }, } + Received: undefined ❯ test/psl-interpretation-other-types.test.ts:70:84
test/psl-interpretation-numeric.test.ts > PSL interpretation: cipherstash.EncryptedBigInt constructor > rejects unknown argument names with PSL_INVALID_ATTRIBUTE_ARGUMENT: packages/prisma-next/test/psl-interpretation-numeric.test.ts#L164
AssertionError: expected true to be false // Object.is equality - Expected + Received - false + true ❯ test/psl-interpretation-numeric.test.ts:164:23
test/psl-interpretation-numeric.test.ts > PSL interpretation: cipherstash.EncryptedBigInt constructor > defaults both flags to true with no arguments: packages/prisma-next/test/psl-interpretation-numeric.test.ts#L152
AssertionError: expected undefined to match object { …(2) } - Expected: { "codecId": "cipherstash/bigint@1", "typeParams": { "equality": true, "orderAndRange": true, }, } + Received: undefined ❯ test/psl-interpretation-numeric.test.ts:152:81
test/psl-interpretation-numeric.test.ts > PSL interpretation: cipherstash.EncryptedBigInt constructor > lowers full args to a column with cipherstash/bigint@1 codec, eql_v2_encrypted nativeType: packages/prisma-next/test/psl-interpretation-numeric.test.ts#L137
AssertionError: expected undefined to match object { …(3) } - Expected: { "codecId": "cipherstash/bigint@1", "nativeType": "eql_v2_encrypted", "typeParams": { "equality": true, "orderAndRange": true, }, } + Received: undefined ❯ test/psl-interpretation-numeric.test.ts:137:81
test/psl-interpretation-numeric.test.ts > PSL interpretation: cipherstash.EncryptedDouble constructor > produces an inline-form descriptor structurally identical to the TS factory output: packages/prisma-next/test/psl-interpretation-numeric.test.ts#L120
AssertionError: expected undefined to match object { …(3) } - Expected: { "codecId": "cipherstash/double@1", "nativeType": "eql_v2_encrypted", "typeParams": { "equality": true, "orderAndRange": false, }, } + Received: undefined ❯ test/psl-interpretation-numeric.test.ts:120:17
test/psl-interpretation-numeric.test.ts > PSL interpretation: cipherstash.EncryptedDouble constructor > rejects unknown argument names with PSL_INVALID_ATTRIBUTE_ARGUMENT: packages/prisma-next/test/psl-interpretation-numeric.test.ts#L97
AssertionError: expected true to be false // Object.is equality - Expected + Received - false + true ❯ test/psl-interpretation-numeric.test.ts:97:23
test/psl-interpretation-numeric.test.ts > PSL interpretation: cipherstash.EncryptedDouble constructor > defaults both flags to true for an empty options literal: packages/prisma-next/test/psl-interpretation-numeric.test.ts#L85
AssertionError: expected undefined to match object { …(2) } - Expected: { "codecId": "cipherstash/double@1", "typeParams": { "equality": true, "orderAndRange": true, }, } + Received: undefined ❯ test/psl-interpretation-numeric.test.ts:85:80
test/psl-interpretation-numeric.test.ts > PSL interpretation: cipherstash.EncryptedDouble constructor > lowers full args to a column with cipherstash/double@1 codec, eql_v2_encrypted nativeType: packages/prisma-next/test/psl-interpretation-numeric.test.ts#L69
AssertionError: expected undefined to match object { …(4) } - Expected: { "codecId": "cipherstash/double@1", "nativeType": "eql_v2_encrypted", "nullable": false, "typeParams": { "equality": true, "orderAndRange": true, }, } + Received: undefined ❯ test/psl-interpretation-numeric.test.ts:69:80
Run Tests (Node 24)
@cipherstash/prisma-next#test: command (/home/runner/_work/stack/stack/packages/prisma-next) /home/runner/setup-pnpm/node_modules/.bin/bin/pnpm run test exited (1)