这是indexloc提供的服务,不要输入任何密码
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.20
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.21
Choose a head ref
  • 6 commits
  • 197 files changed
  • 4 contributors

Commits on Dec 11, 2024

  1. Fix SWC and React versions for 14-2-1 branch (#73791)

    - installs React v18 instead of latest in tests
    - removes Next.js v15 references from lockfile
    - installs "current" native SWC binaries instead of latest
    unstubbable authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    663fa9c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Backport: Fix unstable_allowDynamic when used with pnpm (#73765)

    > [!NOTE]
    > This is a backport of #73732 for Next.js 14.
    
    When using dependencies in Middleware that make use of dynamic code
    evaluation, Next.js emits a build error because this is not supported in
    the Edge runtime.
    
    In rare cases, when the code can not be reached at runtime and can't be
    removed by tree-shaking, users might opt in to using the
    `unstable_allowDynamic` config.
    
    When combined with pnpm, the provided glob patterns as documented at
    https://nextjs.org/docs/messages/edge-dynamic-code-evaluation#possible-ways-to-fix-it
    did not match correctly because of pnpm's use of the `.pnpm` directory.
    
    To fix the pattern matching, we need to provide the `dot` option to
    [picomatch](https://github.com/micromatch/picomatch), which enables
    dotfile matching.
    
    _Side note: Ideally we would detect dynamic code evaluation after tree
    shaking, to reduce the number of cases where users need to revert to
    using `unstable_allowDynamic`._
    
    fixes #51401
    unstubbable authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    049a690 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. chore(docs): update version history of next/image (#73926)

    Backport #73923 to 14.x
    styfle authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    54919d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e35243 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Backport (v14): Upgrade React from 14898b6a9 to 178c267a4e (#74115)

    Updates React from 14898b6a9 to 178c267a4e.
    
    ### React upstream changes
    
    - facebook/react#31842
    - facebook/react#31841
    ztanner authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    8803d2b View commit details
    Browse the repository at this point in the history
  2. v14.2.21

    vercel-release-bot committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    2655f6e View commit details
    Browse the repository at this point in the history
Loading