Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade: [dependabot] - bump eslint-config-next from 14.2.15 to 15.0.0 (
#97) Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 14.2.15 to 15.0.0. <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.0</h2> <h3>Core Changes</h3> <ul> <li>refactor: next-flight-client-module-loader return conditions: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64348">#64348</a></li> <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>Shared Revalidate Timings: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64370">#64370</a></li> <li>Freeze loaded manifests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64313">#64313</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>Fix: css in next/dynamic component in edge runtime: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64382">#64382</a></li> <li>Fix more Turbopack build tests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64384">#64384</a></li> <li>use pathToFileUrl to make esm import()s work with absolute windows paths: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64386">#64386</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>Revert "Fix: css in next/dynamic component in edge runtime": <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64442">#64442</a></li> <li>default fetchCache to no-store when force-dynamic is set: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64145">#64145</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>Update font data: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64481">#64481</a></li> <li>BREAKING CHANGE: remove deprecated analyticsId from config, and the corresponding performance-relayer files and tests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64199">#64199</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 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(next): global not-found not working on multi-root layouts: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/63053">#63053</a></li> <li>chore(next): add keywords on package.json: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64173">#64173</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: <code>lib/helpers/install.ts</code> to better support pnpm and properly respect <code>root</code> argument: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/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://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>update turbopack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64501">#64501</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>refactor: remove always truthy flag: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64522">#64522</a></li> <li>Turbopack: don’t show long internal stack traces on build errors: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64427">#64427</a></li> <li>next/script: Correctly apply async and defer props: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/52939">#52939</a></li> <li>chore(next/font): update <code>@capsizecss/metrics</code> package: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64528">#64528</a></li> <li>feat: add information that revalidate interval is in seconds: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64229">#64229</a></li> <li>Typo "Minifer" in config.ts: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64359">#64359</a></li> <li>Enhance types for Node and Edge envionments: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64454">#64454</a></li> <li>feat: Add a validation for <code>postcss</code> with <code>useLightningcss</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64379">#64379</a></li> <li>fix HMR for cases where chunking changes: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64367">#64367</a></li> <li>perf: improve Pages Router server rendering performance: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64461">#64461</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>chore: remove unused rust dependencies: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62176">#62176</a></li> <li>fix(next-swc): correctly set wasm fallback for known target triples: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64567">#64567</a></li> <li>memoize layout router context: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64575">#64575</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>fix TypeError edge-case for parallel slots rendered multiple times: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64271">#64271</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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/51bfe3c1863b191f4b039bc230e8ed5c57b0baf3"><code>51bfe3c</code></a> v15.0.0</li> <li><a href="https://github.com/vercel/next.js/commit/48214569e9d2ef7770dab9ff079d92dcd4d3c81d"><code>4821456</code></a> v15.0.0-canary.205</li> <li><a href="https://github.com/vercel/next.js/commit/0aba53da41c71e612172907e1627a2c0ec5c02bb"><code>0aba53d</code></a> v15.0.0-canary.204</li> <li><a href="https://github.com/vercel/next.js/commit/9e0d46ac8bedcad0f0812a018875ad2c1359e666"><code>9e0d46a</code></a> v15.0.0-canary.203</li> <li><a href="https://github.com/vercel/next.js/commit/de26339920fa66acdc2b32228bb9cc0ef7e6336b"><code>de26339</code></a> v15.0.0-canary.202</li> <li><a href="https://github.com/vercel/next.js/commit/7dc857467c7b3b11934533e247b8c64ea438a9ed"><code>7dc8574</code></a> v15.0.0-canary.201</li> <li><a href="https://github.com/vercel/next.js/commit/e40ea76969e2711656dee531c945780576edca05"><code>e40ea76</code></a> v15.0.0-canary.200</li> <li><a href="https://github.com/vercel/next.js/commit/f7a5b872cc6eb12c38f15759944d44db63e89ccc"><code>f7a5b87</code></a> v15.0.0-canary.199</li> <li><a href="https://github.com/vercel/next.js/commit/3de04dc932fa4ab8f29d72048dc5bb6d16a2660e"><code>3de04dc</code></a> v15.0.0-canary.198</li> <li><a href="https://github.com/vercel/next.js/commit/fdb47af5d03eebe548e5dce3027bd3bbcce49bd5"><code>fdb47af</code></a> v15.0.0-canary.197</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/commits/v15.0.0/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=14.2.15&new-version=15.0.0)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information