Bump tailwindcss from 3.0.24 to 3.1.4 #10

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/tailwindcss-3.1.4 into main
dependabot[bot] commented 2022-06-22 04:56:17 +00:00 (Migrated from github.com)

Bumps tailwindcss from 3.0.24 to 3.1.4.

Release notes

Sourced from tailwindcss's releases.

v3.1.4

Fixed

  • Provide default to <alpha-value> when using theme() (#8652)
  • Detect arbitrary variants with quotes (#8687)
  • Don’t add spaces around raw / that are preceded by numbers (#8688)

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)

... (truncated)

Changelog

Sourced from tailwindcss's changelog.

[3.1.4] - 2022-06-21

Fixed

  • Provide default to <alpha-value> when using theme() (#8652)
  • Detect arbitrary variants with quotes (#8687)
  • Don’t add spaces around raw / that are preceded by numbers (#8688)

[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)

... (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.4. <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.4</h2> <h3>Fixed</h3> <ul> <li>Provide default to <code>&lt;alpha-value&gt;</code> when using <code>theme()</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8652">#8652</a>)</li> <li>Detect arbitrary variants with quotes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8687">#8687</a>)</li> <li>Don’t add spaces around raw <code>/</code> that are preceded by numbers (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8688">#8688</a>)</li> </ul> <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> </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.4] - 2022-06-21</h2> <h3>Fixed</h3> <ul> <li>Provide default to <code>&lt;alpha-value&gt;</code> when using <code>theme()</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8652">#8652</a>)</li> <li>Detect arbitrary variants with quotes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8687">#8687</a>)</li> <li>Don’t add spaces around raw <code>/</code> that are preceded by numbers (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/8688">#8688</a>)</li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/1a30ca07ab2c08a2e18974b245c4080c15bbc049"><code>1a30ca0</code></a> 3.1.4</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/9f479f2799e2e4d6eaab3de244695cf03007509a"><code>9f479f2</code></a> update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/9c9ce366b46944cebcac9927878c8caeea6af1da"><code>9c9ce36</code></a> Update prettier to version 2.7.1</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/35b070e17e3bff6e24b73f5e368f46c79f0eeaed"><code>35b070e</code></a> Fix typo in changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/00af2e8947ef166aa66530f4704f1ee9467c4a76"><code>00af2e8</code></a> Don’t add spaces around raw <code>/</code> that are preceded by numbers (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/issues/8688">#8688</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/c5e7857362148aaadfa294f51da7d343c87e1199"><code>c5e7857</code></a> Detect arbitrary variants with quotes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/issues/8687">#8687</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/77c248cabb38d085df9ce9ca32e4f865f07bcd27"><code>77c248c</code></a> Update cssnano to version 5.1.11</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/8f3398ba1f11e866120975ed222e486588154ec4"><code>8f3398b</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/4cee145c1ae95af26ed8118478b216cb94440c26"><code>4cee145</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/9778b528dc2874f187a13e414e4d9e4a495e65cd"><code>9778b52</code></a> Provide default to <code>\&lt;alpha-value&gt;</code> when using <code>theme()</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/issues/8652">#8652</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.0.24...v3.1.4">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.4)](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-22 04:56:21 +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 22, 2022 at 4:57AM (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/6SywXNztFf1zZVbYtmkBQV25sYNb)) | [Visit Preview](https://friends-best-git-dependabot-npmandyarntailwindcss-314-lucxjo.vercel.app) | Jun 22, 2022 at 4:57AM (UTC) |
Lucxjo commented 2022-06-22 06:52:03 +00:00 (Migrated from github.com)

@dependabot ignore this major version

@dependabot ignore this major version
dependabot[bot] commented 2022-06-22 06:52:05 +00:00 (Migrated from github.com)

OK, I won't notify you about version 3.x.x again, unless you re-open this PR or update to a 3.x.x release yourself.

OK, I won't notify you about version 3.x.x again, unless you re-open this PR or update to a 3.x.x release yourself.

Pull request closed

Sign in to join this conversation.
No description provided.