Skip to content

chore(ui): upgrade frontend dependencies#1470

Merged
EItanya merged 1 commit intokagent-dev:mainfrom
jsonmp-k8:ui-deps-upgrade
Mar 10, 2026
Merged

chore(ui): upgrade frontend dependencies#1470
EItanya merged 1 commit intokagent-dev:mainfrom
jsonmp-k8:ui-deps-upgrade

Conversation

@jsonmp-k8
Copy link
Contributor

Summary

  • Upgrades all UI dependencies to latest compatible versions
  • Resolves all npm audit vulnerabilities (0 remaining)

Dependencies upgraded

Package From To Type
next 16.1.4 16.1.6 Patch
react 19.2.3 19.2.4 Patch
react-dom 19.2.3 19.2.4 Patch
react-hook-form 7.71.1 7.71.2 Patch
lucide-react 0.562.0 0.577.0 Minor
tailwind-merge 3.4.0 3.5.0 Minor
zod 4.3.5 4.3.6 Patch
zustand 5.0.10 5.0.11 Patch
@a2a-js/sdk 0.3.8 0.3.10 Patch
@types/node 25.0.9 25.4.0 Minor
@types/react 19.2.9 19.2.14 Patch
eslint-config-next 16.1.4 16.1.6 Patch
jest 30.2.0 30.3.0 Minor
cypress 15.9.0 15.11.0 Minor
+ other dev deps (msw, postcss, autoprefixer, etc.)

Skipped (major version, require migration)

  • eslint 9.x → 10.x
  • tailwindcss 3.x → 4.x

Test plan

  • npm run lint passes
  • npm run build succeeds
  • npm test — all 107 tests pass
  • CI pipeline passes

Upgrade all UI dependencies to latest compatible versions:

Dependencies:
- next: 16.1.4 → 16.1.6
- react: 19.2.3 → 19.2.4
- react-dom: 19.2.3 → 19.2.4
- react-hook-form: 7.71.1 → 7.71.2
- lucide-react: 0.562.0 → 0.577.0
- tailwind-merge: 3.4.0 → 3.5.0
- zod: 4.3.5 → 4.3.6
- zustand: 5.0.10 → 5.0.11
- @a2a-js/sdk: 0.3.8 → 0.3.10
- sonner: 2.0.7 → 2.0.9

Dev dependencies:
- @types/node: 25.0.9 → 25.4.0
- @types/react: 19.2.9 → 19.2.14
- eslint-config-next: 16.1.4 → 16.1.6
- @eslint/eslintrc: 3.3.3 → 3.3.5
- @jest/globals: 30.2.0 → 30.3.0
- jest: 30.2.0 → 30.3.0
- jest-environment-jsdom: 30.2.0 → 30.3.0
- cypress: 15.9.0 → 15.11.0
- msw: 2.12.7 → 2.12.10
- postcss: 8.5.6 → 8.5.8
- autoprefixer: 10.4.23 → 10.4.27
- start-server-and-test: 2.1.3 → 2.1.5

Skipped major upgrades (require migration):
- eslint 9.x → 10.x
- tailwindcss 3.x → 4.x

Verified: lint passes, build succeeds, all 107 tests pass.

Signed-off-by: Jaison Paul <paul.jaison@gmail.com>
Copilot AI review requested due to automatic review settings March 10, 2026 03:48
@jsonmp-k8 jsonmp-k8 requested a review from peterj as a code owner March 10, 2026 03:48
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR upgrades frontend dependencies in the UI package to their latest compatible patch/minor versions, resolving all npm audit vulnerabilities.

Changes:

  • Bumps production dependencies (lucide-react) and dev dependencies (@types/node, @types/react, eslint-config-next) to newer versions
  • Skips breaking major version upgrades (ESLint 10.x, Tailwind 4.x)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@EItanya EItanya merged commit d709de0 into kagent-dev:main Mar 10, 2026
26 of 27 checks passed
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.

3 participants