⬆ Bump zod from 4.2.1 to 4.3.5 in /frontend
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(8 days ago)
(8 days ago)
Bumps zod from 4.2.1 to 4.3.5.
Release notes
Sourced from zod's releases.
v4.3.5
Commits:
- 21afffdb42ccab554036312e33fed0ea3cb8f982 [Docs] Update migration guide docs for deprecation of message (#5595)
- e36743e513aadb307b29949a80d6eb0dcc8fc278 Improve mini treeshaking
- 0cdc0b8597999fd9ca99767b912c1e82c1ff2d6c 4.3.5
v4.3.4
Commits:
- 1a8bea3b474eada6f219c163d0d3ad09fadabe72 Add integration tests
- e01cd02b2f23d7e9078d3813830b146f8a2258b4 Support patternProperties for looserecord (#5592)
- 089e5fbb0f58ce96d2c4fb34cd91724c78df4af5 Improve looseRecord docs
- decef9c418d9a598c3f1bada06891ba5d922c5cd Fix lint
- 9443aab00d44d5d5f4a7eada65fc0fc851781042 Drop iso time in fromJSONSchema
- 66bda7491a1b9eab83bdeec0c12f4efc7290bd48 Remove .refine() from ZodMiniType
- b4ab94ca608cd5b581bfc12b20dd8d95b35b3009 4.3.4
v4.3.3
Commits:
- f3b2151959d215d405f54dff3c7ab3bf1fd887ca v4.3.3
v4.3.2
Commits:
- bf96635d243118de6e4f260077aa137453790bf6 Loosen strictObjectinside intersection (#5587)
- f71dc0182ab0f0f9a6be6295b07faca269e10179 Remove Juno (#5590)
- 0f41e5a12a43e6913c9dcb501b2b5136ea86500d 4.3.2
v4.3.1
Commits:
- 0fe88407a4149c907929b757dc6618d8afe998fc allow non-overwriting extends with refinements. 4.3.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, #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.import * as z from "zod";const schema = z.fromJSONSchema({ type: "object", properties: { </tr></table>
... (truncated)
Commits
0cdc0b84.3.5e36743eImprove mini treeshaking21afffd[Docs] Update migration guide docs for deprecation of message (#5595)b4ab94c4.3.466bda74Remove .refine() from ZodMiniType9443aabDrop iso time in fromJSONSchemadecef9cFix lint089e5fbImprove looseRecord docse01cd02Support patternProperties for looserecord (#5592)1a8bea3Add integration tests- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 12661291 |
| UUID: | 3799611230 |
| Node ID: | PR_kwDOQ3I5Nc68d47p |
| Host: | GitHub |
| Repository: | brainfucknow/rss-reader |