[PR #45] [CLOSED] chore(deps-dev): bump tailwindcss from 2.0.4 to 2.1.1 #46

Closed
opened 2025-12-01 17:05:43 +01:00 by arthur · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/45
Author: @dependabot[bot]
Created: 4/6/2021
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/tailwindcss-2.1.1


📝 Commits (1)

  • 1d432b6 chore(deps-dev): bump tailwindcss from 2.0.4 to 2.1.1

📊 Changes

2 files changed (+56 additions, -7 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+55 -6)

📄 Description

Bumps tailwindcss from 2.0.4 to 2.1.1.

Release notes

Sourced from tailwindcss's releases.

v2.1.0

Tailwind CSS v2.1.0

The first new feature update since Tailwind CSS v2.0 is here and loaded with lots of cool stuff!

New features

JIT engine in core (#3905)

The brand-new JIT engine we announced in March has now been merged into core, and is available as an opt-in feature using a new mode option in your tailwind.config.js file:

// tailwind.config.js
module.exports = {
  mode: 'jit',
  purge: [
    // ...
  ],
  // ...
}

This feature is still in preview which means some details may change as we iron out the kinks, and it's not subject to semantic versioning.

If you were using @tailwindcss/jit before, you can now migrate to Tailwind CSS v2.1 instead, as that's where all new development on the engine will happen.

New filter and backdrop-filter utilities (#3923)

This is a huge one — we've finally added first-class support for CSS filters!

They work a lot like our transform utilities, where you use filter to enable filters, and combine it with utilities like grayscale, blur-lg, or saturate-200 to compose filters on the fly.

Here's what filter looks like:

<div class="filter blur-md grayscale invert ...">
</tr></table> 

... (truncated)

Changelog

Sourced from tailwindcss's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Add alternate JIT engine (in preview) (#3905)
  • Add new mix-blend-mode and background-blend-mode utilities (#3920)
  • Add new box-decoration-break utilities (#3911)
  • Add new isolation utilities (#3914)
  • Add inline-table display utility (#3563)
  • Add list-item display utility (#3929)
  • Add new filter and backdrop-filter utilities (#3923)
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/ArthurDanjou/website-old/pull/45 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/6/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/tailwindcss-2.1.1` --- ### 📝 Commits (1) - [`1d432b6`](https://github.com/ArthurDanjou/website-old/commit/1d432b6201b5540279c23b67f32991b30b22be6a) chore(deps-dev): bump tailwindcss from 2.0.4 to 2.1.1 ### 📊 Changes **2 files changed** (+56 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+55 -6) </details> ### 📄 Description Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 2.0.4 to 2.1.1. <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>v2.1.0</h2> <h1>Tailwind CSS v2.1.0</h1> <p>The first new feature update since Tailwind CSS v2.0 is here and loaded with lots of cool stuff!</p> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/blob/HEAD/#new-features">New features</a> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/blob/HEAD/#jit-engine-in-core">JIT engine in core</a></li> <li><a href="https://github.com/tailwindlabs/tailwindcss/blob/HEAD/#new-filter-and-backdrop-filter-utilities">New <code>filter</code> and <code>backdrop-filter</code> utilities</a></li> <li><a href="https://github.com/tailwindlabs/tailwindcss/blob/HEAD/#new-blending-mode-utilities">New blending mode utilities</a></li> <li><a href="https://github.com/tailwindlabs/tailwindcss/blob/HEAD/#new-isolation-utilities">New <code>isolation</code> utilities</a></li> <li><a href="https://github.com/tailwindlabs/tailwindcss/blob/HEAD/#new-box-decoration-break-utilities">New <code>box-decoration-break</code> utilities</a></li> <li><a href="https://github.com/tailwindlabs/tailwindcss/blob/HEAD/#new-display-utilities">New <code>inline-table</code> and <code>list-item</code> display utilities</a></li> </ul> </li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2>New features</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h3>JIT engine in core (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/3905">#3905</a>)</h3> <p>The <a href="https://blog.tailwindcss.com/just-in-time-the-next-generation-of-tailwind-css">brand-new JIT engine we announced in March</a> has now been merged into core, and is available as an opt-in feature using a new <code>mode</code> option in your <code>tailwind.config.js</code> file:</p> <pre lang="js"><code>// tailwind.config.js module.exports = { mode: 'jit', purge: [ // ... ], // ... } </code></pre> <p><strong>This feature is still in preview</strong> which means some details may change as we iron out the kinks, and it's not subject to semantic versioning.</p> <p>If you were using <code>@tailwindcss/jit</code> before, you can now migrate to Tailwind CSS v2.1 instead, as that's where all new development on the engine will happen.</p> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h3>New <code>filter</code> and <code>backdrop-filter</code> utilities (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/3923">#3923</a>)</h3> <p>This is a huge one — we've finally added first-class support for CSS filters!</p> <p>They work a lot like our <code>transform</code> utilities, where you use <code>filter</code> to enable filters, and combine it with utilities like <code>grayscale</code>, <code>blur-lg</code>, or <code>saturate-200</code> to compose filters on the fly.</p> <p>Here's what <code>filter</code> looks like:</p> <pre lang="html"><code>&lt;div class=&quot;filter blur-md grayscale invert ...&quot;&gt; &lt;/tr&gt;&lt;/table&gt; </code></pre> </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> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p> <h2>[Unreleased]</h2> <h3>Added</h3> <ul> <li>Add alternate JIT engine (in preview) (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/3905">#3905</a>)</li> <li>Add new <code>mix-blend-mode</code> and <code>background-blend-mode</code> utilities (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/3920">#3920</a>)</li> <li>Add new <code>box-decoration-break</code> utilities (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/3911">#3911</a>)</li> <li>Add new <code>isolation</code> utilities (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/3914">#3914</a>)</li> <li>Add <code>inline-table</code> display utility (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/3563">#3563</a>)</li> <li>Add <code>list-item</code> display utility (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/3929">#3929</a>)</li> <li>Add new <code>filter</code> and <code>backdrop-filter</code> utilities (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/3923">#3923</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/59f3f53cbb179e6658d1c19ddb7b646018b4e579"><code>59f3f53</code></a> 2.1.1</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/6ed835cb71a9f682164cab011998ea9a327407ff"><code>6ed835c</code></a> Fix invalid arg type (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/issues/3978">#3978</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/8bce53b9cab864cac843f47488615e698eca1ca2"><code>8bce53b</code></a> 2.1.0</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/37519186b637f697be9e340778fe270600b7aa7e"><code>3751918</code></a> Bundle jit folder</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/db3f97a21bc814f0b5140180cfa42471352f9e14"><code>db3f97a</code></a> Escape commas in native escapeClassName and nameClass functions</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/46c682970070df798631a0b9c7c951bbe85e007a"><code>46c6829</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/60a06788fe446501dd76f385025cd948b96ffd29"><code>60a0678</code></a> Add CSS filter support (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/issues/3923">#3923</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/38661c3a4fecd497e415aae3da9c96d6f0388463"><code>38661c3</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/0b5f5e932a30de2518738dbedd942bae087d3079"><code>0b5f5e9</code></a> Add <code>list-item</code> display utility (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/issues/3929">#3929</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/1cb060d34ecb6860e7a78a9cd0b910128957c5f0"><code>1cb060d</code></a> Add <code>mix-blend-mode</code> and <code>background-blend-mode</code> utilities (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/issues/3920">#3920</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v2.0.4...v2.1.1">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=2.0.4&new-version=2.1.1)](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>
arthur added the pull-request label 2025-12-01 17:05:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: arthur/website-old#46