Upgrade Next.js and ESLint config to 16.0.10

✅ merged · #2 · LegalAIDev/mike ← LegalAIDev/mike · opened 27d ago by LegalAIDev · merged 27d ago by LegalAIDev · self · +120-144 across 2 files · ↗ on GitHub

From the PR description

Summary

This PR updates the Next.js framework and its associated ESLint configuration to the latest patch version.

Changes

  • Upgraded next from 16.0.3 to ^16.0.10
  • Upgraded eslint-config-next from 16.0.3 to ^16.0.10

Details

Both dependencies are updated to use the caret (^) version specifier, allowing for automatic patch and minor version updates within the 16.x range. This ensures the project benefits from bug fixes and improvements in the Next.js 16.0.x release line while maintaining compatibility with the current major version.

https://claude.ai/code/session_01Aft1gooJJZpGTXoK3u2xao

Commits in this PR (1)

SHA Subject Author Date
fd26f7fa fix: upgrade next from 16.0.3 to ^16.0.10 to resolve security vulnerability Claude 2026-04-30 ↗ GitHub
next@16.0.3 was deprecated due to CVE-2025-66478. Updating to ^16.0.10
resolves to 16.2.4 (patched), fixing the Railway npm install failure.

https://claude.ai/code/session_01Aft1gooJJZpGTXoK3u2xao

Capture this PR into my fork

Download a Markdown prompt that tells Claude how to port every commit in this PR into your working tree. Run it via claude -p < capture-pull-2.md from inside the repo you want the changes in.

⬇ Download capture-pull-2.md