chore: update all dependencies to latest versions#103
Open
Conversation
Major updates include biome 2.x, vite 8.x, vitest 4.x, turbo 2.9, Next.js 16.2, React 19.2, ai SDK 6.x, and zod 4.x. TypeScript pinned to 5.8.3 via pnpm override (TS 6 not yet supported by tsup). Legacy tsconfig adjusted for TS6 compat (ignoreDeprecations). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Migrate Tailwind CSS v3 → v4: use @tailwindcss/postcss plugin, CSS-first config with @import/@theme/@plugin directives - Fix AI SDK v6 breaking changes: move useObject import to @ai-sdk/react, rename maxTokens → maxOutputTokens - Migrate biome 1.x → 2.x: update schema, enable tailwindDirectives - Fix import assertions syntax (assert → with) - Auto-fix biome import sorting across all files Co-Authored-By: Claude Opus 4.6 (1M context) <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.
Major updates include biome 2.x, vite 8.x, vitest 4.x, turbo 2.9, Next.js 16.2, React 19.2, ai SDK 6.x, and zod 4.x. TypeScript pinned to 5.8.3 via pnpm override (TS 6 not yet supported by tsup). Legacy tsconfig adjusted for TS6 compat (ignoreDeprecations).