347.md (16038B)
1 # PR #347 Bump tailwindcss from 3.2.4 to 3.2.7 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-02-17T09:09:24Z 6 - **Branch:** dependabot/npm_and_yarn/tailwindcss-3.2.7 → main 7 - **Closed:** 2023-03-29T09:07:41Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [347.diff](./347.diff) 12 13 --- 14 15 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.2.4 to 3.2.7. 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.2.7</h2> 21 <h3>Fixed</h3> 22 <ul> 23 <li>Fix use of <code>:where(.btn)</code> when matching <code>!btn</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10601">#10601</a>)</li> 24 <li>Revert including <code>outline-color</code> in <code>transition</code> and <code>transition-colors</code> by default (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10604">#10604</a>)</li> 25 </ul> 26 <h2>v3.2.6</h2> 27 <h3>Fixed</h3> 28 <ul> 29 <li>Fix installation failing with yarn and pnpm by dropping <code>oxide-api-shim</code> (<a href="https://github.com/tailwindlabs/tailwindcss/commit/add16364b4b1100e1af23ad1ca6900a0b53cbba0">add1636</a>)</li> 30 </ul> 31 <h2>v3.2.5</h2> 32 <h3>Added</h3> 33 <ul> 34 <li>Add standalone CLI build for 64-bit Windows on ARM (<code>node16-win-arm64</code>) (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10001">#10001</a>)</li> 35 </ul> 36 <h3>Fixed</h3> 37 <ul> 38 <li>Cleanup unused <code>variantOrder</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9829">#9829</a>)</li> 39 <li>Fix <code>foo-[abc]/[def]</code> not being handled correctly (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9866">#9866</a>)</li> 40 <li>Add container queries plugin to standalone CLI (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9865">#9865</a>)</li> 41 <li>Support renaming of output files by PostCSS plugins in CLI (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9944">#9944</a>)</li> 42 <li>Improve return value of <code>resolveConfig</code>, unwrap <code>ResolvableTo</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9972">#9972</a>)</li> 43 <li>Clip unbalanced brackets in arbitrary values (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9973">#9973</a>)</li> 44 <li>Don’t reorder webkit scrollbar pseudo elements (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9991">#9991</a>)</li> 45 <li>Deterministic sorting of arbitrary variants (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10016">#10016</a>)</li> 46 <li>Add <code>data</code> key to theme types (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10023">#10023</a>)</li> 47 <li>Prevent invalid arbitrary variant selectors from failing the build (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10059">#10059</a>)</li> 48 <li>Properly handle subtraction followed by a variable (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10074">#10074</a>)</li> 49 <li>Fix missing <code>string[]</code> in the <code>theme.dropShadow</code> types (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10072">#10072</a>)</li> 50 <li>Update list of length units (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10100">#10100</a>)</li> 51 <li>Fix not matching arbitrary properties when closely followed by square brackets (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10212">#10212</a>)</li> 52 <li>Allow direct nesting in <code>root</code> or <code>@layer</code> nodes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10229">#10229</a>)</li> 53 <li>Don't prefix classes in arbitrary variants (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10214">#10214</a>)</li> 54 <li>Fix perf regression when checking for changed content (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10234">#10234</a>)</li> 55 <li>Fix missing <code>blocklist</code> member in the <code>Config</code> type (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10239">#10239</a>)</li> 56 <li>Escape group names in selectors (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10276">#10276</a>)</li> 57 <li>Consider earlier variants before sorting functions (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10288">#10288</a>)</li> 58 <li>Allow variants with slashes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10336">#10336</a>)</li> 59 <li>Ensure generated CSS is always sorted in the same order for a given set of templates (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10382">#10382</a>)</li> 60 <li>Handle variants when the same class appears multiple times in a selector (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10397">#10397</a>)</li> 61 <li>Handle group/peer variants with quoted strings (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10400">#10400</a>)</li> 62 <li>Parse alpha value from rgba/hsla colors when using variables (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10429">#10429</a>)</li> 63 <li>Sort by <code>layer</code> inside <code>variants</code> layer (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10505">#10505</a>)</li> 64 <li>Add <code>--watch=always</code> option to prevent exit when stdin closes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9966">#9966</a>)</li> 65 </ul> 66 <h3>Changed</h3> 67 <ul> 68 <li>Alphabetize <code>theme</code> keys in default config (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9953">#9953</a>)</li> 69 <li>Update esbuild to v17 (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10368">#10368</a>)</li> 70 </ul> 71 <!-- raw HTML omitted --> 72 </blockquote> 73 <p>... (truncated)</p> 74 </details> 75 <details> 76 <summary>Changelog</summary> 77 <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> 78 <blockquote> 79 <h2>[3.2.7] - 2023-02-16</h2> 80 <h3>Fixed</h3> 81 <ul> 82 <li>Fix use of <code>:where(.btn)</code> when matching <code>!btn</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10601">#10601</a>)</li> 83 <li>Revert including <code>outline-color</code> in <code>transition</code> and <code>transition-colors</code> by default (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10604">#10604</a>)</li> 84 </ul> 85 <h2>[3.2.6] - 2023-02-08</h2> 86 <h3>Fixed</h3> 87 <ul> 88 <li>Fix installation failing with yarn and pnpm by dropping <code>oxide-api-shim</code> (<a href="https://github.com/tailwindlabs/tailwindcss/commit/add16364b4b1100e1af23ad1ca6900a0b53cbba0">add1636</a>)</li> 89 </ul> 90 <h2>[3.2.5] - 2023-02-08</h2> 91 <h3>Added</h3> 92 <ul> 93 <li>Add standalone CLI build for 64-bit Windows on ARM (<code>node16-win-arm64</code>) (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10001">#10001</a>)</li> 94 </ul> 95 <h3>Fixed</h3> 96 <ul> 97 <li>Cleanup unused <code>variantOrder</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9829">#9829</a>)</li> 98 <li>Fix <code>foo-[abc]/[def]</code> not being handled correctly (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9866">#9866</a>)</li> 99 <li>Add container queries plugin to standalone CLI (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9865">#9865</a>)</li> 100 <li>Support renaming of output files by PostCSS plugins in CLI (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9944">#9944</a>)</li> 101 <li>Improve return value of <code>resolveConfig</code>, unwrap <code>ResolvableTo</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9972">#9972</a>)</li> 102 <li>Clip unbalanced brackets in arbitrary values (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9973">#9973</a>)</li> 103 <li>Don’t reorder webkit scrollbar pseudo elements (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9991">#9991</a>)</li> 104 <li>Deterministic sorting of arbitrary variants (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10016">#10016</a>)</li> 105 <li>Add <code>data</code> key to theme types (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10023">#10023</a>)</li> 106 <li>Prevent invalid arbitrary variant selectors from failing the build (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10059">#10059</a>)</li> 107 <li>Properly handle subtraction followed by a variable (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10074">#10074</a>)</li> 108 <li>Fix missing <code>string[]</code> in the <code>theme.dropShadow</code> types (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10072">#10072</a>)</li> 109 <li>Update list of length units (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10100">#10100</a>)</li> 110 <li>Fix not matching arbitrary properties when closely followed by square brackets (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10212">#10212</a>)</li> 111 <li>Allow direct nesting in <code>root</code> or <code>@layer</code> nodes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10229">#10229</a>)</li> 112 <li>Don't prefix classes in arbitrary variants (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10214">#10214</a>)</li> 113 <li>Fix perf regression when checking for changed content (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10234">#10234</a>)</li> 114 <li>Fix missing <code>blocklist</code> member in the <code>Config</code> type (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10239">#10239</a>)</li> 115 <li>Escape group names in selectors (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10276">#10276</a>)</li> 116 <li>Consider earlier variants before sorting functions (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10288">#10288</a>)</li> 117 <li>Allow variants with slashes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10336">#10336</a>)</li> 118 <li>Ensure generated CSS is always sorted in the same order for a given set of templates (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10382">#10382</a>)</li> 119 <li>Handle variants when the same class appears multiple times in a selector (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10397">#10397</a>)</li> 120 <li>Handle group/peer variants with quoted strings (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10400">#10400</a>)</li> 121 <li>Parse alpha value from rgba/hsla colors when using variables (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10429">#10429</a>)</li> 122 <li>Sort by <code>layer</code> inside <code>variants</code> layer (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10505">#10505</a>)</li> 123 <li>Add <code>--watch=always</code> option to prevent exit when stdin closes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9966">#9966</a>)</li> 124 </ul> 125 <h3>Changed</h3> 126 <!-- raw HTML omitted --> 127 </blockquote> 128 <p>... (truncated)</p> 129 </details> 130 <details> 131 <summary>Commits</summary> 132 <ul> 133 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/2b255a36cfcd5281bfddcaf7cc6bac66f22695bb"><code>2b255a3</code></a> Update version in package.stable.json</li> 134 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/a9917a69b9df53ac6dc01adc4358c061ef3c5ae8"><code>a9917a6</code></a> 3.2.7</li> 135 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/ca02a7aab77eb531673256ae6442a9159fd65341"><code>ca02a7a</code></a> Add v3.2.7 to changelog</li> 136 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/04c5cacf058fbfdb91f5df0034bb17388848f242"><code>04c5cac</code></a> Revert including <code>outline-color</code> in <code>transition</code> and <code>transition-colors</code> by d...</li> 137 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/742c699307ff75cbf53316c5e17b0e5c4e489746"><code>742c699</code></a> Update changelog</li> 138 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/903eacb1ee5dc9536a7c590a9585d9ca404936ae"><code>903eacb</code></a> Fix use of <code>:where(.btn)</code> when matching <code>!btn</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/issues/10601">#10601</a>)</li> 139 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/7f81849a439fcef75d9fe84ff82398528b6a2769"><code>7f81849</code></a> 3.2.6</li> 140 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/d17bc2670873b9e7d919880562f595fabea452d5"><code>d17bc26</code></a> update changelog</li> 141 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/352677f0a9abbb80f67f0a4d32592a9976deeb7e"><code>352677f</code></a> Prepare for the <code>v3.2.6</code></li> 142 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/add16364b4b1100e1af23ad1ca6900a0b53cbba0"><code>add1636</code></a> drop oxide api shim</li> 143 <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.2.4...v3.2.7">compare view</a></li> 144 </ul> 145 </details> 146 <br /> 147 148 149 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 150 151 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`. 152 153 [//]: # (dependabot-automerge-start) 154 [//]: # (dependabot-automerge-end) 155 156 --- 157 158 <details> 159 <summary>Dependabot commands and options</summary> 160 <br /> 161 162 You can trigger Dependabot actions by commenting on this PR: 163 - `@dependabot rebase` will rebase this PR 164 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 165 - `@dependabot merge` will merge this PR after your CI passes on it 166 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 167 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 168 - `@dependabot reopen` will reopen this PR if it is closed 169 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 170 - `@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) 171 - `@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) 172 - `@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) 173 174 175 </details> 176 177 <!-- Replace --> 178 ---- 179 ⌛ Deploy Preview - Build in Progress 180 <!-- Replace --> 181 182 183 184 ## Comments 185 186 ### @dependabot[bot] — 2023-03-29T09:07:40Z 187 188 Superseded by #402. 189