|
Ran
|
Jobs
6
|
Files
44
|
Run time
1min
|
Badge
README BADGES
|
push
github
chore(deps): update dependency zod to v4.3.2 (#3156) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [zod](https://zod.dev) ([source](https://redirect.github.com/colinhacks/zod)) | [`4.2.1` → `4.3.2`](https://renovatebot.com/diffs/npm/zod/4.2.1/4.3.2) |  |  | --- ### Release Notes <details> <summary>colinhacks/zod (zod)</summary> ### [`v4.3.2`](https://redirect.github.com/colinhacks/zod/compare/v4.3.1...0f41e5a12) [Compare Source](https://redirect.github.com/colinhacks/zod/compare/v4.3.1...v4.3.2) ### [`v4.3.1`](https://redirect.github.com/colinhacks/zod/releases/tag/v4.3.1) [Compare Source](https://redirect.github.com/colinhacks/zod/compare/v4.3.0...v4.3.1) #### Commits: - [`0fe8840`](https://redirect.github.com/colinhacks/zod/commit/0fe88407a) allow non-overwriting extends with refinements. 4.3.1 ### [`v4.3.0`](https://redirect.github.com/colinhacks/zod/releases/tag/v4.3.0) [Compare Source](https://redirect.github.com/colinhacks/zod/compare/v4.2.1...v4.3.0) This is Zod's biggest release since 4.0. It addresses several of Zod's longest-standing feature requests. #### `z.fromJSONSchema()` Convert JSON Schema to Zod ([#​5534](https://redirect.github.com/colinhacks/zod/pull/5534), [#​5586](https://redirect.github.com/colinhacks/zod/pull/5586)) You can now convert JSON Schema definitions directly into Zod schemas. This function supports JSON Schema `"draft-2020-12"`, `"draft-7"`, `"draft-4"`, and OpenAPI 3.0. ```typescript import * as z from "zod"; const schema = z.fromJSONSchema({ type: "object", properties: { name: { type: "string", minL... (continued)
900 of 943 branches covered (95.44%)
1308 of 1308 relevant lines covered (100.0%)
407.46 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | run-22.x - 20620849026.1 | 44 |
100.0 |
GitHub Action Run | |
| 2 | run-22.12.0 - 20620849026.2 | 44 |
100.0 |
GitHub Action Run | |
| 3 | run-20.x - 20620849026.3 | 44 |
100.0 |
GitHub Action Run | |
| 4 | run-20.19.0 - 20620849026.4 | 44 |
100.0 |
GitHub Action Run | |
| 5 | run-24.x - 20620849026.5 | 44 |
100.0 |
GitHub Action Run | |
| 6 | run-24.0.0 - 20620849026.6 | 44 |
100.0 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|