Bump tailwindcss from 3.0.24 to 3.1.3 #8

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/tailwindcss-3.1.3 into main
dependabot[bot] commented 2022-06-15 04:40:52 +00:00 (Migrated from github.com)

Bumps tailwindcss from 3.0.24 to 3.1.3.

Release notes

Sourced from tailwindcss's releases.

v3.1.3

Fixed

  • Fix extraction of multi-word utilities with arbitrary values and quotes (#8604)
  • Fix casing of import of corePluginList type definition (#8587)
  • Ignore PostCSS nodes returned by addVariant (#8608)
  • Fix missing spaces around arithmetic operators (#8615)
  • Detect alpha value in CSS theme() function when using quotes (#8625)
  • Fix "Maximum call stack size exceeded" bug (#8636)
  • Allow functions returning parallel variants to mutate the container (#8622)
  • Remove text opacity CSS variables from ::marker (#8622)

v3.1.2

Fixed

  • Ensure \ is a valid arbitrary variant token (#8576)
  • Enable postcss-import in the CLI by default in watch mode (#8574, #8580)

v3.1.1

Fixed

  • Fix candidate extractor regression (#8558)
  • Split ::backdrop into separate defaults group (#8567)
  • Fix postcss plugin type (#8564)
  • Fix class detection in markdown code fences and slim templates (#8569)

v3.1.0

We just released Tailwind CSS v3.1 — the first new feature release since v3.0 came out last year!

Read the announcement post for all the details, and watch the YouTube video for a tour of some of the highlights.


Added

  • Support PostCSS Document nodes (#7291)
  • Add text-start and text-end utilities (#6656)
  • Support customizing class name when using darkMode: 'class' (#5800)
  • Add --poll option to the CLI (#7725)
  • Add new border-spacing utilities (#7102)
  • Add enabled variant (#7905)
  • Add TypeScript types for the tailwind.config.js file (#7891)
  • Add backdrop variant (#7924, #8526)
  • Add grid-flow-dense utility (#8193)
  • Add mix-blend-plus-lighter utility (#8288)
  • Add arbitrary variants (#8299)
  • Add experimental matchVariant API (#8310, 34fd0fb8)
  • Add prefers-contrast media query variants (#8410)
  • Add opacity support when referencing colors with theme function (#8416)
  • Add postcss-import support to the CLI (#8437)

... (truncated)

Changelog

Sourced from tailwindcss's changelog.

[3.1.3] - 2022-06-14

Fixed

  • Fix extraction of multi-word utilities with arbitrary values and quotes (#8604)
  • Fix casing of import of corePluginList type definition (#8587)
  • Ignore PostCSS nodes returned by addVariant (#8608)
  • Fix missing spaces around arithmetic operators (#8615)
  • Detect alpha value in CSS theme() function when using quotes (#8625)
  • Fix "Maximum call stack size exceeded" bug (#8636)
  • Allow functions returning parallel variants to mutate the container (#8622)
  • Remove text opacity CSS variables from ::marker (#8622)

[3.1.2] - 2022-06-10

Fixed

  • Ensure \ is a valid arbitrary variant token (#8576)
  • Enable postcss-import in the CLI by default in watch mode (#8574, #8580)

[3.1.1] - 2022-06-09

Fixed

  • Fix candidate extractor regression (#8558)
  • Split ::backdrop into separate defaults group (#8567)
  • Fix postcss plugin type (#8564)
  • Fix class detection in markdown code fences and slim templates (#8569)

[3.1.0] - 2022-06-08

Fixed

  • Types: allow for arbitrary theme values (for 3rd party plugins) (#7926)
  • Don’t split vars with numbers in them inside arbitrary values (#8091)
  • Require matching prefix when detecting negatives (#8121)
  • Handle duplicate At Rules without children (#8122)
  • Allow arbitrary values with commas in @apply (#8125)
  • Fix intellisense for plugins with multiple @apply rules (#8213)
  • Improve type detection for arbitrary color values (#8201)
  • Support PostCSS config options in config file in CLI (#8226)
  • Remove default [hidden] style in preflight (#8248)
  • Only check selectors containing base apply candidates for circular dependencies (#8222)
  • Rewrite default class extractor (#8204)
  • Move important selector to the front when @apply-ing selector-modifying variants in custom utilities (#8313)
  • Error when registering an invalid custom variant (#8345)
  • Create tailwind.config.cjs file in ESM package when running init (#8363)
  • Fix matchVariants that use at-rules and placeholders (#8392)
  • Improve types of the tailwindcss/plugin (#8400)
  • Allow returning parallel variants from addVariant or matchVariant callback functions (#8455)

... (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)
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.0.24 to 3.1.3. <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.1.3</h2> <h3>Fixed</h3> <ul> <li>Fix extraction of multi-word utilities with arbitrary values and quotes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8604">#8604</a>)</li> <li>Fix casing of import of <code>corePluginList</code> type definition (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8587">#8587</a>)</li> <li>Ignore PostCSS nodes returned by <code>addVariant</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8608">#8608</a>)</li> <li>Fix missing spaces around arithmetic operators (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8615">#8615</a>)</li> <li>Detect alpha value in CSS <code>theme()</code> function when using quotes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8625">#8625</a>)</li> <li>Fix &quot;Maximum call stack size exceeded&quot; bug (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8636">#8636</a>)</li> <li>Allow functions returning parallel variants to mutate the container (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8622">#8622</a>)</li> <li>Remove text opacity CSS variables from <code>::marker</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8622">#8622</a>)</li> </ul> <h2>v3.1.2</h2> <h3>Fixed</h3> <ul> <li>Ensure <code>\</code> is a valid arbitrary variant token (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8576">#8576</a>)</li> <li>Enable <code>postcss-import</code> in the CLI by default in watch mode (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8574">#8574</a>, <a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8580">#8580</a>)</li> </ul> <h2>v3.1.1</h2> <h3>Fixed</h3> <ul> <li>Fix candidate extractor regression (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8558">#8558</a>)</li> <li>Split <code>::backdrop</code> into separate defaults group (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8567">#8567</a>)</li> <li>Fix postcss plugin type (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8564">#8564</a>)</li> <li>Fix class detection in markdown code fences and slim templates (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8569">#8569</a>)</li> </ul> <h2>v3.1.0</h2> <p>We just released Tailwind CSS v3.1 — the first new feature release since v3.0 came out last year!</p> <p><a href="https://tailwindcss.com/blog/tailwindcss-v3-1">Read the announcement post</a> for all the details, and <a href="https://www.youtube.com/watch?v=nOQyWbPO2Ds">watch the YouTube video</a> for a tour of some of the highlights.</p> <hr /> <h3>Added</h3> <ul> <li>Support PostCSS <code>Document</code> nodes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7291">#7291</a>)</li> <li>Add <code>text-start</code> and <code>text-end</code> utilities (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/6656">#6656</a>)</li> <li>Support customizing class name when using <code>darkMode: 'class'</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/5800">#5800</a>)</li> <li>Add <code>--poll</code> option to the CLI (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7725">#7725</a>)</li> <li>Add new <code>border-spacing</code> utilities (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7102">#7102</a>)</li> <li>Add <code>enabled</code> variant (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7905">#7905</a>)</li> <li>Add TypeScript types for the <code>tailwind.config.js</code> file (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7891">#7891</a>)</li> <li>Add <code>backdrop</code> variant (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7924">#7924</a>, <a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8526">#8526</a>)</li> <li>Add <code>grid-flow-dense</code> utility (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8193">#8193</a>)</li> <li>Add <code>mix-blend-plus-lighter</code> utility (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8288">#8288</a>)</li> <li>Add arbitrary variants (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8299">#8299</a>)</li> <li>Add experimental <code>matchVariant</code> API (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8310">#8310</a>, <a href="https://github.com/tailwindlabs/tailwindcss/commit/34fd0fb82aa574cddc5c7aa3ad7d1af5e3735e5d">34fd0fb8</a>)</li> <li>Add <code>prefers-contrast</code> media query variants (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8410">#8410</a>)</li> <li>Add opacity support when referencing colors with <code>theme</code> function (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8416">#8416</a>)</li> <li>Add <code>postcss-import</code> support to the CLI (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8437">#8437</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.1.3] - 2022-06-14</h2> <h3>Fixed</h3> <ul> <li>Fix extraction of multi-word utilities with arbitrary values and quotes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8604">#8604</a>)</li> <li>Fix casing of import of <code>corePluginList</code> type definition (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8587">#8587</a>)</li> <li>Ignore PostCSS nodes returned by <code>addVariant</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8608">#8608</a>)</li> <li>Fix missing spaces around arithmetic operators (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8615">#8615</a>)</li> <li>Detect alpha value in CSS <code>theme()</code> function when using quotes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8625">#8625</a>)</li> <li>Fix &quot;Maximum call stack size exceeded&quot; bug (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8636">#8636</a>)</li> <li>Allow functions returning parallel variants to mutate the container (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8622">#8622</a>)</li> <li>Remove text opacity CSS variables from <code>::marker</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8622">#8622</a>)</li> </ul> <h2>[3.1.2] - 2022-06-10</h2> <h3>Fixed</h3> <ul> <li>Ensure <code>\</code> is a valid arbitrary variant token (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8576">#8576</a>)</li> <li>Enable <code>postcss-import</code> in the CLI by default in watch mode (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8574">#8574</a>, <a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8580">#8580</a>)</li> </ul> <h2>[3.1.1] - 2022-06-09</h2> <h3>Fixed</h3> <ul> <li>Fix candidate extractor regression (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8558">#8558</a>)</li> <li>Split <code>::backdrop</code> into separate defaults group (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8567">#8567</a>)</li> <li>Fix postcss plugin type (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8564">#8564</a>)</li> <li>Fix class detection in markdown code fences and slim templates (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8569">#8569</a>)</li> </ul> <h2>[3.1.0] - 2022-06-08</h2> <h3>Fixed</h3> <ul> <li>Types: allow for arbitrary theme values (for 3rd party plugins) (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7926">#7926</a>)</li> <li>Don’t split vars with numbers in them inside arbitrary values (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8091">#8091</a>)</li> <li>Require matching prefix when detecting negatives (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8121">#8121</a>)</li> <li>Handle duplicate At Rules without children (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8122">#8122</a>)</li> <li>Allow arbitrary values with commas in <code>@apply</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8125">#8125</a>)</li> <li>Fix intellisense for plugins with multiple <code>@apply</code> rules (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8213">#8213</a>)</li> <li>Improve type detection for arbitrary color values (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8201">#8201</a>)</li> <li>Support PostCSS config options in config file in CLI (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8226">#8226</a>)</li> <li>Remove default <code>[hidden]</code> style in preflight (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8248">#8248</a>)</li> <li>Only check selectors containing base apply candidates for circular dependencies (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8222">#8222</a>)</li> <li>Rewrite default class extractor (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8204">#8204</a>)</li> <li>Move <code>important</code> selector to the front when <code>@apply</code>-ing selector-modifying variants in custom utilities (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8313">#8313</a>)</li> <li>Error when registering an invalid custom variant (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8345">#8345</a>)</li> <li>Create tailwind.config.cjs file in ESM package when running init (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8363">#8363</a>)</li> <li>Fix <code>matchVariants</code> that use at-rules and placeholders (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8392">#8392</a>)</li> <li>Improve types of the <code>tailwindcss/plugin</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8400">#8400</a>)</li> <li>Allow returning parallel variants from <code>addVariant</code> or <code>matchVariant</code> callback functions (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8455">#8455</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/76340ce5b9d4f1705500451f947a4b55bc40f48f"><code>76340ce</code></a> 3.1.3</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/bd454450f03b96b6cbda1adcc85099c47df58668"><code>bd45445</code></a> update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/15dc5a3da99fbb3818880907ad702071cb3fdfd8"><code>15dc5a3</code></a> Remove text opacity CSS variables from <code>::marker</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/issues/8622">#8622</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/22eaad17c33583b841d2086a9386dd5c1770061c"><code>22eaad1</code></a> Fix &quot;Maximum call stack size exceeded&quot; bug (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/issues/8636">#8636</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/47327f4efaefbb839fb88dfe4fce9c064afd4ca5"><code>47327f4</code></a> Update jest to version 28.1.1</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/2712d87fdbdb1505240a18386fe80c293454e3b4"><code>2712d87</code></a> Update jest-diff to version 28.1.1</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/1c24d7a473e43f4a0aa8ad888374130d90c38235"><code>1c24d7a</code></a> Detect alpha value in CSS <code>theme()</code> function when using quotes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/issues/8625">#8625</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/aad299cf90d8679fb9fad6d519749365d9c6da08"><code>aad299c</code></a> Fix missing spaces around arithmetic operators (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/issues/8615">#8615</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/d1165637d341af0536e07a88858a5bef75d8cc39"><code>d116563</code></a> Update arg to version 5.0.2</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/037396b4a602b24b28a9bef570a34d2ba47af9e8"><code>037396b</code></a> Ignore PostCSS nodes returned by <code>addVariant</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/issues/8608">#8608</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.0.24...v3.1.3">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.0.24&new-version=3.1.3)](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>
vercel[bot] commented 2022-06-15 04:40:56 +00:00 (Migrated from github.com)

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
friends-best Ready (Inspect) Visit Preview Jun 15, 2022 at 4:41AM (UTC)
**The latest updates on your projects**. Learn more about [Vercel for Git ↗︎](https://vercel.link/github-learn-more) | Name | Status | Preview | Updated | | :--- | :----- | :------ | :------ | | **friends-best** | ✅ Ready ([Inspect](https://vercel.com/lucxjo/friends-best/2J5CUqGaKJJbYzZ1KkgxvGngeRVR)) | [Visit Preview](https://friends-best-git-dependabot-npmandyarntailwindcss-313-lucxjo.vercel.app) | Jun 15, 2022 at 4:41AM (UTC) |
dependabot[bot] commented 2022-06-22 04:56:19 +00:00 (Migrated from github.com)

Superseded by #10.

Superseded by #10.

Pull request closed

Sign in to join this conversation.
No description provided.