chore(web): upgrade Next app to 16#58
Closed
code-yeongyu wants to merge 4 commits into
Closed
Conversation
Contributor
|
Thanks for the PR! Changes to LazyCodex land through oh-my-openagent — could you open this against omo-codex over there instead? PRs in this repository can't be merged. If you're working with a coding agent, prompt it like this:
|
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
packages/webto Next.js 16.2.9, React 19.2.7, pnpm 11.7.0, TypeScript 6.0.3, and current secure web tooling dependencies.Verification
pnpm run buildpnpm run lintpnpm run type-checkpnpm audit --json→ 0 vulnerabilitiespnpm audit signatures→ 583 verified signaturesCI=true pnpm exec playwright test --grep-invert @lighthouse→ 47 passedCI=true pnpm run test:lighthouse→ mobile and desktopperf=100 a11y=100 bp=100 seo=100via Playwright/Node API, not Lighthouse CLIdiffPixels=0,alphaChannelIntact=true/_next/mcpdev endpointNotes
Summary by cubic
Upgrade
packages/webto Next.js 16 with React 19 and TypeScript 6, addnext-devtools-mcpfor local diagnostics, and align CI/deploy topnpm@11.7.0. Locks down vulnerable transitive deps and keeps the UI unchanged with stable tests and 0 audit issues.Dependencies
next@16.2.9,react@19.2.7,react-dom@19.2.7,typescript@6.0.3,@playwright/test@1.61.0,lighthouse@13.4.0,tailwindcss@4.3.1,@biomejs/biome@2.5.0,geist@^1.7.2.pnpm@11.7.0; browserslist targets raised.overrides:@opentelemetry/core@2.8.0,esbuild@0.28.1,postcss@8.5.15,ws@8.21.0..mcp.jsonto enablenext-devtools-mcp; addAGENTS.mdguidance.tsconfig:jsx: "react-jsx"and include Next 16 dev type paths.Migration
pnpm@11.7.0and Node >=22, thenpnpm install.build/lint/type-checkflow unchanged./_next/mcpwhen dev server runs.@playwright/test@1.61.0.Written for commit 7f50812. Summary will update on new commits.