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: opennextjs/opennextjs-netlify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.11.2
Choose a base ref
...
head repository: opennextjs/opennextjs-netlify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.11.3
Choose a head ref
  • 18 commits
  • 31 files changed
  • 5 contributors

Commits on May 21, 2025

  1. chore(deps): update dependency @netlify/config to ^23.0.3 (#2941)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 21, 2025
    Configuration menu
    Copy the full SHA
    7afb48d View commit details
    Browse the repository at this point in the history
  2. fix(deps): update dependency @netlify/plugin-nextjs to ^5.11.2 (#2942)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 21, 2025
    Configuration menu
    Copy the full SHA
    b43474c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. chore: add skip entry for renamed e2e test (#2943)

    This test suite file was moved in vercel/next.js#77630.
    
    This results in it showing up as failed in new reports:
    https://682e414a03ba12f55c5f417b--runtime-e2e-report.netlify.app/.
    
    Example run here:
    https://github.com/opennextjs/opennextjs-netlify/actions/runs/15163298543#summary-42664185436.
    
    I also clarified the `reason` field.
    
    We could do something gross to expect the Netlify default 404 page or configure a custom 404 page
    that mimics Vercel's... but I don't think it's worth it.
    serhalp authored May 22, 2025
    Configuration menu
    Copy the full SHA
    76caa5a View commit details
    Browse the repository at this point in the history
  2. chore: fix team name in codeowners (#2944)

    We missed this when moving to this org. This is why PRs don't get the reviewer auto-assigned!
    serhalp authored May 22, 2025
    Configuration menu
    Copy the full SHA
    76f610f View commit details
    Browse the repository at this point in the history
  3. chore(deps): update netlify packages (#2932)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 22, 2025
    Configuration menu
    Copy the full SHA
    6f419ee View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. chore(deps): update netlify packages (#2945)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 26, 2025
    Configuration menu
    Copy the full SHA
    baba6c2 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. chore(deps): update dependency @netlify/functions to ^3.1.9 (#2946)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 27, 2025
    Configuration menu
    Copy the full SHA
    5d12caf View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @netlify/functions to ^3.1.10 (#2948)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 27, 2025
    Configuration menu
    Copy the full SHA
    77dec56 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. chore(deps): update netlify packages (#2950)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 29, 2025
    Configuration menu
    Copy the full SHA
    1f8ae92 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. chore(deps): update dependency @netlify/edge-functions to ^2.14.5 (#2958

    )
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    a44390d View commit details
    Browse the repository at this point in the history
  2. test: print cli output when timing out (#2959)

    * test: log deploy output on timed out deploys
    
    * tmp: test logging timed out deploys
    
    * Revert "tmp: test logging timed out deploys"
    
    This reverts commit 7a22d98.
    
    * test: clear deploy logs to avoid printing them twice
    pieh authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    f4c012f View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

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

Commits on Jun 13, 2025

  1. chore(deps): update netlify packages (#2966)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    32c4acc View commit details
    Browse the repository at this point in the history
  2. test: use a unique deploy alias per test group to avoid deploy concur…

    …rency issues (#2964)
    
    * test: use a unique deploy alias per test group
    
    See inline comment.
    
    * test(deps): pin netlify-cli for now
    
    There was a regression introduced in 21.3.0 and fixed in 22.0.0 But we cannot bump to 22.0.0 at the moment.
    
    The regression causes builds to auto-install the Neon extension unconditionally.
    serhalp authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    c3559c9 View commit details
    Browse the repository at this point in the history
  3. ci(e2e): disable e2e test cleanup (#2968)

    See inline comments
    serhalp authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    39b0fd4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. fix: don't 404 on prefetches to fully static pages router pages when …

    …middleware is present (#2957)
    
    * test: expand middleware + json data e2e tests
    
    * fix: disable instead of removing middleware from lambda
    
    * test: make rewrite test case conditional on next.js version being used
    
    ---------
    
    Co-authored-by: Mateusz Bocian <mrstork@users.noreply.github.com>
    pieh and mrstork authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    7af10ec View commit details
    Browse the repository at this point in the history
  2. test: add handling for moved skipped tests (#2970)

    See vercel/next.js@3f9f403
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    serhalp and pieh authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    a3a18d4 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 5.11.3 (#2971)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Mateusz Bocian <mrstork@users.noreply.github.com>
    github-actions[bot] and mrstork authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    5f86878 View commit details
    Browse the repository at this point in the history
Loading