Bump unocss from 0.58.3 to 0.58.5 #450

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/unocss-0.58.5 into main
dependabot[bot] commented 2024-02-05 01:07:51 +00:00 (Migrated from github.com)

Bumps unocss from 0.58.3 to 0.58.5.

Release notes

Sourced from unocss's releases.

v0.58.5

   🚀 Features

  • preset-icons: Support collectionsNodeResolvePath option  -  by @​antfu (521f8)

   🐞 Bug Fixes

    View changes on GitHub

v0.58.4

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 933a8ec chore: release v0.58.5
  • 521f87f feat(preset-icons): support collectionsNodeResolvePath option
  • 2101fbc chore: update deps
  • 17bf24a chore(vite): improve wording (#3547)
  • 9056d43 docs: fix interactive highlight
  • ec77c7f docs(preset-icons): include new iconify node helper (#3538)
  • 0ca0c3a chore: update iconify utils package (#3539)
  • c3ab353 fix(preset-wind): handle pseudo selector correctly when using important str...
  • 8505f48 fix(attributify): add some missing types for jsx (#3529)
  • 8732c5c chore: lint
  • 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.58.3 to 0.58.5. <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.5</h2> <h3>   🚀 Features</h3> <ul> <li><strong>preset-icons</strong>: Support <code>collectionsNodeResolvePath</code> option  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/unocss/unocss/commit/521f87f1"><!-- raw HTML omitted -->(521f8)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>attributify</strong>: Add some missing types for jsx  -  by <a href="https://github.com/xsjcTony"><code>@​xsjcTony</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3529">unocss/unocss#3529</a> <a href="https://github.com/unocss/unocss/commit/8505f48d"><!-- raw HTML omitted -->(8505f)<!-- raw HTML omitted --></a></li> <li><strong>preset-wind</strong>: Handle pseudo selector correctly when using <code>important</code> string option  -  by <a href="https://github.com/Jungzl"><code>@​Jungzl</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3544">unocss/unocss#3544</a> <a href="https://github.com/unocss/unocss/commit/c3ab353d"><!-- raw HTML omitted -->(c3ab3)<!-- raw HTML omitted --></a></li> <li><strong>webpack</strong>: HMR not work on Windows  -  by <a href="https://github.com/anyesu"><code>@​anyesu</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3495">unocss/unocss#3495</a> <a href="https://github.com/unocss/unocss/commit/2ac03d26"><!-- raw HTML omitted -->(2ac03)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/unocss/unocss/compare/v0.58.4...v0.58.5">View changes on GitHub</a></h5> <h2>v0.58.4</h2> <h3>   🚀 Features</h3> <ul> <li><strong>preset-wind</strong>: Add <code>important</code> option  -  by <a href="https://github.com/xsjcTony"><code>@​xsjcTony</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3484">unocss/unocss#3484</a> <a href="https://github.com/unocss/unocss/commit/0ba925e2"><!-- raw HTML omitted -->(0ba92)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Certain inputs causing regex matching to hang  -  by <a href="https://github.com/lewisl9029"><code>@​lewisl9029</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3500">unocss/unocss#3500</a> <a href="https://github.com/unocss/unocss/commit/a361d774"><!-- raw HTML omitted -->(a361d)<!-- raw HTML omitted --></a></li> <li><strong>attributify</strong>: <ul> <li>Add <code>position</code> type for jsx  -  by <a href="https://github.com/xsjcTony"><code>@​xsjcTony</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3528">unocss/unocss#3528</a> <a href="https://github.com/unocss/unocss/commit/cb0849a4"><!-- raw HTML omitted -->(cb084)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>nuxt</strong>: <ul> <li>Disable nuxt inlineStyles by default, <a href="https://redirect.github.com/unocss/unocss/issues/3472">#3472</a>  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3472">unocss/unocss#3472</a> <a href="https://github.com/unocss/unocss/commit/5cee56e5"><!-- raw HTML omitted -->(5cee5)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>preset-icons</strong>: <ul> <li>Force to not warn in ESLint  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/unocss/unocss/commit/93bfc353"><!-- raw HTML omitted -->(93bfc)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>preset-legacy-compat</strong>: <ul> <li>Update default value  -  by <a href="https://github.com/zyyv"><code>@​zyyv</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3486">unocss/unocss#3486</a> <a href="https://github.com/unocss/unocss/commit/07a67f97"><!-- raw HTML omitted -->(07a67)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>preset-mini</strong>: <ul> <li>Missing place-items  -  by <a href="https://github.com/Simon-He95"><code>@​Simon-He95</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3526">unocss/unocss#3526</a> <a href="https://github.com/unocss/unocss/commit/fd4cb3ef"><!-- raw HTML omitted -->(fd4cb)<!-- raw HTML omitted --></a></li> <li>Order custom container variants as given  -  by <a href="https://github.com/gllms"><code>@​gllms</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3496">unocss/unocss#3496</a> <a href="https://github.com/unocss/unocss/commit/3020921c"><!-- raw HTML omitted -->(30209)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>transformer-directives</strong>: <ul> <li>Resolve selector group  -  by <a href="https://github.com/zoeyzhao19"><code>@​zoeyzhao19</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3485">unocss/unocss#3485</a> <a href="https://github.com/unocss/unocss/commit/e5c1f9ab"><!-- raw HTML omitted -->(e5c1f)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/unocss/unocss/compare/v0.58.3...v0.58.4">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unocss/unocss/commit/933a8ece8f213372ae422445503efece5945ffce"><code>933a8ec</code></a> chore: release v0.58.5</li> <li><a href="https://github.com/unocss/unocss/commit/521f87f198e24fd2dbaa7321e7842e4ceb464c33"><code>521f87f</code></a> feat(preset-icons): support <code>collectionsNodeResolvePath</code> option</li> <li><a href="https://github.com/unocss/unocss/commit/2101fbce73379d70aceca1e49e4617c70d4a7c30"><code>2101fbc</code></a> chore: update deps</li> <li><a href="https://github.com/unocss/unocss/commit/17bf24adaae973c0b655667ce590d425c74b330f"><code>17bf24a</code></a> chore(vite): improve wording (<a href="https://redirect.github.com/unocss/unocss/issues/3547">#3547</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/9056d435e501f58c424330fb0093b17eb62e7cee"><code>9056d43</code></a> docs: fix interactive highlight</li> <li><a href="https://github.com/unocss/unocss/commit/ec77c7f75343859180a51f1694342219af87b112"><code>ec77c7f</code></a> docs(preset-icons): include new iconify node helper (<a href="https://redirect.github.com/unocss/unocss/issues/3538">#3538</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/0ca0c3a5d2b416bd3d90ffdd2fe1cf5f0dfb459b"><code>0ca0c3a</code></a> chore: update iconify utils package (<a href="https://redirect.github.com/unocss/unocss/issues/3539">#3539</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/c3ab353db22933d60139eda67710607ec87d38bd"><code>c3ab353</code></a> fix(preset-wind): handle pseudo selector correctly when using <code>important</code> str...</li> <li><a href="https://github.com/unocss/unocss/commit/8505f48d4ccba055c0613bd22f120312447682ca"><code>8505f48</code></a> fix(attributify): add some missing types for jsx (<a href="https://redirect.github.com/unocss/unocss/issues/3529">#3529</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/8732c5ca327e26da267a9f60859cea5cc5985dcc"><code>8732c5c</code></a> chore: lint</li> <li>Additional commits viewable in <a href="https://github.com/unocss/unocss/compare/v0.58.3...v0.58.5">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.58.3&new-version=0.58.5)](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 2024-03-15 00:44:55 +00:00 (Migrated from github.com)

Superseded by #476.

Superseded by #476.

Pull request closed

Sign in to join this conversation.