fix(deps): remove unused zod dependency#6996
Open
Haroenv wants to merge 2 commits into
Open
Conversation
When we switched to ai-lite in #6880, zod became redundant, but we didn't remove it from the `package.json`s now that it's no longer need. With this PR I'm removing the mentions of zod that are remaining.
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
TIP This summary will be updated as you push new changes.
Contributor
There was a problem hiding this comment.
Pull request overview
Removes now-redundant zod-related dependencies after the switch to ai-lite, and cleans up related Jest configuration.
Changes:
- Remove
zodandzod-to-json-schemafrom package dependencies in affected workspaces. - Remove the root-level
zodresolution entry. - Update Jest
transformIgnorePatternsto stop special-casingzod.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/react-instantsearch-core/package.json | Drops zod / zod-to-json-schema from dependencies. |
| packages/instantsearch.js/package.json | Drops zod / zod-to-json-schema from dependencies. |
| packages/instantsearch-ui-components/package.json | Drops zod / zod-to-json-schema from dependencies. |
| package.json | Removes the root zod resolution/pin. |
| jest.config.js | Removes zod from Jest’s transform ignore allowlist. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
More templates
algoliasearch-helper
instantsearch-ui-components
instantsearch.css
instantsearch.js
react-instantsearch
react-instantsearch-core
react-instantsearch-nextjs
react-instantsearch-router-nextjs
vue-instantsearch
commit: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
When we switched to ai-lite in #6880, zod became redundant, but we didn't remove it from the
package.jsons now that it's no longer need.Result
With this PR I'm removing the mentions of zod that are remaining. This doesn't have an impact on user code