-
Notifications
You must be signed in to change notification settings - Fork 28.8k
Permalink
Choose 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 or
learn 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
base: v14.2.21
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: vercel/next.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v14.2.26
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 93 files changed
- 7 contributors
Commits on Dec 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7f2879 - Browse repository at this point
Copy the full SHA a7f2879View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c06474 - Browse repository at this point
Copy the full SHA 6c06474View commit details
Commits on Dec 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for adfe537 - Browse repository at this point
Copy the full SHA adfe537View commit details
Commits on Jan 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a85f441 - Browse repository at this point
Copy the full SHA a85f441View commit details
Commits on Jan 7, 2025
-
Backport: Use provided waitUntil for pending revalidates (#74164) (#7…
…4573) This backports #74164 to leverage built-in waitUntil if available instead of using the approach that keeps the stream open until the waitUntil promise resolves. x-ref: [slack thread](https://vercel.slack.com/archives/C02K2HCH5V4/p1736211642221149?thread_ts=1734707275.666089&cid=C02K2HCH5V4)
Configuration menu - View commit details
-
Copy full SHA for d60bb1b - Browse repository at this point
Copy the full SHA d60bb1bView commit details -
backport: force module format for virtual client-proxy (#74162) (#74590)
Fixes #74062 (`jotai` ran into this error [when they added `"type": "commonjs"` to their package.json](pmndrs/jotai#2579 (reply in thread))) > this is a bug in the transform we do when a `'use client'` directive is encountered. I think what's happening is that we're creating a virtual file that uses ESM import/export syntax, but it's called proxy.js (not proxy.mjs), so the `"type": "commonjs" `makes turbopack "correctly" upset at the ESM syntax. #74062 (comment) The (slightly kludgy) solution is to use `proxy.mjs` or `proxy.cjs` to force the module format, bypassing the issue where `proxy.js` changes meaning depending on `package.json#type`.
Configuration menu - View commit details
-
Copy full SHA for c4bf4ac - Browse repository at this point
Copy the full SHA c4bf4acView commit details -
Configuration menu - View commit details
-
Copy full SHA for f27ce02 - Browse repository at this point
Copy the full SHA f27ce02View commit details
Commits on Feb 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8129a61 - Browse repository at this point
Copy the full SHA 8129a61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5791cb6 - Browse repository at this point
Copy the full SHA 5791cb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c482c20 - Browse repository at this point
Copy the full SHA c482c20View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba6453d - Browse repository at this point
Copy the full SHA ba6453dView commit details
Commits on Feb 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 756be15 - Browse repository at this point
Copy the full SHA 756be15View commit details
Commits on Mar 17, 2025
-
[backport] Update middleware request header (#77202)
Backports #77201 to v14 release branch
Configuration menu - View commit details
-
Copy full SHA for 5fd3ae8 - Browse repository at this point
Copy the full SHA 5fd3ae8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d36a1f3 - Browse repository at this point
Copy the full SHA d36a1f3View commit details
Commits on Mar 24, 2025
-
Match subrequest handling for edge and node (#77476)
Backports #77474 to v14
Configuration menu - View commit details
-
Copy full SHA for 8a511d6 - Browse repository at this point
Copy the full SHA 8a511d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10a042c - Browse repository at this point
Copy the full SHA 10a042cView commit details
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.21...v14.2.26