[PR #63] [MERGED] Bump tailwindcss from 3.1.6 to 3.2.7 in /web #120

Closed
opened 2026-02-27 04:59:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/guyzyl/whatsapp-contact-sync/pull/63
Author: @dependabot[bot]
Created: 3/13/2023
Status: Merged
Merged: 3/15/2023
Merged by: @guyzyl

Base: mainHead: dependabot/npm_and_yarn/web/tailwindcss-3.2.7


📝 Commits (1)

  • dc4ed31 Bump tailwindcss from 3.1.6 to 3.2.7 in /web

📊 Changes

2 files changed (+46 additions, -44 deletions)

View changed files

📝 web/package-lock.json (+45 -43)
📝 web/package.json (+1 -1)

📄 Description

Bumps tailwindcss from 3.1.6 to 3.2.7.

Release notes

Sourced from tailwindcss's releases.

v3.2.7

Fixed

  • Fix use of :where(.btn) when matching !btn (#10601)
  • Revert including outline-color in transition and transition-colors by default (#10604)

v3.2.6

Fixed

  • Fix installation failing with yarn and pnpm by dropping oxide-api-shim (add1636)

v3.2.5

Added

  • Add standalone CLI build for 64-bit Windows on ARM (node16-win-arm64) (#10001)

Fixed

  • Cleanup unused variantOrder (#9829)
  • Fix foo-[abc]/[def] not being handled correctly (#9866)
  • Add container queries plugin to standalone CLI (#9865)
  • Support renaming of output files by PostCSS plugins in CLI (#9944)
  • Improve return value of resolveConfig, unwrap ResolvableTo (#9972)
  • Clip unbalanced brackets in arbitrary values (#9973)
  • Don’t reorder webkit scrollbar pseudo elements (#9991)
  • Deterministic sorting of arbitrary variants (#10016)
  • Add data key to theme types (#10023)
  • Prevent invalid arbitrary variant selectors from failing the build (#10059)
  • Properly handle subtraction followed by a variable (#10074)
  • Fix missing string[] in the theme.dropShadow types (#10072)
  • Update list of length units (#10100)
  • Fix not matching arbitrary properties when closely followed by square brackets (#10212)
  • Allow direct nesting in root or @layer nodes (#10229)
  • Don't prefix classes in arbitrary variants (#10214)
  • Fix perf regression when checking for changed content (#10234)
  • Fix missing blocklist member in the Config type (#10239)
  • Escape group names in selectors (#10276)
  • Consider earlier variants before sorting functions (#10288)
  • Allow variants with slashes (#10336)
  • Ensure generated CSS is always sorted in the same order for a given set of templates (#10382)
  • Handle variants when the same class appears multiple times in a selector (#10397)
  • Handle group/peer variants with quoted strings (#10400)
  • Parse alpha value from rgba/hsla colors when using variables (#10429)
  • Sort by layer inside variants layer (#10505)
  • Add --watch=always option to prevent exit when stdin closes (#9966)

Changed

  • Alphabetize theme keys in default config (#9953)
  • Update esbuild to v17 (#10368)

... (truncated)

Changelog

Sourced from tailwindcss's changelog.

[3.2.7] - 2023-02-16

Fixed

  • Fix use of :where(.btn) when matching !btn (#10601)
  • Revert including outline-color in transition and transition-colors by default (#10604)

[3.2.6] - 2023-02-08

Fixed

  • Fix installation failing with yarn and pnpm by dropping oxide-api-shim (add1636)

[3.2.5] - 2023-02-08

Added

  • Add standalone CLI build for 64-bit Windows on ARM (node16-win-arm64) (#10001)

Fixed

  • Cleanup unused variantOrder (#9829)
  • Fix foo-[abc]/[def] not being handled correctly (#9866)
  • Add container queries plugin to standalone CLI (#9865)
  • Support renaming of output files by PostCSS plugins in CLI (#9944)
  • Improve return value of resolveConfig, unwrap ResolvableTo (#9972)
  • Clip unbalanced brackets in arbitrary values (#9973)
  • Don’t reorder webkit scrollbar pseudo elements (#9991)
  • Deterministic sorting of arbitrary variants (#10016)
  • Add data key to theme types (#10023)
  • Prevent invalid arbitrary variant selectors from failing the build (#10059)
  • Properly handle subtraction followed by a variable (#10074)
  • Fix missing string[] in the theme.dropShadow types (#10072)
  • Update list of length units (#10100)
  • Fix not matching arbitrary properties when closely followed by square brackets (#10212)
  • Allow direct nesting in root or @layer nodes (#10229)
  • Don't prefix classes in arbitrary variants (#10214)
  • Fix perf regression when checking for changed content (#10234)
  • Fix missing blocklist member in the Config type (#10239)
  • Escape group names in selectors (#10276)
  • Consider earlier variants before sorting functions (#10288)
  • Allow variants with slashes (#10336)
  • Ensure generated CSS is always sorted in the same order for a given set of templates (#10382)
  • Handle variants when the same class appears multiple times in a selector (#10397)
  • Handle group/peer variants with quoted strings (#10400)
  • Parse alpha value from rgba/hsla colors when using variables (#10429)
  • Sort by layer inside variants layer (#10505)
  • Add --watch=always option to prevent exit when stdin closes (#9966)

Changed

... (truncated)

Commits

Dependabot compatibility score

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.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @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)
  • @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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/guyzyl/whatsapp-contact-sync/pull/63 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/13/2023 **Status:** ✅ Merged **Merged:** 3/15/2023 **Merged by:** [@guyzyl](https://github.com/guyzyl) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/tailwindcss-3.2.7` --- ### 📝 Commits (1) - [`dc4ed31`](https://github.com/guyzyl/whatsapp-contact-sync/commit/dc4ed316bdec8df97d8ef041413b01124c2d2cd6) Bump tailwindcss from 3.1.6 to 3.2.7 in /web ### 📊 Changes **2 files changed** (+46 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `web/package-lock.json` (+45 -43) 📝 `web/package.json` (+1 -1) </details> ### 📄 Description Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.1.6 to 3.2.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.2.7</h2> <h3>Fixed</h3> <ul> <li>Fix use of <code>:where(.btn)</code> when matching <code>!btn</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10601">#10601</a>)</li> <li>Revert including <code>outline-color</code> in <code>transition</code> and <code>transition-colors</code> by default (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10604">#10604</a>)</li> </ul> <h2>v3.2.6</h2> <h3>Fixed</h3> <ul> <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> </ul> <h2>v3.2.5</h2> <h3>Added</h3> <ul> <li>Add standalone CLI build for 64-bit Windows on ARM (<code>node16-win-arm64</code>) (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10001">#10001</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Cleanup unused <code>variantOrder</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/9829">#9829</a>)</li> <li>Fix <code>foo-[abc]/[def]</code> not being handled correctly (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/9866">#9866</a>)</li> <li>Add container queries plugin to standalone CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/9865">#9865</a>)</li> <li>Support renaming of output files by PostCSS plugins in CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/9944">#9944</a>)</li> <li>Improve return value of <code>resolveConfig</code>, unwrap <code>ResolvableTo</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/9972">#9972</a>)</li> <li>Clip unbalanced brackets in arbitrary values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/9973">#9973</a>)</li> <li>Don’t reorder webkit scrollbar pseudo elements (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/9991">#9991</a>)</li> <li>Deterministic sorting of arbitrary variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10016">#10016</a>)</li> <li>Add <code>data</code> key to theme types (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10023">#10023</a>)</li> <li>Prevent invalid arbitrary variant selectors from failing the build (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10059">#10059</a>)</li> <li>Properly handle subtraction followed by a variable (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10074">#10074</a>)</li> <li>Fix missing <code>string[]</code> in the <code>theme.dropShadow</code> types (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10072">#10072</a>)</li> <li>Update list of length units (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10100">#10100</a>)</li> <li>Fix not matching arbitrary properties when closely followed by square brackets (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10212">#10212</a>)</li> <li>Allow direct nesting in <code>root</code> or <code>@layer</code> nodes (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10229">#10229</a>)</li> <li>Don't prefix classes in arbitrary variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10214">#10214</a>)</li> <li>Fix perf regression when checking for changed content (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10234">#10234</a>)</li> <li>Fix missing <code>blocklist</code> member in the <code>Config</code> type (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10239">#10239</a>)</li> <li>Escape group names in selectors (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10276">#10276</a>)</li> <li>Consider earlier variants before sorting functions (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10288">#10288</a>)</li> <li>Allow variants with slashes (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10336">#10336</a>)</li> <li>Ensure generated CSS is always sorted in the same order for a given set of templates (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10382">#10382</a>)</li> <li>Handle variants when the same class appears multiple times in a selector (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10397">#10397</a>)</li> <li>Handle group/peer variants with quoted strings (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10400">#10400</a>)</li> <li>Parse alpha value from rgba/hsla colors when using variables (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10429">#10429</a>)</li> <li>Sort by <code>layer</code> inside <code>variants</code> layer (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10505">#10505</a>)</li> <li>Add <code>--watch=always</code> option to prevent exit when stdin closes (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/9966">#9966</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Alphabetize <code>theme</code> keys in default config (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/9953">#9953</a>)</li> <li>Update esbuild to v17 (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10368">#10368</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.2.7] - 2023-02-16</h2> <h3>Fixed</h3> <ul> <li>Fix use of <code>:where(.btn)</code> when matching <code>!btn</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10601">#10601</a>)</li> <li>Revert including <code>outline-color</code> in <code>transition</code> and <code>transition-colors</code> by default (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10604">#10604</a>)</li> </ul> <h2>[3.2.6] - 2023-02-08</h2> <h3>Fixed</h3> <ul> <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> </ul> <h2>[3.2.5] - 2023-02-08</h2> <h3>Added</h3> <ul> <li>Add standalone CLI build for 64-bit Windows on ARM (<code>node16-win-arm64</code>) (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10001">#10001</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Cleanup unused <code>variantOrder</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/9829">#9829</a>)</li> <li>Fix <code>foo-[abc]/[def]</code> not being handled correctly (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/9866">#9866</a>)</li> <li>Add container queries plugin to standalone CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/9865">#9865</a>)</li> <li>Support renaming of output files by PostCSS plugins in CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/9944">#9944</a>)</li> <li>Improve return value of <code>resolveConfig</code>, unwrap <code>ResolvableTo</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/9972">#9972</a>)</li> <li>Clip unbalanced brackets in arbitrary values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/9973">#9973</a>)</li> <li>Don’t reorder webkit scrollbar pseudo elements (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/9991">#9991</a>)</li> <li>Deterministic sorting of arbitrary variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10016">#10016</a>)</li> <li>Add <code>data</code> key to theme types (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10023">#10023</a>)</li> <li>Prevent invalid arbitrary variant selectors from failing the build (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10059">#10059</a>)</li> <li>Properly handle subtraction followed by a variable (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10074">#10074</a>)</li> <li>Fix missing <code>string[]</code> in the <code>theme.dropShadow</code> types (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10072">#10072</a>)</li> <li>Update list of length units (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10100">#10100</a>)</li> <li>Fix not matching arbitrary properties when closely followed by square brackets (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10212">#10212</a>)</li> <li>Allow direct nesting in <code>root</code> or <code>@layer</code> nodes (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10229">#10229</a>)</li> <li>Don't prefix classes in arbitrary variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10214">#10214</a>)</li> <li>Fix perf regression when checking for changed content (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10234">#10234</a>)</li> <li>Fix missing <code>blocklist</code> member in the <code>Config</code> type (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10239">#10239</a>)</li> <li>Escape group names in selectors (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10276">#10276</a>)</li> <li>Consider earlier variants before sorting functions (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10288">#10288</a>)</li> <li>Allow variants with slashes (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10336">#10336</a>)</li> <li>Ensure generated CSS is always sorted in the same order for a given set of templates (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10382">#10382</a>)</li> <li>Handle variants when the same class appears multiple times in a selector (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10397">#10397</a>)</li> <li>Handle group/peer variants with quoted strings (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10400">#10400</a>)</li> <li>Parse alpha value from rgba/hsla colors when using variables (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10429">#10429</a>)</li> <li>Sort by <code>layer</code> inside <code>variants</code> layer (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10505">#10505</a>)</li> <li>Add <code>--watch=always</code> option to prevent exit when stdin closes (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/9966">#9966</a>)</li> </ul> <h3>Changed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/2b255a36cfcd5281bfddcaf7cc6bac66f22695bb"><code>2b255a3</code></a> Update version in package.stable.json</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/a9917a69b9df53ac6dc01adc4358c061ef3c5ae8"><code>a9917a6</code></a> 3.2.7</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/ca02a7aab77eb531673256ae6442a9159fd65341"><code>ca02a7a</code></a> Add v3.2.7 to changelog</li> <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> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/742c699307ff75cbf53316c5e17b0e5c4e489746"><code>742c699</code></a> Update changelog</li> <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://redirect.github.com/tailwindlabs/tailwindcss/issues/10601">#10601</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/7f81849a439fcef75d9fe84ff82398528b6a2769"><code>7f81849</code></a> 3.2.6</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/d17bc2670873b9e7d919880562f595fabea452d5"><code>d17bc26</code></a> update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/352677f0a9abbb80f67f0a4d32592a9976deeb7e"><code>352677f</code></a> Prepare for the <code>v3.2.6</code></li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/add16364b4b1100e1af23ad1ca6900a0b53cbba0"><code>add1636</code></a> drop oxide api shim</li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.1.6...v3.2.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tailwindcss&package-manager=npm_and_yarn&previous-version=3.1.6&new-version=3.2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) - `@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) - `@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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 04:59:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whatsapp-contact-sync#120
No description provided.