mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2026-01-25 16:44:12 +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.39.1 → 9.39.2) · [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.39.2">9.39.2</a></h4> <blockquote><h2 dir="auto">Bug Fixes</h2> <ul dir="auto"> <li> <a href="5705833194"><code class="notranslate">5705833</code></a> fix: warn when <code class="notranslate">eslint-env</code> configuration comments are found (<a href="https://bounce.depfu.com/github.com/eslint/eslint/pull/20381">#20381</a>) (sethamus)</li> </ul> <h2 dir="auto">Build Related</h2> <ul dir="auto"> <li> <a href="506f1549a6"><code class="notranslate">506f154</code></a> build: add .scss files entry to knip (<a href="https://bounce.depfu.com/github.com/eslint/eslint/pull/20391">#20391</a>) (Milos Djermanovic)</li> </ul> <h2 dir="auto">Chores</h2> <ul dir="auto"> <li> <a href="7ca0af7f9f"><code class="notranslate">7ca0af7</code></a> chore: upgrade to <code class="notranslate">@eslint/js@9.39.2</code> (<a href="https://bounce.depfu.com/github.com/eslint/eslint/pull/20394">#20394</a>) (Francesco Trotta)</li> <li> <a href="c43ce24ff0"><code class="notranslate">c43ce24</code></a> chore: package.json update for @eslint/js release (Jenkins)</li> <li> <a href="4c9858e47b"><code class="notranslate">4c9858e</code></a> ci: add <code class="notranslate">v9.x-dev</code> branch (<a href="https://bounce.depfu.com/github.com/eslint/eslint/pull/20382">#20382</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="e2772811a8...9278324aa0">See the full diff on Github</a>. The new version differs by 7 commits:</p> <ul> <li><a href="9278324aa0"><code>9.39.2</code></a></li> <li><a href="542266ad3c"><code>Build: changelog update for 9.39.2</code></a></li> <li><a href="7ca0af7f9f"><code>chore: upgrade to `@eslint/js@9.39.2` (#20394)</code></a></li> <li><a href="c43ce24ff0"><code>chore: package.json update for @eslint/js release</code></a></li> <li><a href="5705833194"><code>fix: warn when `eslint-env` configuration comments are found (#20381)</code></a></li> <li><a href="506f1549a6"><code>build: add .scss files entry to knip (#20391)</code></a></li> <li><a href="4c9858e47b"><code>ci: add `v9.x-dev` branch (#20382)</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>
28 lines
613 B
JSON
28 lines
613 B
JSON
{
|
|
"name": "nextjs-playground",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/postcss": "workspace:^",
|
|
"fast-glob": "^3.3.3",
|
|
"next": "^16.1.0",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"tailwindcss": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "catalog:",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-next": "^16.1.0",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|