mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. ### What changed? #### ✳️ eslint (9.36.0 → 9.37.0) · [Repo](https://github.com/eslint/eslint) · [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) <details> <summary>Release Notes</summary> <h4><a href="https://github.com/eslint/eslint/releases/tag/v9.37.0">9.37.0</a></h4> <blockquote><h2 dir="auto">Features</h2> <ul dir="auto"> <li> <a href="39f7fb493a"><code class="notranslate">39f7fb4</code></a> feat: <code class="notranslate">preserve-caught-error</code> should recognize all static "cause" keys (<a href="https://bounce.depfu.com/github.com/eslint/eslint/pull/20163">#20163</a>) (Pixel998)</li> <li> <a href="f81eabc584"><code class="notranslate">f81eabc</code></a> feat: support TS syntax in <code class="notranslate">no-restricted-imports</code> (<a href="https://bounce.depfu.com/github.com/eslint/eslint/pull/19562">#19562</a>) (Nitin Kumar)</li> </ul> <h2 dir="auto">Bug Fixes</h2> <ul dir="auto"> <li> <a href="a129cced7a"><code class="notranslate">a129cce</code></a> fix: correct <code class="notranslate">no-loss-of-precision</code> false positives for leading zeros (<a href="https://bounce.depfu.com/github.com/eslint/eslint/pull/20164">#20164</a>) (Francesco Trotta)</li> <li> <a href="09e04fcc3f"><code class="notranslate">09e04fc</code></a> fix: add missing AST token types (<a href="https://bounce.depfu.com/github.com/eslint/eslint/pull/20172">#20172</a>) (Pixel998)</li> <li> <a href="861c6da2bd"><code class="notranslate">861c6da</code></a> fix: correct <code class="notranslate">ESLint</code> typings (<a href="https://bounce.depfu.com/github.com/eslint/eslint/pull/20122">#20122</a>) (Pixel998)</li> </ul> <h2 dir="auto">Documentation</h2> <ul dir="auto"> <li> <a href="b950359c5f"><code class="notranslate">b950359</code></a> docs: fix typos across the docs (<a href="https://bounce.depfu.com/github.com/eslint/eslint/pull/20182">#20182</a>) (루밀LuMir)</li> <li> <a href="42498a2798"><code class="notranslate">42498a2</code></a> docs: improve ToC accessibility by hiding non-semantic character (<a href="https://bounce.depfu.com/github.com/eslint/eslint/pull/20181">#20181</a>) (Percy Ma)</li> <li> <a href="29ea092b93"><code class="notranslate">29ea092</code></a> docs: Update README (GitHub Actions Bot)</li> <li> <a href="5c97a04578"><code class="notranslate">5c97a04</code></a> docs: show <code class="notranslate">availableUntil</code> in deprecated rule banner (<a href="https://bounce.depfu.com/github.com/eslint/eslint/pull/20170">#20170</a>) (Pixel998)</li> <li> <a href="90a71bf502"><code class="notranslate">90a71bf</code></a> docs: update <code class="notranslate">README</code> files to add badge and instructions (<a href="https://bounce.depfu.com/github.com/eslint/eslint/pull/20115">#20115</a>) (루밀LuMir)</li> <li> <a href="1603ae1526"><code class="notranslate">1603ae1</code></a> docs: update references from <code class="notranslate">master</code> to <code class="notranslate">main</code> (<a href="https://bounce.depfu.com/github.com/eslint/eslint/pull/20153">#20153</a>) (루밀LuMir)</li> </ul> <h2 dir="auto">Chores</h2> <ul dir="auto"> <li> <a href="afe8a13469"><code class="notranslate">afe8a13</code></a> chore: update <code class="notranslate">@eslint/js</code> dependency to version 9.37.0 (<a href="https://bounce.depfu.com/github.com/eslint/eslint/pull/20183">#20183</a>) (Francesco Trotta)</li> <li> <a href="abee4ca1fa"><code class="notranslate">abee4ca</code></a> chore: package.json update for @eslint/js release (Jenkins)</li> <li> <a href="fc9381f6ca"><code class="notranslate">fc9381f</code></a> chore: fix typos in comments (<a href="https://bounce.depfu.com/github.com/eslint/eslint/pull/20175">#20175</a>) (overlookmotel)</li> <li> <a href="e1574a22d3"><code class="notranslate">e1574a2</code></a> chore: unpin jiti (<a href="https://bounce.depfu.com/github.com/eslint/eslint/pull/20173">#20173</a>) (renovate[bot])</li> <li> <a href="e1ac05e2fa"><code class="notranslate">e1ac05e</code></a> refactor: mark <code class="notranslate">ESLint.findConfigFile()</code> as <code class="notranslate">async</code>, add missing docs (<a href="https://bounce.depfu.com/github.com/eslint/eslint/pull/20157">#20157</a>) (Pixel998)</li> <li> <a href="347906d627"><code class="notranslate">347906d</code></a> chore: update eslint (<a href="https://bounce.depfu.com/github.com/eslint/eslint/pull/20149">#20149</a>) (renovate[bot])</li> <li> <a href="0cb5897e24"><code class="notranslate">0cb5897</code></a> test: remove tmp dir created for circular fixes in multithread mode test (<a href="https://bounce.depfu.com/github.com/eslint/eslint/pull/20146">#20146</a>) (Milos Djermanovic)</li> <li> <a href="bb995665e3"><code class="notranslate">bb99566</code></a> ci: pin <code class="notranslate">jiti</code> to version 2.5.1 (<a href="https://bounce.depfu.com/github.com/eslint/eslint/pull/20151">#20151</a>) (Pixel998)</li> <li> <a href="177f669adc"><code class="notranslate">177f669</code></a> perf: improve worker count calculation for <code class="notranslate">"auto"</code> concurrency (<a href="https://bounce.depfu.com/github.com/eslint/eslint/pull/20067">#20067</a>) (Francesco Trotta)</li> <li> <a href="448b57bca3"><code class="notranslate">448b57b</code></a> chore: Mark deprecated formatting rules as available until v11.0.0 (<a href="https://bounce.depfu.com/github.com/eslint/eslint/pull/20144">#20144</a>) (Milos Djermanovic)</li> </ul></blockquote> <p><em>Does any of this look wrong? <a href="https://depfu.com/packages/npm/eslint/feedback">Please let us know.</a></em></p> </details> <details> <summary>Commits</summary> <p><a href="b4857e54e5...d5d1bdf5fd">See the full diff on Github</a>. The new version differs by 23 commits:</p> <ul> <li><a href="d5d1bdf5fd"><code>9.37.0</code></a></li> <li><a href="94865ff41c"><code>Build: changelog update for 9.37.0</code></a></li> <li><a href="afe8a13469"><code>chore: update `@eslint/js` dependency to version 9.37.0 (#20183)</code></a></li> <li><a href="abee4ca1fa"><code>chore: package.json update for @eslint/js release</code></a></li> <li><a href="b950359c5f"><code>docs: fix typos across the docs (#20182)</code></a></li> <li><a href="42498a2798"><code>docs: improve ToC accessibility by hiding non-semantic character (#20181)</code></a></li> <li><a href="fc9381f6ca"><code>chore: fix typos in comments (#20175)</code></a></li> <li><a href="e1574a22d3"><code>chore: unpin jiti (#20173)</code></a></li> <li><a href="29ea092b93"><code>docs: Update README</code></a></li> <li><a href="a129cced7a"><code>fix: correct `no-loss-of-precision` false positives for leading zeros (#20164)</code></a></li> <li><a href="09e04fcc3f"><code>fix: add missing AST token types (#20172)</code></a></li> <li><a href="5c97a04578"><code>docs: show `availableUntil` in deprecated rule banner (#20170)</code></a></li> <li><a href="39f7fb493a"><code>feat: `preserve-caught-error` should recognize all static "cause" keys (#20163)</code></a></li> <li><a href="f81eabc584"><code>feat: support TS syntax in `no-restricted-imports` (#19562)</code></a></li> <li><a href="e1ac05e2fa"><code>refactor: mark `ESLint.findConfigFile()` as `async`, add missing docs (#20157)</code></a></li> <li><a href="90a71bf502"><code>docs: update `README` files to add badge and instructions (#20115)</code></a></li> <li><a href="861c6da2bd"><code>fix: correct `ESLint` typings (#20122)</code></a></li> <li><a href="347906d627"><code>chore: update eslint (#20149)</code></a></li> <li><a href="1603ae1526"><code>docs: update references from `master` to `main` (#20153)</code></a></li> <li><a href="0cb5897e24"><code>test: remove tmp dir created for circular fixes in multithread mode test (#20146)</code></a></li> <li><a href="bb995665e3"><code>ci: pin `jiti` to version 2.5.1 (#20151)</code></a></li> <li><a href="177f669adc"><code>perf: improve worker count calculation for `"auto"` concurrency (#20067)</code></a></li> <li><a href="448b57bca3"><code>chore: Mark deprecated formatting rules as available until v11.0.0 (#20144)</code></a></li> </ul> </details> ---  [Depfu](https://depfu.com) will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with `@depfu rebase`. <details><summary>All Depfu comment commands</summary> <blockquote><dl> <dt>@depfu rebase</dt><dd>Rebases against your default branch and redoes this update</dd> <dt>@depfu recreate</dt><dd>Recreates this PR, overwriting any edits that you've made to it</dd> <dt>@depfu merge</dt><dd>Merges this PR once your tests are passing and conflicts are resolved</dd> <dt>@depfu cancel merge</dt><dd>Cancels automatic merging of this PR</dd> <dt>@depfu close</dt><dd>Closes this PR and deletes the branch</dd> <dt>@depfu reopen</dt><dd>Restores the branch and reopens this PR (if it's closed)</dd> <dt>@depfu pause</dt><dd>Ignores all future updates for this dependency and closes this PR</dd> <dt>@depfu pause [minor|major]</dt><dd>Ignores all future minor/major updates for this dependency and closes this PR</dd> <dt>@depfu resume</dt><dd>Future versions of this dependency will create PRs again (leaves this PR as is)</dd> </dl></blockquote> </details> Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
This is a Next.js project bootstrapped with create-next-app.
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.