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 6 …
…updates (#611) Bumps the dependencies group with 6 updates in the /examples/nextjs-14-openai directory: | Package | From | To | | --- | --- | --- | | [ai](https://github.com/vercel/ai) | `3.0.17` | `3.0.23` | | [next](https://github.com/vercel/next.js) | `14.1.4` | `14.2.1` | | [openai](https://github.com/openai/openai-node) | `4.32.1` | `4.36.0` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.74` | `18.2.79` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.24` | `18.2.25` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.1.4` | `14.2.1` | Updates `ai` from 3.0.17 to 3.0.23 <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>66b5892: Add streamMode parameter to useChat and useCompletion.</li> <li>Updated dependencies [7b8791d] <ul> <li><code>@ai-sdk/provider-utils</code><a href="https://github.com/0"><code>@0</code></a>.0.1</li> </ul> </li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>d544886: Breaking change: extract experimental AI core provider packages. They can now be imported with e.g. import { openai } from '<code>@ai-sdk/openai</code>' after adding them to a project.</li> <li>ea6b0e1: Expose formatStreamPart, parseStreamPart, and readDataStream helpers.</li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>87d3db5: Extracted <code>@ai-sdk/provider</code> package</li> <li>8c40f8c: ai/core: Fix openai provider streamObject for gpt-4-turbo</li> <li>5cd29bd: ai/core: add toTextStreamResponse() method to streamText result</li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>f42bbb5: Remove experimental from useAssistant and AssistantResponse.</li> <li>149fe26: Deprecate <!-- raw HTML omitted --></li> <li>2eb4b55: Remove experimental_ prefix from StreamData.</li> <li>e45fa96: Add stream support for Bedrock/Cohere.</li> <li>a6b2500: Deprecated the <code>experimental_streamData: true</code> setting from AIStreamCallbacksAndOptions. You can delete occurrences in your code. The stream data protocol is now used by default.</li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>4f4c7f5: ai/core: Anthropic tool call support</li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>63d587e: Add Anthropic provider for ai/core functions (no tool calling).</li> <li>63d587e: Add automatic mime type detection for images in ai/core prompts.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/ai/commit/fcd09bf9c38bca3499cad76ba813dbeaab26115b"><code>fcd09bf</code></a> Version Packages (<a href="https://redirect.github.com/vercel/ai/issues/1362">#1362</a>)</li> <li><a href="https://github.com/vercel/ai/commit/7b8791d13960a0253bcb243defc3eeb80a5d2924"><code>7b8791d</code></a> AI Core: Perplexity support (<a href="https://redirect.github.com/vercel/ai/issues/1357">#1357</a>)</li> <li><a href="https://github.com/vercel/ai/commit/66b589245112aa8ec0ff2ba5445166afe622b65d"><code>66b5892</code></a> Introduce streamMode for useChat / useCompletion. (<a href="https://redirect.github.com/vercel/ai/issues/1350">#1350</a>)</li> <li><a href="https://github.com/vercel/ai/commit/f272b01adaf38b494a8062f6389780a3e2f56930"><code>f272b01</code></a> Update next-pages example to AI Core. (<a href="https://redirect.github.com/vercel/ai/issues/1361">#1361</a>)</li> <li><a href="https://github.com/vercel/ai/commit/e8de84eb811908fa46faa05089f958d1ff34f08b"><code>e8de84e</code></a> Update svelte chat/completion examples. (<a href="https://redirect.github.com/vercel/ai/issues/1359">#1359</a>)</li> <li><a href="https://github.com/vercel/ai/commit/e48d7ae441b5288e465a5ba94ff0e47149528689"><code>e48d7ae</code></a> Updated examples with current claude models (<a href="https://redirect.github.com/vercel/ai/issues/1332">#1332</a>)</li> <li><a href="https://github.com/vercel/ai/commit/46cdee6dd76a36cde07c1e2e9db48ff07cb5ea7e"><code>46cdee6</code></a> Fix highlighted code in StreamData documentation (<a href="https://redirect.github.com/vercel/ai/issues/1355">#1355</a>)</li> <li><a href="https://github.com/vercel/ai/commit/f18361836651bd83774a1aa1f7488ab47667a1f6"><code>f183618</code></a> Version Packages (<a href="https://redirect.github.com/vercel/ai/issues/1329">#1329</a>)</li> <li><a href="https://github.com/vercel/ai/commit/423bc4d6bc714f6bf772a6e11957778ad0c3b687"><code>423bc4d</code></a> Fix typo in docs (<a href="https://redirect.github.com/vercel/ai/issues/1337">#1337</a>)</li> <li><a href="https://github.com/vercel/ai/commit/f85eabb4169eb5425b7b0276d3614882f4dedac6"><code>f85eabb</code></a> fix: Update aws-bedrock-stream.mdx (<a href="https://redirect.github.com/vercel/ai/issues/1336">#1336</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/ai/compare/[email protected]@3.0.23">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~vercel-release-bot">vercel-release-bot</a>, a new releaser for ai since your current version.</p> </details> <br /> Updates `next` from 14.1.4 to 14.2.1 <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.1</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>use pathToFileUrl to make esm import()s work with absolute windows paths (<a href="https://redirect.github.com/vercel/next.js/issues/64386">#64386</a>) <a href="https://github.com/sokra"><code>@sokra</code></a></li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/sokra"><code>@sokra</code></a> for helping!</p> <h2>v14.2.1-canary.7</h2> <h3>Core Changes</h3> <ul> <li>Update font data: <a href="https://redirect.github.com/vercel/next.js/issues/64481">#64481</a></li> <li>BREAKING CHANGE: remove deprecated analyticsId from config, and the corresponding performance-relayer files and tests: <a href="https://redirect.github.com/vercel/next.js/issues/64199">#64199</a></li> <li>feat: strip traceparent header from cachekey: <a href="https://redirect.github.com/vercel/next.js/issues/64499">#64499</a></li> <li>Fix typo in dynamic-rendering.ts: <a href="https://redirect.github.com/vercel/next.js/issues/64365">#64365</a></li> </ul> <h3>Documentation Changes</h3> <ul> <li>Fix missing PagesOnly in 05-mdx: <a href="https://redirect.github.com/vercel/next.js/issues/64505">#64505</a></li> <li>chore(docs): Add example usage of PixelBin custom image loader: <a href="https://redirect.github.com/vercel/next.js/issues/64074">#64074</a></li> </ul> <h3>Misc Changes</h3> <ul> <li>chore: Update pnpm v8.15.14 to v8.15.7: <a href="https://redirect.github.com/vercel/next.js/issues/64479">#64479</a></li> <li>Add typechecking test for all entrypoints: <a href="https://redirect.github.com/vercel/next.js/issues/64478">#64478</a></li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/ryota-murakami"><code>@ryota-murakami</code></a>, <a href="https://github.com/ijjk"><code>@ijjk</code></a>, <a href="https://github.com/pnutmath"><code>@pnutmath</code></a>, <a href="https://github.com/feugy"><code>@feugy</code></a>, <a href="https://github.com/Jeffrey-Zutt"><code>@Jeffrey-Zutt</code></a>, <a href="https://github.com/wiesson"><code>@wiesson</code></a>, and <a href="https://github.com/eps1lon"><code>@eps1lon</code></a> for helping!</p> <h2>v14.2.1-canary.6</h2> <h3>Core Changes</h3> <ul> <li>improve turborepo caching: <a href="https://redirect.github.com/vercel/next.js/issues/64493">#64493</a></li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/sokra"><code>@sokra</code></a> for helping!</p> <h2>v14.2.1-canary.5</h2> <h3>Core Changes</h3> <ul> <li>Fix client boundary inheritance for barrel optimization: <a href="https://redirect.github.com/vercel/next.js/issues/64467">#64467</a></li> </ul> <h3>Documentation Changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/c0ae6f6ffdad865de660e897ecbeafda2bca78da"><code>c0ae6f6</code></a> v14.2.1</li> <li><a href="https://github.com/vercel/next.js/commit/9d7ce74503d155e8cc29248d9bf99d5ac06907e3"><code>9d7ce74</code></a> modify scripts</li> <li><a href="https://github.com/vercel/next.js/commit/597aa448054da4206807a5bfd4603285e8399cd1"><code>597aa44</code></a> update publish configs</li> <li><a href="https://github.com/vercel/next.js/commit/14987d96674275c7b1004a4ceb33947499d7247c"><code>14987d9</code></a> use pathToFileUrl to make esm import()s work with absolute windows paths (<a href="https://redirect.github.com/vercel/next.js/issues/64">#64</a>...</li> <li><a href="https://github.com/vercel/next.js/commit/774563f2b994ae9686b8ec68b506a6ef3d7c9756"><code>774563f</code></a> v14.2.0</li> <li><a href="https://github.com/vercel/next.js/commit/ab262348a6732f55ea0f99a0a2f8a153dd6ad5a0"><code>ab26234</code></a> Add documentation for --experimental-debug-memory-usage (<a href="https://redirect.github.com/vercel/next.js/issues/64322">#64322</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/d94466c7803f8582ca81c13baf592610e10dad7c"><code>d94466c</code></a> Docs: Add recommendations for CSS import order (<a href="https://redirect.github.com/vercel/next.js/issues/64321">#64321</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/7aabb1d5ceb5574c578db10c2abef634c436c6b2"><code>7aabb1d</code></a> v14.2.0-canary.67</li> <li><a href="https://github.com/vercel/next.js/commit/cbee70991fbc04ed7d41e98e166b63b305836d64"><code>cbee709</code></a> update turbopack (<a href="https://redirect.github.com/vercel/next.js/issues/64347">#64347</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/83675cea72009aadc59ffaa039e22ff6ffc6dadd"><code>83675ce</code></a> Ensure build-native is in needs properly (<a href="https://redirect.github.com/vercel/next.js/issues/64357">#64357</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v14.1.4...v14.2.1">compare view</a></li> </ul> </details> <br /> Updates `openai` from 4.32.1 to 4.36.0 <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.36.0</h2> <h2>4.36.0 (2024-04-16)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.35.0...v4.36.0">v4.35.0...v4.36.0</a></p> <h3>Features</h3> <ul> <li><strong>client:</strong> add header OpenAI-Project (<a href="https://redirect.github.com/openai/openai-node/issues/772">#772</a>) (<a href="https://github.com/openai/openai-node/commit/bb4df3722082fb44b7d4feb7a47df796149150a2">bb4df37</a>)</li> <li>extract chat models to a named enum (<a href="https://redirect.github.com/openai/openai-node/issues/775">#775</a>) (<a href="https://github.com/openai/openai-node/commit/141d2ed308141dc751869353208e4d0632d3650c">141d2ed</a>)</li> </ul> <h3>Build System</h3> <ul> <li>configure UTF-8 locale in devcontainer (<a href="https://redirect.github.com/openai/openai-node/issues/774">#774</a>) (<a href="https://github.com/openai/openai-node/commit/bebf4f0ca1f884f8747caff0f0e065aafffde096">bebf4f0</a>)</li> </ul> <h2>v4.35.0</h2> <h2>4.35.0 (2024-04-15)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.34.0...v4.35.0">v4.34.0...v4.35.0</a></p> <h3>Features</h3> <ul> <li><strong>errors:</strong> add request_id property (<a href="https://redirect.github.com/openai/openai-node/issues/769">#769</a>) (<a href="https://github.com/openai/openai-node/commit/43aa6a19cfb1448903dfaddc4da3def2eda9cbab">43aa6a1</a>)</li> </ul> <h2>v4.34.0</h2> <h2>4.34.0 (2024-04-15)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.33.1...v4.34.0">v4.33.1...v4.34.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add batch API (<a href="https://redirect.github.com/openai/openai-node/issues/768">#768</a>) (<a href="https://github.com/openai/openai-node/commit/7fe34f2d0bda9c1cb116a593f02bd0cc15a52e12">7fe34f2</a>)</li> <li><strong>api:</strong> updates (<a href="https://redirect.github.com/openai/openai-node/issues/766">#766</a>) (<a href="https://github.com/openai/openai-node/commit/52bcc47043e4c3ffe15ae9e7ac0fa87e2493aad9">52bcc47</a>)</li> </ul> <h2>v4.33.1</h2> <h2>4.33.1 (2024-04-12)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.33.0...v4.33.1">v4.33.0...v4.33.1</a></p> <h3>Chores</h3> <ul> <li><strong>internal:</strong> formatting (<a href="https://redirect.github.com/openai/openai-node/issues/763">#763</a>) (<a href="https://github.com/openai/openai-node/commit/b6acf54baab7e6cbf6ce3ad1d6c70197cc0181d0">b6acf54</a>)</li> <li><strong>internal:</strong> improve ecosystem tests (<a href="https://redirect.github.com/openai/openai-node/issues/761">#761</a>) (<a href="https://github.com/openai/openai-node/commit/fcf748dbbd23f972ff9fd81a8b2a35232a2d6e5c">fcf748d</a>)</li> </ul> <h2>v4.33.0</h2> <h2>4.33.0 (2024-04-05)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.32.2...v4.33.0">v4.32.2...v4.33.0</a></p> <h3>Features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.36.0 (2024-04-16)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.35.0...v4.36.0">v4.35.0...v4.36.0</a></p> <h3>Features</h3> <ul> <li><strong>client:</strong> add header OpenAI-Project (<a href="https://redirect.github.com/openai/openai-node/issues/772">#772</a>) (<a href="https://github.com/openai/openai-node/commit/bb4df3722082fb44b7d4feb7a47df796149150a2">bb4df37</a>)</li> <li>extract chat models to a named enum (<a href="https://redirect.github.com/openai/openai-node/issues/775">#775</a>) (<a href="https://github.com/openai/openai-node/commit/141d2ed308141dc751869353208e4d0632d3650c">141d2ed</a>)</li> </ul> <h3>Build System</h3> <ul> <li>configure UTF-8 locale in devcontainer (<a href="https://redirect.github.com/openai/openai-node/issues/774">#774</a>) (<a href="https://github.com/openai/openai-node/commit/bebf4f0ca1f884f8747caff0f0e065aafffde096">bebf4f0</a>)</li> </ul> <h2>4.35.0 (2024-04-15)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.34.0...v4.35.0">v4.34.0...v4.35.0</a></p> <h3>Features</h3> <ul> <li><strong>errors:</strong> add request_id property (<a href="https://redirect.github.com/openai/openai-node/issues/769">#769</a>) (<a href="https://github.com/openai/openai-node/commit/43aa6a19cfb1448903dfaddc4da3def2eda9cbab">43aa6a1</a>)</li> </ul> <h2>4.34.0 (2024-04-15)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.33.1...v4.34.0">v4.33.1...v4.34.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add batch API (<a href="https://redirect.github.com/openai/openai-node/issues/768">#768</a>) (<a href="https://github.com/openai/openai-node/commit/7fe34f2d0bda9c1cb116a593f02bd0cc15a52e12">7fe34f2</a>)</li> <li><strong>api:</strong> updates (<a href="https://redirect.github.com/openai/openai-node/issues/766">#766</a>) (<a href="https://github.com/openai/openai-node/commit/52bcc47043e4c3ffe15ae9e7ac0fa87e2493aad9">52bcc47</a>)</li> </ul> <h2>4.33.1 (2024-04-12)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.33.0...v4.33.1">v4.33.0...v4.33.1</a></p> <h3>Chores</h3> <ul> <li><strong>internal:</strong> formatting (<a href="https://redirect.github.com/openai/openai-node/issues/763">#763</a>) (<a href="https://github.com/openai/openai-node/commit/b6acf54baab7e6cbf6ce3ad1d6c70197cc0181d0">b6acf54</a>)</li> <li><strong>internal:</strong> improve ecosystem tests (<a href="https://redirect.github.com/openai/openai-node/issues/761">#761</a>) (<a href="https://github.com/openai/openai-node/commit/fcf748dbbd23f972ff9fd81a8b2a35232a2d6e5c">fcf748d</a>)</li> </ul> <h2>4.33.0 (2024-04-05)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.32.2...v4.33.0">v4.32.2...v4.33.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add additional messages when creating thread run (<a href="https://redirect.github.com/openai/openai-node/issues/759">#759</a>) (<a href="https://github.com/openai/openai-node/commit/f1fdb410e087f9b94faeda0558de573ec1118601">f1fdb41</a>)</li> </ul> <h2>4.32.2 (2024-04-04)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openai/openai-node/commit/6f72e7ad3e4e151c9334f4449d1c3555255c2793"><code>6f72e7a</code></a> release: 4.36.0</li> <li><a href="https://github.com/openai/openai-node/commit/9dfc744169262d1a57a7be0453780dd77a726b6f"><code>9dfc744</code></a> feat: extract chat models to a named enum (<a href="https://redirect.github.com/openai/openai-node/issues/775">#775</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/be0dd9f7b5341adbb32ae3f55853405d6c4039f0"><code>be0dd9f</code></a> build: configure UTF-8 locale in devcontainer (<a href="https://redirect.github.com/openai/openai-node/issues/774">#774</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/7fa4400668977e4265bd26591a4712546e54892f"><code>7fa4400</code></a> feat(client): add header OpenAI-Project (<a href="https://redirect.github.com/openai/openai-node/issues/772">#772</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/116e38aae33a2d7b88c27d783a95b41e56500600"><code>116e38a</code></a> release: 4.35.0</li> <li><a href="https://github.com/openai/openai-node/commit/8cdd7ea9a28455c84f2babaea998fde228287146"><code>8cdd7ea</code></a> feat(errors): add request_id property (<a href="https://redirect.github.com/openai/openai-node/issues/769">#769</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/56f4821ac2f86e60231c31c1e007d68176100c7c"><code>56f4821</code></a> release: 4.34.0</li> <li><a href="https://github.com/openai/openai-node/commit/0c75bbdb2022a5acf4e4b5e2997854f7784e46b7"><code>0c75bbd</code></a> feat(api): add batch API (<a href="https://redirect.github.com/openai/openai-node/issues/768">#768</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/01f01881c457fa6bebf8ac923941c6628037b9ac"><code>01f0188</code></a> feat(api): updates (<a href="https://redirect.github.com/openai/openai-node/issues/766">#766</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/9ed897538aff01f710a9c361421edd2edc538233"><code>9ed8975</code></a> Merge pull request <a href="https://redirect.github.com/openai/openai-node/issues/762">#762</a> from openai/release-please--branches--master--changes...</li> <li>Additional commits viewable in <a href="https://github.com/openai/openai-node/compare/v4.32.1...v4.36.0">compare view</a></li> </ul> </details> <br /> Updates `@types/react` from 18.2.74 to 18.2.79 <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 `@types/react-dom` from 18.2.24 to 18.2.25 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom">compare view</a></li> </ul> </details> <br /> Updates `eslint-config-next` from 14.1.4 to 14.2.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.2.1</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>use pathToFileUrl to make esm import()s work with absolute windows paths (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64386">#64386</a>) <a href="https://github.com/sokra"><code>@sokra</code></a></li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/sokra"><code>@sokra</code></a> for helping!</p> <h2>v14.2.1-canary.7</h2> <h3>Core Changes</h3> <ul> <li>Update font data: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64481">#64481</a></li> <li>BREAKING CHANGE: remove deprecated analyticsId from config, and the corresponding performance-relayer files and tests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64199">#64199</a></li> <li>feat: strip traceparent header from cachekey: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64499">#64499</a></li> <li>Fix typo in dynamic-rendering.ts: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64365">#64365</a></li> </ul> <h3>Documentation Changes</h3> <ul> <li>Fix missing PagesOnly in 05-mdx: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64505">#64505</a></li> <li>chore(docs): Add example usage of PixelBin custom image loader: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64074">#64074</a></li> </ul> <h3>Misc Changes</h3> <ul> <li>chore: Update pnpm v8.15.14 to v8.15.7: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64479">#64479</a></li> <li>Add typechecking test for all entrypoints: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64478">#64478</a></li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/ryota-murakami"><code>@ryota-murakami</code></a>, <a href="https://github.com/ijjk"><code>@ijjk</code></a>, <a href="https://github.com/pnutmath"><code>@pnutmath</code></a>, <a href="https://github.com/feugy"><code>@feugy</code></a>, <a href="https://github.com/Jeffrey-Zutt"><code>@Jeffrey-Zutt</code></a>, <a href="https://github.com/wiesson"><code>@wiesson</code></a>, and <a href="https://github.com/eps1lon"><code>@eps1lon</code></a> for helping!</p> <h2>v14.2.1-canary.6</h2> <h3>Core Changes</h3> <ul> <li>improve turborepo caching: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64493">#64493</a></li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/sokra"><code>@sokra</code></a> for helping!</p> <h2>v14.2.1-canary.5</h2> <h3>Core Changes</h3> <ul> <li>Fix client boundary inheritance for barrel optimization: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64467">#64467</a></li> </ul> <h3>Documentation Changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/c0ae6f6ffdad865de660e897ecbeafda2bca78da"><code>c0ae6f6</code></a> v14.2.1</li> <li><a href="https://github.com/vercel/next.js/commit/774563f2b994ae9686b8ec68b506a6ef3d7c9756"><code>774563f</code></a> v14.2.0</li> <li><a href="https://github.com/vercel/next.js/commit/7aabb1d5ceb5574c578db10c2abef634c436c6b2"><code>7aabb1d</code></a> v14.2.0-canary.67</li> <li><a href="https://github.com/vercel/next.js/commit/265d7b97bae999c59c4370503b37ad2d0f25778d"><code>265d7b9</code></a> v14.2.0-canary.66</li> <li><a href="https://github.com/vercel/next.js/commit/22754faff6137054e5ed474e63d939fc415209b4"><code>22754fa</code></a> v14.2.0-canary.65</li> <li><a href="https://github.com/vercel/next.js/commit/167ea3382fe6b113dbcf4272d55ce04ac314c51c"><code>167ea33</code></a> v14.2.0-canary.64</li> <li><a href="https://github.com/vercel/next.js/commit/c2890635171e0316dc1bad1153b8e875b39f7da6"><code>c289063</code></a> v14.2.0-canary.63</li> <li><a href="https://github.com/vercel/next.js/commit/e46d088aec4531e5b0d51f0f794a722aa307ae7c"><code>e46d088</code></a> v14.2.0-canary.62</li> <li><a href="https://github.com/vercel/next.js/commit/42f8ac16c6ff497f297198e42fc2abb113bf4a7b"><code>42f8ac1</code></a> v14.2.0-canary.61</li> <li><a href="https://github.com/vercel/next.js/commit/acaf642fbdffef860e0fdf334046c7cab4af65b4"><code>acaf642</code></a> v14.2.0-canary.60</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/commits/v14.2.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