Bump unocss from 0.53.5 to 0.53.6 #160

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/unocss-0.53.6 into main 2023-07-26 00:59:46 +00:00
dependabot[bot] commented 2023-07-25 00:41:49 +00:00 (Migrated from github.com)

Bumps unocss from 0.53.5 to 0.53.6.

Release notes

Sourced from unocss's releases.

v0.53.6

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • 81f7986 chore: release v0.53.6
  • 994b302 fix(svelte-scoped): respect passed options (#2815)
  • 9bcfd0b perf(autocomplete): enable fuzzy matching only input length > 1 (#2843)
  • 0204448 feat(reset): sync tailwind resets, adding font-feature-settings (#2894)
  • f4a0421 chore: typo (#2887)
  • ee117d7 docs: add jetbrains ide plugin doc (#2861)
  • 1e8fd12 fix(nuxt): do not inject uno.css on dist-chunk mode (#2873)
  • 1afc2b6 fix(preset-mini): remove grid-gap from generated CSS (deprecated in favor of ...
  • 1bfba0d fix(preset-web-fonts): sort weights as string using localeCompare (#2845)
  • ffdeb20 feat(preset-mini): support fontWeight theme config (#2860)
  • 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 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.53.5 to 0.53.6. <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.53.6</h2> <h3>   🚀 Features</h3> <ul> <li><strong>preset-mini</strong>: Support fontWeight theme config  -  by <a href="https://github.com/chizukicn"><code>@​chizukicn</code></a> and <a href="https://github.com/zyyv"><code>@​zyyv</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/2860">unocss/unocss#2860</a> <a href="https://github.com/unocss/unocss/commit/ffdeb200"><!-- raw HTML omitted -->(ffdeb)<!-- raw HTML omitted --></a></li> <li><strong>reset</strong>: Sync tailwind resets, adding <code>font-feature-settings</code>  -  by <a href="https://github.com/steakscience"><code>@​steakscience</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/2894">unocss/unocss#2894</a> <a href="https://github.com/unocss/unocss/commit/02044485"><!-- raw HTML omitted -->(02044)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>nuxt</strong>: <ul> <li>Do not inject <code>uno.css</code> on <code>dist-chunk</code> mode  -  by <a href="https://github.com/zyyv"><code>@​zyyv</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/2873">unocss/unocss#2873</a> <a href="https://github.com/unocss/unocss/commit/1e8fd12a"><!-- raw HTML omitted -->(1e8fd)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>preset-mini</strong>: <ul> <li>Remove grid-gap from generated CSS (deprecated in favor of gap), fix <a href="https://redirect.github.com/unocss/unocss/issues/2642">#2642</a>  -  by <a href="https://github.com/henrikvilhelmberglund"><code>@​henrikvilhelmberglund</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/2872">unocss/unocss#2872</a> and <a href="https://redirect.github.com/unocss/unocss/issues/2642">unocss/unocss#2642</a> <a href="https://github.com/unocss/unocss/commit/1afc2b6f"><!-- raw HTML omitted -->(1afc2)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>preset-web-fonts</strong>: <ul> <li>Sort weights as string using localeCompare  -  by <a href="https://github.com/arunanshub"><code>@​arunanshub</code></a> and <a href="https://github.com/zyyv"><code>@​zyyv</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/2845">unocss/unocss#2845</a> <a href="https://github.com/unocss/unocss/commit/1bfba0d2"><!-- raw HTML omitted -->(1bfba)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>svelte-scoped</strong>: <ul> <li>Use default preset if no config found  -  by <a href="https://github.com/jacob-8"><code>@​jacob-8</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/2846">unocss/unocss#2846</a> <a href="https://github.com/unocss/unocss/commit/d493c1b4"><!-- raw HTML omitted -->(d493c)<!-- raw HTML omitted --></a></li> <li>Respect passed options  -  by <a href="https://github.com/fehnomenal"><code>@​fehnomenal</code></a>, <a href="https://github.com/jacob-8"><code>@​jacob-8</code></a> and <strong>jacob-8</strong> in <a href="https://redirect.github.com/unocss/unocss/issues/2815">unocss/unocss#2815</a> <a href="https://github.com/unocss/unocss/commit/994b3020"><!-- raw HTML omitted -->(994b3)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vscode</strong>: <ul> <li>Better languageIds configure  -  by <a href="https://github.com/chizukicn"><code>@​chizukicn</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/2842">unocss/unocss#2842</a> <a href="https://github.com/unocss/unocss/commit/776df2ab"><!-- raw HTML omitted -->(776df)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3>   🏎 Performance</h3> <ul> <li><strong>autocomplete</strong>: Enable fuzzy matching only input length &gt; 1  -  by <a href="https://github.com/chizukicn"><code>@​chizukicn</code></a> in <a href="https://redirect.github.com/unocss/unocss/issues/2843">unocss/unocss#2843</a> <a href="https://github.com/unocss/unocss/commit/9bcfd0b4"><!-- raw HTML omitted -->(9bcfd)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/unocss/unocss/compare/v0.53.5...v0.53.6">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unocss/unocss/commit/81f79868691028ccedb2da800842af30d13a9078"><code>81f7986</code></a> chore: release v0.53.6</li> <li><a href="https://github.com/unocss/unocss/commit/994b3020bdc34c49fcd32bb2b71a5a4c1eada6ea"><code>994b302</code></a> fix(svelte-scoped): respect passed options (<a href="https://redirect.github.com/unocss/unocss/issues/2815">#2815</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/9bcfd0b4a5c5ef659bf265f3a0aff99b004e7e5b"><code>9bcfd0b</code></a> perf(autocomplete): enable fuzzy matching only input length &gt; 1 (<a href="https://redirect.github.com/unocss/unocss/issues/2843">#2843</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/0204448519a3ed3b1a177d9ab50a1db8e46c2283"><code>0204448</code></a> feat(reset): sync tailwind resets, adding <code>font-feature-settings</code> (<a href="https://redirect.github.com/unocss/unocss/issues/2894">#2894</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/f4a04214599305edc7bf31b0aed725a609c92943"><code>f4a0421</code></a> chore: typo (<a href="https://redirect.github.com/unocss/unocss/issues/2887">#2887</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/ee117d7c83e5708daaf9f3408b6edebd0c3436f3"><code>ee117d7</code></a> docs: add jetbrains ide plugin doc (<a href="https://redirect.github.com/unocss/unocss/issues/2861">#2861</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/1e8fd12abc5bfe5068aaa5d8204783b0b93454ac"><code>1e8fd12</code></a> fix(nuxt): do not inject <code>uno.css</code> on <code>dist-chunk</code> mode (<a href="https://redirect.github.com/unocss/unocss/issues/2873">#2873</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/1afc2b6fccf96d308b45e7902edabcacc38eb8d8"><code>1afc2b6</code></a> fix(preset-mini): remove grid-gap from generated CSS (deprecated in favor of ...</li> <li><a href="https://github.com/unocss/unocss/commit/1bfba0d2e43c60bb4efe2c8da45711d2b5335237"><code>1bfba0d</code></a> fix(preset-web-fonts): sort weights as string using localeCompare (<a href="https://redirect.github.com/unocss/unocss/issues/2845">#2845</a>)</li> <li><a href="https://github.com/unocss/unocss/commit/ffdeb20083ad063654ae811c3fae9b22049117ae"><code>ffdeb20</code></a> feat(preset-mini): support fontWeight theme config (<a href="https://redirect.github.com/unocss/unocss/issues/2860">#2860</a>)</li> <li>Additional commits viewable in <a href="https://github.com/unocss/unocss/compare/v0.53.5...v0.53.6">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.53.5&new-version=0.53.6)](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 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.