Bump unocss from 0.55.7 to 0.57.1 #306

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/unocss-0.57.1 into main 2023-10-28 07:51:10 +00:00
dependabot[bot] commented 2023-10-25 01:10:27 +00:00 (Migrated from github.com)

Bumps unocss from 0.55.7 to 0.57.1.

Release notes

Sourced from unocss's releases.

v0.57.1

   🐞 Bug Fixes

    View changes on GitHub

v0.57.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.56.5

... (truncated)

Commits

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.55.7 to 0.57.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.57.1</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Revert <a href="https://redirect.github.com/unocss/unocss/issues/3256">#3256</a>  -  by <a href="https://github.com/chu121su12"><code>@​chu121su12</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3267">unocss/unocss#3267</a> and <a href="https://redirect.github.com/unocss/unocss/issues/3256">unocss/unocss#3256</a> <a href="https://github.com/unocss/unocss/commit/8893f314"><!-- raw HTML omitted -->(8893f)<!-- raw HTML omitted --></a></li> <li><strong>cli</strong>: Improve error output  -  by <a href="https://github.com/paulm17"><code>@​paulm17</code></a> and <strong>Paul Moss</strong> in <a href="https://redirect.github.com/unocss/unocss/issues/3263">unocss/unocss#3263</a> <a href="https://github.com/unocss/unocss/commit/bcb3dbb3"><!-- raw HTML omitted -->(bcb3d)<!-- raw HTML omitted --></a></li> <li><strong>preset-mini</strong>: Env may not always output numbers  -  by <a href="https://github.com/chu121su12"><code>@​chu121su12</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3264">unocss/unocss#3264</a> <a href="https://github.com/unocss/unocss/commit/d4e3fadb"><!-- raw HTML omitted -->(d4e3f)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/unocss/unocss/compare/v0.57.0...v0.57.1">View changes on GitHub</a></h5> <h2>v0.57.0</h2> <h3>   🚨 Breaking Changes</h3> <ul> <li><strong>color</strong>: Keep hsla and rgba consistent with tailwindcss  -  by <a href="https://github.com/Simon-He95"><code>@​Simon-He95</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3221">unocss/unocss#3221</a> <a href="https://github.com/unocss/unocss/commit/5c3d02d5"><!-- raw HTML omitted -->(5c3d0)<!-- raw HTML omitted --></a></li> </ul> <h3>   🚀 Features</h3> <ul> <li><strong>preset-mini</strong>: <ul> <li>Add default mouse media as alternative to <a href="https://github.com/hover"><code>@​hover</code></a>  -  by <a href="https://github.com/chu121su12"><code>@​chu121su12</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3233">unocss/unocss#3233</a> <a href="https://github.com/unocss/unocss/commit/901f10ce"><!-- raw HTML omitted -->(901f1)<!-- raw HTML omitted --></a></li> <li>Support for defining css property with the <code>theme()</code> function  -  by <a href="https://github.com/Dunqing"><code>@​Dunqing</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/3204">unocss/unocss#3204</a> <a href="https://github.com/unocss/unocss/commit/da5ec259"><!-- raw HTML omitted -->(da5ec)<!-- raw HTML omitted --></a></li> <li>Support fontSize with letter-space  -  by <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/3149">unocss/unocss#3149</a> <a href="https://github.com/unocss/unocss/commit/2df7b07c"><!-- raw HTML omitted -->(2df7b)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>runtime</strong>: <ul> <li>Export built-in presets  -  by <a href="https://github.com/chu121su12"><code>@​chu121su12</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3248">unocss/unocss#3248</a> <a href="https://github.com/unocss/unocss/commit/bbf73f6d"><!-- raw HTML omitted -->(bbf73)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vite</strong>: <ul> <li>Add client fetch mode  -  by <a href="https://github.com/chu121su12"><code>@​chu121su12</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3255">unocss/unocss#3255</a> <a href="https://github.com/unocss/unocss/commit/37fd4564"><!-- raw HTML omitted -->(37fd4)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>astro</strong>: <ul> <li>Remove the code that fixes the css ordering  -  by <a href="https://github.com/Dunqing"><code>@​Dunqing</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3172">unocss/unocss#3172</a> <a href="https://github.com/unocss/unocss/commit/f0bbe3dd"><!-- raw HTML omitted -->(f0bbe)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>cli</strong>: <ul> <li>Generate styles in text that should be skipped  -  by <a href="https://github.com/Simon-He95"><code>@​Simon-He95</code></a> and <a href="https://github.com/zyyv"><code>@​zyyv</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3213">unocss/unocss#3213</a> <a href="https://github.com/unocss/unocss/commit/5dcc8ced"><!-- raw HTML omitted -->(5dcc8)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>hmr</strong>: <ul> <li>Dynamic safelist cause unlimited hot updates  -  by <a href="https://github.com/Simon-He95"><code>@​Simon-He95</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3205">unocss/unocss#3205</a> <a href="https://github.com/unocss/unocss/commit/9bbb27c7"><!-- raw HTML omitted -->(9bbb2)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>playground</strong>: <ul> <li>Resize editor panes  -  by <a href="https://github.com/2hu12"><code>@​2hu12</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3249">unocss/unocss#3249</a> <a href="https://github.com/unocss/unocss/commit/7a4fd154"><!-- raw HTML omitted -->(7a4fd)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>preset-mini</strong>: <ul> <li>Add missing skew/translate/scale/rotate autocomplete without &quot;transform&quot; prefix  -  by <a href="https://github.com/henrikvilhelmberglund"><code>@​henrikvilhelmberglund</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3237">unocss/unocss#3237</a> <a href="https://github.com/unocss/unocss/commit/d0e101d6"><!-- raw HTML omitted -->(d0e10)<!-- raw HTML omitted --></a></li> <li>Use array cache sorted breakpoints  -  by <a href="https://github.com/zyyv"><code>@​zyyv</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3260">unocss/unocss#3260</a> <a href="https://github.com/unocss/unocss/commit/3c653636"><!-- raw HTML omitted -->(3c653)<!-- raw HTML omitted --></a></li> <li>Border-[calc(xx)] is generated to border-color  -  by <a href="https://github.com/Simon-He95"><code>@​Simon-He95</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3230">unocss/unocss#3230</a> <a href="https://github.com/unocss/unocss/commit/d6b1bb4e"><!-- raw HTML omitted -->(d6b1b)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>preset-wind</strong>: <ul> <li>No-case theme key  -  by <a href="https://github.com/chu121su12"><code>@​chu121su12</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3238">unocss/unocss#3238</a> <a href="https://github.com/unocss/unocss/commit/1d5d441f"><!-- raw HTML omitted -->(1d5d4)<!-- raw HTML omitted --></a></li> <li>Update regex to use space rule &amp; variant strictly  -  by <a href="https://github.com/zyyv"><code>@​zyyv</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3259">unocss/unocss#3259</a> <a href="https://github.com/unocss/unocss/commit/96f64491"><!-- raw HTML omitted -->(96f64)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>svelte-scoped</strong>: <ul> <li>Escape template literal characters in placeholder replacement  -  by <a href="https://github.com/chu121su12"><code>@​chu121su12</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3253">unocss/unocss#3253</a> <a href="https://github.com/unocss/unocss/commit/c15a29d5"><!-- raw HTML omitted -->(c15a2)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>webpack</strong>: <ul> <li>Escape backslash in css  -  by <a href="https://github.com/chu121su12"><code>@​chu121su12</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3256">unocss/unocss#3256</a> <a href="https://github.com/unocss/unocss/commit/d7549e22"><!-- raw HTML omitted -->(d7549)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/unocss/unocss/compare/v0.56.5...v0.57.0">View changes on GitHub</a></h5> <h2>v0.56.5</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unocss/unocss/commit/84ad6255bb988946da5555b6dc600dd192bc33fc"><code>84ad625</code></a> chore: release v0.57.1</li> <li><a href="https://github.com/unocss/unocss/commit/bcb3dbb385ae0228e982db9a5b76efe9d6fb9926"><code>bcb3dbb</code></a> fix(cli): improve error output (<a href="https://redirect.github.com/unocss/unocss/issues/3263">#3263</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/d4e3fadbde6b65cfb4c62fdd48c5318a4778bcc0"><code>d4e3fad</code></a> fix(preset-mini): env may not always output numbers (<a href="https://redirect.github.com/unocss/unocss/issues/3264">#3264</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/8893f3141ecdd7beba188bee947155d89c98d4bf"><code>8893f31</code></a> fix: revert <a href="https://redirect.github.com/unocss/unocss/issues/3256">#3256</a> (<a href="https://redirect.github.com/unocss/unocss/issues/3267">#3267</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/20dca96d24c6e85c4f44615e8ab1f0832f2c827f"><code>20dca96</code></a> chore: release v0.57.0</li> <li><a href="https://github.com/unocss/unocss/commit/2df7b07c93d00b4cb1fef7a810781de8d1318ead"><code>2df7b07</code></a> feat(preset-mini): support fontSize with letter-space (<a href="https://redirect.github.com/unocss/unocss/issues/3149">#3149</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/08ebc33d96d7a900b7eaacebcf60799e6e29b7ce"><code>08ebc33</code></a> chore: update lock</li> <li><a href="https://github.com/unocss/unocss/commit/a0da38fb0b0d26c5358ba5449c326c96d8198cb6"><code>a0da38f</code></a> chore: lint</li> <li><a href="https://github.com/unocss/unocss/commit/010b7149d899da07e5df73e4428bdc2c77d8ca33"><code>010b714</code></a> chore: update deps</li> <li><a href="https://github.com/unocss/unocss/commit/d6b1bb4e7c8ece39f185d32aa2c302603e129ddb"><code>d6b1bb4</code></a> fix(preset-mini): border-[calc(xx)] is generated to border-color (<a href="https://redirect.github.com/unocss/unocss/issues/3230">#3230</a>)</li> <li>Additional commits viewable in <a href="https://github.com/unocss/unocss/compare/v0.55.7...v0.57.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.55.7&new-version=0.57.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>
Sign in to join this conversation.