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.7.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.7.1
Choose a head ref
  • 9 commits
  • 27 files changed
  • 4 contributors

Commits on Aug 28, 2024

  1. chore(deps): update dependency @types/node to v20.16.2 (#2569)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    fb23244 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update dependency @netlify/plugin-nextjs to ^5.7.0 (#2576)

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

Commits on Aug 29, 2024

  1. fix: update cache handler to accommodate changes in next@canary (#2572)

    * update react version needed by next@canary
    
    * tmp: just checking if canary tests will be happier
    
    * what's up with NODE_ENV?
    
    * missing PAGES
    
    * chore: use npm info to figure out react version needed for canary instead of hardcoding it
    
    * chore: drop package lock file when preparing fixtures
    
    * test: unset more things related to next's fetch patching
    
    * use correct cache kind for initial cache seeding depending on next version
    
    * small cleanup
    
    * typehell
    
    * just checking
    
    * proper NODE_ENV setting with explanation
    
    * any is bad
    
    * Update src/shared/cache-types.cts
    
    Co-authored-by: Philippe Serhal <philippe.serhal@netlify.com>
    
    * add note about deleting next-patch symbol
    
    ---------
    
    Co-authored-by: Philippe Serhal <philippe.serhal@netlify.com>
    pieh and serhalp authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    83f685e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. test: add new version of patch for recent changes in next repository …

    …and try it if older one doesn't work (#2578)
    pieh authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f13f3fa View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. chore(deps): update dependency @types/node to v20.16.3 (#2580)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    fbc7e5b View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency cheerio to v1.0.0 (#2582)

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

Commits on Sep 6, 2024

  1. fix: generate correct import path when 'src' directory is used and mi…

    …ddleware imports wasm module (#2583)
    
    * test: add fixture using wasm in middleware in src directory mode
    
    * fix: generate correct import path when 'src' directory is used and middleware imports wasm module
    pieh authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b54b682 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @netlify/serverless-functions-api to ^…

    …1.23.0 (#2584)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7469369 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 5.7.1 (#2577)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    token-generator-app[bot] and pieh authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    eb9350b View commit details
    Browse the repository at this point in the history
Loading