Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps(example): Bump the dependencies group across 1 directory with 3 …
…updates (#1849) Bumps the dependencies group with 3 updates in the /examples/nextjs-14-ip-details directory: [next](https://github.com/vercel/next.js), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next). Updates `next` from 14.2.13 to 14.2.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</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 (<a href="https://redirect.github.com/vercel/next.js/issues/70082">#70082</a>) (<a href="https://redirect.github.com/vercel/next.js/issues/70649">#70649</a>)</li> <li>Respect reexports from metadata API routes (<a href="https://redirect.github.com/vercel/next.js/issues/70508">#70508</a>) (<a href="https://redirect.github.com/vercel/next.js/issues/70647">#70647</a>)</li> <li>Externalize node binary modules for app router (<a href="https://redirect.github.com/vercel/next.js/issues/70646">#70646</a>)</li> <li>Fix revalidateTag() behaviour when invoked in server components (<a href="https://redirect.github.com/vercel/next.js/issues/70446">#70446</a>) (<a href="https://redirect.github.com/vercel/next.js/issues/70642">#70642</a>)</li> <li>Fix prefetch bailout detection for nested loading segments (<a href="https://redirect.github.com/vercel/next.js/issues/70618">#70618</a>)</li> <li>Add missing node modules to externals (<a href="https://redirect.github.com/vercel/next.js/issues/70382">#70382</a>)</li> <li>Feature: next/image: add support for images.remotePatterns.search (<a href="https://redirect.github.com/vercel/next.js/issues/70302">#70302</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/styfle"><code>@styfle</code></a>, <a href="https://github.com/ztanner"><code>@ztanner</code></a>, <a href="https://github.com/ijjk"><code>@ijjk</code></a>, <a href="https://github.com/huozhi"><code>@huozhi</code></a> and <a href="https://github.com/wyattjoh"><code>@wyattjoh</code></a> for helping!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/dbbec6ada34399df739f45273b50c38fc5b4a881"><code>dbbec6a</code></a> v14.2.14</li> <li><a href="https://github.com/vercel/next.js/commit/887a419d2f74c791eb3a39efbca29d55fdc10d32"><code>887a419</code></a> fix: clone response in first handler to prevent race (<a href="https://redirect.github.com/vercel/next.js/issues/70082">#70082</a>) (<a href="https://redirect.github.com/vercel/next.js/issues/70649">#70649</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/73f6b7dc056cf19f795f213c3b133cb991cd877c"><code>73f6b7d</code></a> Respect reexports from metadata API routes (<a href="https://redirect.github.com/vercel/next.js/issues/70508">#70508</a>) (<a href="https://redirect.github.com/vercel/next.js/issues/70647">#70647</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/e1da07e75a7b8cf96d4d1d6f8c2b6aa3b81f9a4a"><code>e1da07e</code></a> Externalize node binary modules for app router (<a href="https://redirect.github.com/vercel/next.js/issues/70646">#70646</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/0ffea650b9a031e4fc5458c0df8100d9bb25f3cc"><code>0ffea65</code></a> Fix <code>revalidateTag()</code> behaviour when invoked in server components (<a href="https://redirect.github.com/vercel/next.js/issues/70446">#70446</a>) (#...</li> <li><a href="https://github.com/vercel/next.js/commit/190faf4d9f4ff907e59947d0dc4740a9224efda4"><code>190faf4</code></a> Fully skip flakey assertion</li> <li><a href="https://github.com/vercel/next.js/commit/3020a118c021e17a57dabb5c379e1a4095f15cbc"><code>3020a11</code></a> reduce timeout errors</li> <li><a href="https://github.com/vercel/next.js/commit/f81e6811e7eb09055e7eea48d8d705874ccdcdcc"><code>f81e681</code></a> Update flakey tests (<a href="https://redirect.github.com/vercel/next.js/issues/70643">#70643</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/50e41a251ecf4596eeba42d7013b07c39c541ee7"><code>50e41a2</code></a> backport: fix prefetch bailout detection for nested loading segments (<a href="https://redirect.github.com/vercel/next.js/issues/70618">#70618</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/e19d91cf6820acefdf935fe1d06c5276e1cb5e96"><code>e19d91c</code></a> add missing node modules to externals (<a href="https://redirect.github.com/vercel/next.js/issues/70382">#70382</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v14.2.13...v14.2.14">compare view</a></li> </ul> </details> <br /> Updates `@types/react` from 18.3.10 to 18.3.11 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare view</a></li> </ul> </details> <br /> Updates `eslint-config-next` from 14.2.13 to 14.2.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">eslint-config-next's releases</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 (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70082">#70082</a>) (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70649">#70649</a>)</li> <li>Respect reexports from metadata API routes (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70508">#70508</a>) (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70647">#70647</a>)</li> <li>Externalize node binary modules for app router (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70646">#70646</a>)</li> <li>Fix revalidateTag() behaviour when invoked in server components (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70446">#70446</a>) (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70642">#70642</a>)</li> <li>Fix prefetch bailout detection for nested loading segments (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70618">#70618</a>)</li> <li>Add missing node modules to externals (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70382">#70382</a>)</li> <li>Feature: next/image: add support for images.remotePatterns.search (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70302">#70302</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/styfle"><code>@styfle</code></a>, <a href="https://github.com/ztanner"><code>@ztanner</code></a>, <a href="https://github.com/ijjk"><code>@ijjk</code></a>, <a href="https://github.com/huozhi"><code>@huozhi</code></a> and <a href="https://github.com/wyattjoh"><code>@wyattjoh</code></a> for helping!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/dbbec6ada34399df739f45273b50c38fc5b4a881"><code>dbbec6a</code></a> v14.2.14</li> <li>See full diff in <a href="https://github.com/vercel/next.js/commits/v14.2.14/packages/eslint-config-next">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter 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 edits that 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 after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
- Loading branch information