Conversation
Bumps [zod](https://github.com/colinhacks/zod) from 3.25.42 to 3.25.45. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v3.25.42...v3.25.45) --- updated-dependencies: - dependency-name: zod dependency-version: 3.25.45 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe changes introduce a new Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant API
participant ZodSchema
participant getExamples
User->>API: Sends request
API->>ZodSchema: Access schema metadata
API->>getExamples: Retrieve examples from schema
getExamples->>ZodSchema: Query global registry
getExamples-->>API: Return extracted examples
API-->>User: Respond with schema and examples
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
New bug: colinhacks/zod#4592 |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
Related to #2691 Implementing a better workaround for colinhacks/zod#4592 which turned out to be a limitation of Zod 4. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Bug Fixes** - The user data response now always includes the features property, ensuring it is required rather than optional. - Updated the user data schema to reflect features as a required property and adjusted its structure for consistency. - **Documentation** - Added a changelog entry for version 24.2.0, highlighting improved support for non-optional schemas in integration generators. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Bumps zod from 3.25.42 to 3.25.45.
Release notes
Sourced from zod's releases.
Commits
69ccb673.25.456be478bFix ZodType assignability issues6fd3b39fix(JSONSchema): add type for enum (#4577)dc2c0b0minor grammar typo fix (#4584)fc694533.25.44e2d72afLoosen and expand metadata typing (#4586)9126782Update input<> and output<> to prevent excessively deep in more cases011623aFix dts files289cba3Fix type inference in ZodMiniType check method (#4568)f8fef45Ecosystem: Add Express Zod API (#4579)Most Recent Ignore Conditions Applied to This Pull Request
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)Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Tests
Chores