Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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
Loading
...
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
Loading
  • 6commits
  • 197files changed
  • 4contributors

Commits on Dec 11, 2024

  1. Fix SWC and React versions for14-2-1branch (#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
    unstubbable authoredDec 11, 2024
    Configuration menu
    Copy the full SHA
    663fa9cView commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Backport: Fixunstable_allowDynamicwhen 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 codeevaluation, Next.js emits a build error because this is not supported inthe Edge runtime.In rare cases, when the code can not be reached at runtime and can't beremoved by tree-shaking, users might opt in to using the`unstable_allowDynamic` config.When combined with pnpm, the provided glob patterns as documented athttps://nextjs.org/docs/messages/edge-dynamic-code-evaluation#possible-ways-to-fix-itdid 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 enablesdotfile matching._Side note: Ideally we would detect dynamic code evaluation after treeshaking, to reduce the number of cases where users need to revert tousing `unstable_allowDynamic`._fixes#51401
    @unstubbable
    unstubbable authoredDec 12, 2024
    Configuration menu
    Copy the full SHA
    049a690View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Configuration menu
    Copy the full SHA
    54919d2View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e35243View 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
    ztanner authoredDec 19, 2024
    Configuration menu
    Copy the full SHA
    8803d2bView commit details
    Browse the repository at this point in the history
  2. v14.2.21

    @vercel-release-bot
    vercel-release-bot committedDec 19, 2024
    Configuration menu
    Copy the full SHA
    2655f6eView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp