Skip to content

chore(frontend): bump Next.js to 16.2.6#55

Merged
itz4blitz merged 1 commit into
masterfrom
copilot/fix-issue-in-release-1626
May 8, 2026
Merged

chore(frontend): bump Next.js to 16.2.6#55
itz4blitz merged 1 commit into
masterfrom
copilot/fix-issue-in-release-1626

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 8, 2026

Summary

  • bump next from 16.1.1 to 16.2.6 in apps/frontend
  • bump eslint-config-next to 16.2.6
  • refresh pnpm-lock.yaml to pull in the patched Next.js release

Why

The frontend uses the Next.js App Router and next/image with broad remote image access, so the security fixes shipped in v16.2.6 are applicable.

Validation

  • corepack pnpm --filter frontend lint ✅ (existing warnings only)
  • corepack pnpm --filter frontend test
  • corepack pnpm --filter frontend build ⚠️ fails before and after this change because next/font cannot fetch Geist/Geist Mono from Google Fonts in the sandboxed environment
  • parallel_validation

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 AI requested a review from itz4blitz May 8, 2026 00:18
@itz4blitz itz4blitz marked this pull request as ready for review May 8, 2026 00:56
Copilot stopped work on behalf of itz4blitz due to an error May 8, 2026 01:35
@itz4blitz itz4blitz requested a review from Copilot May 8, 2026 04:11
@itz4blitz itz4blitz merged commit bed69e7 into master May 8, 2026
7 of 8 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 next from 16.1.1 to 16.2.6 in apps/frontend.
  • Bump eslint-config-next to 16.2.6.
  • Refresh pnpm-lock.yaml to 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 thread pnpm-lock.yaml
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 thread pnpm-lock.yaml
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 thread pnpm-lock.yaml
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants