turborepo
f2d23718 - examples(dev-deps): bump eslint-config-next from 16.0.0 to 16.0.1 in /examples/non-monorepo (#11086)

Commit
54 days ago
examples(dev-deps): bump eslint-config-next from 16.0.0 to 16.0.1 in /examples/non-monorepo (#11086) Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 16.0.0 to 16.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>v16.0.1</h2> <h3>Core Changes</h3> <ul> <li>fix(static-paths): add depth tracking to parallel route param resolution: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85319">#85319</a></li> <li>Fix types of <code>@​next/mdx</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/82238">#82238</a></li> <li>Ensure getServerInsertedHTML skips rendering correctly: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85394">#85394</a></li> <li>Fix duplicate .next/types <code>include</code> on Windows: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85400">#85400</a></li> <li>Exclude <code>next-js</code> condition from middleware, proxy, and instrumentation: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85321">#85321</a></li> <li>remove unstable_forceStale prefetch option &amp; restore <code>prefetch={true}</code> functionality: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85411">#85411</a></li> <li>Upgrade React from <code>2bcbf254-20251020</code> to <code>6160773f-20251023</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85277">#85277</a></li> <li>fix(next/image): swap dependencies: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85419">#85419</a></li> <li>Handle <code>Origin: null</code> headers: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85402">#85402</a></li> <li>Generalize Segment Cache fallback implementation: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/84652">#84652</a></li> <li>fix: ensure req.query is writable: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/81573">#81573</a></li> <li>fix: Proxy not picked up on Windows: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85443">#85443</a></li> <li>[test] Ensure we can toggle the DevTools menu while status indicators are active: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85456">#85456</a></li> <li>Fix crash when suspending in Components using <code>useActionQueue</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85459">#85459</a></li> </ul> <h3>Misc Changes</h3> <ul> <li>docs: create-next-app react-compiler and new prompts: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85213">#85213</a></li> <li>docs: cache components - introduction: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85196">#85196</a></li> <li>docs: use cache feedback: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85169">#85169</a></li> <li>docs: stabilize apis in docs: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85219">#85219</a></li> <li>docs: revalidateTag immediate expiration in Route Handlers: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85223">#85223</a></li> <li>Docs/use cache feedback 2: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85222">#85222</a></li> <li>docs: added <code>use cache: remote</code> docs: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85145">#85145</a></li> <li>docs: proxy runtime defaults to nodejs: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85204">#85204</a></li> <li>chore: cache components feedback: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85241">#85241</a></li> <li>docs: add a note that cache components is opt-in near the top: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85245">#85245</a></li> <li>Docs/v16 feedback: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85259">#85259</a></li> <li>Update command to install babel-plugin-react-compiler as a devDependency: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85235">#85235</a></li> <li>docs: typegen next-env.d.ts feedback: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85273">#85273</a></li> <li>docs: link to MCP guide from upgrade: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85308">#85308</a></li> <li>docs: regexp removed from middleware config: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85343">#85343</a></li> <li>docs: simplify MCP guide to focus on next-devtools-mcp: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85353">#85353</a></li> <li>docs: fix proxy matcher overflow: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85337">#85337</a></li> <li>docs: point out diff in serialization types for arguments and return values: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85338">#85338</a></li> <li>[test] Update snapshots: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85407">#85407</a></li> <li>docs: Fix typo in SEO section of loading.mdx: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85301">#85301</a></li> <li>Fix typo in Fast Refresh documentation: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85352">#85352</a></li> <li>Fix grammatical errors in updating data documentation: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85067">#85067</a></li> <li>[test] Skip devlow benchmarks on PRs: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85408">#85408</a></li> <li>[test] Unflake typed-env suite: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85410">#85410</a></li> <li>Update rust toolchain to 2025-10-27: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85409">#85409</a></li> <li>[test] Speed up prefetching suite: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85417">#85417</a></li> <li>docs: remove inaccuracies from use cache: private: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85425">#85425</a></li> <li>[test] Exclude Next.js internal stack frames from cache-component-error CLI output assertions: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85421">#85421</a></li> <li>[test] Exclude likely Next.js internal Components from component stacks in Redbox assertions: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85420">#85420</a></li> <li>Turbopack: correctly trace files with npm: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85323">#85323</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/e08402bfad8db05b0df820daf4f08c9c65ab1f7b"><code>e08402b</code></a> v16.0.1</li> <li><a href="https://github.com/vercel/next.js/commit/163fc17a46f79901c5910ebd540ae8bb8e47e3ef"><code>163fc17</code></a> v16.0.1-canary.6</li> <li><a href="https://github.com/vercel/next.js/commit/c72b4263af70bda1cf0a70ccdfd25c34e10c72a5"><code>c72b426</code></a> v16.0.1-canary.5</li> <li><a href="https://github.com/vercel/next.js/commit/213c4254be04bb5aa3d0f18050e6418e49b8e62a"><code>213c425</code></a> v16.0.1-canary.4</li> <li><a href="https://github.com/vercel/next.js/commit/234984cfeec5260fb7da8a69d3ec34cb60bcd8c1"><code>234984c</code></a> v16.0.1-canary.3</li> <li><a href="https://github.com/vercel/next.js/commit/498349c375e2602f526f64e8366992066cfa872c"><code>498349c</code></a> v16.0.1-canary.2</li> <li><a href="https://github.com/vercel/next.js/commit/a8e1557dfa351c40eb14837e3cefbfa48a2bc35f"><code>a8e1557</code></a> v16.0.1-canary.1</li> <li><a href="https://github.com/vercel/next.js/commit/7e41c122c3767325e5e5db4dbdc8733ee2144b1c"><code>7e41c12</code></a> v16.0.1-canary.0</li> <li>See full diff in <a href="https://github.com/vercel/next.js/commits/v16.0.1/packages/eslint-config-next">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-config-next&package-manager=npm_and_yarn&previous-version=16.0.0&new-version=16.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anthony Shew <anthonyshew@gmail.com>
Parents
Loading