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 in /examples/nextjs-14-ope…
…nai with 5 updates (#289) Bumps the dependencies group in /examples/nextjs-14-openai with 5 updates: | Package | From | To | | --- | --- | --- | | [ai](https://github.com/vercel/ai) | `2.2.36` | `3.0.5` | | [openai](https://github.com/openai/openai-node) | `4.28.0` | `4.28.4` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.59` | `18.2.62` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.17` | `10.4.18` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.1.0` | `14.1.1` | Updates `ai` from 2.2.36 to 3.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/ai/releases">ai's releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>a973f1e: Support Anthropic SDK v0.15.0</li> <li>e25f3ca: type improvements</li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>7962862: fix <code>useActions</code> type inference</li> <li>aab5324: Revert "fix(render): parse the args based on the zod schema"</li> <li>fe55612: Bump OpenAI dependency to 4.28.4; fix type error in render</li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>4d816ca: fix(render): parse the args based on the zod schema</li> <li>d158a47: fix potential race conditions</li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>73bd06e: fix(useActions): return typed object</li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>ac20a25: ai/rsc: fix text response and async generator</li> <li>b88778f: Added onText callback for text tokens.</li> </ul> <h2>[email protected]</h2> <h3>Major Changes</h3> <ul> <li>51054a9: Add <code>ai/rsc</code> with support for AI Server Components</li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>a6b5764: Add support for Mistral's JavaScript SDK</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/ai/commit/fe18cc36b43dc0195281592f1b99d5ad4151dd0f"><code>fe18cc3</code></a> Version Packages (<a href="https://redirect.github.com/vercel/ai/issues/1095">#1095</a>)</li> <li><a href="https://github.com/vercel/ai/commit/a973f1e64928c03e6b4a42b65c6325b820258ea1"><code>a973f1e</code></a> Add changeset for Anthropic</li> <li><a href="https://github.com/vercel/ai/commit/65c821a36f45b8be35e9596d592993f0c00566d7"><code>65c821a</code></a> Update to Anthropic SDK 0.15.0 (<a href="https://redirect.github.com/vercel/ai/issues/1097">#1097</a>)</li> <li><a href="https://github.com/vercel/ai/commit/d43d919db89314329018c45f14324577f267af78"><code>d43d919</code></a> example: Upgrade Next.js for the RSC demo (<a href="https://redirect.github.com/vercel/ai/issues/1094">#1094</a>)</li> <li><a href="https://github.com/vercel/ai/commit/e25f3cab30036034b107b28dfb9896afa20d5dcb"><code>e25f3ca</code></a> fix: Fix type declaration, upgrade bundler and clean up example (<a href="https://redirect.github.com/vercel/ai/issues/1091">#1091</a>)</li> <li><a href="https://github.com/vercel/ai/commit/9d51863453d22896e9244b43cf1c7c0138bdfeb9"><code>9d51863</code></a> Move assistant response back to docs/api-reference. (<a href="https://redirect.github.com/vercel/ai/issues/1086">#1086</a>)</li> <li><a href="https://github.com/vercel/ai/commit/7eef3ae00b6385204a348e9796923d22774d2e37"><code>7eef3ae</code></a> Rename rsc/rsc-types.ts to rsc/index.ts to fix issues importing ai/rsc (<a href="https://redirect.github.com/vercel/ai/issues/1043">#1043</a>)</li> <li><a href="https://github.com/vercel/ai/commit/5ee96ca4f2186a83be0b7a43cc83f62a408ba7ea"><code>5ee96ca</code></a> Ensure ESM files import including the extension (<a href="https://redirect.github.com/vercel/ai/issues/1088">#1088</a>)</li> <li><a href="https://github.com/vercel/ai/commit/062e45be6999f6f4332e2645a4020c8a11dfaa15"><code>062e45b</code></a> Small fixes for useActions docs (<a href="https://redirect.github.com/vercel/ai/issues/1083">#1083</a>)</li> <li><a href="https://github.com/vercel/ai/commit/9d49c6223ff6136cacc04441aa72a3e2456e0678"><code>9d49c62</code></a> Update disclaimer in ai-rsc example (<a href="https://redirect.github.com/vercel/ai/issues/1089">#1089</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/ai/compare/[email protected]@3.0.5">compare view</a></li> </ul> </details> <br /> Updates `openai` from 4.28.0 to 4.28.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openai/openai-node/releases">openai's releases</a>.</em></p> <blockquote> <h2>v4.28.4</h2> <h2>4.28.4 (2024-02-28)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.28.3...v4.28.4">v4.28.3...v4.28.4</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add wav and pcm to response_format (<a href="https://redirect.github.com/openai/openai-node/issues/691">#691</a>) (<a href="https://github.com/openai/openai-node/commit/b1c61711961a62a4d7b47909a68ecd65231a66af">b1c6171</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>ci:</strong> update actions/setup-node action to v4 (<a href="https://redirect.github.com/openai/openai-node/issues/685">#685</a>) (<a href="https://github.com/openai/openai-node/commit/f2704d5f1580c0f1d31584ef88702cde8f6804d4">f2704d5</a>)</li> <li><strong>internal:</strong> fix ecosystem tests (<a href="https://redirect.github.com/openai/openai-node/issues/693">#693</a>) (<a href="https://github.com/openai/openai-node/commit/616624d3d9fd10ce254ce0d435b2b73ed11679f2">616624d</a>)</li> <li><strong>types:</strong> extract run status to a named type (<a href="https://redirect.github.com/openai/openai-node/issues/686">#686</a>) (<a href="https://github.com/openai/openai-node/commit/b3b3b8ea20e0f311d3bd53dfd22ccc04f5dce5f7">b3b3b8e</a>)</li> <li>update <code>@types/react</code> to 18.2.58, <code>@types/react-dom</code> to 18.2.19 (<a href="https://redirect.github.com/openai/openai-node/issues/688">#688</a>) (<a href="https://github.com/openai/openai-node/commit/2a0d0b1cb197eef25e42bbba88ee90c37d623f24">2a0d0b1</a>)</li> <li>update dependency <code>@types/node</code> to v20.11.20 (<a href="https://redirect.github.com/openai/openai-node/issues/690">#690</a>) (<a href="https://github.com/openai/openai-node/commit/4ca005be082d6c50fe95da6148896b62080bfe07">4ca005b</a>)</li> <li>update dependency <code>@types/ws</code> to v8.5.10 (<a href="https://redirect.github.com/openai/openai-node/issues/683">#683</a>) (<a href="https://github.com/openai/openai-node/commit/a6172683a3390422984ad282ac4940781493e772">a617268</a>)</li> <li>update dependency next to v13.5.6 (<a href="https://redirect.github.com/openai/openai-node/issues/689">#689</a>) (<a href="https://github.com/openai/openai-node/commit/abb3b6674b8f9f8ff9c2cc61629a31883ae4d8c8">abb3b66</a>)</li> </ul> <h2>v4.28.3</h2> <h2>4.28.3 (2024-02-20)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.28.2...v4.28.3">v4.28.2...v4.28.3</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>ci:</strong> revert "move github release logic to github app" (<a href="https://redirect.github.com/openai/openai-node/issues/680">#680</a>) (<a href="https://github.com/openai/openai-node/commit/8b4009af05a2e0824f99d3cf8cd9063f234ae470">8b4009a</a>)</li> </ul> <h2>v4.28.2</h2> <h2>4.28.2 (2024-02-19)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.28.1...v4.28.2">v4.28.1...v4.28.2</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> remove non-GA instance_id param (<a href="https://redirect.github.com/openai/openai-node/issues/677">#677</a>) (<a href="https://github.com/openai/openai-node/commit/4d0d4daf3bfca0089c5258a136542513e6b372e6">4d0d4da</a>)</li> </ul> <h2>v4.28.1</h2> <h2>4.28.1 (2024-02-19)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.28.0...v4.28.1">v4.28.0...v4.28.1</a></p> <h3>Chores</h3> <ul> <li><strong>ci:</strong> move github release logic to github app (<a href="https://redirect.github.com/openai/openai-node/issues/671">#671</a>) (<a href="https://github.com/openai/openai-node/commit/ecca6bc2eea391ee53f1a1d6cac9665199447ae0">ecca6bc</a>)</li> <li><strong>internal:</strong> refactor release environment script (<a href="https://redirect.github.com/openai/openai-node/issues/674">#674</a>) (<a href="https://github.com/openai/openai-node/commit/27d37705d17e05c3761ccefcf09c4e2018eb5772">27d3770</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/openai/openai-node/blob/master/CHANGELOG.md">openai's changelog</a>.</em></p> <blockquote> <h2>4.28.4 (2024-02-28)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.28.3...v4.28.4">v4.28.3...v4.28.4</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add wav and pcm to response_format (<a href="https://redirect.github.com/openai/openai-node/issues/691">#691</a>) (<a href="https://github.com/openai/openai-node/commit/b1c61711961a62a4d7b47909a68ecd65231a66af">b1c6171</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>ci:</strong> update actions/setup-node action to v4 (<a href="https://redirect.github.com/openai/openai-node/issues/685">#685</a>) (<a href="https://github.com/openai/openai-node/commit/f2704d5f1580c0f1d31584ef88702cde8f6804d4">f2704d5</a>)</li> <li><strong>internal:</strong> fix ecosystem tests (<a href="https://redirect.github.com/openai/openai-node/issues/693">#693</a>) (<a href="https://github.com/openai/openai-node/commit/616624d3d9fd10ce254ce0d435b2b73ed11679f2">616624d</a>)</li> <li><strong>types:</strong> extract run status to a named type (<a href="https://redirect.github.com/openai/openai-node/issues/686">#686</a>) (<a href="https://github.com/openai/openai-node/commit/b3b3b8ea20e0f311d3bd53dfd22ccc04f5dce5f7">b3b3b8e</a>)</li> <li>update <code>@types/react</code> to 18.2.58, <code>@types/react-dom</code> to 18.2.19 (<a href="https://redirect.github.com/openai/openai-node/issues/688">#688</a>) (<a href="https://github.com/openai/openai-node/commit/2a0d0b1cb197eef25e42bbba88ee90c37d623f24">2a0d0b1</a>)</li> <li>update dependency <code>@types/node</code> to v20.11.20 (<a href="https://redirect.github.com/openai/openai-node/issues/690">#690</a>) (<a href="https://github.com/openai/openai-node/commit/4ca005be082d6c50fe95da6148896b62080bfe07">4ca005b</a>)</li> <li>update dependency <code>@types/ws</code> to v8.5.10 (<a href="https://redirect.github.com/openai/openai-node/issues/683">#683</a>) (<a href="https://github.com/openai/openai-node/commit/a6172683a3390422984ad282ac4940781493e772">a617268</a>)</li> <li>update dependency next to v13.5.6 (<a href="https://redirect.github.com/openai/openai-node/issues/689">#689</a>) (<a href="https://github.com/openai/openai-node/commit/abb3b6674b8f9f8ff9c2cc61629a31883ae4d8c8">abb3b66</a>)</li> </ul> <h2>4.28.3 (2024-02-20)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.28.2...v4.28.3">v4.28.2...v4.28.3</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>ci:</strong> revert "move github release logic to github app" (<a href="https://redirect.github.com/openai/openai-node/issues/680">#680</a>) (<a href="https://github.com/openai/openai-node/commit/8b4009af05a2e0824f99d3cf8cd9063f234ae470">8b4009a</a>)</li> </ul> <h2>4.28.2 (2024-02-19)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.28.1...v4.28.2">v4.28.1...v4.28.2</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> remove non-GA instance_id param (<a href="https://redirect.github.com/openai/openai-node/issues/677">#677</a>) (<a href="https://github.com/openai/openai-node/commit/4d0d4daf3bfca0089c5258a136542513e6b372e6">4d0d4da</a>)</li> </ul> <h2>4.28.1 (2024-02-19)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.28.0...v4.28.1">v4.28.0...v4.28.1</a></p> <h3>Chores</h3> <ul> <li><strong>ci:</strong> move github release logic to github app (<a href="https://redirect.github.com/openai/openai-node/issues/671">#671</a>) (<a href="https://github.com/openai/openai-node/commit/ecca6bc2eea391ee53f1a1d6cac9665199447ae0">ecca6bc</a>)</li> <li><strong>internal:</strong> refactor release environment script (<a href="https://redirect.github.com/openai/openai-node/issues/674">#674</a>) (<a href="https://github.com/openai/openai-node/commit/27d37705d17e05c3761ccefcf09c4e2018eb5772">27d3770</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openai/openai-node/commit/6175eca426b15990be5e5cdb0e8497e547f87d8a"><code>6175eca</code></a> release: 4.28.4</li> <li><a href="https://github.com/openai/openai-node/commit/5961cb8cea11065efd1ffee9db14f19ad7054ad5"><code>5961cb8</code></a> chore(internal): fix ecosystem tests (<a href="https://redirect.github.com/openai/openai-node/issues/693">#693</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/0372eaaf6f33bfbc3cb6294a2fd6b3bab9e7ba80"><code>0372eaa</code></a> feat(api): add wav and pcm to response_format (<a href="https://redirect.github.com/openai/openai-node/issues/691">#691</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/e84773e3813a2f71cd542c3b04eb9842d99eb0ca"><code>e84773e</code></a> chore: update dependency <code>@types/node</code> to v20.11.20 (<a href="https://redirect.github.com/openai/openai-node/issues/690">#690</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/5601376ef6cee6c456d94983dbc6745e2cf2ce08"><code>5601376</code></a> chore: update dependency next to v13.5.6 (<a href="https://redirect.github.com/openai/openai-node/issues/689">#689</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/0ae349cf18f307a3e901149de8411caaa370fb95"><code>0ae349c</code></a> chore: update <code>@types/react</code> to 18.2.58, <code>@types/react-dom</code> to 18.2.19 (<a href="https://redirect.github.com/openai/openai-node/issues/688">#688</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/90a733e6ff714e6fef3c71ae36e18eee6787a666"><code>90a733e</code></a> chore(types): extract run status to a named type (<a href="https://redirect.github.com/openai/openai-node/issues/686">#686</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/684f139c0d913e64db171fe5877c7c5980e29813"><code>684f139</code></a> chore(ci): update actions/setup-node action to v4 (<a href="https://redirect.github.com/openai/openai-node/issues/685">#685</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/3159e6bdcc815501147db1203f6472c38fbda177"><code>3159e6b</code></a> chore: update dependency <code>@types/ws</code> to v8.5.10 (<a href="https://redirect.github.com/openai/openai-node/issues/683">#683</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/fa88266e2cd231fa78c2e12006e488472332a694"><code>fa88266</code></a> release: 4.28.3</li> <li>Additional commits viewable in <a href="https://github.com/openai/openai-node/compare/v4.28.0...v4.28.4">compare view</a></li> </ul> </details> <br /> Updates `@types/react` from 18.2.59 to 18.2.62 <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 `autoprefixer` from 10.4.17 to 10.4.18 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/releases">autoprefixer's releases</a>.</em></p> <blockquote> <h2>10.4.18</h2> <ul> <li>Fixed removing <code>-webkit-box-orient</code> on <code>-webkit-line-clamp</code> (<a href="https://github.com/Goodwine"><code>@Goodwine</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md">autoprefixer's changelog</a>.</em></p> <blockquote> <h2>10.4.18</h2> <ul> <li>Fixed removing <code>-webkit-box-orient</code> on <code>-webkit-line-clamp</code> (<a href="https://github.com/Goodwine"><code>@Goodwine</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/autoprefixer/commit/90dc18d7201608ccf1a02aba476feec28f60257e"><code>90dc18d</code></a> Release 10.4.18 version</li> <li><a href="https://github.com/postcss/autoprefixer/commit/0af1be8a7453d28701f99cfdeefe026548c690cf"><code>0af1be8</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/autoprefixer/commit/1efe165b9511049b72f4abdb537cf9494889e48e"><code>1efe165</code></a> Update c8 config</li> <li><a href="https://github.com/postcss/autoprefixer/commit/80ff109c02e9ab40e4f8de57584309372f90ec5a"><code>80ff109</code></a> Add Node.js 21 to CI</li> <li><a href="https://github.com/postcss/autoprefixer/commit/5e5d1935b81c41a5f9bbcc1b63377e32b8c6de59"><code>5e5d193</code></a> Automate release creation</li> <li><a href="https://github.com/postcss/autoprefixer/commit/e72c36a761b07b8083c2d746f200e7d2e7fc7e47"><code>e72c36a</code></a> Update actions</li> <li><a href="https://github.com/postcss/autoprefixer/commit/ec68b5212fee8d25354cd68566311a808dbe96d8"><code>ec68b52</code></a> Preserve -webkit-box-orient when -webkit-line-clamp is present (<a href="https://redirect.github.com/postcss/autoprefixer/issues/1511">#1511</a>)</li> <li>See full diff in <a href="https://github.com/postcss/autoprefixer/compare/10.4.17...10.4.18">compare view</a></li> </ul> </details> <br /> Updates `eslint-config-next` from 14.1.0 to 14.1.1 <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.1.1</h2> <p><em>Note: this is a backport release for critical bug fixes -- this does not include all pending features/changes on canary</em></p> <h3>Core Changes</h3> <ul> <li>Should not warn metadataBase missing if only absolute urls are present: <a href="https://redirect.github.com/vercel/next.js/pull/61898">vercel/next.js#61898</a></li> <li>Fix trailing slash for canonical url: <a href="https://redirect.github.com/vercel/next.js/pull/62109">vercel/next.js#62109</a></li> <li>Fix metadata json manifest convention: <a href="https://redirect.github.com/vercel/next.js/pull/62615">vercel/next.js#62615</a></li> <li>Improve the Server Actions SWC transform: <a href="https://redirect.github.com/vercel/next.js/pull/61001">vercel/next.js#61001</a></li> <li>Fix Server Reference being double registered: <a href="https://redirect.github.com/vercel/next.js/pull/61244">vercel/next.js#61244</a></li> <li>Improve the Server Actions SWC transform (part 2): <a href="https://redirect.github.com/vercel/next.js/pull/62052">vercel/next.js#62052</a></li> <li>Fix module-level Server Action creation with closure-closed values: <a href="https://redirect.github.com/vercel/next.js/pull/62437">vercel/next.js#62437</a></li> <li>Fix draft mode invariant: <a href="https://redirect.github.com/vercel/next.js/pull/62121">vercel/next.js#62121</a></li> <li>fix: babel usage with next/image: <a href="https://redirect.github.com/vercel/next.js/pull/61835">vercel/next.js#61835</a></li> <li>Fix next/server api alias for ESM pkg: <a href="https://redirect.github.com/vercel/next.js/pull/61721">vercel/next.js#61721</a></li> <li>Replace image optimizer IPC call with request handler: <a href="https://redirect.github.com/vercel/next.js/pull/61471">vercel/next.js#61471</a></li> <li>chore: refactor image optimization to separate external/internal urls: <a href="https://redirect.github.com/vercel/next.js/pull/61172">vercel/next.js#61172</a></li> <li>fix(image): warn when animated image is missing unoptimized prop: <a href="https://redirect.github.com/vercel/next.js/pull/61045">vercel/next.js#61045</a></li> <li>fix(build-output): show stack during CSR bailout warning: <a href="https://redirect.github.com/vercel/next.js/pull/62594">vercel/next.js#62594</a></li> <li>Fix extra swc optimizer applied to node_modules in browser layer: <a href="https://redirect.github.com/vercel/next.js/pull/62051">vercel/next.js#62051</a></li> <li>fix(next-swc): Detect exports.foo from cjs_finder: <a href="https://redirect.github.com/vercel/next.js/pull/61795">vercel/next.js#61795</a></li> <li>Fix attempted import error for react: <a href="https://redirect.github.com/vercel/next.js/pull/61791">vercel/next.js#61791</a></li> <li>Add stack trace to client rendering bailout error: <a href="https://redirect.github.com/vercel/next.js/pull/61200">vercel/next.js#61200</a></li> <li>fix router crash on revalidate + popstate: <a href="https://redirect.github.com/vercel/next.js/pull/62383">vercel/next.js#62383</a></li> <li>fix loading issue when navigating to page with async metadata: <a href="https://redirect.github.com/vercel/next.js/pull/61687">vercel/next.js#61687</a></li> <li>revert changes to process default routes at build: <a href="https://redirect.github.com/vercel/next.js/pull/61241">vercel/next.js#61241</a></li> <li>fix parallel route top-level catch-all normalization logic to support nested explicit (non-catchall) slot routes: <a href="https://redirect.github.com/vercel/next.js/pull/60776">vercel/next.js#60776</a></li> <li>Improve redirection handling: <a href="https://redirect.github.com/vercel/next.js/pull/62561">vercel/next.js#62561</a></li> <li>Simplify node/edge server chunking some: <a href="https://redirect.github.com/vercel/next.js/pull/62424">vercel/next.js#62424</a></li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/huozhi"><code>@huozhi</code></a>, <a href="https://github.com/shuding"><code>@shuding</code></a>, <a href="https://github.com/Ethan-Arrowood"><code>@Ethan-Arrowood</code></a>, <a href="https://github.com/styfle"><code>@styfle</code></a>, <a href="https://github.com/ijjk"><code>@ijjk</code></a>, <a href="https://github.com/ztanner"><code>@ztanner</code></a>, <a href="https://github.com/balazsorban44"><code>@balazsorban44</code></a>, <a href="https://github.com/kdy1"><code>@kdy1</code></a>, and <a href="https://github.com/williamli"><code>@williamli</code></a> for helping!</p> <h2>v14.1.1-canary.82</h2> <h3>Core Changes</h3> <ul> <li>fix(turbopack): don't emit issues for deleted pages: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62012">#62012</a></li> <li>perf: don't emit issues via websocket for now: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59024">#59024</a></li> <li>add native css nesting support: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62644">#62644</a></li> <li>refactor(next-swc): remove unused features: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62696">#62696</a></li> <li>Upgrade mini-css-extract-plugin: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62698">#62698</a></li> <li>Update precompiled for mini-css-extract-plugin: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62699">#62699</a></li> <li>feat: display text diff for text mismatch hydration errors: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62684">#62684</a></li> <li>Fix lint check: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62702">#62702</a></li> </ul> <h3>Documentation Changes</h3> <ul> <li>Correct format for autoplay attribute in NextJS video docs : <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62695">#62695</a></li> <li>Update unstable_cache docs for revalidate option: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62689">#62689</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/5f59ee5f197a09275da7a9fa876986f22f4b7711"><code>5f59ee5</code></a> v14.1.1</li> <li>See full diff in <a href="https://github.com/vercel/next.js/commits/v14.1.1/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