JaeSeoKim / jaeseokim.github.io

Blog
http://jaeseokim.github.io
12 stars 1 forks source link

⬆️ Bump twin.macro from 1.10.0 to 1.11.0 #68

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps twin.macro from 1.10.0 to 1.11.0.

Release notes

Sourced from twin.macro's releases.

1.11.0

This release adds all the new classes now available in Tailwindcss v1.9.0:

Changes to the default outline colors #166

Two new outline colors have been added by default: outline-white and outline-black. Outlines also now have some extra space from the element using outline-offset:

image

import tw from 'twin.macro'

twoutline-none

// ↓ ↓ ↓ ↓ ↓ ↓

// Old ({ outline: 0, })

// New ({ outline: '2px solid transparent', outlineOffset: '2px', })

New col and row span classes #163

tw`row-span-full`
tw`col-span-full`

New larger border-radius size classes #165

tw`rounded-xl`
tw`rounded-2xl`
tw`rounded-3xl`

twrounded-t-xl twrounded-r-xl twrounded-b-xl twrounded-l-xl

twrounded-t-2xl twrounded-r-2xl </tr></table>

... (truncated)

Commits
  • d04065c 1.11.0
  • 650cbf3 Merge branch 'feature/auto-cols-rows' into release/1.11.0
  • b2f4c3b Merge branch 'feature/extra-border-radius' into release/1.11.0
  • 74d2916 Merge branch 'feature/extended-rotate-skew' into release/1.11.0
  • 44d55c5 Merge branch 'feature/add-col-and-row-span-full-utility' into release/1.11.0
  • 2b16242 add custom and accessible outlines
  • 0483e5c add new auto cols / auto rows classes
  • 52422ad add tests for xl, 2xl, and 3xl border radius values
  • 5b9dbef add tests for smaller rotate and skew values
  • ed81270 add tests for new grid span full utils
  • 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)
vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/jaeseokim/jaeseokim-github-io/a0lhz19s4
✅ Preview: https://jaeseokim-github-io-git-dependabot-npmandyarntwinmacro-1110.jaeseokim.vercel.app

dependabot[bot] commented 3 years ago

Looks like twin.macro is up-to-date now, so this is no longer needed.