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: plugin-nextjs-v4.29.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: plugin-nextjs-v4.29.4
Choose a head ref
  • 10 commits
  • 608 files changed
  • 6 contributors

Commits on Dec 8, 2022

  1. fix(deps): update dependency @netlify/ipx to ^1.3.2 (#1833)

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

Commits on Dec 9, 2022

  1. 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
    orinokai authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    2aa02db View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. chore(deps): update dependency sass to v1.56.2 (#1837)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    5f7f4ba View commit details
    Browse the repository at this point in the history
  2. 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>
    renovate[bot] and kodiakhq[bot] authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    9aa4c38 View commit details
    Browse the repository at this point in the history
  3. fix: support appDir (#1638)

    * 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>
    ascorbic and ericapisani authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    a5b8047 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. chore(deps): update dependency @netlify/build to v29 (#1832)

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

Commits on Dec 19, 2022

  1. chore(deps): update nextjs monorepo (#1842)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    6479e70 View commit details
    Browse the repository at this point in the history
  2. 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>
    renovate[bot] and kodiakhq[bot] authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    2539d24 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency @netlify/build to ^29.1.3 (#1845)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    1bfabc3 View commit details
    Browse the repository at this point in the history
  4. chore: release main (#1835)

    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>
    token-generator-app[bot] and kodiakhq[bot] authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    ec95bba View commit details
    Browse the repository at this point in the history
Loading