[PR #75] [CLOSED] fix(deps): bump windicss from 2.5.14 to 3.0.2 #75

Closed
opened 2025-12-01 17:05:50 +01:00 by arthur · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/75
Author: @dependabot[bot]
Created: 5/14/2021
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/windicss-3.0.2


📝 Commits (1)

  • 8eb16c6 fix(deps): bump windicss from 2.5.14 to 3.0.2

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps windicss from 2.5.14 to 3.0.2.

Release notes

Sourced from windicss's releases.

v3.0.2

Bug Fixes

  • attributes for medium only and large only #274 (5e16487)

Features

  • add fuzzy match to cli (4e386bb)
  • support extractor in cli (c85d088)
  • support style scope in windi cli (7895fe2)

v3.0.1

Bug Fixes

Features

  • show message when rename file (dfda944)
  • support unwatch deleted file (34265d0)
  • support watch new added files (6870233)

Performance Improvements

v3.0.0

Bug Fixes

  • !important statements in @​apply leak out to subsequent style rules #262 (8d3f95c)
  • attributify with negative utility (4fa9201)
  • color prefix hash tag (c1482f4)
  • compile and apply sort order (72bfd82)
  • completions (77a0ca4)
  • confuses color with font-size if keys are the same #246 (9210f9d)
  • container padding option on root as default (8d81aaa)
  • divide color opacity not works (dcb94f0)
  • filter may not working (ed6cec4)
  • import utility (403c747)

... (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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArthurDanjou/website-old/pull/75 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/14/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/windicss-3.0.2` --- ### 📝 Commits (1) - [`8eb16c6`](https://github.com/ArthurDanjou/website-old/commit/8eb16c6ea4974dc8676be6fcf79a65965942c49f) fix(deps): bump windicss from 2.5.14 to 3.0.2 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [windicss](https://github.com/voorjaar/windicss) from 2.5.14 to 3.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/voorjaar/windicss/releases">windicss's releases</a>.</em></p> <blockquote> <h2>v3.0.2</h2> <h3>Bug Fixes</h3> <ul> <li>attributes for medium only and large only <a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/274">#274</a> (<a href="https://github.com/voorjaar/windicss/commit/5e16487">5e16487</a>)</li> </ul> <h3>Features</h3> <ul> <li>add fuzzy match to cli (<a href="https://github.com/voorjaar/windicss/commit/4e386bb">4e386bb</a>)</li> <li>support extractor in cli (<a href="https://github.com/voorjaar/windicss/commit/c85d088">c85d088</a>)</li> <li>support style scope in windi cli (<a href="https://github.com/voorjaar/windicss/commit/7895fe2">7895fe2</a>)</li> </ul> <h2>v3.0.1</h2> <h3>Bug Fixes</h3> <ul> <li>can't scan sub dir (<a href="https://github.com/voorjaar/windicss/commit/0e9284a">0e9284a</a>)</li> <li>circular dependency warning (<a href="https://github.com/voorjaar/windicss/commit/1549ca8">1549ca8</a>)</li> <li>set not and array type (<a href="https://github.com/voorjaar/windicss/commit/6610055">6610055</a>)</li> </ul> <h3>Features</h3> <ul> <li>show message when rename file (<a href="https://github.com/voorjaar/windicss/commit/dfda944">dfda944</a>)</li> <li>support unwatch deleted file (<a href="https://github.com/voorjaar/windicss/commit/34265d0">34265d0</a>)</li> <li>support watch new added files (<a href="https://github.com/voorjaar/windicss/commit/6870233">6870233</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li>use glob (<a href="https://github.com/voorjaar/windicss/commit/750b496">750b496</a>)</li> </ul> <h2>v3.0.0</h2> <h3>Bug Fixes</h3> <ul> <li>!important statements in <a href="https://github.com/apply"><code>@​apply</code></a> leak out to subsequent style rules <a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/262">#262</a> (<a href="https://github.com/voorjaar/windicss/commit/8d3f95c">8d3f95c</a>)</li> <li>attributify with negative utility (<a href="https://github.com/voorjaar/windicss/commit/4fa9201">4fa9201</a>)</li> <li>color prefix hash tag (<a href="https://github.com/voorjaar/windicss/commit/c1482f4">c1482f4</a>)</li> <li>compile and apply sort order (<a href="https://github.com/voorjaar/windicss/commit/72bfd82">72bfd82</a>)</li> <li>completions (<a href="https://github.com/voorjaar/windicss/commit/77a0ca4">77a0ca4</a>)</li> <li>confuses color with font-size if keys are the same <a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/246">#246</a> (<a href="https://github.com/voorjaar/windicss/commit/9210f9d">9210f9d</a>)</li> <li>container padding option on root as default (<a href="https://github.com/voorjaar/windicss/commit/8d81aaa">8d81aaa</a>)</li> <li>divide color opacity not works (<a href="https://github.com/voorjaar/windicss/commit/dcb94f0">dcb94f0</a>)</li> <li>filter may not working (<a href="https://github.com/voorjaar/windicss/commit/ed6cec4">ed6cec4</a>)</li> <li>import utility (<a href="https://github.com/voorjaar/windicss/commit/403c747">403c747</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/windicss/windicss/commit/74ef3d890b71737b282d779c929b2ffa09c8d492"><code>74ef3d8</code></a> release v3.0.2</li> <li><a href="https://github.com/windicss/windicss/commit/7895fe2a935418e0ad3de4776d7a1f46cb9029a8"><code>7895fe2</code></a> feat: support style scope in windi cli</li> <li><a href="https://github.com/windicss/windicss/commit/c85d088c6e65a8702e5426b3e508fa6565623ee2"><code>c85d088</code></a> feat: support extractor in cli</li> <li><a href="https://github.com/windicss/windicss/commit/4e386bbb0d3bd8e54d908790ee9b677479f96ac7"><code>4e386bb</code></a> feat: add fuzzy match to cli</li> <li><a href="https://github.com/windicss/windicss/commit/5e16487bc1a01322a6deee7de4f367828dfb03c6"><code>5e16487</code></a> fix: attributes for medium only and large only <a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/274">#274</a></li> <li><a href="https://github.com/windicss/windicss/commit/5eec25452674d9f096a5516b51c54a67a72e8956"><code>5eec254</code></a> release v3.0.1</li> <li><a href="https://github.com/windicss/windicss/commit/6610055c89e4cea321afc9c1d1c63d0f3fe76cd6"><code>6610055</code></a> fix: set not and array type</li> <li><a href="https://github.com/windicss/windicss/commit/0e9284a7e547976b8b2ce29817118e94b177b028"><code>0e9284a</code></a> fix: can't scan sub dir</li> <li><a href="https://github.com/windicss/windicss/commit/6870233d3b373a4df644db40ea26d3d041e3771a"><code>6870233</code></a> feat: support watch new added files</li> <li><a href="https://github.com/windicss/windicss/commit/34265d08184427c6259ce695b42d7cb1758feb25"><code>34265d0</code></a> feat: support unwatch deleted file</li> <li>Additional commits viewable in <a href="https://github.com/voorjaar/windicss/compare/v2.5.14...v3.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=windicss&package-manager=npm_and_yarn&previous-version=2.5.14&new-version=3.0.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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
arthur added the pull-request label 2025-12-01 17:05:50 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: arthur/website-old#75