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.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: plugin-nextjs-v4.30.0
Choose a head ref
  • 19 commits
  • 51 files changed
  • 8 contributors

Commits on Dec 20, 2022

  1. chore(deps): update dependency @netlify/build to ^29.2.1 (#1848)

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

Commits on Dec 21, 2022

  1. chore(deps): update dependency @netlify/build to ^29.2.2 (#1853)

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

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    28ea00e View commit details
    Browse the repository at this point in the history
  2. fix: serve static files from basePath (#1850)

    * fix: serve static files from basePath
    
    * chore: add test
    
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    ascorbic and kodiakhq[bot] authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    d4ff894 View commit details
    Browse the repository at this point in the history
  3. chore: update next to 13.0.7 (#1840)

    * chore: update next to 13.0.7
    
    * chore: disable test
    
    Co-authored-by: Matt Kane <matt.kane@netlify.com>
    Co-authored-by: Matt Kane <m@mk.gg>
    3 people authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    686ac61 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency @netlify/build to ^29.3.0 (#1856)

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

Commits on Dec 26, 2022

  1. chore(deps): update dependency @babel/core to v7.20.7 (#1858)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 26, 2022
    Configuration menu
    Copy the full SHA
    2d3eb65 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update dependency moize to v6.1.4 (#1859)

    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 26, 2022
    Configuration menu
    Copy the full SHA
    c929816 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. fix(deps): update dependency regenerator-runtime to v0.13.11 (#1860)

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

Commits on Jan 3, 2023

  1. chore(deps): update dependency @netlify/build to ^29.4.0 (#1862)

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

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    ad83ea9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebd1ccc View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

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

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    d75d0ff View commit details
    Browse the repository at this point in the history
  2. fix(deps): update dependency @netlify/functions to ^1.4.0 (#1869)

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

Commits on Jan 9, 2023

  1. chore(deps): update dependency @babel/core to v7.20.12 (#1873)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    0caeab8 View commit details
    Browse the repository at this point in the history
  2. feat: add Next 13 request header mutation to middleware (#1866)

    * test: add Next 13 request header mutation to middleware
    
    * feat: support Next 13 request header mutation
    
    * refactor: remove duplicate route conditional
    
    * refactor: remove debugger
    
    * test: update test to use Deno style of testing
    
    include github workflow
    
    * style: lint
    
    * test: update test command
    
    * refactor: remove debugger statement that snuck in
    
    * fix: add the modified middleware headers to the request, not response
    
    update the related tests
    
    * style: lint
    
    * fix: remove debugger
    
    * test: move tests for request headers into standard
    ericapisani authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    5d60191 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency @netlify/build to ^29.4.1 (#1874)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    49756be View commit details
    Browse the repository at this point in the history
  4. fix: merge Middleware and API route response cookies (#1870)

    * fix: appending origin cookies to prevent override and to match test order
    
    * test: remove usuallySkip from tests related to middleware + API cookie merge
    
    * Fix: let to const
    
    Co-authored-by: Erica Pisani <pisani.erica@gmail.com>
    
    * change to strict comparison
    
    Co-authored-by: Matt Kane <matt.kane@netlify.com>
    
    Co-authored-by: Erica Pisani <pisani.erica@gmail.com>
    Co-authored-by: Matt Kane <matt.kane@netlify.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    4 people authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    878ddd7 View commit details
    Browse the repository at this point in the history
  5. chore: release main (#1854)

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