Skip to content

v0.23.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Dec 18:23
· 74 commits to main since this release

What's Changed

Dependency Updates 📦

  • Major upgrades: vite@6, react@19, react-router@7 by @dan-lee in #432

Other Changes 🔄

Full Changelog: v0.22.0...v0.23.0

Upgrade Guide

This version updates major dependencies. You will need to upgrade react, react-dom to version 19.

npm i react@latest react-dom@latest @types/react@latest @types/react-dom@latest

If you were using Inkeep, you no longer need to have that installed. You should remove the Inkeep widget.

npm uninstall @inkeep/widgets

Note, you will still see a few module compatibility warnings for now as additional libraries add official support for React 19. In our tests this warnings don't cause any issues though. Please report bugs if you see a problem.

 WARN  Issues with peer dependencies found
.
├─┬ @xyflow/react 12.3.6
│ └─┬ zustand 4.5.5
│   └─┬ use-sync-external-store 1.2.2
│     └── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0
└─┬ zudoku 0.23.0
  ├─┬ @clerk/clerk-js 5.11.0
  │ └─┬ qrcode.react 3.1.0
  │   └── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0
  ├─┬ @radix-ui/react-dialog 1.1.2
  │ └─┬ react-remove-scroll 2.6.0
  │   ├── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0
  │   └── ✕ unmet peer @types/react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.1 in zudoku
  └─┬ @zudoku/react-helmet-async 2.0.4
    └── ✕ unmet peer react@"^16.6.0 || ^17.0.0 || ^18.0.0": found 19.0.0