Thanks to visit codestin.com
Credit goes to github.com

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: vercel/next.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v14.2.27
Choose a base ref
...
head repository: vercel/next.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v14.2.28
Choose a head ref
  • 2 commits
  • 22 files changed
  • 2 contributors

Commits on Apr 8, 2025

  1. fix: node.js module import error when using middleware (#77945)

    The previous [backport](#77794)
    caused an issue due to how imports are resolved on canary vs v14,
    resulting in a message about using node.js APIs in middleware.
    
    This moves the import to the `web` directory and adds a test case for
    the warning.
    
    Closes NDX-1014
    ztanner authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    3f5d774 View commit details
    Browse the repository at this point in the history
  2. v14.2.28

    vercel-release-bot committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    e65628a View commit details
    Browse the repository at this point in the history
Loading