mirror of
https://github.com/evroon/bracket.git
synced 2026-01-20 03:58:35 -05:00
Bumps [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) from 14.0.3 to 15.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases"><code>@next/eslint-plugin-next</code>'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-plugin-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-plugin-next/issues/64315">#64315</a></li> <li>Shared Revalidate Timings: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64370">#64370</a></li> <li>Freeze loaded manifests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64313">#64313</a></li> <li>test: skip turbopack build test: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-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-plugin-next/issues/64382">#64382</a></li> <li>Fix more Turbopack build tests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-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-plugin-next/issues/64386">#64386</a></li> <li>Improve rendering performance: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-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-plugin-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-plugin-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-plugin-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-plugin-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-plugin-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-plugin-next/issues/64467">#64467</a></li> <li>improve turborepo caching: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64493">#64493</a></li> <li>Update font data: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-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-plugin-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-plugin-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-plugin-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-plugin-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-plugin-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-plugin-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-plugin-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-plugin-next/issues/63620">#63620</a></li> <li>disable production chunking in dev: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64488">#64488</a></li> <li>update turbopack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-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-plugin-next/issues/64520">#64520</a></li> <li>refactor: remove always truthy flag: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-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-plugin-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-plugin-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-plugin-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-plugin-next/issues/64229">#64229</a></li> <li>Typo "Minifer" in config.ts: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-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-plugin-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-plugin-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-plugin-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-plugin-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-plugin-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-plugin-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-plugin-next/issues/64549">#64549</a></li> <li>chore: remove unused rust dependencies: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-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-plugin-next/issues/64567">#64567</a></li> <li>memoize layout router context: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-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-plugin-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-plugin-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-plugin-next/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="0aba53da41"><code>0aba53d</code></a> v15.0.0-canary.204</li> <li><a href="9e0d46ac8b"><code>9e0d46a</code></a> v15.0.0-canary.203</li> <li><a href="de26339920"><code>de26339</code></a> v15.0.0-canary.202</li> <li><a href="7dc857467c"><code>7dc8574</code></a> v15.0.0-canary.201</li> <li><a href="e40ea76969"><code>e40ea76</code></a> v15.0.0-canary.200</li> <li><a href="f7a5b872cc"><code>f7a5b87</code></a> v15.0.0-canary.199</li> <li><a href="3de04dc932"><code>3de04dc</code></a> v15.0.0-canary.198</li> <li><a href="fdb47af5d0"><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-plugin-next">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>
Website
This website is built using Docusaurus 2, a modern static website generator.
Installation
yarn
Local Development
yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
yarn build
This command generates static content into the build directory and can be served using any static
contents hosting service.
Deployment
Using SSH:
USE_SSH=true yarn deploy
Not using SSH:
GIT_USER=<Your GitHub username> yarn deploy
If you are using GitHub pages for hosting, this command is a convenient way to build the website and
push to the gh-pages branch.