Skip to content

Commit

Permalink
deps(example): Bump the dependencies group across 1 directory with 3 …
Browse files Browse the repository at this point in the history
…updates (#634)

Bumps the dependencies group with 3 updates in the /examples/nextjs-14-react-hook-form directory: [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react), [next](https://github.com/vercel/next.js) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next).

Updates `lucide-react` from 0.368.0 to 0.371.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.371.0</h2>
<h2>New icons 🎨</h2>
<ul>
<li><code>diamond-minus</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2073">#2073</a>) by <a href="https://github.com/chessurisme"><code>@​chessurisme</code></a></li>
<li><code>diamond-plus</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2074">#2074</a>) by <a href="https://github.com/chessurisme"><code>@​chessurisme</code></a></li>
</ul>
<h2>New icons 0.370.0</h2>
<h2>Modified Icons 🔨</h2>
<ul>
<li><code>monitor-play</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2063">#2063</a>) by <a href="https://github.com/jguddas"><code>@​jguddas</code></a></li>
</ul>
<h2>New icons 0.369.0</h2>
<h2>New icons 🎨</h2>
<ul>
<li><code>bot-off</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2079">#2079</a>) by <a href="https://github.com/taichimaeda"><code>@​taichimaeda</code></a></li>
</ul>
<h2>Modified Icons 🔨</h2>
<ul>
<li><code>feather</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2070">#2070</a>) by <a href="https://github.com/jguddas"><code>@​jguddas</code></a></li>
<li><code>scroll-text</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2069">#2069</a>) by <a href="https://github.com/jguddas"><code>@​jguddas</code></a></li>
<li><code>scroll</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2068">#2068</a>) by <a href="https://github.com/jguddas"><code>@​jguddas</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/lucide-icons/lucide/commits/0.371.0/packages/lucide-react">compare view</a></li>
</ul>
</details>
<br />

Updates `next` from 14.2.1 to 14.2.2
<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.2</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 Server Action error logs for unhandled POST requests (<a href="https://redirect.github.com/vercel/next.js/issues/64315">#64315</a>)</li>
<li>Improve rendering performance (<a href="https://redirect.github.com/vercel/next.js/issues/64408">#64408</a>)</li>
<li>Fix the method prop case in Server Actions transform (<a href="https://redirect.github.com/vercel/next.js/issues/64398">#64398</a>)</li>
<li>fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity (<a href="https://redirect.github.com/vercel/next.js/issues/64405">#64405</a>)</li>
<li>tweak test for Azure (<a href="https://redirect.github.com/vercel/next.js/issues/64424">#64424</a>)</li>
<li>router restore should take priority over pending actions (<a href="https://redirect.github.com/vercel/next.js/issues/64449">#64449</a>)</li>
<li>Fix client boundary inheritance for barrel optimization (<a href="https://redirect.github.com/vercel/next.js/issues/64467">#64467</a>)</li>
<li>improve turborepo caching (<a href="https://redirect.github.com/vercel/next.js/issues/64493">#64493</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 more Turbopack build tests</li>
<li>Update lockfile for compatibility with turbo (<a href="https://redirect.github.com/vercel/next.js/issues/64360">#64360</a>)</li>
<li>Fix typo in dynamic-rendering.ts (<a href="https://redirect.github.com/vercel/next.js/issues/64365">#64365</a>)</li>
<li>Fix DynamicServerError not being thrown in fetch (<a href="https://redirect.github.com/vercel/next.js/issues/64511">#64511</a>)</li>
<li>fix(next): Metadata.openGraph values not resolving basic values when type is set (<a href="https://redirect.github.com/vercel/next.js/issues/63620">#63620</a>)</li>
<li>disable production chunking in dev (<a href="https://redirect.github.com/vercel/next.js/issues/64488">#64488</a>)</li>
<li>Fix cjs client components tree-shaking (<a href="https://redirect.github.com/vercel/next.js/issues/64558">#64558</a>)</li>
<li>fix refresh behavior for discarded actions (<a href="https://redirect.github.com/vercel/next.js/issues/64532">#64532</a>)</li>
<li>fix: filter out middleware requests in logging (<a href="https://redirect.github.com/vercel/next.js/issues/64549">#64549</a>)</li>
<li>Turbopack: Allow client components to be imported in app routes (<a href="https://redirect.github.com/vercel/next.js/issues/64520">#64520</a>)</li>
<li>Fix ASL bundling for dynamic css (<a href="https://redirect.github.com/vercel/next.js/issues/64451">#64451</a>)</li>
<li>add pathname normalizer for actions (<a href="https://redirect.github.com/vercel/next.js/issues/64592">#64592</a>)</li>
<li>fix incorrect refresh request when basePath is set (<a href="https://redirect.github.com/vercel/next.js/issues/64589">#64589</a>)</li>
<li>test: skip turbopack build test (<a href="https://redirect.github.com/vercel/next.js/issues/64356">#64356</a>)</li>
<li>hotfix(turbopack): Update with patch for postcss.config.js path resolution on Windows (<a href="https://redirect.github.com/vercel/next.js/issues/64677">#64677</a>)</li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a href="https://github.com/shuding"><code>@​shuding</code></a>, <a href="https://github.com/coltonehrman"><code>@​coltonehrman</code></a>, <a href="https://github.com/ztanner"><code>@​ztanner</code></a>, <a href="https://github.com/huozhi"><code>@​huozhi</code></a>, <a href="https://github.com/sokra"><code>@​sokra</code></a>, <a href="https://github.com/Jeffrey-Zutt"><code>@​Jeffrey-Zutt</code></a>, <a href="https://github.com/timneutkens"><code>@​timneutkens</code></a>, <a href="https://github.com/wbinnssmith"><code>@​wbinnssmith</code></a>, <a href="https://github.com/wiesson"><code>@​wiesson</code></a>, <a href="https://github.com/ijjk"><code>@​ijjk</code></a>, <a href="https://github.com/devjiwonchoi"><code>@​devjiwonchoi</code></a>, and <a href="https://github.com/bgw"><code>@​bgw</code></a> for helping!</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vercel/next.js/commit/c850e4a69a8ff62502753e2ff15bbabcea94b556"><code>c850e4a</code></a> v14.2.2</li>
<li><a href="https://github.com/vercel/next.js/commit/a340d9e95eee99195614c9d751da311e0d45ba44"><code>a340d9e</code></a> hotfix(turbopack): Update with patch for postcss.config.js path resolution on...</li>
<li><a href="https://github.com/vercel/next.js/commit/6462b74b71cdb38c1a82f5bdf7aa3aaed5e1b8bf"><code>6462b74</code></a> test: skip turbopack build test (<a href="https://redirect.github.com/vercel/next.js/issues/64356">#64356</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/12982efaa2a6249510c0a9e7887934764d56f867"><code>12982ef</code></a> fix incorrect refresh request when basePath is set (<a href="https://redirect.github.com/vercel/next.js/issues/64589">#64589</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/6f27f944c9e46a3a1868aad676f8d9fd304e6eb6"><code>6f27f94</code></a> add pathname normalizer for actions (<a href="https://redirect.github.com/vercel/next.js/issues/64592">#64592</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/8d18e0c719788ea3ec9b856779409a55ed321212"><code>8d18e0c</code></a> Fix ASL bundling for dynamic css (<a href="https://redirect.github.com/vercel/next.js/issues/64451">#64451</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/3709dd9b468cf028e0cec26203b49b69a967cd2b"><code>3709dd9</code></a> Turbopack: Allow client components to be imported in app routes (<a href="https://redirect.github.com/vercel/next.js/issues/64520">#64520</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/373fbba4f9b54cb0a5ab9d52988a9a11f94f0f5b"><code>373fbba</code></a> fix: filter out middleware requests in logging (<a href="https://redirect.github.com/vercel/next.js/issues/64549">#64549</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/2f8e096cced31ee4ffd289a9395f6b92c7dc1c73"><code>2f8e096</code></a> fix refresh behavior for discarded actions (<a href="https://redirect.github.com/vercel/next.js/issues/64532">#64532</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/6838f5799285a0670784e13a5841ac5e481174a7"><code>6838f57</code></a> Fix cjs client components tree-shaking (<a href="https://redirect.github.com/vercel/next.js/issues/64558">#64558</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v14.2.1...v14.2.2">compare view</a></li>
</ul>
</details>
<br />

Updates `eslint-config-next` from 14.2.1 to 14.2.2
<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.2</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 Server Action error logs for unhandled POST requests (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64315">#64315</a>)</li>
<li>Improve rendering performance (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64408">#64408</a>)</li>
<li>Fix the method prop case in Server Actions transform (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64398">#64398</a>)</li>
<li>fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64405">#64405</a>)</li>
<li>tweak test for Azure (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64424">#64424</a>)</li>
<li>router restore should take priority over pending actions (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64449">#64449</a>)</li>
<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>
<li>improve turborepo caching (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64493">#64493</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 more Turbopack build tests</li>
<li>Update lockfile for compatibility with turbo (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64360">#64360</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>
<li>Fix DynamicServerError not being thrown in fetch (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64511">#64511</a>)</li>
<li>fix(next): Metadata.openGraph values not resolving basic values when type is set (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/63620">#63620</a>)</li>
<li>disable production chunking in dev (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64488">#64488</a>)</li>
<li>Fix cjs client components tree-shaking (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64558">#64558</a>)</li>
<li>fix refresh behavior for discarded actions (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64532">#64532</a>)</li>
<li>fix: filter out middleware requests in logging (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64549">#64549</a>)</li>
<li>Turbopack: Allow client components to be imported in app routes (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64520">#64520</a>)</li>
<li>Fix ASL bundling for dynamic css (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64451">#64451</a>)</li>
<li>add pathname normalizer for actions (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64592">#64592</a>)</li>
<li>fix incorrect refresh request when basePath is set (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64589">#64589</a>)</li>
<li>test: skip turbopack build test (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64356">#64356</a>)</li>
<li>hotfix(turbopack): Update with patch for postcss.config.js path resolution on Windows (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64677">#64677</a>)</li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a href="https://github.com/shuding"><code>@​shuding</code></a>, <a href="https://github.com/coltonehrman"><code>@​coltonehrman</code></a>, <a href="https://github.com/ztanner"><code>@​ztanner</code></a>, <a href="https://github.com/huozhi"><code>@​huozhi</code></a>, <a href="https://github.com/sokra"><code>@​sokra</code></a>, <a href="https://github.com/Jeffrey-Zutt"><code>@​Jeffrey-Zutt</code></a>, <a href="https://github.com/timneutkens"><code>@​timneutkens</code></a>, <a href="https://github.com/wbinnssmith"><code>@​wbinnssmith</code></a>, <a href="https://github.com/wiesson"><code>@​wiesson</code></a>, <a href="https://github.com/ijjk"><code>@​ijjk</code></a>, <a href="https://github.com/devjiwonchoi"><code>@​devjiwonchoi</code></a>, and <a href="https://github.com/bgw"><code>@​bgw</code></a> for helping!</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vercel/next.js/commit/c850e4a69a8ff62502753e2ff15bbabcea94b556"><code>c850e4a</code></a> v14.2.2</li>
<li>See full diff in <a href="https://github.com/vercel/next.js/commits/v14.2.2/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
dependabot[bot] committed Apr 18, 2024
1 parent a08a5b3 commit c57b920
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 59 deletions.
112 changes: 56 additions & 56 deletions examples/nextjs-14-react-hook-form/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/nextjs-14-react-hook-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "0.368.0",
"next": "^14.2.1",
"lucide-react": "0.371.0",
"next": "^14.2.2",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
Expand All @@ -32,7 +32,7 @@
"@typescript-eslint/parser": "^7.7.0",
"autoprefixer": "^10.4.14",
"eslint": "^8",
"eslint-config-next": "14.2.1",
"eslint-config-next": "14.2.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-tailwindcss": "^3.13.0",
Expand Down

0 comments on commit c57b920

Please sign in to comment.