Skip to content

Update Next.js to 16.0.7#8

Merged
howyi merged 3 commits intomainfrom
copilot/update-nextjs-to-latest-version
Dec 6, 2025
Merged

Update Next.js to 16.0.7#8
howyi merged 3 commits intomainfrom
copilot/update-nextjs-to-latest-version

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 4, 2025

  • Update Next.js from 15.4.2-canary.35 to the latest stable version (16.0.7)
  • Update @next/env to match the new Next.js version (16.0.7)
  • Run pnpm install to install updated dependencies and update lockfile
  • Run typecheck to ensure no TypeScript errors
  • Fix biome lint error (sort imports in account/page.tsx)
  • Run security check - no vulnerabilities found
  • Run code review - no issues found
Original prompt

This section details on the original issue you should resolve

<issue_title>nextjsを最新版にアップデート</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: howyi <6592938+howyi@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Next.js to the latest version Update Next.js to 16.0.7 Dec 4, 2025
Copilot AI requested a review from howyi December 4, 2025 16:29
@howyi howyi marked this pull request as ready for review December 4, 2025 16:30
@howyi
Copy link
Copy Markdown
Owner

howyi commented Dec 6, 2025

biomeのlintがエラーとなっているので追加で修正して

Copy link
Copy Markdown
Owner

@howyi howyi left a comment

Choose a reason for hiding this comment

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

biome lintでエラー

Co-authored-by: howyi <6592938+howyi@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Dec 6, 2025

biome lintでエラー

Fixed in f9dacad. Ran biome check --write --unsafe to sort the imports in account/page.tsx.

biomeのlintがエラーとなっているので追加で修正して

Fixed in f9dacad. The import order in app/(protected)/account/page.tsx has been sorted using pnpm lintf.

Copilot AI requested a review from howyi December 6, 2025 10:59
@howyi howyi merged commit 3698a18 into main Dec 6, 2025
2 checks passed
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.

nextjsを最新版にアップデート

2 participants