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 2 …
…updates (#2062) Bumps the dependencies group with 2 updates in the /examples/nextjs-clerk-shield directory: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next). Updates `@types/react` from 18.3.11 to 18.3.12 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare view</a></li> </ul> </details> <br /> Updates `eslint-config-next` from 15.0.0 to 15.0.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>v15.0.1</h2> <h3>Core Changes</h3> <ul> <li>Reland "[dynamicIO] warn for disallowed dynamic in dev": <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71567">#71567</a></li> <li>next-upgrade: prompt (un)install only when there's a change: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71308">#71308</a></li> <li>chore(next-codemod): remove <code>@next/font</code> from optional Next.js packages to install: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71563">#71563</a></li> <li>[dynamicIO] Avoid triggering memory leak false positive with makeHangingPromise: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71576">#71576</a></li> <li>Avoid triggering memory leak false positive with makeHangingPromise: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71579">#71579</a></li> <li>Upgrade React from <code>65a56d0e-20241020</code> to <code>69d4b800-20241021</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71568">#71568</a></li> <li>avoid logging stacks for internal errors: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71575">#71575</a></li> <li>Avoid server action <code>endpoint</code> function indirection: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71572">#71572</a></li> <li>fix: handle terminal color in chrome console: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71581">#71581</a></li> <li>[dynamicIO] Update prerender to use Fizz prerender: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71580">#71580</a></li> <li>misc(next-upgrade): reuse process.cwd() value: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71558">#71558</a></li> <li>[dynamicIO]: dev navigations should show disallowed dynamic errors: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71595">#71595</a></li> <li>next-lint: Use ESLint v9 by default: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71371">#71371</a></li> <li>fix: prevent router errors from being logged on the client: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71583">#71583</a></li> <li>fix: next package resolving in dev overlay: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71632">#71632</a></li> <li>Improve type coverage of setup-dev-bundler: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71443">#71443</a></li> <li>fix(turbo-tasks): Implement ValueDebugFormat for ResolvedVc: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71173">#71173</a></li> <li>Add --turbopack CLI flag: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71657">#71657</a></li> <li>[dynamicIO] detect metadata boundaries in dev using server component stacks: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71666">#71666</a></li> </ul> <h3>Example Changes</h3> <ul> <li>chore: Update <code>with-supabase</code> to be compatible with Nextjs 15: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71631">#71631</a></li> <li>Update Sanity example to next v15: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71640">#71640</a></li> </ul> <h3>Misc Changes</h3> <ul> <li>docs(ppr): remove v14 mention for ppr: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71498">#71498</a></li> <li>docs: fix upgrade codemod command: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71578">#71578</a></li> <li>Turbopack: Always use blob: URLs for assets in middleware: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71471">#71471</a></li> <li>fix: metadata image route Windows path escaping: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71615">#71615</a></li> <li>fix: third-parties package peer dependency: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71620">#71620</a></li> <li>Fix <code>module_resolution: "nodenext"</code> with <code>mjs</code> or <code>cjs</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71635">#71635</a></li> <li>react-sync: Automatically update peer dependencies in libraries: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71636">#71636</a></li> <li>chore(docs): fix typo in image.mdx docs: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71647">#71647</a></li> <li>docs: remove the canary note on instrumentation: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71649">#71649</a></li> <li>test: fix async api tests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71652">#71652</a></li> <li>Enable source maps for <code>pnpm debug</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71653">#71653</a></li> <li>codemod(turbopack): Rewrite more Vc fields in structs as ResolvedVc: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71172">#71172</a></li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/gnoff"><code>@gnoff</code></a>, <a href="https://github.com/devjiwonchoi"><code>@devjiwonchoi</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/unstubbable"><code>@unstubbable</code></a>, <a href="https://github.com/huozhi"><code>@huozhi</code></a>, <a href="https://github.com/mischnic"><code>@mischnic</code></a>, <a href="https://github.com/lubieowoce"><code>@lubieowoce</code></a>, <a href="https://github.com/eps1lon"><code>@eps1lon</code></a>, <a href="https://github.com/ivasilov"><code>@ivasilov</code></a>, <a href="https://github.com/styfle"><code>@styfle</code></a>, <a href="https://github.com/bgw"><code>@bgw</code></a>, <a href="https://github.com/stipsan"><code>@stipsan</code></a>, and <a href="https://github.com/timneutkens"><code>@timneutkens</code></a> for helping!</p> <h2>v15.0.1-canary.3</h2> <h3>Core 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/914d0f3c4a66153bef916939df3c516567544df6"><code>914d0f3</code></a> v15.0.1</li> <li><a href="https://github.com/vercel/next.js/commit/b075951c68192239a98e05f225bff042fe22e43d"><code>b075951</code></a> v15.0.1-canary.3</li> <li><a href="https://github.com/vercel/next.js/commit/4ee184b86b298fb60bb0acb381efb6cbb33626d8"><code>4ee184b</code></a> v15.0.1-canary.2</li> <li><a href="https://github.com/vercel/next.js/commit/2b860fdfaf8a8d70574165ff0293e5b3ce4d016a"><code>2b860fd</code></a> v15.0.1-canary.1</li> <li><a href="https://github.com/vercel/next.js/commit/db301b0e9daf92802bf491dfc7a8c4fc8c17af3e"><code>db301b0</code></a> v15.0.1-canary.0</li> <li>See full diff in <a href="https://github.com/vercel/next.js/commits/v15.0.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