Skip to content

Bump tailwindcss from 1.0.5 to 1.3.5#24

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

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

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps tailwindcss from 1.0.5 to 1.3.5.

Release notes

Sourced from tailwindcss's releases.

v1.3.5

  • Fix missing unit in calc bug in space plugin (space-x-0 didn't work for example)
  • Drop fs-extra dependency to ^8.0.0 to preserve Node 8 compatibility until Tailwind 2.0

v1.3.4

  • Fix bug where divide-{x/y}-0 utilities didn't work due to missing unit in calc call

v1.3.3

  • Fix bug where the divide-x utilities were not being applied correctly due to referencing --divide-y-reverse instead of --divide-x-reverse

v1.3.2

  • Add forgotten responsive variants for space, divideWidth, and divideColor utilities

v1.3.1

  • Fix bug where the space-x utilities were not being applied correctly due to referencing --space-y-reverse instead of --space-x-reverse

v1.3.0

Tailwind CSS v1.3.0

Holy crap a new Tailwind CSS release! We've got a few new goodies in this one, and I've made sure to put the most exciting ones at the top 🚀

New Features

New space and divide layout utilities (#1584, #1594)

Prior to Tailwind v1.3, if you wanted to add some space or a border between elements, you had to manually add the necessary margin/border to all but one of the children:

<!-- Before -->
<ul>
  <li>One</li>
  <li class="mt-4">Two</li>
  <li class="mt-4">Three</li>
</ul>

Tailwind v1.3 introduces new space-{x/y}-{n}, divide-{x/y}-{n}, and divide-{color} utilities for controlling this at the parent level instead, simplifying this common pattern into something concise and declarative that doesn't require all of that annoying duplication:

... (truncated)
Commits
  • 30e0cb1 1.3.5
  • 5f05677 Fix missing unit in calc bug in space plugin
  • 072c60c Drop fs-extra version to retain Node 8 compatibility
  • f48c0c7 Merge pull request #1607 from tailwindcss/dependabot/npm_and_yarn/master/reso...
  • f8ebe4c Bump resolve from 1.16.1 to 1.17.0
  • d48e17d Merge pull request #1600 from tailwindcss/dependabot/npm_and_yarn/master/esli...
  • fc62dfc Bump eslint-config-prettier from 6.10.1 to 6.11.0
  • f7134aa 1.3.4
  • b0c7872 Fix bug where divide-x/y-0 didn't work due to missing unit in calc
  • e262218 Update fixtures
  • 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.3.5.
- [Release notes](https://github.com/tailwindcss/tailwindcss/releases)
- [Commits](tailwindlabs/tailwindcss@v1.0.5...v1.3.5)

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 Apr 23, 2020
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #26.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/tailwindcss-1.3.5 branch April 30, 2020 14:20
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