Bump unocss from 0.58.3 to 0.59.0 #498

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/unocss-0.59.0 into main
dependabot[bot] commented 2024-04-08 01:14:29 +00:00 (Migrated from github.com)

Bumps unocss from 0.58.3 to 0.59.0.

Release notes

Sourced from unocss's releases.

v0.59.0

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub

v0.59.0-beta.1

   🚨 Breaking Changes

    View changes on GitHub

v0.58.9

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.58.8

   🐞 Bug Fixes

    View changes on GitHub

v0.58.7

   🚀 Features

... (truncated)

Commits
  • ea4fc4e chore: release v0.59.0
  • db51707 chore: lint
  • c2a2c0b chore: update deps
  • 4dfc319 fix(autocomplete): disable autocomplete for attributify props when not using ...
  • c37ce86 doc: add @​yeungkc/unocss-preset-safe-area to community presets (#3645)
  • 4e11d62 fix(nuxt): Custom option priority in cssnano (#3679)
  • a03c25c fix(webpack): correctly output CSS string (#3686)
  • b8c3a34 test: typo (#3688)
  • 623c21c fix(vscode): The information displayed by hover and autocomplete is inconsist...
  • ae44ad2 fix(scope): fix export types & main entry (#3676)
  • 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.59.0. <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.59.0</h2> <h3>   🚨 Breaking Changes</h3> <ul> <li>Move to ESM-only and fix package exports  -  by <a href="https://github.com/kwaa"><code>@​kwaa</code></a>, <a href="https://github.com/userquin"><code>@​userquin</code></a>, <a href="https://github.com/antfu"><code>@​antfu</code></a>, <strong>Chris</strong> and <strong>Anthony Fu</strong> in <a href="https://redirect.github.com/unocss/unocss/issues/3380">unocss/unocss#3380</a> <a href="https://github.com/unocss/unocss/commit/41bc87b1"><!-- raw HTML omitted -->(41bc8)<!-- raw HTML omitted --></a></li> <li><strong>preset-mini</strong>: RingWidth default changed to <code>3px</code> to align with Tailwind  -  by <a href="https://github.com/NamesMT"><code>@​NamesMT</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3673">unocss/unocss#3673</a> <a href="https://github.com/unocss/unocss/commit/274d3960"><!-- raw HTML omitted -->(274d3)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>autocomplete</strong>: Disable autocomplete for attributify props when not using  -  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/3685">unocss/unocss#3685</a> <a href="https://github.com/unocss/unocss/commit/4dfc3194"><!-- raw HTML omitted -->(4dfc3)<!-- raw HTML omitted --></a></li> <li><strong>nuxt</strong>: Custom option priority in cssnano  -  by <a href="https://github.com/Simon-He95"><code>@​Simon-He95</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3679">unocss/unocss#3679</a> <a href="https://github.com/unocss/unocss/commit/4e11d623"><!-- raw HTML omitted -->(4e11d)<!-- raw HTML omitted --></a></li> <li><strong>packages</strong>: Add types versions  -  by <a href="https://github.com/kwaa"><code>@​kwaa</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3677">unocss/unocss#3677</a> <a href="https://github.com/unocss/unocss/commit/42187e20"><!-- raw HTML omitted -->(42187)<!-- raw HTML omitted --></a></li> <li><strong>postcss</strong>: Move to ESM first + dual ESM/CJS + missing <code>@unocss/postcss/esm</code> subpackage export  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3678">unocss/unocss#3678</a> <a href="https://github.com/unocss/unocss/commit/7eda3ab8"><!-- raw HTML omitted -->(7eda3)<!-- raw HTML omitted --></a></li> <li><strong>scope</strong>: Fix export types &amp; main entry  -  by <a href="https://github.com/kwaa"><code>@​kwaa</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3676">unocss/unocss#3676</a> <a href="https://github.com/unocss/unocss/commit/ae44ad24"><!-- raw HTML omitted -->(ae44a)<!-- raw HTML omitted --></a></li> <li><strong>vscode</strong>: The information displayed by hover and autocomplete is inconsistent  -  by <a href="https://github.com/Simon-He95"><code>@​Simon-He95</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3680">unocss/unocss#3680</a> <a href="https://github.com/unocss/unocss/commit/623c21c1"><!-- raw HTML omitted -->(623c2)<!-- raw HTML omitted --></a></li> <li><strong>webpack</strong>: Correctly output CSS string  -  by <a href="https://github.com/lzl0304"><code>@​lzl0304</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3686">unocss/unocss#3686</a> <a href="https://github.com/unocss/unocss/commit/a03c25c8"><!-- raw HTML omitted -->(a03c2)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/unocss/unocss/compare/v0.58.9...v0.59.0">View changes on GitHub</a></h5> <h2>v0.59.0-beta.1</h2> <h3>   🚨 Breaking Changes</h3> <ul> <li>Move to ESM-only and fix package exports  -  by <a href="https://github.com/kwaa"><code>@​kwaa</code></a>, <a href="https://github.com/userquin"><code>@​userquin</code></a>, <a href="https://github.com/antfu"><code>@​antfu</code></a>, <strong>Chris</strong> and <strong>Anthony Fu</strong> in <a href="https://redirect.github.com/unocss/unocss/issues/3380">unocss/unocss#3380</a> <a href="https://github.com/unocss/unocss/commit/41bc87b1"><!-- raw HTML omitted -->(41bc8)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/unocss/unocss/compare/v0.58.9...v0.59.0-beta.1">View changes on GitHub</a></h5> <h2>v0.58.9</h2> <h3>   🚀 Features</h3> <ul> <li><strong>preset-mini</strong>: Keep unitOnlyRE same with tailwind  -  by <a href="https://github.com/Simon-He95"><code>@​Simon-He95</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3674">unocss/unocss#3674</a> <a href="https://github.com/unocss/unocss/commit/f532b3f0"><!-- raw HTML omitted -->(f532b)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>vscode</strong>: GetColorString nested css var  -  by <a href="https://github.com/Simon-He95"><code>@​Simon-He95</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3668">unocss/unocss#3668</a> <a href="https://github.com/unocss/unocss/commit/955764b4"><!-- raw HTML omitted -->(95576)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/unocss/unocss/compare/v0.58.8...v0.58.9">View changes on GitHub</a></h5> <h2>v0.58.8</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>preset-mini</strong>: Cannot read properties of undefined (reading 'split')  -  by <a href="https://github.com/Simon-He95"><code>@​Simon-He95</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3662">unocss/unocss#3662</a> <a href="https://github.com/unocss/unocss/commit/31003d2f"><!-- raw HTML omitted -->(31003)<!-- raw HTML omitted --></a></li> <li><strong>transform-variant-group</strong>: Sourcemap warning with Nuxt  -  by <a href="https://github.com/Simon-He95"><code>@​Simon-He95</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3664">unocss/unocss#3664</a> <a href="https://github.com/unocss/unocss/commit/45356391"><!-- raw HTML omitted -->(45356)<!-- raw HTML omitted --></a></li> <li><strong>vue-scoped</strong>: Scope only takes effect for vue files  -  by <a href="https://github.com/Simon-He95"><code>@​Simon-He95</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3661">unocss/unocss#3661</a> <a href="https://github.com/unocss/unocss/commit/264436d4"><!-- raw HTML omitted -->(26443)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/unocss/unocss/compare/v0.58.7...v0.58.8">View changes on GitHub</a></h5> <h2>v0.58.7</h2> <h3>   🚀 Features</h3> <ul> <li><strong>autocomplete</strong>: <ul> <li>Enhance the intellisense for enhancing vscode code fuzzy matching  -  by <a href="https://github.com/Simon-He95"><code>@​Simon-He95</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/3620">unocss/unocss#3620</a> <a href="https://github.com/unocss/unocss/commit/c428e782"><!-- raw HTML omitted -->(c428e)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unocss/unocss/commit/ea4fc4e7fbea0fcac44e068a3baa51fe1363c393"><code>ea4fc4e</code></a> chore: release v0.59.0</li> <li><a href="https://github.com/unocss/unocss/commit/db517077295503b4b8e5e8be52a1c48145664f33"><code>db51707</code></a> chore: lint</li> <li><a href="https://github.com/unocss/unocss/commit/c2a2c0bcb32d5b590931c3f0e2221f1453a9cfb0"><code>c2a2c0b</code></a> chore: update deps</li> <li><a href="https://github.com/unocss/unocss/commit/4dfc319455012cb7b14c1e9f42dcef6767d910ef"><code>4dfc319</code></a> fix(autocomplete): disable autocomplete for attributify props when not using ...</li> <li><a href="https://github.com/unocss/unocss/commit/c37ce86a3be18f0ad6ee3a994d6d6299433dcfc7"><code>c37ce86</code></a> doc: add <code>@​yeungkc/unocss-preset-safe-area</code> to community presets (<a href="https://redirect.github.com/unocss/unocss/issues/3645">#3645</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/4e11d6234baa8b6a7006cec69affdcd3acfaf5bd"><code>4e11d62</code></a> fix(nuxt): Custom option priority in cssnano (<a href="https://redirect.github.com/unocss/unocss/issues/3679">#3679</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/a03c25c809d16c9d2b24d3be4a5e6fe372d61358"><code>a03c25c</code></a> fix(webpack): correctly output CSS string (<a href="https://redirect.github.com/unocss/unocss/issues/3686">#3686</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/b8c3a343ca8739f8cd9caf01172605042ed3a2b6"><code>b8c3a34</code></a> test: typo (<a href="https://redirect.github.com/unocss/unocss/issues/3688">#3688</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/623c21c1d524a51eca4768b45f375edace30a8ef"><code>623c21c</code></a> fix(vscode): The information displayed by hover and autocomplete is inconsist...</li> <li><a href="https://github.com/unocss/unocss/commit/ae44ad248a47afd16f501dc9da147ed31cf775b8"><code>ae44ad2</code></a> fix(scope): fix export types &amp; main entry (<a href="https://redirect.github.com/unocss/unocss/issues/3676">#3676</a>)</li> <li>Additional commits viewable in <a href="https://github.com/unocss/unocss/compare/v0.58.3...v0.59.0">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.59.0)](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-04-12 00:42:40 +00:00 (Migrated from github.com)

Superseded by #500.

Superseded by #500.

Pull request closed

Sign in to join this conversation.