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

Commitef54a0b

Browse files
chore: bump next from 14.2.10 to 14.2.14 in /offlinedocs (#14924)
Bumps [next](https://github.com/vercel/next.js) from 14.2.10 to 14.2.14.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/vercel/next.js/releases">next'sreleases</a>.</em></p><blockquote><h2>v14.2.14</h2><blockquote><p>[!NOTE]<br />This release is backporting bug fixes. It does <strong>not</strong>include all pending features/changes on canary.</p></blockquote><h3>Core Changes</h3><ul><li>Fix: clone response in first handler to prevent race (<ahref="https://redirect.github.com/vercel/next.js/issues/70082">#70082</a>)(<ahref="https://redirect.github.com/vercel/next.js/issues/70649">#70649</a>)</li><li>Respect reexports from metadata API routes (<ahref="https://redirect.github.com/vercel/next.js/issues/70508">#70508</a>)(<ahref="https://redirect.github.com/vercel/next.js/issues/70647">#70647</a>)</li><li>Externalize node binary modules for app router (<ahref="https://redirect.github.com/vercel/next.js/issues/70646">#70646</a>)</li><li>Fix revalidateTag() behaviour when invoked in server components (<ahref="https://redirect.github.com/vercel/next.js/issues/70446">#70446</a>)(<ahref="https://redirect.github.com/vercel/next.js/issues/70642">#70642</a>)</li><li>Fix prefetch bailout detection for nested loading segments (<ahref="https://redirect.github.com/vercel/next.js/issues/70618">#70618</a>)</li><li>Add missing node modules to externals (<ahref="https://redirect.github.com/vercel/next.js/issues/70382">#70382</a>)</li><li>Feature: next/image: add support for images.remotePatterns.search(<ahref="https://redirect.github.com/vercel/next.js/issues/70302">#70302</a>)</li></ul><h3>Credits</h3><p>Huge thanks to <ahref="https://github.com/styfle"><code>@​styfle</code></a>, <ahref="https://github.com/ztanner"><code>@​ztanner</code></a>, <ahref="https://github.com/ijjk"><code>@​ijjk</code></a>, <ahref="https://github.com/huozhi"><code>@​huozhi</code></a> and <ahref="https://github.com/wyattjoh"><code>@​wyattjoh</code></a> forhelping!</p><h2>v14.2.13</h2><blockquote><p>[!NOTE]<br />This release is backporting bug fixes. It does <strong>not</strong>include all pending features/changes on canary.</p></blockquote><h3>Core Changes</h3><ul><li>Fix missing cache-control on SSR app route (<ahref="https://redirect.github.com/vercel/next.js/issues/70265">#70265</a>)</li><li>feat: add polyfill of URL.canParse for browser compatibility (<ahref="https://redirect.github.com/vercel/next.js/issues/70228">#70228</a>)</li><li>Fix vercel og package memory leak (<ahref="https://redirect.github.com/vercel/next.js/issues/70214">#70214</a>)</li><li>Fix startTime error on Android 9 with Chrome 74 (<ahref="https://redirect.github.com/vercel/next.js/issues/67391">#67391</a>)</li></ul><h3>Credits</h3><p>Huge thanks to <ahref="https://github.com/raeyoung-kim"><code>@​raeyoung-kim</code></a>,<a href="https://github.com/huozhi"><code>@​huozhi</code></a>, <ahref="https://github.com/devjiwonchoi"><code>@​devjiwonchoi</code></a>,and <a href="https://github.com/ijjk"><code>@​ijjk</code></a> forhelping!</p><h2>v14.2.12</h2><blockquote><p>[!NOTE]<br />This release is backporting bug fixes. It does <strong>not</strong>include all pending features/changes on canary.</p></blockquote><h3>Core Changes</h3><ul><li>update prefetching jsdoc &amp; documentation (<ahref="https://redirect.github.com/vercel/next.js/issues/68047">#68047</a>)</li><li>Ensure we chunk revalidate tag requests (<ahref="https://redirect.github.com/vercel/next.js/issues/70189">#70189</a>)</li><li>(backport) fix(eslint): allow typescript-eslint v8 (<ahref="https://redirect.github.com/vercel/next.js/issues/70090">#70090</a>)</li><li>[ppr] Don't mark RSC requests as /_next/data requests (backport of<ahref="https://redirect.github.com/vercel/next.js/issues/66249">#66249</a>)(<ahref="https://redirect.github.com/vercel/next.js/issues/70083">#70083</a>)</li></ul><h3>Credits</h3><p>Huge thanks to <ahref="https://github.com/alvarlagerlof"><code>@​alvarlagerlof</code></a>,<a href="https://github.com/wyattjoh"><code>@​wyattjoh</code></a>, <ahref="https://github.com/delbaoliveira"><code>@​delbaoliveira</code></a>,and <a href="https://github.com/ijjk"><code>@​ijjk</code></a> forhelping!</p><h2>v14.2.11</h2><blockquote><p>[!NOTE]<br />This release is backporting bug fixes. It does <strong>not</strong>include all pending features/changes on canary.</p></blockquote><h3>Core Changes</h3><ul><li>fix: correct metadata url suffix (<ahref="https://redirect.github.com/vercel/next.js/pull/69959">vercel/next.js#69959</a>)</li><li>fix: setting assetPrefix to URL format breaks HMR (<ahref="https://redirect.github.com/vercel/next.js/issues/70040">#70040</a>)</li></ul><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/vercel/next.js/commit/dbbec6ada34399df739f45273b50c38fc5b4a881"><code>dbbec6a</code></a>v14.2.14</li><li><ahref="https://github.com/vercel/next.js/commit/887a419d2f74c791eb3a39efbca29d55fdc10d32"><code>887a419</code></a>fix: clone response in first handler to prevent race (<ahref="https://redirect.github.com/vercel/next.js/issues/70082">#70082</a>)(<ahref="https://redirect.github.com/vercel/next.js/issues/70649">#70649</a>)</li><li><ahref="https://github.com/vercel/next.js/commit/73f6b7dc056cf19f795f213c3b133cb991cd877c"><code>73f6b7d</code></a>Respect reexports from metadata API routes (<ahref="https://redirect.github.com/vercel/next.js/issues/70508">#70508</a>)(<ahref="https://redirect.github.com/vercel/next.js/issues/70647">#70647</a>)</li><li><ahref="https://github.com/vercel/next.js/commit/e1da07e75a7b8cf96d4d1d6f8c2b6aa3b81f9a4a"><code>e1da07e</code></a>Externalize node binary modules for app router (<ahref="https://redirect.github.com/vercel/next.js/issues/70646">#70646</a>)</li><li><ahref="https://github.com/vercel/next.js/commit/0ffea650b9a031e4fc5458c0df8100d9bb25f3cc"><code>0ffea65</code></a>Fix <code>revalidateTag()</code> behaviour when invoked in servercomponents (<ahref="https://redirect.github.com/vercel/next.js/issues/70446">#70446</a>)(#...</li><li><ahref="https://github.com/vercel/next.js/commit/190faf4d9f4ff907e59947d0dc4740a9224efda4"><code>190faf4</code></a>Fully skip flakey assertion</li><li><ahref="https://github.com/vercel/next.js/commit/3020a118c021e17a57dabb5c379e1a4095f15cbc"><code>3020a11</code></a>reduce timeout errors</li><li><ahref="https://github.com/vercel/next.js/commit/f81e6811e7eb09055e7eea48d8d705874ccdcdcc"><code>f81e681</code></a>Update flakey tests (<ahref="https://redirect.github.com/vercel/next.js/issues/70643">#70643</a>)</li><li><ahref="https://github.com/vercel/next.js/commit/50e41a251ecf4596eeba42d7013b07c39c541ee7"><code>50e41a2</code></a>backport: fix prefetch bailout detection for nested loading segments (<ahref="https://redirect.github.com/vercel/next.js/issues/70618">#70618</a>)</li><li><ahref="https://github.com/vercel/next.js/commit/e19d91cf6820acefdf935fe1d06c5276e1cb5e96"><code>e19d91c</code></a>add missing node modules to externals (<ahref="https://redirect.github.com/vercel/next.js/issues/70382">#70382</a>)</li><li>Additional commits viewable in <ahref="https://github.com/vercel/next.js/compare/v14.2.10...v14.2.14">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next&package-manager=npm_and_yarn&previous-version=14.2.10&new-version=14.2.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)Dependabot will resolve any conflicts with this PR as long as you don'talter it yourself. You can also trigger a rebase manually by commenting`@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on this PR:- `@dependabot rebase` will rebase this PR- `@dependabot recreate` will recreate this PR, overwriting any editsthat have been made to it- `@dependabot merge` will merge this PR after your CI passes on it- `@dependabot squash and merge` will squash and merge this PR afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent70f428b commitef54a0b

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

‎offlinedocs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"framer-motion":"^10.18.0",
2121
"front-matter":"4.0.2",
2222
"lodash":"4.17.21",
23-
"next":"14.2.10",
23+
"next":"14.2.14",
2424
"react":"18.3.1",
2525
"react-dom":"18.3.1",
2626
"react-icons":"4.12.0",

‎offlinedocs/pnpm-lock.yaml

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp