charkour / zundo

🍜 undo/redo middleware for zustand. <700 bytes
https://codesandbox.io/s/zundo-2dom9
MIT License
616 stars 20 forks source link

bump deps and remove v5 support #186

Closed charkour closed 2 weeks ago

charkour commented 2 weeks ago

local ts version and run prettier

github-actions[bot] commented 2 weeks ago

Coverage Report for ./tests

Status Category Percentage Covered / Total
🔵 Lines 100% 112 / 112
🔵 Statements 100% 112 / 112
🔵 Functions 100% 13 / 13
🔵 Branches 100% 68 / 68
File CoverageNo changed files found.
Generated in workflow #7 for commit 055743d by the Vitest Coverage Report Action
charkour commented 2 weeks ago

Zustand v5 has breaking changes with the require types which is causing the build the fail now: https://github.com/pmndrs/zustand/pull/2580