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.4.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.5.0
Choose a head ref
  • 11 commits
  • 30 files changed
  • 5 contributors

Commits on Jun 28, 2024

  1. ci(e2e): run e2e report cron after e2e tests finish (#2513)

    We run the next.js repo e2e tests every day at 3am UTC but we were running the e2e report (which
    pulls the artefacts from the e2e workflow) every Wednesday at 3am UTC. We might as well defer it
    slightly and pull the data from the freshest run.
    
    In addition, since we weren't filtering on run status, it was almost always failing since the e2e
    report workflow queried for the most recent e2e test workflow run and, if it had already started,
    would fail to find its artefacts (because it had started but not completed). I fixed this by adding
    the missing status filter.
    serhalp authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    736ba41 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update netlify packages (#2516)

    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 28, 2024
    Configuration menu
    Copy the full SHA
    49ea42e View commit details
    Browse the repository at this point in the history
  3. fix(deps): update dependency @netlify/plugin-nextjs to ^5.4.0 (#2517)

    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 28, 2024
    Configuration menu
    Copy the full SHA
    6b1b4d1 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    60ae4e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. chore(deps): update dependency daisyui to v4.12.10 (#2519)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d58f00e View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @types/picomatch to v2.3.4 (#2518)

    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 Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e815d13 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency postcss to v8.4.39 (#2520)

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

Commits on Jul 4, 2024

  1. chore: update e2e cache-status assertion (#2527)

    The recent Durable Cache rollout on the platform changed the contents of this header.
    serhalp authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3fea441 View commit details
    Browse the repository at this point in the history
  2. feat: use Netlify Durable Cache (#2510)

    * test: add missing coverage for route handler headers
    
    * chore: allow e2e fixtures to override site id
    
    * feat: specify `durable` cache-control directive
    
    This is gated behind a feature flag for now.
    
    I can't link to any public docs yet, but by the time you're reading this you should be able to find
    a section on "Durable caching" at https://docs.netlify.com.
    serhalp authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    233fc2f View commit details
    Browse the repository at this point in the history
  3. feat: check for netlify forms workaround (#2523)

    * feat: check for forms workaround before checking for forms
    
    * test: add forms workaround test
    
    * fix: ensure forms test is actually testing!
    
    * test: add negative match case
    
    * chore: console log for windows test
    
    * feat: update forms warning
    
    * fix: ensure forms workaround globbing works in windows
    orinokai authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b1a8620 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 5.5.0 (#2529)

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