[PR #74] [CLOSED] fix(deps): bump windicss from 2.5.14 to 3.0.0 #78

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/74
Author: @dependabot[bot]
Created: 5/13/2021
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/windicss-3.0.0


📝 Commits (1)

  • 8621383 fix(deps): bump windicss from 2.5.14 to 3.0.0

📊 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.0.

Release notes

Sourced from windicss's releases.

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)
  • list style types (00b2dd0)
  • parse data url may break (c617bd5)
  • parse data url may break #269 (8b878ab)
  • presets should overwrite default (0f72e72)
  • skip class and className in attributify mode (74ba886)
  • snapshots (70f2389)
  • support resize default (c10cd0f)
  • text decoration auto not works (5562eb6)
  • text indent fraction (8e5d914)
  • transform 3d order (ce8be6e)
  • Type 'string | string[]' is not an array type or a string type (e3fa62d)
  • update snapshot (8b480bf)

Features

  • add attributify and attrPrefix config (d516191)
  • add attributify mode example (ad56325)
  • add backface visibility utilities (180af4c)
  • add bg-origin utility (5dcccac)
  • add caption side utilities (c184da2)
  • add caret-color and caret-opacity utility (5d4db84)
  • add empty cell visibility utilities (0388085)
  • add fill-none and stroke-none (1b8360c)
  • add image rendering utility (e255924)
  • add loadConfig api (cf359c6)
  • add more list style types (2a3246b)
  • add new utility hyphens (fb93b31)
  • add perspective utilities (3c227b9)
  • add rotateY utilities (c1f7825)
  • add saturate default (a4b3e87)
  • add stroke dash utilities (c7bdb0c)
  • add tab size utility (78075ce)
  • add text decoration color & opacity & length utilities (b3b7a41)
  • add text indent utility (2b5e3e2)

... (truncated)

Commits
  • c2d1189 release v3.0.0
  • 0cc6087 perf: switch to native fs.watch
  • 7254a9a build: update dependencies
  • 1e4f917 feat: support watch mode in cli
  • fa5eb8a perf: skip class and className in attributify example
  • 74ba886 fix: skip class and className in attributify mode
  • e3fa62d fix: Type 'string | string[]' is not an array type or a string type
  • cf359c6 feat: add loadConfig api
  • b038d43 feat: support attributify mode in cli
  • 17bae86 perf: update compile mode example
  • 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)

