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.3.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.3.3
Choose a head ref
  • 20 commits
  • 82 files changed
  • 10 contributors

Commits on Apr 15, 2025

  1. [test] Activity has types and supports react-server (#78196)

    Backport of #78066 to 15.3.x
    
    ---------
    
    Co-authored-by: Sebastian "Sebbie" Silbermann <sebastian.silbermann@vercel.com>
    styfle and eps1lon authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    db5c9b6 View commit details
    Browse the repository at this point in the history
  2. fix: bump image-size@1.2.1 (#78149) (#78164)

    Backport of #78149 to 15.3.x
    styfle authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    a9e7a24 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. Configuration menu
    Copy the full SHA
    84e103b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. update learn allow branch

    huozhi committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    256e6f0 View commit details
    Browse the repository at this point in the history
  2. v15.3.1

    vercel-release-bot committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    fa536cf View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. Update middleware public/static matching (#78875)

    Backport of #78325 to 15.3.x
    ijjk authored May 6, 2025
    Configuration menu
    Copy the full SHA
    b464d18 View commit details
    Browse the repository at this point in the history
  2. [next-server] preserve rsc query for rsc redirects (#78876)

    Backport of #77963 to 15.3.x
    
    Co-authored-by: Jiachi Liu <inbox@huozhi.im>
    ijjk and huozhi authored May 6, 2025
    Configuration menu
    Copy the full SHA
    20f3120 View commit details
    Browse the repository at this point in the history
  3. fix(turbopack): Backport sourcemap bugfix (#78881)

    #78453 is a bugfix for sourcemap on windows
    kdy1 authored May 6, 2025
    Configuration menu
    Copy the full SHA
    b40778b View commit details
    Browse the repository at this point in the history
  4. fix(react-compiler): Fix detection of interest (#78879)

    Backport of #78874 to 15.3.x
    
    Co-authored-by: Donny/강동윤 <kdy1997.dev@gmail.com>
    ijjk and kdy1 authored May 6, 2025
    Configuration menu
    Copy the full SHA
    04176de View commit details
    Browse the repository at this point in the history
  5. @next/mdx: Use stable turbopack config options (#78880)

    Backport of #78261 to 15.3.x
    
    Co-authored-by: Will Binns-Smith <wbinnssmith@gmail.com>
    ijjk and wbinnssmith authored May 6, 2025
    Configuration menu
    Copy the full SHA
    d0b2f8a View commit details
    Browse the repository at this point in the history
  6. backport: fix(turbopack): Store persistence of wrapped task on RawVc:…

    …:LocalOutput (#78488) (#78883)
    
    This is a straightforward backport of
    #78488. There were only a few
    minor merge conficts.
    
    This *mostly* impacted use of Turbopack with persistent caching (which
    is canary-gated), but we saw some reports of it without persistent
    caching, so this backports the fix.
    
    Tested with
    
    ```
    cargo check
    cargo test -p turbo-tasks-backend
    cargo test -p turbo-tasks-memory
    ```
    bgw authored May 6, 2025
    Configuration menu
    Copy the full SHA
    3def5ff View commit details
    Browse the repository at this point in the history
  7. v15.3.2

    vercel-release-bot committed May 6, 2025
    Configuration menu
    Copy the full SHA
    d9ec4a4 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. Configuration menu
    Copy the full SHA
    bda731f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. fix(dev-overlay): Better handle edge-case file paths in launchEditor (#…

    …79526)
    
    Without this, some files may fail to open correctly.
    
    Internal discussion:
    https://vercel.slack.com/archives/C07UWUAF95Z/p1747261772629689
    bgw committed May 23, 2025
    Configuration menu
    Copy the full SHA
    06097fd View commit details
    Browse the repository at this point in the history
  2. fix(next-swc): Fix react compiler usefulness detector (15.3) (#79480)

    ### What?
    
    Fix the usefulness detector for the React Compiler
    
    ### Why?
    
    JSX was also a target of the React Compiler
    kdy1 authored May 23, 2025
    Configuration menu
    Copy the full SHA
    562fac7 View commit details
    Browse the repository at this point in the history
  3. fix(next-swc): Fix interestingness detection for React Compiler (15.3) (

    #79558)
    
    ### What?
    
    Add tests for the interestingness detection for the RC
    kdy1 authored May 23, 2025
    Configuration menu
    Copy the full SHA
    e2f264f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. Revert "[next-server] skip setting vary header for basic routes" (#79426

    )
    
    Reverts #77797
    Reinstate the `Vary` header to prevent browsers from incorrectly reusing
    RSC responses during bfcache restores.
    gaojude committed May 29, 2025
    Configuration menu
    Copy the full SHA
    ec202ec View commit details
    Browse the repository at this point in the history
  2. re-enable vary header deploy test (#79753)

    Since the corresponding change has been released in Vercel CLI, we can
    re-enable the test.
    gaojude committed May 29, 2025
    Configuration menu
    Copy the full SHA
    e18212f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18c8113 View commit details
    Browse the repository at this point in the history
  4. v15.3.3

    vercel-release-bot committed May 29, 2025
    Configuration menu
    Copy the full SHA
    3ab8db7 View commit details
    Browse the repository at this point in the history
Loading