Draft
Conversation
- Updated root dependencies (prettier 3.8.1, turbo 2.8.11) - Updated web app deps (ai-sdk 3.x, tailwindcss 4.2.1, next 16.1.6, etc.) - Updated various workspace packages to latest versions - Pinned ESLint to 9.27 due to eslint-plugin-react compatibility issues with v10 - Fixed type errors in tool.tsx (added new ToolUIPart states) - Fixed type error in day-of-week-field.tsx (ToggleGroup callback) Co-authored-by: Jean P.D. Meijer <JeanMeijer@users.noreply.github.com>
|
Cursor Agent can help with this pull request. Just |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Description
Upgraded all packages across the monorepo, including:
prettierto 3.8.1,turboto 2.8.11ai-sdkto 3.x,tailwindcssto 4.2.1,nextto 16.1.6,reactto 19.2.4, and many others@types/nodeto 25.x,drizzle-kitto 0.31.9,postgresto 3.4.8Key changes and fixes:
ESLintto v9.27 due to incompatibility witheslint-plugin-reactat v10.aipackage upgrade by adding newToolUIPartstates (approval-requested,approval-responded,output-denied).Screenshots / Recordings
N/A
Type of Change
Related Areas
Testing
Checklist
Notes
(Optional) Add anything else you'd like to share.
By submitting, I confirm I understand and stand behind this code. If AI was used, I’ve reviewed and verified everything myself.
Summary by cubic
Upgraded dependencies across the monorepo to current stable versions, including Next 16.1.6, React 19.2.4, Tailwind 4.2.1, and ai-sdk 3.x. Fixed type errors from the AI upgrades and pinned ESLint to 9.27 for plugin compatibility.
Dependencies
Bug Fixes
Written for commit d49d0a1. Summary will update on new commits.