Bump unocss from 0.57.7 to 0.58.1 #392

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/unocss-0.58.1 into main
dependabot[bot] commented 2023-12-28 01:05:00 +00:00 (Migrated from github.com)

Bumps unocss from 0.57.7 to 0.58.1.

Release notes

Sourced from unocss's releases.

v0.58.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.58.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • 591ce49 chore: release v0.58.1
  • e9dccbd feat(preset-mini): support new color notation using css variables for compati...
  • 4ec30a4 feat(preset-mini): add gap-(col|row)- shorthands (#3423)
  • 967f7ea chore: lint
  • f55cd6f fix(eslint-plugin): provide correct docs link, close #3461
  • 4c9a23c chore: update deps
  • 9c1e40b chore: update settings
  • ed83c46 docs: introduce config opitons (#3203)
  • 7623e65 feat(preset-mini): support size-* shorthand (#3425)
  • 526c141 feat(vscode): add rem to px preview on selection style (#3464)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
Bumps [unocss](https://github.com/unocss/unocss) from 0.57.7 to 0.58.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/unocss/unocss/releases">unocss's releases</a>.</em></p> <blockquote> <h2>v0.58.1</h2> <h3>   🚀 Features</h3> <ul> <li><strong>nuxt</strong>: <ul> <li>Inject uno.css adjustable  -  by <a href="https://github.com/zyyv"><code>@​zyyv</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3448">unocss/unocss#3448</a> <a href="https://github.com/unocss/unocss/commit/da0e476c"><!-- raw HTML omitted -->(da0e4)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>preset-mini</strong>: <ul> <li>Support css variable defaultValue  -  by <a href="https://github.com/zyyv"><code>@​zyyv</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3453">unocss/unocss#3453</a> <a href="https://github.com/unocss/unocss/commit/b60149d8"><!-- raw HTML omitted -->(b6014)<!-- raw HTML omitted --></a></li> <li>Support <code>size-*</code> shorthand  -  by <a href="https://github.com/Mini-ghost"><code>@​Mini-ghost</code></a>, <a href="https://github.com/zyyv"><code>@​zyyv</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3425">unocss/unocss#3425</a> <a href="https://github.com/unocss/unocss/commit/7623e65f"><!-- raw HTML omitted -->(7623e)<!-- raw HTML omitted --></a></li> <li>Add <code>gap-(col &amp;nbsp;-&amp;nbsp; by @yheuhtozr and @antfu [&lt;samp&gt;(row)-)&lt;/samp&gt;](https://github.com/unocss/unocss/commit/row)-</code> shorthands (<a href="https://redirect.github.com/unocss/unocss/issues/3423">#3423</a>))</li> <li>Support new color notation using css variables for compatibility  -  by <a href="https://github.com/LeekJay"><code>@​LeekJay</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3437">unocss/unocss#3437</a> <a href="https://github.com/unocss/unocss/commit/e9dccbdb"><!-- raw HTML omitted -->(e9dcc)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vscode</strong>: <ul> <li>Add rem to px preview on selection style  -  by <a href="https://github.com/zoeyzhao19"><code>@​zoeyzhao19</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3464">unocss/unocss#3464</a> <a href="https://github.com/unocss/unocss/commit/526c1414"><!-- raw HTML omitted -->(526c1)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>eslint-plugin</strong>: <ul> <li>Provide correct docs link, close <a href="https://redirect.github.com/unocss/unocss/issues/3461">#3461</a>  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3461">unocss/unocss#3461</a> <a href="https://github.com/unocss/unocss/commit/f55cd6f1"><!-- raw HTML omitted -->(f55cd)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>preset-attributify</strong>: <ul> <li>Nested attribute parsing  -  by <a href="https://github.com/2hu12"><code>@​2hu12</code></a> and <a href="https://github.com/zyyv"><code>@​zyyv</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3275">unocss/unocss#3275</a> <a href="https://github.com/unocss/unocss/commit/a8d00064"><!-- raw HTML omitted -->(a8d00)<!-- raw HTML omitted --></a></li> <li>Remove StringNumberComposition type for better perf  -  by <a href="https://github.com/zhiyuanzmj"><code>@​zhiyuanzmj</code></a> and <a href="https://github.com/zyyv"><code>@​zyyv</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3459">unocss/unocss#3459</a> <a href="https://github.com/unocss/unocss/commit/f3b58aca"><!-- raw HTML omitted -->(f3b58)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vscode</strong>: <ul> <li>RegisterUnocss cache rules  -  by <a href="https://github.com/Simon-He95"><code>@​Simon-He95</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3428">unocss/unocss#3428</a> <a href="https://github.com/unocss/unocss/commit/0ccde558"><!-- raw HTML omitted -->(0ccde)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/unocss/unocss/compare/v0.58.0...v0.58.1">View changes on GitHub</a></h5> <h2>v0.58.0</h2> <h3>   🚨 Breaking Changes</h3> <ul> <li><strong>preset-mini</strong>: <ul> <li>Use <code>prefix</code> option to prefix tagged pseudo parent  -  by <a href="https://github.com/chu121su12"><code>@​chu121su12</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3366">unocss/unocss#3366</a> <a href="https://github.com/unocss/unocss/commit/6e1796ca"><!-- raw HTML omitted -->(6e179)<!-- raw HTML omitted --></a></li> <li>Prioritize length instead of color  -  by <a href="https://github.com/chu121su12"><code>@​chu121su12</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3353">unocss/unocss#3353</a> <a href="https://github.com/unocss/unocss/commit/235c3777"><!-- raw HTML omitted -->(235c3)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>preset-mini,preset-wind</strong>: <ul> <li>Fix broken <code>color/opacity</code> syntax  -  by <a href="https://github.com/chu121su12"><code>@​chu121su12</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3359">unocss/unocss#3359</a> <a href="https://github.com/unocss/unocss/commit/3eeac2bb"><!-- raw HTML omitted -->(3eeac)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>reset</strong>: <ul> <li>Update reset files  -  by <a href="https://github.com/chu121su12"><code>@​chu121su12</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3402">unocss/unocss#3402</a> <a href="https://github.com/unocss/unocss/commit/1742ccac"><!-- raw HTML omitted -->(1742c)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3>   🚀 Features</h3> <ul> <li>Use alternative of str.match  -  by <a href="https://github.com/chu121su12"><code>@​chu121su12</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3400">unocss/unocss#3400</a> <a href="https://github.com/unocss/unocss/commit/9357448d"><!-- raw HTML omitted -->(93574)<!-- raw HTML omitted --></a></li> <li><strong>preset-mini</strong>: <ul> <li>Add text-pretty css property  -  by <a href="https://github.com/quecot"><code>@​quecot</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3378">unocss/unocss#3378</a> <a href="https://github.com/unocss/unocss/commit/fe3fa739"><!-- raw HTML omitted -->(fe3fa)<!-- raw HTML omitted --></a></li> <li>Update group data variant  -  by <a href="https://github.com/chu121su12"><code>@​chu121su12</code></a> and <a href="https://github.com/zyyv"><code>@​zyyv</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3403">unocss/unocss#3403</a> <a href="https://github.com/unocss/unocss/commit/15e43a44"><!-- raw HTML omitted -->(15e43)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>preset-wind</strong>: <ul> <li>Remove experimental marker from <code>@hover</code>  -  by <a href="https://github.com/chu121su12"><code>@​chu121su12</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3401">unocss/unocss#3401</a> <a href="https://github.com/unocss/unocss/commit/da3996a9"><!-- raw HTML omitted -->(da399)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>transformer-compile-class</strong>: <ul> <li>Add <code>alwaysHash</code> option, workaround <a href="https://redirect.github.com/unocss/unocss/issues/2366">#2366</a>  -  by <a href="https://github.com/evanryuu"><code>@​evanryuu</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3173">unocss/unocss#3173</a> and <a href="https://redirect.github.com/unocss/unocss/issues/2366">unocss/unocss#2366</a> <a href="https://github.com/unocss/unocss/commit/08e23976"><!-- raw HTML omitted -->(08e23)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Shadow does not take into account custom color  -  by <a href="https://github.com/Scrum"><code>@​Scrum</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3391">unocss/unocss#3391</a> <a href="https://github.com/unocss/unocss/commit/859cae6e"><!-- raw HTML omitted -->(859ca)<!-- raw HTML omitted --></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unocss/unocss/commit/591ce490d10141152b154e8ac7b8580e6a631eeb"><code>591ce49</code></a> chore: release v0.58.1</li> <li><a href="https://github.com/unocss/unocss/commit/e9dccbdb6c942fe48159f1596549044fd1e6a4b5"><code>e9dccbd</code></a> feat(preset-mini): support new color notation using css variables for compati...</li> <li><a href="https://github.com/unocss/unocss/commit/4ec30a4996bd84da62f07b0d296904e9fccaa115"><code>4ec30a4</code></a> feat(preset-mini): add <code>gap-(col|row)-</code> shorthands (<a href="https://redirect.github.com/unocss/unocss/issues/3423">#3423</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/967f7eacaccbafaba0467591739dc4314559de78"><code>967f7ea</code></a> chore: lint</li> <li><a href="https://github.com/unocss/unocss/commit/f55cd6f13d5404d206454c38af15088f0515e68f"><code>f55cd6f</code></a> fix(eslint-plugin): provide correct docs link, close <a href="https://redirect.github.com/unocss/unocss/issues/3461">#3461</a></li> <li><a href="https://github.com/unocss/unocss/commit/4c9a23c2e59ef3401eb73a4427ea61c1569d56d6"><code>4c9a23c</code></a> chore: update deps</li> <li><a href="https://github.com/unocss/unocss/commit/9c1e40b9cdb3c689b94b894bd563122adf59e721"><code>9c1e40b</code></a> chore: update settings</li> <li><a href="https://github.com/unocss/unocss/commit/ed83c46d6ad4464a12ab9cce4a5d34b909bf809b"><code>ed83c46</code></a> docs: introduce config opitons (<a href="https://redirect.github.com/unocss/unocss/issues/3203">#3203</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/7623e65f9083d6b2d9fbacb92c46653ac0db7789"><code>7623e65</code></a> feat(preset-mini): support <code>size-*</code> shorthand (<a href="https://redirect.github.com/unocss/unocss/issues/3425">#3425</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/526c14144cc901fde8b1842a5f0794b5de2dd712"><code>526c141</code></a> feat(vscode): add rem to px preview on selection style (<a href="https://redirect.github.com/unocss/unocss/issues/3464">#3464</a>)</li> <li>Additional commits viewable in <a href="https://github.com/unocss/unocss/compare/v0.57.7...v0.58.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=unocss&package-manager=npm_and_yarn&previous-version=0.57.7&new-version=0.58.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details>
dependabot[bot] commented 2023-12-29 01:02:39 +00:00 (Migrated from github.com)

Superseded by #394.

Superseded by #394.

Pull request closed

Sign in to join this conversation.