Upgrade to Next.js 15.5.21 + React 19 (security) - #19
Merged
Conversation
…visories) - next 14.2.35 -> 15.5.18 (closes GHSA-8h8q-6873-q5fj and 5 more from #13) - react/react-dom 18 -> 19, @types/* to match (required by Next 15 App Router) - react-leaflet 4 -> 5 (React 19 compatible, same component API) - eslint-config-next 14 -> 15 - route.ts: params is now a Promise in Next 15 - await it Verified: npm run build passes clean; prod server smoke-tested locally.
This was referenced Aug 22, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supersedes #13 and #18 — fixes all security advisories listed there.
Changes
next14.2.35 → 15.5.21react/react-dom→ 19 (+ @types)react-leaflet4 → 5eslint-config-next→ 15route.ts: awaited asyncparams(Next 15 requirement)Verified: production build passes on 15.5.18 and 15.5.21; homepage + tiles API smoke-tested under
next start. Closes #13, #18.