chore(deps): bump next.js version#1112
Conversation
|
/bigbonk review |
commit: |
|
There was a problem hiding this comment.
Straightforward dependency bump. Reviewed all four files:
-
pnpm-workspace.yaml— Catalog bumpednextfrom16.2.3to16.2.5. Also addsnexttominimumReleaseAgeExclude, which makes sense since Next.js is a core dependency that should be updatable without the 24h release age gate. -
benchmarks/nextjs/package.json— Pinned versions bumped for the Next.js baseline benchmark (next16.2.3→16.2.5,react/react-dom19.2.4→19.2.6). This package is correctly outside the pnpm workspace since it's the vanilla Next.js comparison target. -
.github/workflows/ci.yml—create-next-appversion bumped from16.2.3to16.2.5to match. -
pnpm-lock.yaml— Lockfile correctly reflects the version changes across all workspace consumers. Also cleans up stalebaseline-browser-mapping@2.10.0andcaniuse-lite@1.0.30001776entries that are no longer needed (Next.js 16.2.5 depends on the newer versions already present in the lockfile).
LGTM — CI still running but Check has already passed.
|
Reviewed and approved PR #1112. Summary of what the PR does:
Everything is consistent and CI Check has passed. The remaining CI jobs (Vitest, E2E, deploys) are still running. |
eed363a to
cf6dcbd
Compare
No description provided.