phpsw / phpsw-ng

🐘 New PHPSW UK website
2 stars 2 forks source link

Bump tailwindcss from 0.5.3 to 1.4.6 #135

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps tailwindcss from 0.5.3 to 1.4.6.

Release notes

Sourced from tailwindcss's releases.

v1.4.6

v1.4.5

  • Fix bug where the divideColor plugin was using the wrong variants in IE11 target mode

v1.4.4

v1.4.3

  • Don't generate unnecessary CSS in color plugins when color opacity utilities are disabled (#1680)

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:

... (truncated)
Commits
  • a6d4343 1.4.6
  • ad850ac Throw if contains a class
  • 99a5fea 1.4.5
  • f79b5c2 Improve PurgeCSS warning
  • 4e5be9c Fix bug where divideColor plugin was using wrong variants in IE11 mode
  • 39e4b62 Merge pull request #1716 from tailwindcss/dependabot/npm_and_yarn/master/full...
  • 9b135fa Merge pull request #1715 from tailwindcss/dependabot/npm_and_yarn/master/babe...
  • 632af7d Bump @fullhuman/postcss-purgecss from 2.1.2 to 2.2.0
  • 728eb9f Bump babel-jest from 26.0.0 to 26.0.1
  • a15da3e Merge branch 'davewasmer-patch-1'
  • 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](https://app.dependabot.com): - 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)