Skip to content

Update dependencies to Next.js 16 and latest stable versions for Vercel deployment#7

Draft
Copilot wants to merge 3 commits into
j/add-vatlines-codefrom
copilot/update-old-dependencies-to-vercel
Draft

Update dependencies to Next.js 16 and latest stable versions for Vercel deployment#7
Copilot wants to merge 3 commits into
j/add-vatlines-codefrom
copilot/update-old-dependencies-to-vercel

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 6, 2026

Updated all dependencies to latest stable versions. Next.js 15→16 requires configuration changes for Turbopack support.

Dependency Updates

Framework & Core

  • Next.js: 15.1.9 → 16.1.6 (Turbopack default, security fixes)
  • React/React-DOM: 19.0.0 → 19.2.4
  • @trpc/*: 11.5.1/next → 11.9.0
  • @tanstack/react-query: 5.39.0 → 5.90.20

Dev Dependencies

  • eslint-config-next: 14.1.3 → 16.1.6
  • TypeScript: 5.4.2 → 5.8.3
  • ESLint: 8.57.0 → 9.21.0
  • @typescript-eslint/*: 7.1.1 → 8.23.0

Removed

  • @types/next-auth (deprecated, types provided by package)
  • @types/socket.io-client (deprecated, types provided by package)

Configuration Changes

next.config.js

  • Removed eslint option (no longer supported in Next.js 16)
  • Added explicit turbopack: {} to silence warnings
  • Maintained webpack fallback for audio/SVG handling

vercel.json

  • Removed outputDirectory (auto-detected)
  • Removed incorrect rewrites configuration

tsconfig.json

  • Auto-updated by Next.js 16: jsx: "preserve""react-jsx"

Security

Reduced from 9 to 2 vulnerabilities. Remaining warnings are false positives from next-runtime-env's transitive dependency on Next.js 14.2.35 (app uses 16.1.6).


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
v-voice-switch Ready Ready Preview, Comment Feb 6, 2026 10:49pm

Co-authored-by: DivineWind04 <13426091+DivineWind04@users.noreply.github.com>
Co-authored-by: DivineWind04 <13426091+DivineWind04@users.noreply.github.com>
Copilot AI changed the title [WIP] Update old dependencies to Vercel Update dependencies to Next.js 16 and latest stable versions for Vercel deployment Feb 6, 2026
Copilot AI requested a review from DivineWind04 February 6, 2026 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants