-
Notifications
You must be signed in to change notification settings - Fork 30.7k
Comparing changes
Open a pull request
base repository: vercel/next.js
base: v15.1.0
head repository: vercel/next.js
compare: v15.1.4
- 19 commits
- 167 files changed
- 9 contributors
Commits on Dec 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ada25fc - Browse repository at this point
Copy the full SHA ada25fcView commit details -
backport: refactor collectAppPageSegments (#73996)
Backports: - #73908
Configuration menu - View commit details
-
Copy full SHA for e83ab18 - Browse repository at this point
Copy the full SHA e83ab18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c8187a - Browse repository at this point
Copy the full SHA 0c8187aView commit details
Commits on Dec 17, 2024
-
backport: fix(turbo): sassOptions silenceDeprecations was not overwri…
…tten with user options (#74005) Backports: - #73937 Co-authored-by: Jiwon Choi <[email protected]> Co-authored-by: Donny/강동윤 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d27bb14 - Browse repository at this point
Copy the full SHA d27bb14View commit details -
Configuration menu - View commit details
-
Copy full SHA for d137863 - Browse repository at this point
Copy the full SHA d137863View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4384c68 - Browse repository at this point
Copy the full SHA 4384c68View commit details
Commits on Dec 19, 2024
-
Backport (v15): Update React from 7283a213-20241206 to 65e06cb7-20241…
…218 (#74117) [diff facebook/react@7283a213...65e06cb7](facebook/react@7283a21...65e06cb) <details> <summary>React upstream changes</summary> - [Merge 4af40315c864c4467aa1a2fb61b9c05b7d180e3e into 7283a213dbbc31029e65005276f12202558558fc facebook/react@65e06cb77](facebook/react@65e06cb) (Josh Story) - facebook/react#31840 </details>
Configuration menu - View commit details
-
Copy full SHA for 40c9424 - Browse repository at this point
Copy the full SHA 40c9424View commit details -
Configuration menu - View commit details
-
Copy full SHA for df392a1 - Browse repository at this point
Copy the full SHA df392a1View commit details
Commits on Dec 24, 2024
-
Backport v15: Retry manifest file loading only in dev mode (#73900) (#…
…74283) Backports: - #73900 Co-authored-by: Hendrik Liebau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d880a3 - Browse repository at this point
Copy the full SHA 7d880a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 221d18b - Browse repository at this point
Copy the full SHA 221d18bView commit details
Commits on Dec 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4cbaaa1 - Browse repository at this point
Copy the full SHA 4cbaaa1View commit details
Commits on Jan 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5a501d3 - Browse repository at this point
Copy the full SHA 5a501d3View commit details -
chore(docs): update version history of
next/image(#73923) (#74570)Backport #73923 to 15.1.x
Configuration menu - View commit details
-
Copy full SHA for 7b195a8 - Browse repository at this point
Copy the full SHA 7b195a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d253ac5 - Browse repository at this point
Copy the full SHA d253ac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc6acf6 - Browse repository at this point
Copy the full SHA bc6acf6View commit details -
Use provided waitUntil for pending revalidates (#74164) (#74604)
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 a46f27f - Browse repository at this point
Copy the full SHA a46f27fView commit details -
Fix prerender tags when notFound is called (#74577) (#74607)
This backports #74577 which ensures we don't lose tags added to a page before notFound() is called.
Configuration menu - View commit details
-
Copy full SHA for 6f6766a - Browse repository at this point
Copy the full SHA 6f6766aView commit details -
backport: force module format for virtual client-proxy (#74162) (#74608)
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 dcb208e - Browse repository at this point
Copy the full SHA dcb208eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f2588 - Browse repository at this point
Copy the full SHA 48f2588View commit details
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 v15.1.0...v15.1.4