Skip to content

Bump tailwindcss from 1.0.5 to 1.4.2#27

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/tailwindcss-1.4.2
Closed

Bump tailwindcss from 1.0.5 to 1.4.2#27
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/tailwindcss-1.4.2

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps tailwindcss from 1.0.5 to 1.4.2.

Release notes

Sourced from tailwindcss's releases.

v1.4.2

  • Fix issue where purge: { enabled: false } was ignored, add purge: false shorthand

v1.4.1

v1.4.0

Tailwind CSS v1.4.0

Another new minor version so soon? Merry Coronavirus 🎄😷🎄

New Features

New color opacity utilities (#1627)

Tailwind v1.4 adds a new set of utilities for controlling just the alpha channel of colors:

  • bg-opacity-{value}
  • text-opacity-{value}
  • border-opacity-{value}
  • divide-opacity-{value}
  • placeholder-opacity-{value}

These utilities compose with the existing color utilities like this:

<div class="bg-red-500 bg-opacity-25">
  <!-- ... -->
</div>

All of these new utilities inherit their values from the opacity config by default but can be configured independently under the following theme keys:

  • backgroundOpacity
  • textOpacity
  • borderOpacity
  • placeholderOpacity
  • divideOpacity

Learn more in the pull request.

Built-in PurgeCSS (#1639)

... (truncated)
Commits
  • c2b0407 1.4.2
  • ab52a8c Support purge: false, add more info to console warning
  • e8c0264 Merge pull request #1677 from tailwindcss/dependabot/npm_and_yarn/master/jest...
  • 83d5a15 Bump jest from 25.5.2 to 25.5.3
  • 67ec21e Merge pull request #1673 from lihbr/fix/purge-enabled-false-eval-to-true
  • ddc6e1d test: add test for purge being explicitly disabled
  • 9863723 style: lint changes
  • 1411370 fix: purgeEnabled evaluating to true when config.purge.enabled is false
  • e52c59a 1.4.1
  • 9032ff3 Improve support for purging Haml even more
  • Additional commits viewable in compare view

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [tailwindcss](https://github.com/tailwindcss/tailwindcss) from 1.0.5 to 1.4.2.
- [Release notes](https://github.com/tailwindcss/tailwindcss/releases)
- [Commits](tailwindlabs/tailwindcss@v1.0.5...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label May 1, 2020
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #28.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/tailwindcss-1.4.2 branch May 4, 2020 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants