- Notifications
You must be signed in to change notification settings - Fork30.1k
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:vercel/next.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:v14.2.20
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:vercel/next.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:v14.2.21
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 6commits
- 197files changed
- 4contributors
Commits on Dec 11, 2024
Fix SWC and React versions for
14-2-1branch (#73791)- installs React v18 instead of latest in tests- removes Next.js v15 references from lockfile- installs "current" native SWC binaries instead of latest
Commits on Dec 12, 2024
Backport: Fix
unstable_allowDynamicwhen used with pnpm (#73765)> [!NOTE]> This is a backport of#73732 for Next.js 14.When using dependencies in Middleware that make use of dynamic codeevaluation, Next.js emits a build error because this is not supported inthe Edge runtime.In rare cases, when the code can not be reached at runtime and can't beremoved by tree-shaking, users might opt in to using the`unstable_allowDynamic` config.When combined with pnpm, the provided glob patterns as documented athttps://nextjs.org/docs/messages/edge-dynamic-code-evaluation#possible-ways-to-fix-itdid not match correctly because of pnpm's use of the `.pnpm` directory.To fix the pattern matching, we need to provide the `dot` option to[picomatch](https://github.com/micromatch/picomatch), which enablesdotfile matching._Side note: Ideally we would detect dynamic code evaluation after treeshaking, to reduce the number of cases where users need to revert tousing `unstable_allowDynamic`._fixes#51401
Commits on Dec 13, 2024
Commits on Dec 19, 2024
Backport (v14): Upgrade React from 14898b6a9 to 178c267a4e (#74115)
Updates React from 14898b6a9 to 178c267a4e.### React upstream changes-facebook/react#31842-facebook/react#31841
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v14.2.20...v14.2.21
Uh oh!
There was an error while loading.Please reload this page.