Skip to content
Permalink

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: v15.1.0
Choose a base ref
...
head repository: vercel/next.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v15.1.4
Choose a head ref
  • 19 commits
  • 167 files changed
  • 9 contributors

Commits on Dec 16, 2024

  1. Designate as backport branch

    eps1lon authored and ztanner committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    ada25fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e83ab18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c8187a View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. 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]>
    3 people authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    d27bb14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d137863 View commit details
    Browse the repository at this point in the history
  3. v15.1.1

    vercel-release-bot committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    4384c68 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. 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>
    ztanner authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    40c9424 View commit details
    Browse the repository at this point in the history
  2. v15.1.2

    vercel-release-bot committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    df392a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2024

  1. Configuration menu
    Copy the full SHA
    7d880a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    221d18b View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2024

  1. v15.1.3

    vercel-release-bot committed Dec 26, 2024
    Configuration menu
    Copy the full SHA
    4cbaaa1 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. chore(next/image): improve imgopt api bypass detection for unsupporte…

    …d images (#74569)
    
    Backport #73909 to 15.1.x
    styfle authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    5a501d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b195a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d253ac5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc6acf6 View commit details
    Browse the repository at this point in the history
  5. 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)
    ijjk authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    a46f27f View commit details
    Browse the repository at this point in the history
  6. 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.
    ijjk authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    6f6766a View commit details
    Browse the repository at this point in the history
  7. 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`.
    lubieowoce authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    dcb208e View commit details
    Browse the repository at this point in the history
  8. v15.1.4

    vercel-release-bot committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    48f2588 View commit details
    Browse the repository at this point in the history
Loading