matrix-art.meta

Issues/PRs archive for MTRNord/matrix-art
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.meta.git
Log | Files | Refs

142.md (10795B)


      1 # PR #142 Bump tailwindcss from 3.0.23 to 3.0.24
      2 
      3 - **Status:** merged
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2022-04-13T08:33:31Z
      6 - **Branch:** dependabot/npm_and_yarn/tailwindcss-3.0.24 → main
      7 - **Merged:** 2022-04-18T09:51:20Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [142.diff](./142.diff)
     12 
     13 ---
     14 
     15 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.0.23 to 3.0.24.
     16 <details>
     17 <summary>Release notes</summary>
     18 <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p>
     19 <blockquote>
     20 <h2>v3.0.24</h2>
     21 <h3>Fixed</h3>
     22 <ul>
     23 <li>Prevent nesting plugin from breaking other plugins (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7563">#7563</a>)</li>
     24 <li>Recursively collapse adjacent rules (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7565">#7565</a>)</li>
     25 <li>Preserve source maps for generated CSS (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7588">#7588</a>)</li>
     26 <li>Split box shadows on top-level commas only (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7479">#7479</a>)</li>
     27 <li>Use local user CSS cache for <code>@apply</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7524">#7524</a>)</li>
     28 <li>Invalidate context when main CSS changes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7626">#7626</a>)</li>
     29 <li>Only add <code>!</code> to selector class matching template candidate when using important modifier with mutli-class selectors (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7664">#7664</a>)</li>
     30 <li>Correctly parse and prefix animation names with dots (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7163">#7163</a>)</li>
     31 <li>Fix extraction from template literal/function with array (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7481">#7481</a>)</li>
     32 <li>Don't output unparsable arbitrary values (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7789">#7789</a>)</li>
     33 <li>Fix generation of <code>div:not(.foo)</code> if <code>.foo</code> is never defined (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7815">#7815</a>)</li>
     34 <li>Allow for custom properties in <code>rgb</code>, <code>rgba</code>, <code>hsl</code> and <code>hsla</code> colors (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7933">#7933</a>)</li>
     35 <li>Remove autoprefixer as explicit peer-dependency to avoid invalid warnings in situations where it isn't actually needed (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7949">#7949</a>)</li>
     36 <li>Ensure the <code>percentage</code> data type is validated correctly (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8015">#8015</a>)</li>
     37 </ul>
     38 <h3>Changed</h3>
     39 <ul>
     40 <li>Replace <code>chalk</code> with <code>picocolors</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/6039">#6039</a>)</li>
     41 <li>Replace <code>cosmiconfig</code> with <code>lilconfig</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/6038">#6039</a>)</li>
     42 <li>Update <code>cssnano</code> to avoid removing empty variables when minifying (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7818">#7818</a>)</li>
     43 </ul>
     44 </blockquote>
     45 </details>
     46 <details>
     47 <summary>Changelog</summary>
     48 <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md">tailwindcss's changelog</a>.</em></p>
     49 <blockquote>
     50 <h2>[3.0.24] - 2022-05-12</h2>
     51 <h3>Fixed</h3>
     52 <ul>
     53 <li>Prevent nesting plugin from breaking other plugins (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7563">#7563</a>)</li>
     54 <li>Recursively collapse adjacent rules (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7565">#7565</a>)</li>
     55 <li>Preserve source maps for generated CSS (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7588">#7588</a>)</li>
     56 <li>Split box shadows on top-level commas only (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7479">#7479</a>)</li>
     57 <li>Use local user CSS cache for <code>@apply</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7524">#7524</a>)</li>
     58 <li>Invalidate context when main CSS changes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7626">#7626</a>)</li>
     59 <li>Only add <code>!</code> to selector class matching template candidate when using important modifier with mutli-class selectors (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7664">#7664</a>)</li>
     60 <li>Correctly parse and prefix animation names with dots (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7163">#7163</a>)</li>
     61 <li>Fix extraction from template literal/function with array (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7481">#7481</a>)</li>
     62 <li>Don't output unparsable arbitrary values (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7789">#7789</a>)</li>
     63 <li>Fix generation of <code>div:not(.foo)</code> if <code>.foo</code> is never defined (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7815">#7815</a>)</li>
     64 <li>Allow for custom properties in <code>rgb</code>, <code>rgba</code>, <code>hsl</code> and <code>hsla</code> colors (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7933">#7933</a>)</li>
     65 <li>Remove autoprefixer as explicit peer-dependency to avoid invalid warnings in situations where it isn't actually needed (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7949">#7949</a>)</li>
     66 <li>Ensure the <code>percentage</code> data type is validated correctly (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8015">#8015</a>)</li>
     67 </ul>
     68 <h3>Changed</h3>
     69 <ul>
     70 <li>Replace <code>chalk</code> with <code>picocolors</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/6039">#6039</a>)</li>
     71 <li>Replace <code>cosmiconfig</code> with <code>lilconfig</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/6038">#6039</a>)</li>
     72 <li>Update <code>cssnano</code> to avoid removing empty variables when minifying (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7818">#7818</a>)</li>
     73 </ul>
     74 </blockquote>
     75 </details>
     76 <details>
     77 <summary>Commits</summary>
     78 <ul>
     79 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/23a6d3ff8498bb3f63592810b2677e4773a3f7a4"><code>23a6d3f</code></a> 3.0.24</li>
     80 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/1456ed9021b3455dbb4458c2fb7d8ab66dfb3fed"><code>1456ed9</code></a> Fix integration test</li>
     81 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/d0269c24b3c7ad4557b7e3f2779bd15c5ac501f7"><code>d0269c2</code></a> Temp fix CS errors</li>
     82 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/b89c3796db9dcbb63a0cdcb4d72bca8360f112d9"><code>b89c379</code></a> Update changelog</li>
     83 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/57699a04036c542d82e7b7102d775d4d2379493d"><code>57699a0</code></a> Prep for patch release (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/issues/8098">#8098</a>)</li>
     84 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/c1ed8dd59f10891ef502421dfae6eac3194c05c8"><code>c1ed8dd</code></a> Redirect to the up-to-date plugin url (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/issues/8081">#8081</a>)</li>
     85 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/f6eeed34a006ddc1ec12609b4f5f933c1f886e63"><code>f6eeed3</code></a> Update cssnano to version 5.1.7</li>
     86 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/50629f68acb83021001c9535c8f14cc55bda1665"><code>50629f6</code></a> Update postcss-selector-parser to version 6.0.10</li>
     87 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/5d49604606410339ac17fff1b7dec0dc115a4dd7"><code>5d49604</code></a> Update postcss-load-config to version 3.1.4</li>
     88 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/6fc8d777da6b77aea8f8afc99554a01135bd070e"><code>6fc8d77</code></a> Update <code>screens</code> types (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/issues/8042">#8042</a>)</li>
     89 <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.0.23...v3.0.24">compare view</a></li>
     90 </ul>
     91 </details>
     92 <br />
     93 
     94 
     95 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tailwindcss&package-manager=npm_and_yarn&previous-version=3.0.23&new-version=3.0.24)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     96 
     97 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`.
     98 
     99 [//]: # (dependabot-automerge-start)
    100 [//]: # (dependabot-automerge-end)
    101 
    102 ---
    103 
    104 <details>
    105 <summary>Dependabot commands and options</summary>
    106 <br />
    107 
    108 You can trigger Dependabot actions by commenting on this PR:
    109 - `@dependabot rebase` will rebase this PR
    110 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    111 - `@dependabot merge` will merge this PR after your CI passes on it
    112 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    113 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    114 - `@dependabot reopen` will reopen this PR if it is closed
    115 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    116 - `@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)
    117 - `@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)
    118 - `@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)
    119 
    120 
    121 </details>
    122