From 41bb0d53bb2f5cf6744058abda94e2aeca75f570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 06:40:01 +0000 Subject: [PATCH 1/2] chore(deps): bump next from 16.2.12 to 16.3.0 in /ui Bumps [next](https://github.com/vercel/next.js) from 16.2.12 to 16.3.0. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v16.2.12...v16.3.0) --- updated-dependencies: - dependency-name: next dependency-version: 16.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 2d04520..7aacdf9 100644 --- a/ui/package.json +++ b/ui/package.json @@ -30,7 +30,7 @@ "date-fns": "^4.1.0", "hls.js": "^1.6.15", "lucide-react": "^1.22.0", - "next": "16.2.12", + "next": "16.3.0", "next-intl": "^4.6.1", "react": "19.2.8", "react-dom": "19.2.8", From 77ace99ecea1f23a9ed15e5b0c3e31f1f04f87b5 Mon Sep 17 00:00:00 2001 From: rennerdo30 <9086097+rennerdo30@users.noreply.github.com> Date: Thu, 13 Aug 2026 19:48:00 +0900 Subject: [PATCH 2/2] chore(deps-dev): bump eslint-config-next to 16.3.0 to match next next and eslint-config-next are exact-pinned to the same version line; they must be upgraded together. --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 7aacdf9..7e8c7ce 100644 --- a/ui/package.json +++ b/ui/package.json @@ -54,7 +54,7 @@ "@vitejs/plugin-react": "^6.0.1", "@vitest/coverage-v8": "^4.1.0", "eslint": "^9", - "eslint-config-next": "16.2.12", + "eslint-config-next": "16.3.0", "jsdom": "^30.0.1", "tailwindcss": "^4", "typescript": "^6",