Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tailwindcss from 0.4.3 to 0.5.3 #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps tailwindcss from 0.4.3 to 0.5.3.

Release notes

Sourced from tailwindcss's releases.

v0.5.3

  • Improve sourcemaps for replaced styles like preflight
  • Fix bug where informational messages were being logged to stdout during build, preventing the ability to use Tailwind's output in Unix pipelines

v0.5.2

  • Fixes an issue with a dependency that had a security vulnerability: #438

v0.5.1

v0.5.0

New Features

Plugin system

Tailwind now includes a feature-rich plugin system that allows people to create reusable third-party packages that can hook into Tailwind's compilation process to add new styles.

// ...

module.exports = {
  // ...
  plugins: [
    function({ addUtilities, addComponents, config, prefix, e }) {
      addComponents(
        {
          ['.btn-blue']: {
            backgroundColor: 'blue',
          },
        },
</table> ... (truncated)
Commits
  • 01104b6 0.5.3
  • 96e11a1 Merge pull request #462 from davemo/fix/cli-output-logging
  • 862bce8 add test harness for cli.js and stdout bugfix
  • 14f1ba6 Merge pull request #442 from tailwindcss/preflight-sourcemaps
  • 2e34df9 Add sourcemaps for replaced preflight styles
  • 64d3cf5 0.5.2
  • 94961d4 Merge pull request #440 from tailwindcss/remove-nodemon
  • 0511767 Remove nodemon, add nsp check to test command
  • e1f3286 0.5.1
  • 6c127e5 Revert not-italic to roman
  • 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 ignore this [minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

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

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [tailwindcss](https://github.com/tailwindcss/tailwindcss) from 0.4.3 to 0.5.3.
- [Release notes](https://github.com/tailwindcss/tailwindcss/releases)
- [Commits](tailwindlabs/tailwindcss@v0.4.3...v0.5.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant