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 13…
… updates (#760) Bumps the dependencies group with 13 updates in the /examples/nextjs-14-react-hook-form directory: | Package | From | To | | --- | --- | --- | | [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `3.3.4` | `3.4.0` | | [clsx](https://github.com/lukeed/clsx) | `2.1.0` | `2.1.1` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.371.0` | `0.378.0` | | [next](https://github.com/vercel/next.js) | `14.2.2` | `14.2.3` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.79` | `18.3.2` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.25` | `18.3.0` | | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.51.3` | `7.51.4` | | [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.2.2` | `2.3.0` | | [zod](https://github.com/colinhacks/zod) | `3.22.5` | `3.23.8` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.7.0` | `7.9.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.2` | `14.2.3` | Updates `@hookform/resolvers` from 3.3.4 to 3.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/react-hook-form/resolvers/releases"><code>@hookform/resolvers</code>'s releases</a>.</em></p> <blockquote> <h2>v3.4.0</h2> <h1><a href="https://github.com/react-hook-form/resolvers/compare/v3.3.4...v3.4.0">3.4.0</a> (2024-05-15)</h1> <h3>Features</h3> <ul> <li>effect-ts resolver (<a href="https://github.com/react-hook-form/resolvers/issues/676">#676</a>) (<a href="https://github.com/react-hook-form/resolvers/commit/9ba2f899c12731233de79f7b6f33dad0daa4f33a">9ba2f89</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/react-hook-form/resolvers/commit/79700b054566823e96d4fc631a5af68700c674f3"><code>79700b0</code></a> Update main.yml (<a href="https://github.com/react-hook-form/resolvers/issues/681">#681</a>)</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/9f5576c5e958eca1a60c90b6d4012e5dd93aa1bc"><code>9f5576c</code></a> Update node version (<a href="https://github.com/react-hook-form/resolvers/issues/680">#680</a>)</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/94088741614282dec037693d5ae6fbbef20bbbd3"><code>9408874</code></a> Update main.yml (<a href="https://github.com/react-hook-form/resolvers/issues/679">#679</a>)</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/ed5457ac52e9c491944093ed692c3b1c0fbea91c"><code>ed5457a</code></a> chore: update main.yml (<a href="https://github.com/react-hook-form/resolvers/issues/678">#678</a>)</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/9ba2f899c12731233de79f7b6f33dad0daa4f33a"><code>9ba2f89</code></a> feat: effect-ts resolver (<a href="https://github.com/react-hook-form/resolvers/issues/676">#676</a>)</li> <li>See full diff in <a href="https://github.com/react-hook-form/resolvers/compare/v3.3.4...v3.4.0">compare view</a></li> </ul> </details> <br /> Updates `clsx` from 2.1.0 to 2.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lukeed/clsx/releases">clsx's releases</a>.</em></p> <blockquote> <h2>v2.1.1</h2> <h2>Patches</h2> <ul> <li>(types) Include <code>bigint</code> in <code>ClassValue</code> type: (<a href="https://github.com/lukeed/clsx/issues/96">#96</a>): 3d960ab <em>Accommodates recent <code>@types/react</code> changes to <code>ReactNode</code>.</em> <em>Thank you <a href="https://github.com/ViliamKopecky"><code>@ViliamKopecky</code></a>~!</em></li> </ul> <h2>Chores</h2> <ul> <li>Add <a href="https://licenses.dev"><code>licenses.dev</code></a> badge: 684509c <em>This service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for <a href="https://licenses.dev/npm/polka/1.0.0-next.24"><code>polka@next</code></a> and a larger <a href="https://licenses.dev/npm/astro"><code>astro</code></a> example.</em></li> </ul> <hr /> <blockquote> <p><strong>Full Changelog</strong>: <a href="https://github.com/lukeed/clsx/compare/v2.1.0...v2.1.1">https://github.com/lukeed/clsx/compare/v2.1.0...v2.1.1</a></p> </blockquote> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lukeed/clsx/commit/925494cf31bcd97d3337aacd34e659e80cae7fe2"><code>925494c</code></a> 2.1.1</li> <li><a href="https://github.com/lukeed/clsx/commit/3d960ab0fd7ce2b017e1cd2a37b662607e2d6f4b"><code>3d960ab</code></a> fix(types): include <code>bigint</code> in <code>ClassValue</code> type (<a href="https://github.com/lukeed/clsx/issues/96">#96</a>)</li> <li><a href="https://github.com/lukeed/clsx/commit/684509c3860a71e9e301b8c33f67e98ad5990c62"><code>684509c</code></a> chore: add licenses badge</li> <li>See full diff in <a href="https://github.com/lukeed/clsx/compare/v2.1.0...v2.1.1">compare view</a></li> </ul> </details> <br /> Updates `lucide-react` from 0.371.0 to 0.378.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lucide-icons/lucide/releases">lucide-react's releases</a>.</em></p> <blockquote> <h2>New icons 0.378.0</h2> <h2>New icons 🎨</h2> <ul> <li><code>loader-pinwheel</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/1331">#1331</a>) by <a href="https://github.com/danielbayley"><code>@danielbayley</code></a></li> <li><code>mouse-pointer-ban</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/1331">#1331</a>) by <a href="https://github.com/danielbayley"><code>@danielbayley</code></a></li> </ul> <h2>Modified Icons 🔨</h2> <ul> <li><code>loader</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/1331">#1331</a>) by <a href="https://github.com/danielbayley"><code>@danielbayley</code></a></li> <li><code>moon-star</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/1937">#1937</a>) by <a href="https://github.com/karsa-mistmere"><code>@karsa-mistmere</code></a></li> <li><code>sparkle</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/1937">#1937</a>) by <a href="https://github.com/karsa-mistmere"><code>@karsa-mistmere</code></a></li> <li><code>sparkles</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/1937">#1937</a>) by <a href="https://github.com/karsa-mistmere"><code>@karsa-mistmere</code></a></li> </ul> <h2>New icons 0.377.0</h2> <h2>Modified Icons 🔨</h2> <ul> <li><code>alarm-smoke</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2059">#2059</a>) by <a href="https://github.com/jguddas"><code>@jguddas</code></a></li> <li><code>award</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2113">#2113</a>) by <a href="https://github.com/jguddas"><code>@jguddas</code></a></li> </ul> <h2>Adding Icon component for external libs</h2> <p>Implementation of the <code><Icon /></code> component which makes it easier to create (custom) icons from iconNodes. This will be useful for external packages like <code>@lucide/lab</code> and more.</p> <h2>Example with <code>lucide-react</code></h2> <pre lang="tsx"><code>import { burger } from '@lucide/lab'; import { Icon } from 'lucide-react'; <p><Icon iconNode={burger} /> // Renders burger icon </code></pre></p> <h2>See the docs</h2> <ul> <li><a href="https://lucide.dev/guide/packages/lucide#additional-options">Lucide</a></li> <li><a href="https://lucide.dev/guide/packages/lucide-react#with-lucide-lab-or-custom-icons">Lucide React</a></li> <li><a href="https://lucide.dev/guide/packages/lucide-vue-next#with-lucide-lab-or-custom-icons">Lucide Vue</a></li> <li><a href="https://lucide.dev/guide/packages/lucide-svelte#with-lucide-lab-or-custom-icons">Lucide Svelte</a></li> <li><a href="https://lucide.dev/guide/packages/lucide-angular#with-lucide-lab-or-custom-icons">Lucide Angular</a></li> <li><a href="https://lucide.dev/guide/packages/lucide-solid#one-generic-icon-component">Lucide Solid</a></li> <li><a href="https://lucide.dev/guide/packages/lucide-react-native#one-generic-icon-component">Lucide React Native</a></li> </ul> <h2>New icons 0.375.0</h2> <h2>New icons 🎨</h2> <ul> <li><code>grid-2x2-check</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2084">#2084</a>) by <a href="https://github.com/chessurisme"><code>@chessurisme</code></a></li> <li><code>grid-2x2-x</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2085">#2085</a>) by <a href="https://github.com/chessurisme"><code>@chessurisme</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lucide-icons/lucide/commit/e50582e93e7b1cfa34082eca38e2fc0f9f1fc991"><code>e50582e</code></a> feat(icon-component): Creating icons with iconNodes (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/1997">#1997</a>)</li> <li><a href="https://github.com/lucide-icons/lucide/commit/09420cbca53283a4890edd380a98a3feccdfc0af"><code>09420cb</code></a> docs: Fix dark logo paths</li> <li><a href="https://github.com/lucide-icons/lucide/commit/45e82a51b822c0a00c069123fb92c9641d704d0b"><code>45e82a5</code></a> docs: Update readme files (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2102">#2102</a>)</li> <li><a href="https://github.com/lucide-icons/lucide/commit/ad7ae84987649412f92a1a527f3b172e83c674c3"><code>ad7ae84</code></a> Split up workflows (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2093">#2093</a>)</li> <li>See full diff in <a href="https://github.com/lucide-icons/lucide/commits/0.378.0/packages/lucide-react">compare view</a></li> </ul> </details> <br /> Updates `next` from 14.2.2 to 14.2.3 <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.3</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: resolve mixed re-exports module as cjs (<a href="https://github.com/vercel/next.js/issues/64681">#64681</a>)</li> <li>fix: mixing namespace import and named import client components (<a href="https://github.com/vercel/next.js/issues/64809">#64809</a>)</li> <li>Fix mixed exports in server component with barrel optimization (<a href="https://github.com/vercel/next.js/issues/64894">#64894</a>)</li> <li>Fix next/image usage in mdx(<a href="https://github.com/vercel/next.js/issues/64875">#64875</a>)</li> <li>fix(fetch-cache): fix additional typo, add type & data validation (<a href="https://github.com/vercel/next.js/issues/64799">#64799</a>)</li> <li>prevent erroneous route interception during lazy fetch (<a href="https://github.com/vercel/next.js/issues/64692">#64692</a>)</li> <li>fix root page revalidation when redirecting in a server action (<a href="https://github.com/vercel/next.js/issues/64730">#64730</a>)</li> <li>fix: remove traceparent from cachekey should not remove traceparent from original object (<a href="https://github.com/vercel/next.js/issues/64727">#64727</a>)</li> <li>Clean-up fetch metrics tracking (<a href="https://github.com/vercel/next.js/issues/64746">#64746</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/samcx"><code>@samcx</code></a>, <a href="https://github.com/ztanner"><code>@ztanner</code></a>, <a href="https://github.com/Jeffrey-Zutt"><code>@Jeffrey-Zutt</code></a>, and <a href="https://github.com/ijjk"><code>@ijjk</code></a> for helping!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/2e7a96a1e8821d88f210a90b4284fd24b71c1821"><code>2e7a96a</code></a> v14.2.3</li> <li><a href="https://github.com/vercel/next.js/commit/a230be4867deee8d2041397707c6921c79e27687"><code>a230be4</code></a> Clean-up fetch metrics tracking (<a href="https://github.com/vercel/next.js/issues/64746">#64746</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/73c2d634b10d3a40ae93b2cafe0dc0072c0da6c0"><code>73c2d63</code></a> fix: remove traceparent from cachekey should not remove traceparent from orig...</li> <li><a href="https://github.com/vercel/next.js/commit/dd44191118461e44debb762c81d1383bd19416c4"><code>dd44191</code></a> fix root page revalidation when redirecting in a server action (<a href="https://github.com/vercel/next.js/issues/64730">#64730</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/8b4c234740d9f23dbb41034f1dbcb9ec09809f0f"><code>8b4c234</code></a> prevent erroneous route interception during lazy fetch (<a href="https://github.com/vercel/next.js/issues/64692">#64692</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/d6a7ca0e8d9474cd1c8ef749b829dc5edd058327"><code>d6a7ca0</code></a> fix(fetch-cache): fix additional typo, add type & data validation (<a href="https://github.com/vercel/next.js/issues/64799">#64799</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/4a6b511ca0c4d21b994f179eddb30213314d8856"><code>4a6b511</code></a> Fix next/image usage in mdx (<a href="https://github.com/vercel/next.js/issues/64875">#64875</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/04cc13c0a3a65db4e093db93fff2e8e74753e0a2"><code>04cc13c</code></a> Fix mixed exports in server component with barrel optimization (<a href="https://github.com/vercel/next.js/issues/64894">#64894</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/8d01d496fe6c26b8a8653634a28c59815bcd2933"><code>8d01d49</code></a> fix: mixing namespace import and named import client components (<a href="https://github.com/vercel/next.js/issues/64809">#64809</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/de84e3ae7021b17b55f9b94c9b15ab934e006b8d"><code>de84e3a</code></a> Fix: resolve mixed re-exports module as cjs (<a href="https://github.com/vercel/next.js/issues/64681">#64681</a>)</li> <li>See full diff in <a href="https://github.com/vercel/next.js/compare/v14.2.2...v14.2.3">compare view</a></li> </ul> </details> <br /> Updates `react` from 18.2.0 to 18.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/releases">react's releases</a>.</em></p> <blockquote> <h2>18.3.1 (April 26, 2024)</h2> <ul> <li>Export <code>act</code> from <code>react</code> <a href="https://github.com/facebook/react/commit/f1338f8080abd1386454a10bbf93d67bfe37ce85">f1338f</a></li> </ul> <h2>18.3.0 (April 25, 2024)</h2> <p>This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.</p> <p>Read the <a href="https://react.dev/blog/2024/04/25/react-19-upgrade-guide">React 19 Upgrade Guide</a> for more info.</p> <h3>React</h3> <ul> <li>Allow writing to <code>this.refs</code> to support string ref codemod <a href="https://github.com/facebook/react/commit/9090712fd3ca4e1099e1f92e67933c2cb4f32552">909071</a></li> <li>Warn for deprecated <code>findDOMNode</code> outside StrictMode <a href="https://github.com/facebook/react/commit/c3b283964108b0e8dbcf1f9eb2e7e67815e39dfb">c3b283</a></li> <li>Warn for deprecated <code>test-utils</code> methods <a href="https://github.com/facebook/react/commit/d4ea75dc4258095593b6ac764289f42bddeb835c">d4ea75</a></li> <li>Warn for deprecated Legacy Context outside StrictMode <a href="https://github.com/facebook/react/commit/415ee0e6ea0fe3e288e65868df2e3241143d5f7f">415ee0</a></li> <li>Warn for deprecated string refs outside StrictMode <a href="https://github.com/facebook/react/pull/25383">#25383</a></li> <li>Warn for deprecated <code>defaultProps</code> for function components <a href="https://github.com/facebook/react/pull/25699">#25699</a></li> <li>Warn when spreading <code>key</code> <a href="https://github.com/facebook/react/pull/25697">#25697</a></li> <li>Warn when using <code>act</code> from <code>test-utils</code> <a href="https://github.com/facebook/react/commit/d4ea75dc4258095593b6ac764289f42bddeb835c">d4ea75</a></li> </ul> <h3>React DOM</h3> <ul> <li>Warn for deprecated <code>unmountComponentAtNode</code> <a href="https://github.com/facebook/react/commit/8a015b68cc060079878e426610e64e86fb328f8d">8a015b</a></li> <li>Warn for deprecated <code>renderToStaticNodeStream</code> <a href="https://github.com/facebook/react/pull/28874">#28874</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/blob/main/CHANGELOG.md">react's changelog</a>.</em></p> <blockquote> <h2>18.3.1 (April 26, 2024)</h2> <ul> <li>Export <code>act</code> from <code>react</code> <a href="https://github.com/facebook/react/commit/f1338f8080abd1386454a10bbf93d67bfe37ce85">f1338f</a></li> </ul> <h2>18.3.0 (April 25, 2024)</h2> <p>This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.</p> <p>Read the <a href="https://react.dev/blog/2024/04/25/react-19-upgrade-guide">React 19 Upgrade Guide</a> for more info.</p> <h3>React</h3> <ul> <li>Allow writing to <code>this.refs</code> to support string ref codemod <a href="https://github.com/facebook/react/commit/9090712fd3ca4e1099e1f92e67933c2cb4f32552">909071</a></li> <li>Warn for deprecated <code>findDOMNode</code> outside StrictMode <a href="https://github.com/facebook/react/commit/c3b283964108b0e8dbcf1f9eb2e7e67815e39dfb">c3b283</a></li> <li>Warn for deprecated <code>test-utils</code> methods <a href="https://github.com/facebook/react/commit/d4ea75dc4258095593b6ac764289f42bddeb835c">d4ea75</a></li> <li>Warn for deprecated Legacy Context outside StrictMode <a href="https://github.com/facebook/react/commit/415ee0e6ea0fe3e288e65868df2e3241143d5f7f">415ee0</a></li> <li>Warn for deprecated string refs outside StrictMode <a href="https://github.com/facebook/react/pull/25383">#25383</a></li> <li>Warn for deprecated <code>defaultProps</code> for function components <a href="https://github.com/facebook/react/pull/25699">#25699</a></li> <li>Warn when spreading <code>key</code> <a href="https://github.com/facebook/react/pull/25697">#25697</a></li> <li>Warn when using <code>act</code> from <code>test-utils</code> <a href="https://github.com/facebook/react/commit/d4ea75dc4258095593b6ac764289f42bddeb835c">d4ea75</a></li> </ul> <h3>React DOM</h3> <ul> <li>Warn for deprecated <code>unmountComponentAtNode</code> <a href="https://github.com/facebook/react/commit/8a015b68cc060079878e426610e64e86fb328f8d">8a015b</a></li> <li>Warn for deprecated <code>renderToStaticNodeStream</code> <a href="https://github.com/facebook/react/pull/28874">#28874</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/react/commit/f1338f8080abd1386454a10bbf93d67bfe37ce85"><code>f1338f8</code></a> Export <code>React.act</code> from 18.3</li> <li><a href="https://github.com/facebook/react/commit/d6c42f7b1134c4f033296ce4d47a7803aa0929df"><code>d6c42f7</code></a> Bump to 18.3.1</li> <li><a href="https://github.com/facebook/react/commit/73bfaa16e1487d6c4a83ca960a6f0365af2ab440"><code>73bfaa1</code></a> Turn on key spread warning in jsx-runtime for everyone (<a href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/25697">#25697</a>)</li> <li><a href="https://github.com/facebook/react/commit/c2a246e956a164c7a92a3807c973bf9b56f85a6b"><code>c2a246e</code></a> Turn on string ref deprecation warning for everybody (not codemoddable) (<a href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/25383">#25383</a>)</li> <li><a href="https://github.com/facebook/react/commit/2cfb4741fdf2f9e3a843930d95ee6965fab44b8f"><code>2cfb474</code></a> Bump version from 18.2 to 18.3</li> <li>See full diff in <a href="https://github.com/facebook/react/commits/v18.3.1/packages/react">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/~react-bot">react-bot</a>, a new releaser for react since your current version.</p> </details> <br /> Updates `@types/react` from 18.2.79 to 18.3.2 <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 `react-dom` from 18.2.0 to 18.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/releases">react-dom's releases</a>.</em></p> <blockquote> <h2>18.3.1 (April 26, 2024)</h2> <ul> <li>Export <code>act</code> from <code>react</code> <a href="https://github.com/facebook/react/commit/f1338f8080abd1386454a10bbf93d67bfe37ce85">f1338f</a></li> </ul> <h2>18.3.0 (April 25, 2024)</h2> <p>This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.</p> <p>Read the <a href="https://react.dev/blog/2024/04/25/react-19-upgrade-guide">React 19 Upgrade Guide</a> for more info.</p> <h3>React</h3> <ul> <li>Allow writing to <code>this.refs</code> to support string ref codemod <a href="https://github.com/facebook/react/commit/9090712fd3ca4e1099e1f92e67933c2cb4f32552">909071</a></li> <li>Warn for deprecated <code>findDOMNode</code> outside StrictMode <a href="https://github.com/facebook/react/commit/c3b283964108b0e8dbcf1f9eb2e7e67815e39dfb">c3b283</a></li> <li>Warn for deprecated <code>test-utils</code> methods <a href="https://github.com/facebook/react/commit/d4ea75dc4258095593b6ac764289f42bddeb835c">d4ea75</a></li> <li>Warn for deprecated Legacy Context outside StrictMode <a href="https://github.com/facebook/react/commit/415ee0e6ea0fe3e288e65868df2e3241143d5f7f">415ee0</a></li> <li>Warn for deprecated string refs outside StrictMode <a href="https://github.com/facebook/react/pull/25383">#25383</a></li> <li>Warn for deprecated <code>defaultProps</code> for function components <a href="https://github.com/facebook/react/pull/25699">#25699</a></li> <li>Warn when spreading <code>key</code> <a href="https://github.com/facebook/react/pull/25697">#25697</a></li> <li>Warn when using <code>act</code> from <code>test-utils</code> <a href="https://github.com/facebook/react/commit/d4ea75dc4258095593b6ac764289f42bddeb835c">d4ea75</a></li> </ul> <h3>React DOM</h3> <ul> <li>Warn for deprecated <code>unmountComponentAtNode</code> <a href="https://github.com/facebook/react/commit/8a015b68cc060079878e426610e64e86fb328f8d">8a015b</a></li> <li>Warn for deprecated <code>renderToStaticNodeStream</code> <a href="https://github.com/facebook/react/pull/28874">#28874</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/blob/main/CHANGELOG.md">react-dom's changelog</a>.</em></p> <blockquote> <h2>18.3.1 (April 26, 2024)</h2> <ul> <li>Export <code>act</code> from <code>react</code> <a href="https://github.com/facebook/react/commit/f1338f8080abd1386454a10bbf93d67bfe37ce85">f1338f</a></li> </ul> <h2>18.3.0 (April 25, 2024)</h2> <p>This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.</p> <p>Read the <a href="https://react.dev/blog/2024/04/25/react-19-upgrade-guide">React 19 Upgrade Guide</a> for more info.</p> <h3>React</h3> <ul> <li>Allow writing to <code>this.refs</code> to support string ref codemod <a href="https://github.com/facebook/react/commit/9090712fd3ca4e1099e1f92e67933c2cb4f32552">909071</a></li> <li>Warn for deprecated <code>findDOMNode</code> outside StrictMode <a href="https://github.com/facebook/react/commit/c3b283964108b0e8dbcf1f9eb2e7e67815e39dfb">c3b283</a></li> <li>Warn for deprecated <code>test-utils</code> methods <a href="https://github.com/facebook/react/commit/d4ea75dc4258095593b6ac764289f42bddeb835c">d4ea75</a></li> <li>Warn for deprecated Legacy Context outside StrictMode <a href="https://github.com/facebook/react/commit/415ee0e6ea0fe3e288e65868df2e3241143d5f7f">415ee0</a></li> <li>Warn for deprecated string refs outside StrictMode <a href="https://github.com/facebook/react/pull/25383">#25383</a></li> <li>Warn for deprecated <code>defaultProps</code> for function components <a href="https://github.com/facebook/react/pull/25699">#25699</a></li> <li>Warn when spreading <code>key</code> <a href="https://github.com/facebook/react/pull/25697">#25697</a></li> <li>Warn when using <code>act</code> from <code>test-utils</code> <a href="https://github.com/facebook/react/commit/d4ea75dc4258095593b6ac764289f42bddeb835c">d4ea75</a></li> </ul> <h3>React DOM</h3> <ul> <li>Warn for deprecated <code>unmountComponentAtNode</code> <a href="https://github.com/facebook/react/commit/8a015b68cc060079878e426610e64e86fb328f8d">8a015b</a></li> <li>Warn for deprecated <code>renderToStaticNodeStream</code> <a href="https://github.com/facebook/react/pull/28874">#28874</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/react/commit/d6c42f7b1134c4f033296ce4d47a7803aa0929df"><code>d6c42f7</code></a> Bump to 18.3.1</li> <li><a href="https://github.com/facebook/react/commit/8a015b68cc060079878e426610e64e86fb328f8d"><code>8a015b6</code></a> Add deprecation warning for unmountComponentAtNode</li> <li><a href="https://github.com/facebook/react/commit/c3b283964108b0e8dbcf1f9eb2e7e67815e39dfb"><code>c3b2839</code></a> Add deprecation warning for findDOMNode</li> <li><a href="https://github.com/facebook/react/commit/d4ea75dc4258095593b6ac764289f42bddeb835c"><code>d4ea75d</code></a> ReactDOMTestUtils deprecation warnings</li> <li><a href="https://github.com/facebook/react/commit/7548c019ce44e41301555aac645fbdfcf180e9b9"><code>7548c01</code></a> Deprecate <code>renderToStaticNodeStream</code> (<a href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/28872">#28872</a>) (<a href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/28874">#28874</a>)</li> <li><a href="https://github.com/facebook/react/commit/589423270e8d69fce914f12f7dc7bb61bb7b81de"><code>5894232</code></a> Enable warning for defaultProps on function components for everyone (<a href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/25699">#25699</a>)</li> <li><a href="https://github.com/facebook/react/commit/c2a246e956a164c7a92a3807c973bf9b56f85a6b"><code>c2a246e</code></a> Turn on string ref deprecation warning for everybody (not codemoddable) (<a href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/25383">#25383</a>)</li> <li><a href="https://github.com/facebook/react/commit/2cfb4741fdf2f9e3a843930d95ee6965fab44b8f"><code>2cfb474</code></a> Bump version from 18.2 to 18.3</li> <li>See full diff in <a href="https://github.com/facebook/react/commits/v18.3.1/packages/react-dom">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/~react-bot">react-bot</a>, a new releaser for react-dom since your current version.</p> </details> <br /> Updates `@types/react-dom` from 18.2.25 to 18.3.0 <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 `react-hook-form` from 7.51.3 to 7.51.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/react-hook-form/react-hook-form/releases">react-hook-form's releases</a>.</em></p> <blockquote> <h2>Version 7.51.4</h2> <p>👹 close <a href="https://github.com/react-hook-form/react-hook-form/issues/11778">#11778</a> improve unregister omit key with getValues method (<a href="https://github.com/react-hook-form/react-hook-form/issues/11779">#11779</a>) 🐞 fix <a href="https://github.com/react-hook-form/react-hook-form/issues/11794">#11794</a> issue: Fields dirty state is not updated when passing values to useForm</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/8307aea9c2939a412863749ee317771b803ecb90"><code>8307aea</code></a> 7.51.4</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/7cdad77ae13190e6b491d9b4b30d89709229b52b"><code>7cdad77</code></a> 👹 close <a href="https://github.com/react-hook-form/react-hook-form/issues/11778">#11778</a> improve unregister omit key with getValues method (<a href="https://github.com/react-hook-form/react-hook-form/issues/11779">#11779</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/541d41fafdd6cec4882ada7d8175d43d4b983665"><code>541d41f</code></a> 🩻 update README.md (<a href="https://github.com/react-hook-form/react-hook-form/issues/11776">#11776</a>)</li> <li>See full diff in <a href="https://github.com/react-hook-form/react-hook-form/compare/v7.51.3...v7.51.4">compare view</a></li> </ul> </details> <br /> Updates `tailwind-merge` from 2.2.2 to 2.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dcastil/tailwind-merge/releases">tailwind-merge's releases</a>.</em></p> <blockquote> <h2>v2.3.0</h2> <h3>New Features</h3> <ul> <li>Add support for mix-blend-plus-darker utility by <a href="https://github.com/dcastil"><code>@dcastil</code></a> in <a href="https://github.com/dcastil/tailwind-merge/pull/403">dcastil/tailwind-merge#403</a></li> <li>Added support for bigint in ClassNameValue type by <a href="https://github.com/LarsArtmann"><code>@LarsArtmann</code></a> in <a href="https://github.com/dcastil/tailwind-merge/pull/402">dcastil/tailwind-merge#402</a></li> </ul> <h3>Documentation</h3> <ul> <li>Add tailwind-merge-go to similar packages in docs by <a href="https://github.com/Oudwins"><code>@Oudwins</code></a> in <a href="https://github.com/dcastil/tailwind-merge/pull/396">dcastil/tailwind-merge#396</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dcastil/tailwind-merge/compare/v2.2.2...v2.3.0">https://github.com/dcastil/tailwind-merge/compare/v2.2.2...v2.3.0</a></p> <p>Thanks to <a href="https://github.com/brandonmcconnell"><code>@brandonmcconnell</code></a>, <a href="https://github.com/manavm1990"><code>@manavm1990</code></a>, <a href="https://github.com/langy"><code>@langy</code></a> and <a href="https://github.com/jamesreaco"><code>@jamesreaco</code></a> for sponsoring tailwind-merge! ❤️</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dcastil/tailwind-merge/commit/69baa12170e9b648be67269647b931de2b5d2633"><code>69baa12</code></a> v2.3.0</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/428f6813ca4bd0030b497ef6748da82f03f89776"><code>428f681</code></a> add v2.3.0 changelog</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/103b94930110a3e1cddff53196eac2f6dd095d29"><code>103b949</code></a> Merge pull request <a href="https://github.com/dcastil/tailwind-merge/issues/403">#403</a> from dcastil/add-support-for-tailwindcss-v3.4.2</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/1a0ffe3fc34f94eab2bcd6caf04734b5c26611f5"><code>1a0ffe3</code></a> add support for mix-blend-plus-darker utility</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/aae31bb8c707c0a9c025635d673272e2680a40b5"><code>aae31bb</code></a> Merge pull request <a href="https://github.com/dcastil/tailwind-merge/issues/402">#402</a> from LarsArtmann/patch-1</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/57a5afb3b8a4075ec180fc2cc66e16a29ac932ec"><code>57a5afb</code></a> All all falsely bigint's in ClassNameValue</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/7aa57906b8dc408a19082cbb49dc47d94d52a540"><code>7aa5790</code></a> Added support for bigint in ClassNameValue type</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/361cf8c63c83993691571b078950461db883ca3a"><code>361cf8c</code></a> Merge pull request <a href="https://github.com/dcastil/tailwind-merge/issues/398">#398</a> from dcastil/renovate/all-minor-patch</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/54c510ae893dfe090a45607d5c761d41b4ac31ba"><code>54c510a</code></a> chore(deps): update all non-major dependencies</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/e96959a28d610e91628f22730ed24a34c3ebcfcc"><code>e96959a</code></a> Add Laravel and PHP packages to docs</li> <li>Additional commits viewable in <a href="https://github.com/dcastil/tailwind-merge/compare/v2.2.2...v2.3.0">compare view</a></li> </ul> </details> <br /> Updates `zod` from 3.22.5 to 3.23.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/colinhacks/zod/releases">zod's releases</a>.</em></p> <blockquote> <h2>v3.23.8</h2> <h2>Commits:</h2> <ul> <li>0f4d403558ae0490c711e4c2bfcf6c200bd14e11 Add Bronze logos (<a href="https://github.com/colinhacks/zod/issues/3470">#3470</a>)</li> <li>19687315b5b24bbd1ff6c346bfc2975700221748 Tweak tiers (<a href="https://github.com/colinhacks/zod/issues/3471">#3471</a>)</li> <li>eda7df314399929f7ed737423868a5a0780cd944 Change RefinementCtx to interface</li> <li>ca42965df46b2f7e2747db29c40a26bcb32a51d5 v3.23.8</li> </ul> <h2>v3.23.7</h2> <h2>Commits:</h2> <ul> <li>29d2ea2a15f0b1ac4b89138041f786a3dafc490b Add copper</li> <li>d969423266fccee56ef769da6744cc8bacb04550 Fix <a href="https://github.com/colinhacks/zod/issues/3437">#3437</a>: extendShape erases JSDoc property documentation (<a href="https://github.com/colinhacks/zod/issues/3463">#3463</a>)</li> <li>2239ff3ccc9af4d28bee27bd6fb2a5632844480b Add social crow</li> <li>f985b5b922cb357dbf4b25bb43814d19f838e046 3.23.7</li> </ul> <h2>v3.23.6</h2> <h2>Commits:</h2> <ul> <li>bc0095aab9e7254deb18701adc63de128ca2c742 Test on latest node</li> <li>6e5699a30373cc22879f2bcb6902fc138518c980 Lint on latest node</li> <li>1f466d9d00f446d7bed1962990e7a1ce813ab0d4 describe how one can protect from cyclical objects starting an infini… (<a href="https://github.com/colinhacks/zod/issues/3447">#3447</a>)</li> <li>3fed6f21e0ea7adc91aa0cc44f75bcf4e526d98e Add zod playground link (<a href="https://github.com/colinhacks/zod/issues/3454">#3454</a>)</li> <li>04e1f379f6989d23dd45660fcabc78f76d7834f8 Fixed freezing async ZodReadonly results (<a href="https://github.com/colinhacks/zod/issues/3457">#3457</a>)</li> <li>b87e59d0e4bbb4403bf27243afdcda9fcdeec258 Update sponsor tiers (<a href="https://github.com/colinhacks/zod/issues/3453">#3453</a>)</li> <li>143886151bba3930bdcc10d34a1cff4bf9103ba8 Add copper tier (<a href="https://github.com/colinhacks/zod/issues/3460">#3460</a>)</li> <li>ce3711e1384952d255769b9495f9bfadfb327291 add VSCode dev container support and documenation</li> <li>93b480b12ec3466cbd3b4182f7ce292e5c61528c v3.23.6</li> </ul> <h2>v3.23.5</h2> <h2>Commits:</h2> <ul> <li>110b8211f991b3e060ab2da4fec7b63d600439ad Update README_ZH.md (<a href="https://github.com/colinhacks/zod/issues/3433">#3433</a>)</li> <li>c1910bdfc98709b8f14231e2cefc5a3be401e3ee Made ZodEnum take readonly string array (<a href="https://github.com/colinhacks/zod/issues/3444">#3444</a>)</li> <li>541a862e978f96eb391849a6bf16be84231aa1b3 3.23.5</li> </ul> <h2>v3.23.4</h2> <h2>Commits:</h2> <ul> <li>157b18d742c86d85b26a8421af46ad6d6d6b6ea7 Add 3.23 announcement</li> <li>aedf93f1435a29463d915c3be45b4dcbeefa8cc1 Revert change to default Input</li> <li>45107f7a7230fe48ee24dc37e621422c9dc64ec4 v3.23.4</li> </ul> <h2>v3.23.3</h2> <h2>Commits:</h2> <ul> <li>103d2436f85872ca0e0e6247652989cc93d46a39 3.23.3</li> </ul> <h2>v3.23.2</h2> <h2>Commits:</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/colinhacks/zod/commits/v3.23.8">compare view</a></li> </ul> </details> <br /> Updates `@types/react` from 18.2.79 to 18.3.2 <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.25 to 18.3.0 <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 `@typescript-eslint/parser` from 7.7.0 to 7.9.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v7.9.0</h2> <h2>7.9.0 (2024-05-13)</h2> <h3>🚀 Features</h3> <ul> <li><strong>rule-tester:</strong> check for missing placeholder data in the message (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9039">#9039</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>do not pass tsconfig canonical file name to typescript API to get program details for config file (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9042">#9042</a>)</li> <li><strong>eslint-plugin:</strong> [explicit-function-return-types] fix false positive on default parameters (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9045">#9045</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger</li> <li>Sheetal Nandi</li> <li>Vinccool96</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v7.8.0</h2> <h2>7.8.0 (2024-04-29)</h2> <h3>🚀 Features</h3> <ul> <li><strong>rule-tester:</strong> assert suggestion messages are unique (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/8995">#8995</a>)</li> <li><strong>typescript-estree:</strong> add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/8925">#8925</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unsafe-argument] handle tagged templates (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/8746">#8746</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] suggests optional chaining during strict null equality check (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/8717">#8717</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-assertions] handle tagged templates (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/8993">#8993</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-return] handle union types (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9001">#9001</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] clear error report range (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/8640">#8640</a>)</li> <li><strong>utils:</strong> export ESLint backwards-compat functions (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/8976">#8976</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>auvred <a href="https://github.com/auvred"><code>@auvred</code></a></li> <li>Josh Goldberg ✨</li> <li>jsfm01 <a href="https://github.com/jsfm01"><code>@jsfm01</code></a></li> <li>Kim Sang Du <a href="https://github.com/developer-bandi"><code>@developer-bandi</code></a></li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@yeonjuan</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v7.7.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h2>7.9.0 (2024-05-13)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>7.8.0 (2024-04-29)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>7.7.1 (2024-04-22)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/77fc366aa03f3cee1ebcf91a10dc0be8b669520e"><code>77fc366</code></a> chore(release): publish 7.9.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f53fece3678fdba005814fab080b6aa1b905a189"><code>f53fece</code></a> chore: add knip (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/8192">#8192</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ee677f6f67259f0081ad1a87b1fd9c89692eda21"><code>ee677f6</code></a> chore(release): publish 7.8.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3e19436e83fe8fe2bc633847f2d9eb4026710203"><code>3e19436</code></a> chore(release): publish 7.7.1</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/parser">compare view</a></li> </ul> </details> <br /> Updates `eslint-config-next` from 14.2.2 to 14.2.3 <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.3</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: resolve mixed re-exports module as cjs (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64681">#64681</a>)</li> <li>fix: mixing namespace import and named import client components (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64809">#64809</a>)</li> <li>Fix mixed exports in server component with barrel optimization (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64894">#64894</a>)</li> <li>Fix next/image usage in mdx(<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64875">#64875</a>)</li> <li>fix(fetch-cache): fix additional typo, add type & data validation (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64799">#64799</a>)</li> <li>prevent erroneous route interception during lazy fetch (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64692">#64692</a>)</li> <li>fix root page revalidation when redirecting in a server action (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64730">#64730</a>)</li> <li>fix: remove traceparent from cachekey should not remove traceparent from original object (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64727">#64727</a>)</li> <li>Clean-up fetch metrics tracking (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64746">#64746</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/samcx"><code>@samcx</code></a>, <a href="https://github.com/ztanner"><code>@ztanner</code></a>, <a href="https://github.com/Jeffrey-Zutt"><code>@Jeffrey-Zutt</code></a>, and <a href="https://github.com/ijjk"><code>@ijjk</code></a> for helping!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/2e7a96a1e8821d88f210a90b4284fd24b71c1821"><code>2e7a96a</code></a> v14.2.3</li> <li>See full diff in <a href="https://github.com/vercel/next.js/commits/v14.2.3/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