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.8.0
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.8.1
Choose a head ref
  • 19 commits
  • 27 files changed
  • 6 contributors

Commits on Oct 16, 2024

  1. ci: fix next.js repo tests workflow for 13.5.1 (#2671)

    The latest Ubuntu (24.04) doesn't work out of the box with older versions of playwright.
    
    next@latest and next@canary have been updated: vercel/next.js#71312.
    
    13.5.1 has not been
    serhalp authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    01651dc View commit details
    Browse the repository at this point in the history
  2. ci: fix e2e report workflow missing netlify CLI (#2673)

    * chore(deps): use netlify-cli dev dep where possible
    
    Ubuntu 24.04 (now ubuntu-latest) has removed the `netlify` CLI :(
    
    We were installing it manually in some CI workflows, but not the e2e report one, which started
    failing.
    
    This fixes that by pulling in the easy parts of #2484.
    
    * ci: run next.js deps with netlify-cli dev dep
    serhalp authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0ce5df5 View commit details
    Browse the repository at this point in the history
  3. chore(deps): add netlify-cli dev dep to e2e-report/ (#2674)

    We only install this pseudo-monorepo-package's deps in the e2e report CI workflow, not the root
    deps. Follow-up to #2673.
    serhalp authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fb4ae6d View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency @netlify/blobs to ^8.1.0 (#2661)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    renovate[bot] and kodiakhq[bot] authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    32a7b3f View commit details
    Browse the repository at this point in the history
  5. fix(deps): update dependency @netlify/plugin-nextjs to ^5.8.0 (#2672)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    renovate[bot] and kodiakhq[bot] authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c77ece7 View commit details
    Browse the repository at this point in the history
  6. fix: create cache entries for fallback pages to support next@canary (#…

    …2649)
    
    * test: add test case for fallback: true
    
    * fix: create cache entries for fallback pages to support next@canary
    
    * fix: don't permamently cache fallback html
    
    * Update src/build/content/prerendered.ts
    
    Co-authored-by: Rob Stanford <me@robstanford.com>
    
    * chore: don't use extra fallback manifest and instead store html and boolean wether that is fallback html in single blob
    
    * test: add some unit tests about static html blobs and fallbacks
    
    ---------
    
    Co-authored-by: Rob Stanford <me@robstanford.com>
    Co-authored-by: Philippe Serhal <philippe.serhal@netlify.com>
    3 people authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8ab259a View commit details
    Browse the repository at this point in the history
  7. ci: fix test-e2e workflow (#2675)

    Since it doesn't run on all PRs, I didn't notice it needed a slightly different config when I
    changed this in #2673.
    
    This workflow checks out next-runtime in one directory and next.js in another, so we need to specify
    a working directory.
    serhalp authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f05b54f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

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

Commits on Oct 18, 2024

  1. chore(deps): update dependency netlify-cli to ^17.37.1 (#2681)

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

Commits on Oct 21, 2024

  1. chore(deps): update dependency @playwright/test to v1.48.1 (#2682)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a2fa369 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @types/node to v20.16.13 (#2683)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    renovate[bot] and kodiakhq[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0de2a5f View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency memfs to v4.14.0 (#2685)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0bc73e6 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency tailwindcss to v3.4.14 (#2684)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    renovate[bot] and kodiakhq[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5e0f053 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update dependency daisyui to v4.12.13 (#2663)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    eea9520 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dff9c33 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b52e96e View commit details
    Browse the repository at this point in the history
  8. chore(deps): update dependency msw to v2.4.12 (#2612)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e70d8b1 View commit details
    Browse the repository at this point in the history
  9. chore(deps): update netlify packages (#2687)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    renovate[bot] and kodiakhq[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    50534ba View commit details
    Browse the repository at this point in the history
  10. chore(main): release 5.8.1 (#2676)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    Co-authored-by: Philippe Serhal <philippe.serhal@netlify.com>
    token-generator-app[bot] and serhalp authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5212b64 View commit details
    Browse the repository at this point in the history
Loading