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.3.3
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.4.0
Choose a head ref
  • 13 commits
  • 68 files changed
  • 9 contributors

Commits on Jun 18, 2024

  1. fix(deps): update dependency @netlify/plugin-nextjs to ^5.3.3 (#2497)

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

Commits on Jun 21, 2024

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

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

Commits on Jun 24, 2024

  1. chore(deps): update dependency sass to v1.77.6 (#2504)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    cfe8c59 View commit details
    Browse the repository at this point in the history
  2. fix: set netlify-cache-tag for not prerendered content (#2495)

    * test: refactor app router on-demand revalidation test and add test cases for not prerendered content
    
    * test: refactor pages router on-demand revalidation test and add test cases for not prerendered content
    
    * fix: capture cache tags during request handling and don't rely on tag manifest created for prerendered pages
    
    * Update src/run/handlers/cache.cts
    
    Co-authored-by: Philippe Serhal <[email protected]>
    
    * chore: remove dead code
    
    ---------
    
    Co-authored-by: Philippe Serhal <[email protected]>
    pieh and serhalp authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8fe6676 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update netlify packages (#2496)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    98ebf2c View commit details
    Browse the repository at this point in the history
  4. chore: streamline E2E report (#2489)

    * Streamline & simplify E2E report
    
    * chore: format with prettier
    
    * chore: SVG badge, responsive design, data util
    
    * chore: format with prettier
    
    * chore: add copy badge button
    
    * chore: badge - consts, smaller, get host name
    
    * chore: review notes + tweaks
    
    * nicer shortening of long test names/reasons
    * show tooltip for long text
    
    * Update stats.js
    
    ---------
    
    Co-authored-by: Philippe Serhal <[email protected]>
    eladroz and serhalp authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    cf3bb44 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    c3c77e6 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @netlify/serverless-functions-api to ^…

    …1.18.5 (#2508)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7e2b9e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. fix: track revalidate / cdn purge to ensure it finishes execution and…

    … is not suspended mid-execution (#2490)
    
    * fix: track revalidate / cdn purge to ensure it finishes execution and is not suspended mid-execution
    
    * test: don't destroy lambda env vars until response stream finished
    
    * fix: remove 'any' types from next's response proxy
    
    * test: add a case for not awaited res.revalidate
    pieh authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5a0fec5 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update netlify packages (#2509)

    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 Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d24b05a View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency @netlify/build to ^29.50.1 (#2514)

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

Commits on Jun 27, 2024

  1. feat: fail build when netlify form detected (#2512)

    * feat: verify no netlify forms
    
    * test: ensure build is failed when netlify forms detected
    
    * chore: format with prettier
    
    * feat: make verification passive by outputing warning
    
    * feat: include static content for forms verification
    
    * test: skip forms verification test until we are failing the build
    
    * feat: also verify no netlify forms for APP_PAGE
    
    * Update tests/integration/netlify-forms.test.ts
    
    Co-authored-by: Michal Piechowiak <[email protected]>
    
    ---------
    
    Co-authored-by: orinokai <[email protected]>
    Co-authored-by: Michal Piechowiak <[email protected]>
    3 people authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    195b8b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. chore(main): release 5.4.0 (#2506)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e361b06 View commit details
    Browse the repository at this point in the history
Loading