Skip to content

chore(deps)(deps): bump zod from 3.25.76 to 4.3.5 #254

chore(deps)(deps): bump zod from 3.25.76 to 4.3.5

chore(deps)(deps): bump zod from 3.25.76 to 4.3.5 #254

Triggered via pull request January 20, 2026 20:04
Status Failure
Total duration 25s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Build
Process completed with exit code 1.
src/data/object.test.ts > ObjectSchema > Complete Real-World Examples > should accept Task object with parent relationship: packages/spec/src/data/object.test.ts#L378
AssertionError: expected [Function] to not throw an error but '[\n {\n "code": "invalid_key",\n …' was thrown - Expected: undefined + Received: "[ { \"code\": \"invalid_key\", \"origin\": \"record\", \"issues\": [ { \"expected\": \"object\", \"code\": \"invalid_type\", \"path\": [], \"message\": \"Invalid input: expected object, received string\" } ], \"path\": [ \"fields\", \"subject\" ], \"message\": \"Invalid key in record\" }, { \"code\": \"invalid_key\", \"origin\": \"record\", \"issues\": [ { \"expected\": \"object\", \"code\": \"invalid_type\", \"path\": [], \"message\": \"Invalid input: expected object, received string\" } ], \"path\": [ \"fields\", \"status\" ], \"message\": \"Invalid key in record\" }, { \"code\": \"invalid_key\", \"origin\": \"record\", \"issues\": [ { \"expected\": \"object\", \"code\": \"invalid_type\", \"path\": [], \"message\": \"Invalid input: expected object, received string\" } ], \"path\": [ \"fields\", \"priority\" ], \"message\": \"Invalid key in record\" }, { \"code\": \"invalid_key\", \"origin\": \"record\", \"issues\": [ { \"expected\": \"object\", \"code\": \"invalid_type\", \"path\": [], \"message\": \"Invalid input: expected object, received string\" } ], \"path\": [ \"fields\", \"project_id\" ], \"message\": \"Invalid key in record\" }, { \"code\": \"invalid_key\", \"origin\": \"record\", \"issues\": [ { \"expected\": \"object\", \"code\": \"invalid_type\", \"path\": [], \"message\": \"Invalid input: expected object, received string\" } ], \"path\": [ \"fields\", \"assigned_to\" ], \"message\": \"Invalid key in record\" }, { \"code\": \"invalid_key\", \"origin\": \"record\", \"issues\": [ { \"expected\": \"object\", \"code\": \"invalid_type\", \"path\": [], \"message\": \"Invalid input: expected object, received string\" } ], \"path\": [ \"fields\", \"due_date\" ], \"message\": \"Invalid key in record\" }, { \"code\": \"invalid_key\", \"origin\": \"record\", \"issues\": [ { \"expected\": \"object\", \"code\": \"invalid_type\", \"path\": [], \"message\": \"Invalid input: expected object, received string\" } ], \"path\": [ \"fields\", \"completed_at\" ], \"message\": \"Invalid key in record\" } ]" ❯ src/data/object.test.ts:378:56
src/data/object.test.ts > ObjectSchema > Complete Real-World Examples > should accept CRM Account object: packages/spec/src/data/object.test.ts#L307
AssertionError: expected [Function] to not throw an error but '[\n {\n "code": "invalid_key",\n …' was thrown - Expected: undefined + Received: "[ { \"code\": \"invalid_key\", \"origin\": \"record\", \"issues\": [ { \"expected\": \"object\", \"code\": \"invalid_type\", \"path\": [], \"message\": \"Invalid input: expected object, received string\" } ], \"path\": [ \"fields\", \"account_name\" ], \"message\": \"Invalid key in record\" }, { \"code\": \"invalid_key\", \"origin\": \"record\", \"issues\": [ { \"expected\": \"object\", \"code\": \"invalid_type\", \"path\": [], \"message\": \"Invalid input: expected object, received string\" } ], \"path\": [ \"fields\", \"account_number\" ], \"message\": \"Invalid key in record\" }, { \"code\": \"invalid_key\", \"origin\": \"record\", \"issues\": [ { \"expected\": \"object\", \"code\": \"invalid_type\", \"path\": [], \"message\": \"Invalid input: expected object, received string\" } ], \"path\": [ \"fields\", \"website\" ], \"message\": \"Invalid key in record\" }, { \"code\": \"invalid_key\", \"origin\": \"record\", \"issues\": [ { \"expected\": \"object\", \"code\": \"invalid_type\", \"path\": [], \"message\": \"Invalid input: expected object, received string\" } ], \"path\": [ \"fields\", \"industry\" ], \"message\": \"Invalid key in record\" }, { \"code\": \"invalid_key\", \"origin\": \"record\", \"issues\": [ { \"expected\": \"object\", \"code\": \"invalid_type\", \"path\": [], \"message\": \"Invalid input: expected object, received string\" } ], \"path\": [ \"fields\", \"annual_revenue\" ], \"message\": \"Invalid key in record\" }, { \"code\": \"invalid_key\", \"origin\": \"record\", \"issues\": [ { \"expected\": \"object\", \"code\": \"invalid_type\", \"path\": [], \"message\": \"Invalid input: expected object, received string\" } ], \"path\": [ \"fields\", \"owner_id\" ], \"message\": \"Invalid key in record\" } ]" ❯ src/data/object.test.ts:307:59
src/data/object.test.ts > ObjectSchema > Object with Indexes > should accept object with indexes: packages/spec/src/data/object.test.ts#L197
AssertionError: expected [Function] to not throw an error but '[\n {\n "code": "invalid_key",\n …' was thrown - Expected: undefined + Received: "[ { \"code\": \"invalid_key\", \"origin\": \"record\", \"issues\": [ { \"expected\": \"object\", \"code\": \"invalid_type\", \"path\": [], \"message\": \"Invalid input: expected object, received string\" } ], \"path\": [ \"fields\", \"email\" ], \"message\": \"Invalid key in record\" }, { \"code\": \"invalid_key\", \"origin\": \"record\", \"issues\": [ { \"expected\": \"object\", \"code\": \"invalid_type\", \"path\": [], \"message\": \"Invalid input: expected object, received string\" } ], \"path\": [ \"fields\", \"username\" ], \"message\": \"Invalid key in record\" } ]" ❯ src/data/object.test.ts:197:63
src/data/object.test.ts > ObjectSchema > Object Metadata > should accept object with full metadata: packages/spec/src/data/object.test.ts#L160
AssertionError: expected [Function] to not throw an error but '[\n {\n "code": "invalid_key",\n …' was thrown - Expected: undefined + Received: "[ { \"code\": \"invalid_key\", \"origin\": \"record\", \"issues\": [ { \"expected\": \"object\", \"code\": \"invalid_type\", \"path\": [], \"message\": \"Invalid input: expected object, received string\" } ], \"path\": [ \"fields\", \"opportunity_name\" ], \"message\": \"Invalid key in record\" } ]" ❯ src/data/object.test.ts:160:56
src/data/object.test.ts > ObjectSchema > Object with Fields > should accept object with multiple fields: packages/spec/src/data/object.test.ts#L135
AssertionError: expected [Function] to not throw an error but '[\n {\n "code": "invalid_key",\n …' was thrown - Expected: undefined + Received: "[ { \"code\": \"invalid_key\", \"origin\": \"record\", \"issues\": [ { \"expected\": \"object\", \"code\": \"invalid_type\", \"path\": [], \"message\": \"Invalid input: expected object, received string\" } ], \"path\": [ \"fields\", \"first_name\" ], \"message\": \"Invalid key in record\" }, { \"code\": \"invalid_key\", \"origin\": \"record\", \"issues\": [ { \"expected\": \"object\", \"code\": \"invalid_type\", \"path\": [], \"message\": \"Invalid input: expected object, received string\" } ], \"path\": [ \"fields\", \"last_name\" ], \"message\": \"Invalid key in record\" }, { \"code\": \"invalid_key\", \"origin\": \"record\", \"issues\": [ { \"expected\": \"object\", \"code\": \"invalid_type\", \"path\": [], \"message\": \"Invalid input: expected object, received string\" } ], \"path\": [ \"fields\", \"email\" ], \"message\": \"Invalid key in record\" }, { \"code\": \"invalid_key\", \"origin\": \"record\", \"issues\": [ { \"expected\": \"object\", \"code\": \"invalid_type\", \"path\": [], \"message\": \"Invalid input: expected object, received string\" } ], \"path\": [ \"fields\", \"phone\" ], \"message\": \"Invalid key in record\" } ]" ❯ src/data/object.test.ts:135:62
src/data/flow.test.ts > FlowSchema > Real-World Flow Examples > should accept API flow with webhook: packages/spec/src/data/flow.test.ts#L524
AssertionError: expected [Function] to not throw an error but 'TypeError: Cannot read properties of …' was thrown - Expected: undefined + Received: "TypeError: Cannot read properties of undefined (reading '_zod')" ❯ src/data/flow.test.ts:524:51
src/data/flow.test.ts > FlowSchema > Real-World Flow Examples > should accept scheduled flow: packages/spec/src/data/flow.test.ts#L478
AssertionError: expected [Function] to not throw an error but 'TypeError: Cannot read properties of …' was thrown - Expected: undefined + Received: "TypeError: Cannot read properties of undefined (reading '_zod')" ❯ src/data/flow.test.ts:478:57
src/data/flow.test.ts > FlowSchema > Real-World Flow Examples > should accept screen flow for user input: packages/spec/src/data/flow.test.ts#L429
AssertionError: expected [Function] to not throw an error but 'TypeError: Cannot read properties of …' was thrown - Expected: undefined + Received: "TypeError: Cannot read properties of undefined (reading '_zod')" ❯ src/data/flow.test.ts:429:54
src/data/flow.test.ts > FlowSchema > Real-World Flow Examples > should accept approval flow: packages/spec/src/data/flow.test.ts#L381
AssertionError: expected [Function] to not throw an error but 'TypeError: Cannot read properties of …' was thrown - Expected: undefined + Received: "TypeError: Cannot read properties of undefined (reading '_zod')" ❯ src/data/flow.test.ts:381:56
src/data/flow.test.ts > FlowNodeSchema > should accept node with config: packages/spec/src/data/flow.test.ts#L113
AssertionError: expected [Function] to not throw an error but 'TypeError: Cannot read properties of …' was thrown - Expected: undefined + Received: "TypeError: Cannot read properties of undefined (reading '_zod')" ❯ src/data/flow.test.ts:113:50