Skip to content

Comments

Next 16#215

Merged
mdugue merged 7 commits intomainfrom
next-16
Nov 20, 2025
Merged

Next 16#215
mdugue merged 7 commits intomainfrom
next-16

Conversation

@mdugue
Copy link
Owner

@mdugue mdugue commented Nov 20, 2025

updates most dependencies

- Updated `package.json` to include `next typegen` in the TypeScript compilation command.
- Added `assertLocale` function in `i18n-config.ts` to validate locale strings.
- Removed `locale-page-type.ts` as its functionality is now integrated into other components.
- Refactored `layout.tsx` and `page.tsx` in the `[locale]` and `[sheet]` directories to utilize the new locale assertion and updated type definitions.
@vercel
Copy link

vercel bot commented Nov 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
manuel-dugue Ready Ready Preview Comment Nov 20, 2025 7:29am

Copy link

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

This PR updates the project to Next.js 16 and modernizes dependencies across the codebase. The changes include upgrading core framework versions, implementing stricter code quality standards through Ultracite, and adopting Next.js 16's new conventions.

Key changes:

  • Upgraded to Next.js 16 and React 19.2
  • Replaced custom tooling configuration with Ultracite preset for Biome
  • Adopted Next.js 16 type-safe routing with generated route types

Reviewed Changes

Copilot reviewed 40 out of 45 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
package.json Updated dependencies to Next.js 16, React 19.2, and related packages
next.config.ts Moved reactCompiler out of experimental configuration
tsconfig.json Changed JSX transform and added new Next.js type paths
middleware.ts Renamed middleware function to proxy
app/[locale]/layout.tsx Replaced custom LocalePageType with generated LayoutProps type
app/[locale]/[sheet]/page.tsx Adopted generated PageProps type for route parameters
biome.jsonc Updated to use Ultracite core/react/next presets
AGENTS.md, .github/copilot-instructions.md, .cursor/rules/ultracite.mdc Replaced verbose rule listings with concise Ultracite guidelines
gql/graphql.ts Auto-generated GraphQL type updates from schema changes
All other files Formatting changes (single to double quotes, code style consistency)

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@mdugue mdugue merged commit 36db0e1 into main Nov 20, 2025
3 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.

1 participant