mirror of
https://github.com/evroon/bracket.git
synced 2026-01-19 19:49:14 -05:00
Bumps [next](https://github.com/vercel/next.js) from 14.2.10 to 15.0.0. <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.0.0</h2> <h3>Core Changes</h3> <ul> <li>refactor: next-flight-client-module-loader return conditions: <a href="https://redirect.github.com/vercel/next.js/issues/64348">#64348</a></li> <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>Shared Revalidate Timings: <a href="https://redirect.github.com/vercel/next.js/issues/64370">#64370</a></li> <li>Freeze loaded manifests: <a href="https://redirect.github.com/vercel/next.js/issues/64313">#64313</a></li> <li>test: skip turbopack build test: <a href="https://redirect.github.com/vercel/next.js/issues/64356">#64356</a></li> <li>Fix: css in next/dynamic component in edge runtime: <a href="https://redirect.github.com/vercel/next.js/issues/64382">#64382</a></li> <li>Fix more Turbopack build tests: <a href="https://redirect.github.com/vercel/next.js/issues/64384">#64384</a></li> <li>use pathToFileUrl to make esm import()s work with absolute windows paths: <a href="https://redirect.github.com/vercel/next.js/issues/64386">#64386</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>Revert "Fix: css in next/dynamic component in edge runtime": <a href="https://redirect.github.com/vercel/next.js/issues/64442">#64442</a></li> <li>default fetchCache to no-store when force-dynamic is set: <a href="https://redirect.github.com/vercel/next.js/issues/64145">#64145</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>Update font data: <a href="https://redirect.github.com/vercel/next.js/issues/64481">#64481</a></li> <li>BREAKING CHANGE: remove deprecated analyticsId from config, and the corresponding performance-relayer files and tests: <a href="https://redirect.github.com/vercel/next.js/issues/64199">#64199</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 typo in dynamic-rendering.ts: <a href="https://redirect.github.com/vercel/next.js/issues/64365">#64365</a></li> <li>fix(next): global not-found not working on multi-root layouts: <a href="https://redirect.github.com/vercel/next.js/issues/63053">#63053</a></li> <li>chore(next): add keywords on package.json: <a href="https://redirect.github.com/vercel/next.js/issues/64173">#64173</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: <code>lib/helpers/install.ts</code> to better support pnpm and properly respect <code>root</code> argument: <a href="https://redirect.github.com/vercel/next.js/issues/64418">#64418</a></li> <li>fix(next): <code>Metadata.openGraph</code> values not resolving basic values when <code>type</code> 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>update turbopack: <a href="https://redirect.github.com/vercel/next.js/issues/64501">#64501</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>refactor: remove always truthy flag: <a href="https://redirect.github.com/vercel/next.js/issues/64522">#64522</a></li> <li>Turbopack: don’t show long internal stack traces on build errors: <a href="https://redirect.github.com/vercel/next.js/issues/64427">#64427</a></li> <li>next/script: Correctly apply async and defer props: <a href="https://redirect.github.com/vercel/next.js/issues/52939">#52939</a></li> <li>chore(next/font): update <code>@capsizecss/metrics</code> package: <a href="https://redirect.github.com/vercel/next.js/issues/64528">#64528</a></li> <li>feat: add information that revalidate interval is in seconds: <a href="https://redirect.github.com/vercel/next.js/issues/64229">#64229</a></li> <li>Typo "Minifer" in config.ts: <a href="https://redirect.github.com/vercel/next.js/issues/64359">#64359</a></li> <li>Enhance types for Node and Edge envionments: <a href="https://redirect.github.com/vercel/next.js/issues/64454">#64454</a></li> <li>feat: Add a validation for <code>postcss</code> with <code>useLightningcss</code>: <a href="https://redirect.github.com/vercel/next.js/issues/64379">#64379</a></li> <li>fix HMR for cases where chunking changes: <a href="https://redirect.github.com/vercel/next.js/issues/64367">#64367</a></li> <li>perf: improve Pages Router server rendering performance: <a href="https://redirect.github.com/vercel/next.js/issues/64461">#64461</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>chore: remove unused rust dependencies: <a href="https://redirect.github.com/vercel/next.js/issues/62176">#62176</a></li> <li>fix(next-swc): correctly set wasm fallback for known target triples: <a href="https://redirect.github.com/vercel/next.js/issues/64567">#64567</a></li> <li>memoize layout router context: <a href="https://redirect.github.com/vercel/next.js/issues/64575">#64575</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>fix TypeError edge-case for parallel slots rendered multiple times: <a href="https://redirect.github.com/vercel/next.js/issues/64271">#64271</a></li> <li>Fix ASL bundling for dynamic css: <a href="https://redirect.github.com/vercel/next.js/issues/64451">#64451</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="51bfe3c186"><code>51bfe3c</code></a> v15.0.0</li> <li><a href="48214569e9"><code>4821456</code></a> v15.0.0-canary.205</li> <li><a href="c85914c1f6"><code>c85914c</code></a> Revert "[dynamicIO] warn for disallowed dynamic in dev" (<a href="https://redirect.github.com/vercel/next.js/issues/71566">#71566</a>)</li> <li><a href="0aba53da41"><code>0aba53d</code></a> v15.0.0-canary.204</li> <li><a href="7b9630f85f"><code>7b9630f</code></a> chore(docs): add docs for input image formats with next/image (<a href="https://redirect.github.com/vercel/next.js/issues/71565">#71565</a>)</li> <li><a href="f260aad24f"><code>f260aad</code></a> chore(next-codemod): use "confirm" for consistent prompt (<a href="https://redirect.github.com/vercel/next.js/issues/71551">#71551</a>)</li> <li><a href="9e0d46ac8b"><code>9e0d46a</code></a> v15.0.0-canary.203</li> <li><a href="4a1947eafd"><code>4a1947e</code></a> Ensure workers are cleaned up always (<a href="https://redirect.github.com/vercel/next.js/issues/71564">#71564</a>)</li> <li><a href="e406def6a6"><code>e406def</code></a> chore(docs): remove recommendation about using <code>priority</code> over `loading=eager...</li> <li><a href="c0722a500a"><code>c0722a5</code></a> improve typescript autocomplete for cacheLife (<a href="https://redirect.github.com/vercel/next.js/issues/71400">#71400</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v14.2.10...v15.0.0">compare view</a></li> </ul> </details> <br /> [](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>