-
Notifications
You must be signed in to change notification settings - Fork 87
Comparing changes
Open a pull request
base repository: opennextjs/opennextjs-netlify
base: v5.4.0
head repository: opennextjs/opennextjs-netlify
compare: v5.5.0
- 11 commits
- 30 files changed
- 5 contributors
Commits on Jun 28, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 736ba41 - Browse repository at this point
Copy the full SHA 736ba41View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 49ea42e - Browse repository at this point
Copy the full SHA 49ea42eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6b1b4d1 - Browse repository at this point
Copy the full SHA 6b1b4d1View commit details -
chore: mention next.js build in e2e testing instructions (#2486)
Co-authored-by: Rob Stanford <[email protected]>
1Configuration menu - View commit details
-
Copy full SHA for 60ae4e2 - Browse repository at this point
Copy the full SHA 60ae4e2View commit details
Commits on Jul 1, 2024
-
chore(deps): update dependency daisyui to v4.12.10 (#2519)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d58f00e - Browse repository at this point
Copy the full SHA d58f00eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e815d13 - Browse repository at this point
Copy the full SHA e815d13View commit details -
chore(deps): update dependency postcss to v8.4.39 (#2520)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 52d3ed3 - Browse repository at this point
Copy the full SHA 52d3ed3View commit details
Commits on Jul 4, 2024
-
chore: update e2e
cache-status
assertion (#2527)The recent Durable Cache rollout on the platform changed the contents of this header.
Configuration menu - View commit details
-
Copy full SHA for 3fea441 - Browse repository at this point
Copy the full SHA 3fea441View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 233fc2f - Browse repository at this point
Copy the full SHA 233fc2fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b1a8620 - Browse repository at this point
Copy the full SHA b1a8620View commit details -
chore(main): release 5.5.0 (#2529)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bae8a94 - Browse repository at this point
Copy the full SHA bae8a94View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.4.0...v5.5.0