Next.js Update #24
Reference in New Issue
Block a user
Delete Branch "adilallo/maintenence/NextjsUpdate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
CR-36: Update Next.js to 16.1.4 to Address Security Vulnerabilities
Overview
Upgrades Next.js from 15.2.4 to 16.1.4 to patch CVE-2025-55184 (DoS) and CVE-2025-55183 (source code exposure) in React Server Components.
Changes
eslintconfig fromnext.config.mjsglobalsandtypescript-eslintdependencies@storybook/addon-essentials(version conflict)@storybook/addon-a11yand@storybook/addon-interactionsScreenshots
N/A - Security upgrade, no visual changes
How to Test
npm run build(should succeed)npm test(929 tests should pass)npm run dev- verify homepage and blog pages loadnpm run storybook:build:github(should build successfully)npm run lint(523 pre-existing issues, not related to upgrade)Notes
addon-essentialsbundle to resolve version conflicts.