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.16
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.17
Choose a head ref
Loading
  • 6commits
  • 56files changed
  • 4contributors

Commits on Oct 30, 2024

  1. update tag from latest ->next-14(#72112)

    This ensures we publish under separate tag for v14 backports.
    @ijjk
    ijjk authoredOct 30, 2024
    Configuration menu
    Copy the full SHA
    788af24View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Update test cases for backport branch (#72354)

    <!-- Thanks for opening a PR! Your contribution is much appreciated.To make sure your PR is handled as smoothly as possible we request thatyou follow the checklist sections below.Choose the right checklist for the change(s) that you're making:## For Contributors### Improving Documentation- Run `pnpm prettier-fix` to fix formatting issues before opening thePR.- Read the Docs Contribution Guide to ensure your contribution followsthe docs guidelines:https://nextjs.org/docs/community/contribution-guide### Adding or Updating Examples- The "examples guidelines" are followed from our contributing dochttps://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md- Make sure the linting passes by running `pnpm build && pnpm lint`. Seehttps://github.com/vercel/next.js/blob/canary/contributing/repository/linting.md### Fixing a bug- Related issues linked using `fixes #number`- Tests added. See:https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs- Errors have a helpful link attached, seehttps://github.com/vercel/next.js/blob/canary/contributing.md### Adding a feature- Implements an existing feature request or RFC. Make sure the featurerequest has been accepted for implementation before opening a PR. (Adiscussion must be opened, seehttps://github.com/vercel/next.js/discussions/new?category=ideas)- Related issues/discussions are linked using `fixes #number`- e2e tests added(https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs)- Documentation added- Telemetry added. In case of a feature if it's used or not.- Errors have a helpful link attached, seehttps://github.com/vercel/next.js/blob/canary/contributing.md## For Maintainers- Minimal description (aim for explaining to someone not on the team tounderstand the PR)- When linking to a Slack thread, you might want to share details of theconclusion- Link both the Linear (Fixes NEXT-xxx) and the GitHub issues- Add review comments if necessary to explain to the reviewer the logicbehind a change### What?### Why?### How?Closes NEXT-Fixes #-->
    @ijjk
    ijjk authoredNov 5, 2024
    Configuration menu
    Copy the full SHA
    7548267View commit details
    Browse the repository at this point in the history
  2. fix unhandled runtime error from generateMetadata in parallel routes (#…

    …72153)### WhatBackport#65102,#65343 (as they are fixing the same issue)x-ref:[slack](https://vercel.slack.com/archives/C0676QZBWKS/p1730402565599979?thread_ts=1729588414.805619&cid=C0676QZBWKS)---------Co-authored-by: Zack Tanner <1939140+ztanner@users.noreply.github.com>
    @huozhi@ztanner
    huozhi andztanner authoredNov 5, 2024
    Configuration menu
    Copy the full SHA
    fc08813View commit details
    Browse the repository at this point in the history
  3. Ensure pages/500 handles cache-control as expected (#72050) (#72110)

    When `pages/500` uses `getStaticProps` we can honor staticallygenerating the page but we can't send a `Cache-Control` with`stale-while-revalidate` as we shouldn't be caching errored pages ever.This ensures we handle that case and add a regression test for it.<!-- Thanks for opening a PR! Your contribution is much appreciated.To make sure your PR is handled as smoothly as possible we request thatyou follow the checklist sections below.Choose the right checklist for the change(s) that you're making:## For Contributors### Improving Documentation- Run `pnpm prettier-fix` to fix formatting issues before opening thePR.- Read the Docs Contribution Guide to ensure your contribution followsthe docs guidelines:https://nextjs.org/docs/community/contribution-guide### Adding or Updating Examples- The "examples guidelines" are followed from our contributing dochttps://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md- Make sure the linting passes by running `pnpm build && pnpm lint`. Seehttps://github.com/vercel/next.js/blob/canary/contributing/repository/linting.md### Fixing a bug- Related issues linked using `fixes #number`- Tests added. See:https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs- Errors have a helpful link attached, seehttps://github.com/vercel/next.js/blob/canary/contributing.md### Adding a feature- Implements an existing feature request or RFC. Make sure the featurerequest has been accepted for implementation before opening a PR. (Adiscussion must be opened, seehttps://github.com/vercel/next.js/discussions/new?category=ideas)- Related issues/discussions are linked using `fixes #number`- e2e tests added(https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs)- Documentation added- Telemetry added. In case of a feature if it's used or not.- Errors have a helpful link attached, seehttps://github.com/vercel/next.js/blob/canary/contributing.md## For Maintainers- Minimal description (aim for explaining to someone not on the team tounderstand the PR)- When linking to a Slack thread, you might want to share details of theconclusion- Link both the Linear (Fixes NEXT-xxx) and the GitHub issues- Add review comments if necessary to explain to the reviewer the logicbehind a change### What?### Why?### How?Closes NEXT-Fixes #-->
    @ijjk
    ijjk authoredNov 5, 2024
    Configuration menu
    Copy the full SHA
    c7f7de9View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b19f098View commit details
    Browse the repository at this point in the history
  5. v14.2.17

    @vercel-release-bot
    vercel-release-bot committedNov 5, 2024
    Configuration menu
    Copy the full SHA
    2755430View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp