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.4
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.0
Choose a head ref
  • 16 commits
  • 19 files changed
  • 6 contributors

Commits on Oct 9, 2024

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

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5e6a774 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump rollup from 4.21.3 to 4.24.0 (#2651)

    Bumps [rollup](https://github.com/rollup/rollup) from 4.21.3 to 4.24.0.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.21.3...v4.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    96b2ec7 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

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

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8d70dcf View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @netlify/serverless-functions-api to ^…

    …1.29.1 (#2655)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f44f575 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    e4916da View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @netlify/build to ^29.55.1 (#2657)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    64527c4 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency @netlify/serverless-functions-api to ^…

    …1.30.0 (#2658)
    
    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 11, 2024
    Configuration menu
    Copy the full SHA
    0bb2e75 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency @netlify/serverless-functions-api to ^…

    …1.30.1 (#2659)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    47f1c28 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update netlify packages (#2660)

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

Commits on Oct 14, 2024

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

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    936c8d7 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency sass to v1.79.5 (#2664)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d9051e5 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency typescript to v5.6.3 (#2665)

    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 14, 2024
    Configuration menu
    Copy the full SHA
    0ab5748 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. feat: cache 404s indefinitely for bot probes (#2668)

    * feat: cache 404s indefinitely for bot probes
    
    * test: update unit tests
    
    * chore: refactor to clean up function signature with object parameterisation
    orinokai authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    60885d2 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @playwright/test to v1.48.0 (#2670)

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

Commits on Oct 16, 2024

  1. fix: adjust cache-control handling for next@15.0.0-canary.187 (#2666)

    * fix: drop empty directives to not produce invalid header values
    
    * test: adjust tests for next@15.0.0-canary.187
    pieh authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7e5253d View commit details
    Browse the repository at this point in the history
  2. chore(main): release 5.8.0 (#2656)

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