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 upgrade. Please take a good look at what changed and the test results before merging this pull request. ### What changed? #### ✳️ postcss (8.4.41 → 8.4.47) · [Repo](https://github.com/postcss/postcss) · [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) <details> <summary>Release Notes</summary> <h4><a href="https://github.com/postcss/postcss/releases/tag/8.4.47">8.4.47</a></h4> <blockquote><ul dir="auto"> <li>Removed debug code.</li> </ul></blockquote> <h4><a href="https://github.com/postcss/postcss/releases/tag/8.4.46">8.4.46</a></h4> <blockquote><ul dir="auto"> <li>Fixed <code class="notranslate">Cannot read properties of undefined (reading 'before')</code>.</li> </ul></blockquote> <h4><a href="https://github.com/postcss/postcss/releases/tag/8.4.45">8.4.45</a></h4> <blockquote><ul dir="auto"> <li>Removed unnecessary fix which could lead to infinite loop.</li> </ul></blockquote> <h4><a href="https://github.com/postcss/postcss/releases/tag/8.4.44">8.4.44</a></h4> <blockquote><ul dir="auto"> <li>Another way to fix <code class="notranslate">markClean is not a function</code> error.</li> </ul></blockquote> <h4><a href="https://github.com/postcss/postcss/releases/tag/8.4.43">8.4.43</a></h4> <blockquote><ul dir="auto"> <li>Fixed <code class="notranslate">markClean is not a function</code> error.</li> </ul></blockquote> <h4><a href="https://github.com/postcss/postcss/releases/tag/8.4.42">8.4.42</a></h4> <blockquote><ul dir="auto"> <li>Fixed CSS syntax error on long minified files (by <a href="https://bounce.depfu.com/github.com/varpstar">@varpstar</a>).</li> </ul></blockquote> <p><em>Does any of this look wrong? <a href="https://depfu.com/packages/npm/postcss/feedback">Please let us know.</a></em></p> </details> <details> <summary>Commits</summary> <p><a href="57e02115e4...5e6fd1302d">See the full diff on Github</a>. The new version differs by 33 commits:</p> <ul> <li><a href="5e6fd1302d"><code>Release 8.4.47 version</code></a></li> <li><a href="714bc10258"><code>Typo</code></a></li> <li><a href="439d20e651"><code>Release 8.4.46 version</code></a></li> <li><a href="b93582f68e"><code>Update dependencies</code></a></li> <li><a href="c51e46767d"><code>Fix error on inserting node without raws in some cases</code></a></li> <li><a href="829ae47d6b"><code>Update dependencies</code></a></li> <li><a href="5aaaec2214"><code>Update remaining workflow jobs to use latest version of actions (#1968)</code></a></li> <li><a href="448c4f34d6"><code>Release 8.4.45 version</code></a></li> <li><a href="1c77d2e333"><code>Update unnecessary check</code></a></li> <li><a href="f38b329323"><code>Try to fix CI</code></a></li> <li><a href="d442dc75e3"><code>Release 8.4.44 version</code></a></li> <li><a href="3c7cda099c"><code>Another way to fix markClean() is undefined issue</code></a></li> <li><a href="b985ed1667"><code>Release 8.4.43 version</code></a></li> <li><a href="3025b743bf"><code>Update dependencies</code></a></li> <li><a href="79ff9800c3"><code>Update AST if it is not made by PostCSS >= 8.4.41</code></a></li> <li><a href="0fda48a1b1"><code>Release 8.4.42 version</code></a></li> <li><a href="cd5b08cfa2"><code>Add ESLint to CI</code></a></li> <li><a href="0975cc209d"><code>Sort source code and fix ESLint</code></a></li> <li><a href="36950b4ff9"><code>Try to fix old Node.js tests</code></a></li> <li><a href="fbb6d60eae"><code>Update dependencies</code></a></li> <li><a href="118ebc9a9a"><code>Clean up code</code></a></li> <li><a href="9e7bdca1d2"><code>Pretty CssSyntaxError from onelined (minified) css (#1965)</code></a></li> <li><a href="45a24250ee"><code>Merge pull request #1961 from nex3/readonly-array</code></a></li> <li><a href="0cb325a1d5"><code>Use `ReadonlyArray` for argument types that aren't modified</code></a></li> <li><a href="a886628603"><code>Merge pull request #1957 from nex3/protected-normalize</code></a></li> <li><a href="13a16b0dc8"><code>Merge pull request #1958 from nex3/typedoc</code></a></li> <li><a href="51022c2a42"><code>Fix a few TypeDoc warnings</code></a></li> <li><a href="d6fa30b3cc"><code>Add a protected `markDirty()` method on `Node`</code></a></li> <li><a href="58c50ad191"><code>Declare `Container.normalize()` as a protected method</code></a></li> <li><a href="ea262f3b3f"><code>Merge pull request #1956 from Juneezee/refactor/replace-indexOf-with-startsWith</code></a></li> <li><a href="c37da3c225"><code>Replace `indexOf === 0` with `startsWith`</code></a></li> <li><a href="4b96e7df14"><code>Merge pull request #1955 from Marukome0743/Marukome0743-patch-1</code></a></li> <li><a href="edcc9b13b9"><code>chore(docs): improve visual appearance of images in README.md</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>
A utility-first CSS framework for rapidly building custom user interfaces.
Documentation
For full documentation, visit tailwindcss.com.
Community
For help, discussion about best practices, or any other conversation that would benefit from being searchable:
Discuss Tailwind CSS on GitHub
For chatting with others using the framework:
Join the Tailwind CSS Discord Server
Contributing
If you're interested in contributing to Tailwind CSS, please read our contributing docs before submitting a pull request.
Description
Languages
JavaScript
90.6%
CSS
7.6%
HTML
1.7%