337.md (15732B)
1 # PR #337 Bump tailwindcss from 3.2.4 to 3.2.6 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-02-09T08:13:52Z 6 - **Branch:** dependabot/npm_and_yarn/tailwindcss-3.2.6 → main 7 - **Closed:** 2023-02-17T09:09:30Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [337.diff](./337.diff) 12 13 --- 14 15 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.2.4 to 3.2.6. 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.6</h2> 21 <h3>Fixed</h3> 22 <ul> 23 <li>drop oxide api shim (<a href="https://github.com/tailwindlabs/tailwindcss/commit/add16364b4b1100e1af23ad1ca6900a0b53cbba0">add16364b4b1100e1af23ad1ca6900a0b53cbba0</a>)</li> 24 </ul> 25 <h2>v3.2.5</h2> 26 <h3>Added</h3> 27 <ul> 28 <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> 29 </ul> 30 <h3>Fixed</h3> 31 <ul> 32 <li>Cleanup unused <code>variantOrder</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9829">#9829</a>)</li> 33 <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> 34 <li>Add container queries plugin to standalone CLI (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9865">#9865</a>)</li> 35 <li>Support renaming of output files by <code>PostCSS</code> plugin. (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9944">#9944</a>)</li> 36 <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> 37 <li>Clip unbalanced brackets in arbitrary values (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9973">#9973</a>)</li> 38 <li>Don’t reorder webkit scrollbar pseudo elements (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9991">#9991</a>)</li> 39 <li>Deterministic sorting of arbitrary variants (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10016">#10016</a>)</li> 40 <li>Add <code>data</code> key to theme types (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10023">#10023</a>)</li> 41 <li>Prevent invalid arbitrary variant selectors from failing the build (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10059">#10059</a>)</li> 42 <li>Properly handle subtraction followed by a variable (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10074">#10074</a>)</li> 43 <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> 44 <li>Update list of length units (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10100">#10100</a>)</li> 45 <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> 46 <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> 47 <li>Don't prefix classes in arbitrary variants (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10214">#10214</a>)</li> 48 <li>Fix perf regression when checking for changed content (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10234">#10234</a>)</li> 49 <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> 50 <li>Escape group names in selectors (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10276">#10276</a>)</li> 51 <li>Consider earlier variants before sorting functions (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10288">#10288</a>)</li> 52 <li>Allow variants with slashes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10336">#10336</a>)</li> 53 <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> 54 <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> 55 <li>Handle group/peer variants with quoted strings (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10400">#10400</a>)</li> 56 <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> 57 <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> 58 <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> 59 </ul> 60 <h3>Changed</h3> 61 <ul> 62 <li>Alphabetize <code>theme</code> keys in default config (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9953">#9953</a>)</li> 63 <li>Update esbuild to v17 (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10368">#10368</a>)</li> 64 <li>Include <code>outline-color</code> in <code>transition</code> and <code>transition-colors</code> utilities (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10385">#10385</a>)</li> 65 </ul> 66 </blockquote> 67 </details> 68 <details> 69 <summary>Changelog</summary> 70 <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> 71 <blockquote> 72 <h2>[3.2.6] - 2023-02-08</h2> 73 <h3>Fixed</h3> 74 <ul> 75 <li>drop oxide api shim (<a href="https://github.com/tailwindlabs/tailwindcss/commit/add16364b4b1100e1af23ad1ca6900a0b53cbba0">add16364b4b1100e1af23ad1ca6900a0b53cbba0</a>)</li> 76 </ul> 77 <h2>[3.2.5] - 2023-02-08</h2> 78 <h3>Added</h3> 79 <ul> 80 <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> 81 </ul> 82 <h3>Fixed</h3> 83 <ul> 84 <li>Cleanup unused <code>variantOrder</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9829">#9829</a>)</li> 85 <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> 86 <li>Add container queries plugin to standalone CLI (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9865">#9865</a>)</li> 87 <li>Support renaming of output files by <code>PostCSS</code> plugin. (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9944">#9944</a>)</li> 88 <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> 89 <li>Clip unbalanced brackets in arbitrary values (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9973">#9973</a>)</li> 90 <li>Don’t reorder webkit scrollbar pseudo elements (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9991">#9991</a>)</li> 91 <li>Deterministic sorting of arbitrary variants (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10016">#10016</a>)</li> 92 <li>Add <code>data</code> key to theme types (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10023">#10023</a>)</li> 93 <li>Prevent invalid arbitrary variant selectors from failing the build (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10059">#10059</a>)</li> 94 <li>Properly handle subtraction followed by a variable (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10074">#10074</a>)</li> 95 <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> 96 <li>Update list of length units (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10100">#10100</a>)</li> 97 <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> 98 <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> 99 <li>Don't prefix classes in arbitrary variants (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10214">#10214</a>)</li> 100 <li>Fix perf regression when checking for changed content (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10234">#10234</a>)</li> 101 <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> 102 <li>Escape group names in selectors (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10276">#10276</a>)</li> 103 <li>Consider earlier variants before sorting functions (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10288">#10288</a>)</li> 104 <li>Allow variants with slashes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10336">#10336</a>)</li> 105 <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> 106 <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> 107 <li>Handle group/peer variants with quoted strings (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10400">#10400</a>)</li> 108 <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> 109 <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> 110 <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> 111 </ul> 112 <h3>Changed</h3> 113 <ul> 114 <li>Alphabetize <code>theme</code> keys in default config (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9953">#9953</a>)</li> 115 <li>Update esbuild to v17 (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10368">#10368</a>)</li> 116 <li>Include <code>outline-color</code> in <code>transition</code> and <code>transition-colors</code> utilities (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10385">#10385</a>)</li> 117 </ul> 118 </blockquote> 119 </details> 120 <details> 121 <summary>Commits</summary> 122 <ul> 123 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/7f81849a439fcef75d9fe84ff82398528b6a2769"><code>7f81849</code></a> 3.2.6</li> 124 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/d17bc2670873b9e7d919880562f595fabea452d5"><code>d17bc26</code></a> update changelog</li> 125 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/352677f0a9abbb80f67f0a4d32592a9976deeb7e"><code>352677f</code></a> Prepare for the <code>v3.2.6</code></li> 126 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/add16364b4b1100e1af23ad1ca6900a0b53cbba0"><code>add1636</code></a> drop oxide api shim</li> 127 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/0bf3a7dda6eb86245fc59435433df8a9b96d05b9"><code>0bf3a7d</code></a> Revert "Prepare for the <code>v3.2.5</code> release (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/issues/10531">#10531</a>)"</li> 128 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/abe5163116900c1db7ab16f1dc82300774869c7c"><code>abe5163</code></a> 3.2.5</li> 129 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/924ae7aca6363b3b56a3acbb345f8f0b434cb21e"><code>924ae7a</code></a> swap to <code>stable</code> engines when preparing the release</li> 130 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/3f9d7e8e7175de59bd06a49c96fbb9cbe70266d6"><code>3f9d7e8</code></a> drop caching from <code>release stable</code> workflow</li> 131 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/aff715eba6a1cdd71d368ace6cc1b85a6a3a6054"><code>aff715e</code></a> ensure to swap to the stable engine</li> 132 <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/f22261b31462d7646638050b32e3fee7c1ec2b2b"><code>f22261b</code></a> do not include <code>oxide</code> engine related features</li> 133 <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.2.4...v3.2.6">compare view</a></li> 134 </ul> 135 </details> 136 <br /> 137 138 139 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 140 141 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`. 142 143 [//]: # (dependabot-automerge-start) 144 [//]: # (dependabot-automerge-end) 145 146 --- 147 148 <details> 149 <summary>Dependabot commands and options</summary> 150 <br /> 151 152 You can trigger Dependabot actions by commenting on this PR: 153 - `@dependabot rebase` will rebase this PR 154 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 155 - `@dependabot merge` will merge this PR after your CI passes on it 156 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 157 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 158 - `@dependabot reopen` will reopen this PR if it is closed 159 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 160 - `@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) 161 - `@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) 162 - `@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) 163 164 165 </details> 166 167 <!-- Replace --> 168 ---- 169 ⌛ Deploy Preview - Build in Progress 170 <!-- Replace --> 171 172 173 174 ## Comments 175 176 ### @dependabot[bot] — 2023-02-17T09:09:29Z 177 178 Superseded by #347. 179