Bump unocss from 0.54.3 to 0.55.2 #207

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

Bumps unocss from 0.54.3 to 0.55.2.

Release notes

Sourced from unocss's releases.

v0.55.2

   🐞 Bug Fixes

    View changes on GitHub

v0.55.1

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v0.55.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
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.54.3 to 0.55.2. <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.55.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>astro</strong>: Astro integration <code>HMR</code> not work  -  by <a href="https://github.com/Dunqing"><code>@​Dunqing</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/2997">unocss/unocss#2997</a> <a href="https://github.com/unocss/unocss/commit/1e9d1d1f"><!-- raw HTML omitted -->(1e9d1)<!-- raw HTML omitted --></a></li> <li><strong>preset-mini</strong>: Calc breakpoints boundary value  -  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/3003">unocss/unocss#3003</a> <a href="https://github.com/unocss/unocss/commit/cfcbe71d"><!-- raw HTML omitted -->(cfcbe)<!-- raw HTML omitted --></a></li> <li><strong>vite</strong>: Escape typography preflights with shadow-dom mode  -  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/3004">unocss/unocss#3004</a> <a href="https://github.com/unocss/unocss/commit/162a9003"><!-- raw HTML omitted -->(162a9)<!-- raw HTML omitted --></a></li> <li><strong>vscode</strong>: Repeat registration on reload  -  by <a href="https://github.com/Jannchie"><code>@​Jannchie</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3005">unocss/unocss#3005</a> <a href="https://github.com/unocss/unocss/commit/abacd5bc"><!-- raw HTML omitted -->(abacd)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/unocss/unocss/compare/v0.55.1...v0.55.2">View changes on GitHub</a></h5> <h2>v0.55.1</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>astro</strong>: Astro hmr warning and improve performance  -  by <a href="https://github.com/Dunqing"><code>@​Dunqing</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/2989">unocss/unocss#2989</a> <a href="https://github.com/unocss/unocss/commit/02f08bf7"><!-- raw HTML omitted -->(02f08)<!-- raw HTML omitted --></a></li> <li><strong>vscode</strong>: Reload command  -  by <a href="https://github.com/Jannchie"><code>@​Jannchie</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/2979">unocss/unocss#2979</a> <a href="https://github.com/unocss/unocss/commit/2c92b9c1"><!-- raw HTML omitted -->(2c92b)<!-- raw HTML omitted --></a></li> </ul> <h3>   🏎 Performance</h3> <ul> <li><strong>core</strong>: Imoprove <code>CountableSet</code>, add tests  -  by <a href="https://github.com/enkot"><code>@​enkot</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/2986">unocss/unocss#2986</a> <a href="https://github.com/unocss/unocss/commit/7f3f1d8f"><!-- raw HTML omitted -->(7f3f1)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/unocss/unocss/compare/v0.55.0...v0.55.1">View changes on GitHub</a></h5> <h2>v0.55.0</h2> <h3>   🚨 Breaking Changes</h3> <ul> <li>Add vite as an optional peer dependency to core and astro  -  by <a href="https://github.com/vonagam"><code>@​vonagam</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/2941">unocss/unocss#2941</a> <a href="https://github.com/unocss/unocss/commit/345a83cd"><!-- raw HTML omitted -->(345a8)<!-- raw HTML omitted --></a></li> <li><strong>cli</strong>: Add <code>--write-transformed</code> option, disable source write back by default  -  by <a href="https://github.com/brofrain"><code>@​brofrain</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/2948">unocss/unocss#2948</a> <a href="https://github.com/unocss/unocss/commit/631a2559"><!-- raw HTML omitted -->(631a2)<!-- raw HTML omitted --></a></li> </ul> <h3>   🚀 Features</h3> <ul> <li><strong>inspector</strong>: Analyzer  -  by <a href="https://github.com/enkot"><code>@​enkot</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/2762">unocss/unocss#2762</a> <a href="https://github.com/unocss/unocss/commit/ef6a3bc3"><!-- raw HTML omitted -->(ef6a3)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>vite</strong>: Improve <code>per-module</code> mode  -  by <a href="https://github.com/zoeyzhao19"><code>@​zoeyzhao19</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/2940">unocss/unocss#2940</a> <a href="https://github.com/unocss/unocss/commit/382c8325"><!-- raw HTML omitted -->(382c8)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/unocss/unocss/compare/v0.54.3...v0.55.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unocss/unocss/commit/ae0cf7330670344e1b6ac71b1bb17efcc4e0e6d9"><code>ae0cf73</code></a> chore: release v0.55.2</li> <li><a href="https://github.com/unocss/unocss/commit/1e9d1d1fce2adb861e6ca7d55a601e4e28ec314a"><code>1e9d1d1</code></a> fix(astro): astro integration <code>HMR</code> not work (<a href="https://redirect.github.com/unocss/unocss/issues/2997">#2997</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/162a90031860a408a711736448293f8896e4bd50"><code>162a900</code></a> fix(vite): escape typography preflights with shadow-dom mode (<a href="https://redirect.github.com/unocss/unocss/issues/3004">#3004</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/cfcbe71de68493d1819bfa40c159b5cc456a50c8"><code>cfcbe71</code></a> fix(preset-mini): calc breakpoints boundary value (<a href="https://redirect.github.com/unocss/unocss/issues/3003">#3003</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/abacd5bca1d1dce865ff65770a6edf5254cf0e29"><code>abacd5b</code></a> fix(vscode): repeat registration on reload (<a href="https://redirect.github.com/unocss/unocss/issues/3005">#3005</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/8df256aaf1323c071744ae1a5564e0344f086597"><code>8df256a</code></a> chore(preset-icons): update unbuild config (<a href="https://redirect.github.com/unocss/unocss/issues/2998">#2998</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/02b06c28d6748e6bb6c969597f25bba112238b0f"><code>02b06c2</code></a> chore: upgrade <code>unbuild</code></li> <li><a href="https://github.com/unocss/unocss/commit/51dfc30e7c9fb2613d531b9fa8fc6a0bff9f9583"><code>51dfc30</code></a> chore: release v0.55.1</li> <li><a href="https://github.com/unocss/unocss/commit/74959710e5b872f26817013e367cd3607ab8db02"><code>7495971</code></a> chore: update deps</li> <li><a href="https://github.com/unocss/unocss/commit/02f08bf7ab5cb4d4652f4f91a2629068c70afda2"><code>02f08bf</code></a> fix(astro): astro hmr warning and improve performance (<a href="https://redirect.github.com/unocss/unocss/issues/2989">#2989</a>)</li> <li>Additional commits viewable in <a href="https://github.com/unocss/unocss/compare/v0.54.3...v0.55.2">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.54.3&new-version=0.55.2)](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-08-28 01:13:27 +00:00 (Migrated from github.com)

Superseded by #212.

Superseded by #212.

Pull request closed

Sign in to join this conversation.