-
Notifications
You must be signed in to change notification settings - Fork 89
Comparing changes
Open a pull request
base repository: opennextjs/opennextjs-netlify
base: plugin-nextjs-v4.29.3
head repository: opennextjs/opennextjs-netlify
compare: plugin-nextjs-v4.29.4
- 10 commits
- 608 files changed
- 6 contributors
Commits on Dec 8, 2022
-
fix(deps): update dependency @netlify/ipx to ^1.3.2 (#1833)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fb4d816 - Browse repository at this point
Copy the full SHA fb4d816View commit details
Commits on Dec 9, 2022
-
fix: use static 404 for non-prerendered dynamic routes without fallba…
…ck (#1795) * fix: rewrite fallback false routes to 404 page * fix: allow ISR 404 pages to use the ODB handler * chore: update tests to expect static 404 pages for fallback false * chore: fix boolean type on is404Isr param * chore: add tests for 404 redirects
Configuration menu - View commit details
-
Copy full SHA for 2aa02db - Browse repository at this point
Copy the full SHA 2aa02dbView commit details
Commits on Dec 12, 2022
-
chore(deps): update dependency sass to v1.56.2 (#1837)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5f7f4ba - Browse repository at this point
Copy the full SHA 5f7f4baView commit details -
chore(deps): update dependency typescript to v4.9.4 (#1838)
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 9aa4c38 - Browse repository at this point
Copy the full SHA 9aa4c38View commit details -
* chore: update canary demo * chore: add app-dir demo * fix: resolve page deps in app dir * fix: patch duplicate declaration * fix: resolve nft deps * feat: add support for appdir edge runtime * chore: update next canary and react (and change APIs) * fix: update patch syntax * fix: include file itself in deps * chore: upgrade next and remove workaround * chore: move app-dir site to canary * chore: update snapshot * chore: add initial app-dir tests * chore: use correct site for canary tests * chore: enable plugin * ci: use vitest for canary e2e tests * chore: re-enable plugin * chore: setup playwright * chore: wait longer when first using playwright * chore: run tests headless * chore: install chromium * chore: longer timeout * chore: use undici * chore: enable remaining tests * chore: fix test syntax * chore: update demos * chore: update canary * chore: fix 404 test * chore: disable test that depends on an upstream fix * chore: fix handling of "self" object * chore: update packages * chore: update canary * chore: tidy and add license for next.js code * chore: handle empty static manifest * chore: downgrasde canary because of regression * chore: logging for windows * Apply suggestions from code review Co-authored-by: Erica Pisani <pisani.erica@gmail.com> * chore: update next canary * chore: remove npmrc * chore: update next and react * chore: update test site * chore: update tests * chore: add back npmrc This reverts commit 40480f4. * fix: use globby not tiny-glob * chore: update fixtures * chore: deps * chore: update tests and demo * fix: correct request types * fix: skip generating lambda for edge api routes * chore: log request * chore: add runtime as dep * chore: pre-version * chore: add canary to ws * chore: fix build * chore: fix monorepo setup * chore: upgrade * chore: react no-longer pre-bundled * chore: remove deliberately broken demo pages * fix: move pre-rendered appdir files * fix: correct manifest path * chore: update demo * chore: update tests * chore: add sass test * chore: update demo config * chore: skip test that also fails upstream * chore: update next canary * chore: update use usage * chore: update canary * fix: support loading static files for both pages and app * chore: update canary * chore: update canary * chore: final canary! * chore(deps): update demos and deps to Next 13 * chore: add swc * chore: switch old node tests to use node 14 * fix: correct requestdata type * chore: update next/link syntax * chore: use legacy image component for now * chore: update demo * chore: update canary demo * chore: all the tests * chore: fix eslint * chore: parallelise e2e tests * chore: don't fail fast * chore: unignore modules and use node-fetch * chore: very parallel * chore: don't mock fetch 🤦 * chore: remove disabled tests * chore: test with node 18 * chore: switchable fetch * chore: remove irrelevant tests * chore: remove disabled test * chore: add reporter * chore: no concurrency * chore: try to fix jest * chore: fix test command * chore: artifact file path * chore: use site build command * chore: download artifacts * chore: report per-chunk * chore: update syntax * chore: report to summary * chore: do annotate * chore: update and add summary * chore: rearrange * chore: combine tests * chore: fix test * chore: rearrange and disable failing suites * chore: skip broken ntl and fail faster * chore: disable suite * chore: skip failing tests * chore: add ability to run disabled tests * chore: add comments to workflow file * chore: one worker per file * chore: oops * chore: make path relative to test dir * chore: conditionally skip * chore: enable middleware-responses test * chore: run all tests once * chore: don't run disabled tests * fix: ensure responses are Responses * chore: re-enable test * chore: run all tests * chore: enable another suite * fix: better headers.getAll polyfill * chore: enable middleware-redirects suite * chore: conditionally enable req body tests * chore: disable failing tests * chore: add test readme doc * chore: remove eslint changes * chore: add new appdir tests * chore: use canary for appdir tests * chore: use extended matchers * chore: increase timeout * chore: enable tests that were disabled upstream * chore: don't clobber package.json in tests * chore: set EdgeRuntime name globally * chore: remove logs * chore: update tests * chore: test updates * chore: increase timeout * chore: increase timeout for site deploy * chore: include step annotations * chore: don't use canary demo for this * chore: increase timeout * chore: add rewrite-to-edge demo * chore: deploy edge functions after cache * chore: refresh lockfile * chore: enable rewrite tests * chore: update tests * chore: update tests * chore: enable rsc tests * chore: skip tests * chore: re-enable dev check * chore: update lockfile * chore: run workflows only on new pr and pr sync * chore: add log about testing appdir * chore: only use cache: manual if site uses appDir * chore: changes from review * ci: fix e2e test * fix: correctly match static files against rewrites * chore: upgrade next * chore: increase timeout * chore: extend timeout * fix: handle prefetch correctly * chore: rmeove log * chore: log env * chore: enough with these rules * chore: fix base url * chore: try with all tests * chore: don't run disabled tests * fix: vary on prefetch Co-authored-by: Erica Pisani <pisani.erica@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a5b8047 - Browse repository at this point
Copy the full SHA a5b8047View commit details
Commits on Dec 16, 2022
-
chore(deps): update dependency @netlify/build to v29 (#1832)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 850a203 - Browse repository at this point
Copy the full SHA 850a203View commit details
Commits on Dec 19, 2022
-
chore(deps): update nextjs monorepo (#1842)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6479e70 - Browse repository at this point
Copy the full SHA 6479e70View commit details -
fix(deps): update dependency destr to v1.2.2 (#1843)
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 2539d24 - Browse repository at this point
Copy the full SHA 2539d24View commit details -
chore(deps): update dependency @netlify/build to ^29.1.3 (#1845)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1bfabc3 - Browse repository at this point
Copy the full SHA 1bfabc3View commit details -
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[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 ec95bba - Browse repository at this point
Copy the full SHA ec95bbaView 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 plugin-nextjs-v4.29.3...plugin-nextjs-v4.29.4