Dependencies upgrades#44
Merged
Merged
Conversation
- ESLint ecosystem: @eslint/js, eslint, eslint-plugin-playwright - TanStack Query: @tanstack/react-query - Type definitions: @types/express, @types/lodash, @types/node - Build tools: autoprefixer, postcss, tsx, drizzle-kit - Runtime: better-sqlite3, express, jspdf, react-hook-form, react-markdown, react-router, react-simple-wysiwyg - Dev tools: knip - Fixed StoryExport type to include optional notes field 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Updated all @radix-ui/react-* packages to latest versions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- lucide-react: 0.441.0 → 0.561.0 - globals: 15.15.0 → 16.5.0 - @typescript-eslint/eslint-plugin: 8.46.3 → 8.49.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- react: 18.3.1 → 19.2.3 - react-dom: 18.3.1 → 19.2.3 - @types/react: 18.3.18 → 19.2.7 - @types/react-dom: 18.3.5 → 19.2.3 Fixed React 19 type changes: - JSX namespace now requires import from React - RefObject now includes null by default - Updated component return types and ref types 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- zod: 3.24.2 → 4.1.13 - drizzle-orm: 0.44.7 → 0.45.1 - Added yjs as explicit dependency (peer dep of y-websocket) Fixed Zod 4 breaking changes: - SafeParseReturnType replaced with proper result handling - z.record now requires key and value schemas - Refactored parseJSON helper using transform 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- openai: 4.86.1 → 6.10.0 - gpt-tokenizer: 2.9.0 → 3.4.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- @vitejs/plugin-react: 4.3.4 → 5.1.2 - vite: 6.4.1 → 7.2.7 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- tailwind-merge: 2.6.0 → 3.4.0 - Kept Tailwind CSS at v3.4.17 (v4 requires significant CSS refactoring) Tailwind 4 deferred: requires @reference directives in all CSS files using Tailwind utilities, which is a significant breaking change for the Lexical editor's custom CSS. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- y-websocket: 2.1.0 → 3.0.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- lexical: 0.24.0 → 0.39.0 - All @lexical/* packages updated to 0.39.0 - Removed lexical/react Vite aliases (no longer needed with v0.39) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.
closes #40 - all dependencies upgraded to latest apart from Tailwind