chore(frontend): bump Next.js to 16.2.6#55
Merged
Conversation
Agent-Logs-Url: https://github.com/itz4blitz/Logarr/sessions/8ae03c63-3008-4a5d-a690-b138e2f1943c Co-authored-by: itz4blitz <60281870+itz4blitz@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
itz4blitz
May 8, 2026 00:18
View session
Copilot stopped work on behalf of
itz4blitz due to an error
May 8, 2026 01:35
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the frontend’s Next.js tooling to a patched release (16.2.6) to pick up security fixes applicable to the App Router + broad remote next/image usage.
Changes:
- Bump
nextfrom16.1.1to16.2.6inapps/frontend. - Bump
eslint-config-nextto16.2.6. - Refresh
pnpm-lock.yamlto reflect the updated dependency graph.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
apps/frontend/package.json |
Pins next and eslint-config-next to 16.2.6 for the frontend workspace. |
pnpm-lock.yaml |
Updates lockfile entries for Next.js 16.2.6 and related transitive dependency/version shifts. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+5277
to
5280
| next@16.2.6: | ||
| resolution: {integrity: sha512-qOVgKJg1+At15NpeUP+eJgCHvTCgXsogweq87Ri/Ix7PkqQHg4sdaXmSFqKlgaIXE4kW0g25LE68W87UANlHtw==} | ||
| engines: {node: '>=20.9.0'} | ||
| hasBin: true |
Comment on lines
+4115
to
+4118
| eslint-visitor-keys@5.0.1: | ||
| resolution: {integrity: sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==} | ||
| engines: {node: ^20.19.0 || ^22.13.0 || >=24} | ||
|
|
Comment on lines
2927
to
2930
| '@ungap/structured-clone@1.3.0': | ||
| resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} | ||
| deprecated: Potential CWE-502 - Update to 1.3.1 or higher | ||
|
|
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.
Summary
nextfrom16.1.1to16.2.6inapps/frontendeslint-config-nextto16.2.6pnpm-lock.yamlto pull in the patched Next.js releaseWhy
The frontend uses the Next.js App Router and
next/imagewith broad remote image access, so the security fixes shipped inv16.2.6are applicable.Validation
corepack pnpm --filter frontend lint✅ (existing warnings only)corepack pnpm --filter frontend test✅corepack pnpm --filter frontend buildnext/fontcannot fetch Geist/Geist Mono from Google Fonts in the sandboxed environmentparallel_validation✅