Skip to content

chore: upgrade all dependencies to latest#4

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/fix-62923776-948571220-9628407f-4800-4089-9e23-0d9d4e0988e8
Draft

chore: upgrade all dependencies to latest#4
Copilot wants to merge 2 commits intomainfrom
copilot/fix-62923776-948571220-9628407f-4800-4089-9e23-0d9d4e0988e8

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 24, 2026

  • Identify all current dependencies and their latest versions
  • Upgrade all dependencies (both dependencies and devDependencies) to their latest versions using pnpm update --latest
  • Check for any security advisories on new dependency versions — no vulnerabilities found
  • Fix any breaking changes from dependency upgrades — no breaking changes, build and lint pass
  • Verify the project builds successfully (pnpm build) ✅
  • Verify linting passes (pnpm lint) ✅
  • Run code review — no issues found ✅
  • Run CodeQL checks — no issues found ✅

Dependency upgrades:

dependencies:

Package Before After
@ark-ui/react 5.18.3 5.32.0
@react-spring/web 9.7.5 10.0.3
react 19.0.0 19.2.4
react-dom 19.0.0 19.2.4

devDependencies:

Package Before After
@eslint/js 9.21.0 10.0.1
@types/react 19.0.10 19.2.14
@types/react-dom 19.0.4 19.2.3
@vanilla-extract/css 1.17.4 1.18.0
@vanilla-extract/vite-plugin 5.1.1 5.1.4
@vitejs/plugin-react 4.3.4 5.1.4
eslint 9.21.0 10.0.2
eslint-plugin-react-hooks 5.2.0 7.0.1
eslint-plugin-react-refresh 0.4.19 0.5.2
globals 15.15.0 17.3.0
typescript 5.7.3 5.9.3
typescript-eslint 8.26.0 8.56.1
vite 6.2.0 7.3.1

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@vercel
Copy link
Copy Markdown

vercel bot commented Feb 24, 2026

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

Project Deployment Actions Updated (UTC)
react-coverflow Ready Ready Preview, Comment Feb 24, 2026 10:15am

Co-authored-by: lee-donghyun <62923776+lee-donghyun@users.noreply.github.com>
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