🔄 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/74 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/13/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/windicss-3.0.0` --- ### 📝 Commits (1) - [`8621383`](https://github.com/ArthurDanjou/website-old/commit/86213834d569ced2f37dafa4a64e6c261fd70f87) fix(deps): bump windicss from 2.5.14 to 3.0.0 ### 📊 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.0. <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.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> <li>list style types (<a href="https://github.com/voorjaar/windicss/commit/00b2dd0">00b2dd0</a>)</li> <li>parse data url may break (<a href="https://github.com/voorjaar/windicss/commit/c617bd5">c617bd5</a>)</li> <li>parse data url may break <a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/269">#269</a> (<a href="https://github.com/voorjaar/windicss/commit/8b878ab">8b878ab</a>)</li> <li>presets should overwrite default (<a href="https://github.com/voorjaar/windicss/commit/0f72e72">0f72e72</a>)</li> <li>skip class and className in attributify mode (<a href="https://github.com/voorjaar/windicss/commit/74ba886">74ba886</a>)</li> <li>snapshots (<a href="https://github.com/voorjaar/windicss/commit/70f2389">70f2389</a>)</li> <li>support resize default (<a href="https://github.com/voorjaar/windicss/commit/c10cd0f">c10cd0f</a>)</li> <li>text decoration auto not works (<a href="https://github.com/voorjaar/windicss/commit/5562eb6">5562eb6</a>)</li> <li>text indent fraction (<a href="https://github.com/voorjaar/windicss/commit/8e5d914">8e5d914</a>)</li> <li>transform 3d order (<a href="https://github.com/voorjaar/windicss/commit/ce8be6e">ce8be6e</a>)</li> <li>Type 'string | string[]' is not an array type or a string type (<a href="https://github.com/voorjaar/windicss/commit/e3fa62d">e3fa62d</a>)</li> <li>update snapshot (<a href="https://github.com/voorjaar/windicss/commit/8b480bf">8b480bf</a>)</li> </ul> <h3>Features</h3> <ul> <li>add attributify and attrPrefix config (<a href="https://github.com/voorjaar/windicss/commit/d516191">d516191</a>)</li> <li>add attributify mode example (<a href="https://github.com/voorjaar/windicss/commit/ad56325">ad56325</a>)</li> <li>add backface visibility utilities (<a href="https://github.com/voorjaar/windicss/commit/180af4c">180af4c</a>)</li> <li>add bg-origin utility (<a href="https://github.com/voorjaar/windicss/commit/5dcccac">5dcccac</a>)</li> <li>add caption side utilities (<a href="https://github.com/voorjaar/windicss/commit/c184da2">c184da2</a>)</li> <li>add caret-color and caret-opacity utility (<a href="https://github.com/voorjaar/windicss/commit/5d4db84">5d4db84</a>)</li> <li>add empty cell visibility utilities (<a href="https://github.com/voorjaar/windicss/commit/0388085">0388085</a>)</li> <li>add fill-none and stroke-none (<a href="https://github.com/voorjaar/windicss/commit/1b8360c">1b8360c</a>)</li> <li>add image rendering utility (<a href="https://github.com/voorjaar/windicss/commit/e255924">e255924</a>)</li> <li>add loadConfig api (<a href="https://github.com/voorjaar/windicss/commit/cf359c6">cf359c6</a>)</li> <li>add more list style types (<a href="https://github.com/voorjaar/windicss/commit/2a3246b">2a3246b</a>)</li> <li>add new utility hyphens (<a href="https://github.com/voorjaar/windicss/commit/fb93b31">fb93b31</a>)</li> <li>add perspective utilities (<a href="https://github.com/voorjaar/windicss/commit/3c227b9">3c227b9</a>)</li> <li>add rotateY utilities (<a href="https://github.com/voorjaar/windicss/commit/c1f7825">c1f7825</a>)</li> <li>add saturate default (<a href="https://github.com/voorjaar/windicss/commit/a4b3e87">a4b3e87</a>)</li> <li>add stroke dash utilities (<a href="https://github.com/voorjaar/windicss/commit/c7bdb0c">c7bdb0c</a>)</li> <li>add tab size utility (<a href="https://github.com/voorjaar/windicss/commit/78075ce">78075ce</a>)</li> <li>add text decoration color &amp; opacity &amp; length utilities (<a href="https://github.com/voorjaar/windicss/commit/b3b7a41">b3b7a41</a>)</li> <li>add text indent utility (<a href="https://github.com/voorjaar/windicss/commit/2b5e3e2">2b5e3e2</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/c2d118902faff716e48eda49b2e53d15f99ff0d3"><code>c2d1189</code></a> release v3.0.0</li> <li><a href="https://github.com/windicss/windicss/commit/0cc6087cf1962ec71987d94450fa07ae98f90f3f"><code>0cc6087</code></a> perf: switch to native fs.watch</li> <li><a href="https://github.com/windicss/windicss/commit/7254a9a6046c39cc65eda9e40924e4eddfa198a7"><code>7254a9a</code></a> build: update dependencies</li> <li><a href="https://github.com/windicss/windicss/commit/1e4f917dea0e32cbe89e54fe43934d8e63bd9b0c"><code>1e4f917</code></a> feat: support watch mode in cli</li> <li><a href="https://github.com/windicss/windicss/commit/fa5eb8a1c123a1cedb93f12b2d349ae71db3d64b"><code>fa5eb8a</code></a> perf: skip class and className in attributify example</li> <li><a href="https://github.com/windicss/windicss/commit/74ba886deb68fbd720625a2f67b2defabe236191"><code>74ba886</code></a> fix: skip class and className in attributify mode</li> <li><a href="https://github.com/windicss/windicss/commit/e3fa62d10398e68a6b8f0a1bb4b33e2e21852293"><code>e3fa62d</code></a> fix: Type 'string | string[]' is not an array type or a string type</li> <li><a href="https://github.com/windicss/windicss/commit/cf359c678c352bad29ced53bd60c19daad57ac70"><code>cf359c6</code></a> feat: add loadConfig api</li> <li><a href="https://github.com/windicss/windicss/commit/b038d43073b60200553b55f1adc0fcc014983a08"><code>b038d43</code></a> feat: support attributify mode in cli</li> <li><a href="https://github.com/windicss/windicss/commit/17bae86085080d05028db440040d7cbf2fb5828e"><code>17bae86</code></a> perf: update compile mode example</li> <li>Additional commits viewable in <a href="https://github.com/voorjaar/windicss/compare/v2.5.14...v3.0.0">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.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 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#78