Skip to content

Commit db57c84

Browse files
chore(deps): bump the non-monorepo group in /examples/non-monorepo with 2 updates (#10134)
Bumps the non-monorepo group in /examples/non-monorepo with 2 updates: [next](https://github.com/vercel/next.js) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next). Updates `next` from 15.1.6 to 15.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>v15.2.1</h2> <h3>Core Changes</h3> <ul> <li>Unify Link and Form prefetching: <a href="https://redirect.github.com/vercel/next.js/issues/76184">#76184</a></li> <li>Turbopack: Ensure server actions sourcemaps tests pass: <a href="https://redirect.github.com/vercel/next.js/issues/76157">#76157</a></li> <li>[dev-overlay] control dark theme in one place: <a href="https://redirect.github.com/vercel/next.js/issues/76528">#76528</a></li> <li>[dev-overlay] change css var for terminal: <a href="https://redirect.github.com/vercel/next.js/issues/76590">#76590</a></li> <li>[dev-overlay] Discriminate stack frame settled typed: <a href="https://redirect.github.com/vercel/next.js/issues/76517">#76517</a></li> <li>Remove obsolete <code>sourcePackage</code> references: <a href="https://redirect.github.com/vercel/next.js/issues/76550">#76550</a></li> <li>refactor: remove unused variable in externals handling: <a href="https://redirect.github.com/vercel/next.js/issues/76599">#76599</a></li> <li>fix: Add popular embedding libraries to serverExternalPackages: <a href="https://redirect.github.com/vercel/next.js/issues/76574">#76574</a></li> <li>[Segment Cache] Implement hash-only navigations: <a href="https://redirect.github.com/vercel/next.js/issues/76179">#76179</a></li> <li>Webpack: abstract away getting compilation spans: <a href="https://redirect.github.com/vercel/next.js/issues/76579">#76579</a></li> <li>report compiler duration for webpack and improve numbers: <a href="https://redirect.github.com/vercel/next.js/issues/76665">#76665</a></li> <li>[dev-overlay] fix dark theme missing close bracket: <a href="https://redirect.github.com/vercel/next.js/issues/76672">#76672</a></li> <li>Remove <code>revalidate</code> property from incremental cache <code>ctx</code> for <code>FETCH</code> kind: <a href="https://redirect.github.com/vercel/next.js/issues/76500">#76500</a></li> <li>[dev-overlay] fix: env name label style was out of sync with error type label: <a href="https://redirect.github.com/vercel/next.js/issues/76668">#76668</a></li> <li>Turbopack: avoid celling source maps before minify: <a href="https://redirect.github.com/vercel/next.js/issues/76626">#76626</a></li> <li>refactor(CI): Merge all four bundler test manifest scripts into one: <a href="https://redirect.github.com/vercel/next.js/issues/76652">#76652</a></li> <li>[metadata] fix duplicate metadata for parallel routes: <a href="https://redirect.github.com/vercel/next.js/issues/76669">#76669</a></li> <li>[Segment Cache] Omit from bundle if flag disabled: <a href="https://redirect.github.com/vercel/next.js/issues/76622">#76622</a></li> <li>[Segment Cache] Support output: &quot;export&quot; mode: <a href="https://redirect.github.com/vercel/next.js/issues/75671">#75671</a></li> <li>[Segment Cache] Refresh on same-page navigation: <a href="https://redirect.github.com/vercel/next.js/issues/76223">#76223</a></li> <li>[metadata] re-enable streaming metadata with PPR: <a href="https://redirect.github.com/vercel/next.js/issues/76119">#76119</a></li> <li>[Segment Cache] Search param fallback handling: <a href="https://redirect.github.com/vercel/next.js/issues/75990">#75990</a></li> <li>[Segment Cache] Fix: canonicalURL omits origin: <a href="https://redirect.github.com/vercel/next.js/issues/76444">#76444</a></li> <li>fix metadata basePath for manifest: <a href="https://redirect.github.com/vercel/next.js/issues/76681">#76681</a></li> <li>Propagate expire time to <code>cache-control</code> header and prerender manifest: <a href="https://redirect.github.com/vercel/next.js/issues/76207">#76207</a></li> <li>Show revalidate/expire columns in build output: <a href="https://redirect.github.com/vercel/next.js/issues/76343">#76343</a></li> <li>Gate alternate bundler behind canary only: <a href="https://redirect.github.com/vercel/next.js/issues/76634">#76634</a></li> <li>[dynamicIO] routes with dynamic segments should be able to be static in dev: <a href="https://redirect.github.com/vercel/next.js/issues/76691">#76691</a></li> <li>[repo] upgrade ts <code>5.8.2</code>: <a href="https://redirect.github.com/vercel/next.js/issues/76709">#76709</a></li> <li>[metadata]: ensure metadata boundary is only rendered once on client nav: <a href="https://redirect.github.com/vercel/next.js/issues/76692">#76692</a></li> <li>[metadata] clean up redudant options: <a href="https://redirect.github.com/vercel/next.js/issues/76712">#76712</a></li> <li>Fix uniqueness detection for <code>generateStaticParams</code>: <a href="https://redirect.github.com/vercel/next.js/issues/76713">#76713</a></li> <li>Upgrade React from <code>22e39ea7-20250225</code> to <code>d55cc79b-20250228</code>: <a href="https://redirect.github.com/vercel/next.js/issues/76680">#76680</a></li> <li>[Turbopack] Compute module batches and use them for chunking: <a href="https://redirect.github.com/vercel/next.js/issues/76133">#76133</a></li> <li>[Dev Tools] Improve keyboard interactions for menu &amp; overlays: <a href="https://redirect.github.com/vercel/next.js/issues/76754">#76754</a></li> <li>Keep server code out of browser chunks: <a href="https://redirect.github.com/vercel/next.js/issues/76660">#76660</a></li> <li>Turbopack: inline minify into code generation and make it a plain function instead of a turbo tasks function: <a href="https://redirect.github.com/vercel/next.js/issues/76628">#76628</a></li> <li>fix edge runtime asset fetch in pages api: <a href="https://redirect.github.com/vercel/next.js/issues/76750">#76750</a></li> <li>Update use-cache-unknown-cache-kind.test.ts snapshot for alternate bundler: <a href="https://redirect.github.com/vercel/next.js/issues/76682">#76682</a></li> </ul> <h3>Example Changes</h3> <ul> <li>docs: fix reading <code>params</code> code blocks: <a href="https://redirect.github.com/vercel/next.js/issues/76705">#76705</a></li> </ul> <h3>Misc Changes</h3> <ul> <li>fix(rustdoc): Fix rustdoc warnings, block on rustdoc failures in CI: <a href="https://redirect.github.com/vercel/next.js/issues/76448">#76448</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/633878112ef34fd569486c969261c3350509680d"><code>6338781</code></a> v15.2.1</li> <li><a href="https://github.com/vercel/next.js/commit/197b4bb709b67a397565168cfaefb1e977bd7b02"><code>197b4bb</code></a> v15.2.1-canary.6</li> <li><a href="https://github.com/vercel/next.js/commit/f5e2dcc7df7cc4ac825e025cd6430250c435d7e3"><code>f5e2dcc</code></a> Update use-cache-unknown-cache-kind.test.ts snapshot for alternate bundler (#...</li> <li><a href="https://github.com/vercel/next.js/commit/e45411e9455a4f91da53cb3db638f85abac0f4bf"><code>e45411e</code></a> Fix flaky Bun test (<a href="https://redirect.github.com/vercel/next.js/issues/76763">#76763</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/094032074384ba9f7a98ea1ae7a45472d85abcaf"><code>0940320</code></a> chore(github): move top prs and feature requests to different Slack channel (...</li> <li><a href="https://github.com/vercel/next.js/commit/43697317d7463def5dddb0ffdaf9f12773023e74"><code>4369731</code></a> feat(CI): Revalidate vercel data cache on areweturboyet after uploading data ...</li> <li><a href="https://github.com/vercel/next.js/commit/58a22f7ad98b9c87000a6b0b0aad81c2cb41e1b0"><code>58a22f7</code></a> Disable flaky Turbopack tests (<a href="https://redirect.github.com/vercel/next.js/issues/76760">#76760</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/6dc85796c257b3632d37d09901cea5b23fe6835b"><code>6dc8579</code></a> fix edge runtime asset fetch in pages api (<a href="https://redirect.github.com/vercel/next.js/issues/76750">#76750</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/ead6e95fc1c16c63e567a403c766ab5a61b2cc91"><code>ead6e95</code></a> Fix: missing close brace in demo code (<a href="https://redirect.github.com/vercel/next.js/issues/76549">#76549</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/bd3933571344dbe7665909c589ebae9c3ea4a810"><code>bd39335</code></a> <code>toDisplayRedbox()</code>: replace all occurrences of testDir (<a href="https://redirect.github.com/vercel/next.js/issues/76618">#76618</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v15.1.6...v15.2.1">compare view</a></li> </ul> </details> <br /> Updates `eslint-config-next` from 15.1.6 to 15.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>v15.2.1</h2> <h3>Core Changes</h3> <ul> <li>Unify Link and Form prefetching: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76184">#76184</a></li> <li>Turbopack: Ensure server actions sourcemaps tests pass: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76157">#76157</a></li> <li>[dev-overlay] control dark theme in one place: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76528">#76528</a></li> <li>[dev-overlay] change css var for terminal: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76590">#76590</a></li> <li>[dev-overlay] Discriminate stack frame settled typed: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76517">#76517</a></li> <li>Remove obsolete <code>sourcePackage</code> references: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76550">#76550</a></li> <li>refactor: remove unused variable in externals handling: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76599">#76599</a></li> <li>fix: Add popular embedding libraries to serverExternalPackages: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76574">#76574</a></li> <li>[Segment Cache] Implement hash-only navigations: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76179">#76179</a></li> <li>Webpack: abstract away getting compilation spans: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76579">#76579</a></li> <li>report compiler duration for webpack and improve numbers: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76665">#76665</a></li> <li>[dev-overlay] fix dark theme missing close bracket: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76672">#76672</a></li> <li>Remove <code>revalidate</code> property from incremental cache <code>ctx</code> for <code>FETCH</code> kind: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76500">#76500</a></li> <li>[dev-overlay] fix: env name label style was out of sync with error type label: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76668">#76668</a></li> <li>Turbopack: avoid celling source maps before minify: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76626">#76626</a></li> <li>refactor(CI): Merge all four bundler test manifest scripts into one: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76652">#76652</a></li> <li>[metadata] fix duplicate metadata for parallel routes: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76669">#76669</a></li> <li>[Segment Cache] Omit from bundle if flag disabled: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76622">#76622</a></li> <li>[Segment Cache] Support output: &quot;export&quot; mode: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/75671">#75671</a></li> <li>[Segment Cache] Refresh on same-page navigation: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76223">#76223</a></li> <li>[metadata] re-enable streaming metadata with PPR: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76119">#76119</a></li> <li>[Segment Cache] Search param fallback handling: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/75990">#75990</a></li> <li>[Segment Cache] Fix: canonicalURL omits origin: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76444">#76444</a></li> <li>fix metadata basePath for manifest: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76681">#76681</a></li> <li>Propagate expire time to <code>cache-control</code> header and prerender manifest: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76207">#76207</a></li> <li>Show revalidate/expire columns in build output: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76343">#76343</a></li> <li>Gate alternate bundler behind canary only: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76634">#76634</a></li> <li>[dynamicIO] routes with dynamic segments should be able to be static in dev: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76691">#76691</a></li> <li>[repo] upgrade ts <code>5.8.2</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76709">#76709</a></li> <li>[metadata]: ensure metadata boundary is only rendered once on client nav: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76692">#76692</a></li> <li>[metadata] clean up redudant options: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76712">#76712</a></li> <li>Fix uniqueness detection for <code>generateStaticParams</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76713">#76713</a></li> <li>Upgrade React from <code>22e39ea7-20250225</code> to <code>d55cc79b-20250228</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76680">#76680</a></li> <li>[Turbopack] Compute module batches and use them for chunking: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76133">#76133</a></li> <li>[Dev Tools] Improve keyboard interactions for menu &amp; overlays: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76754">#76754</a></li> <li>Keep server code out of browser chunks: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76660">#76660</a></li> <li>Turbopack: inline minify into code generation and make it a plain function instead of a turbo tasks function: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76628">#76628</a></li> <li>fix edge runtime asset fetch in pages api: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76750">#76750</a></li> <li>Update use-cache-unknown-cache-kind.test.ts snapshot for alternate bundler: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76682">#76682</a></li> </ul> <h3>Example Changes</h3> <ul> <li>docs: fix reading <code>params</code> code blocks: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76705">#76705</a></li> </ul> <h3>Misc Changes</h3> <ul> <li>fix(rustdoc): Fix rustdoc warnings, block on rustdoc failures in CI: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76448">#76448</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/633878112ef34fd569486c969261c3350509680d"><code>6338781</code></a> v15.2.1</li> <li><a href="https://github.com/vercel/next.js/commit/197b4bb709b67a397565168cfaefb1e977bd7b02"><code>197b4bb</code></a> v15.2.1-canary.6</li> <li><a href="https://github.com/vercel/next.js/commit/0b699b1c8d6cca8e9ab39b4bc38e67945373f918"><code>0b699b1</code></a> v15.2.1-canary.5</li> <li><a href="https://github.com/vercel/next.js/commit/6f6001a87ad7fbac3f62aa6647f6f027248e6c9e"><code>6f6001a</code></a> v15.2.1-canary.4</li> <li><a href="https://github.com/vercel/next.js/commit/5f1df89fdc1494aa70b553c521e927ec575b9cfb"><code>5f1df89</code></a> v15.2.1-canary.3</li> <li><a href="https://github.com/vercel/next.js/commit/f06a72e11e91ba53770685935f9902b0ade56ae8"><code>f06a72e</code></a> v15.2.1-canary.2</li> <li><a href="https://github.com/vercel/next.js/commit/2497f81d1b117a6dfc90b579c01416f247ead5b8"><code>2497f81</code></a> v15.2.1-canary.1</li> <li><a href="https://github.com/vercel/next.js/commit/83610c6a847970e04b34b207fc4725e181907b88"><code>83610c6</code></a> v15.2.1-canary.0</li> <li><a href="https://github.com/vercel/next.js/commit/b0416fbb44d1d148b6322ed79b6448d588260e49"><code>b0416fb</code></a> v15.2.0</li> <li><a href="https://github.com/vercel/next.js/commit/166369ddd89f1d27d29132fddee9ccbe9fa3579b"><code>166369d</code></a> v15.2.0-canary.77</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/commits/v15.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ca01d8 commit db57c84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/non-monorepo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint": "next lint"
1212
},
1313
"dependencies": {
14-
"next": "15.2.0",
14+
"next": "15.2.1",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"turb": "^0.1.2"
@@ -22,7 +22,7 @@
2222
"@types/react": "^19",
2323
"@types/react-dom": "^19",
2424
"eslint": "^9",
25-
"eslint-config-next": "15.2.0",
25+
"eslint-config-next": "15.2.1",
2626
"typescript": "^5"
2727
}
2828
}

0 commit comments

Comments
 (0)