-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Zustand #57
Upgrade Zustand #57
Conversation
🦋 Changeset detectedLatest commit: 3b797e8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
AI-Generated Summary: This pull request updates the dependencies in the |
Thank you @enchorb for this first contribution! |
Reviewpad Report
|
AI-Generated Summary: This pull request contains three patches. The primary goal was to update various dependencies in the package.json and yarn.lock files. The 'zustand' version was updated to ^4.3.9 from ^3.6.4. The versions of 'immer' and 'react-tracked' were also updated. In the second patch, several fixes were introduced to address issues related to the upgrade, including type adjustments and import corrections. The types and imports from 'zustand' and 'immer' were updated to match their new versions, and unused types were removed from the 'DevtoolsOptions.ts'. The last patch created a markdown file called 'funny-trains-matter.md' within a '.changeset' directory. This file emphasizes the major changes brought about in the '@udecode/zustood' package, including the result of upgrading transitions to 'zustand' V4 and 'immer'. |
AI-Generated Summary: This pull request includes several significant changes over 4 patches.
|
@zbeyens I believe the one test errored on CI because it is on node 12, added another commit to bump CI node version to 16 |
AI-Generated Summary: This pull request upgrades the |
@enchorb You don't need to bump the version, changeset will take care of this. |
AI-Generated Summary: This pull request introduces several major changes:
It is recommended to review the official documentation of zustand v4 and immer for any additional changes and updates. |
@zbeyens If you need another maintainer I'd be happy to be added |
Sure, invite sent! |
Description
Upgrade
zustand
andimmer
dependenciesZustand v4+ deprecated some types so brought them in-package