Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Oct 1, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

chloe-yan and others added 9 commits October 1, 2025 14:34
## Overview
This PR replaces the existing Next.js boilerplate with a new minimal
design in light and dark themes.

<img width="1512" height="856" alt="light"
src="https://github.com/user-attachments/assets/542f1a8a-3ee1-466d-9446-e7cdb6ecf3b8"
/>
<img width="3024" height="1710" alt="dark"
src="https://github.com/user-attachments/assets/afb89daa-8bcf-4173-9d47-b7fb2fad70bb"
/>

## Testing

1. Run `pnpm build` at root
2. Enter the template directory (e.g. `cd
packages/create-next-app/templates/app/ts`) then install its
dependencies `pnpm i`
3. Run `pnpm next dev packages/create-next-app/templates/app/ts` at root
4. Open [localhost:3000](http://localhost:3000/)

---------

Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Co-authored-by: rauno <freiberggg@gmail.com>
Co-authored-by: skullface <skullface@users.noreply.github.com>
This PR removed the deprecated `unstable_rootParams`. This feature was
not documented.
To be improved by better NFT....
1. Added functionality to change the package name in the rspack release
CI.
2. Fixed a bug in the get_resolve method of the NextExternalsPlugin.
3. Prepared the @next/rspack-core for the 1.0.0 version release.
)

## What?

Adds a fast path when there is an existing match already from matching
earlier in the request lifecycle. This works for the majority of cases
except for Parallel Routes as it will end up finding the wrong bundle
path. That is fundamentally related to the implementation of parallel
routes and where the bundles are created (under the specific parallel
route name). This will need a larger refactor to fix but that doesn't
have to block landing the fast path for all other cases.
Co-authored-by: Sebastian Sebbie Silbermann <sebastian.silbermann@vercel.com>
@pull pull bot locked and limited conversation to collaborators Oct 1, 2025
@pull pull bot added the ⤵️ pull label Oct 1, 2025
@pull pull bot merged commit 79706a3 into code:canary Oct 1, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants