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

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

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/windicss-3.0.6


📝 Commits (1)

  • db78fb7 fix(deps): bump windicss from 2.5.14 to 3.0.6

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

Release notes

Sourced from windicss's releases.

v3.0.5

Bug Fixes

  • import relative path in lib/utilites/handler.ts (a350dc5)
  • type error (e56aad9)

Features

  • support handlers config (3d4a7a5)

Performance Improvements

  • ignore processed utilities to speed up cli (5524c79)
  • speed up attributify mode in cli (1e95a73)
  • use async to speed up cli (fa88cf8)

v3.0.4

Bug Fixes

Features

  • support color callback function (c7542e2)

v3.0.3

Bug Fixes

  • element>element selectors do not work for component generation #242 (e53028d)
  • missing custom theme properties #226 (8736386)
  • set seperator - in config #270 (c60ef1c)
  • support separator in windi.config #270 (82de7e7)
  • undefined require on es module env (e0f3872)

v3.0.2

Bug Fixes

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

... (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/78 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/17/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/windicss-3.0.6` --- ### 📝 Commits (1) - [`db78fb7`](https://github.com/ArthurDanjou/website-old/commit/db78fb72daf3b81ef85ddb8fb5669aa62c4f952f) fix(deps): bump windicss from 2.5.14 to 3.0.6 ### 📊 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.6. <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.5</h2> <h3>Bug Fixes</h3> <ul> <li>import relative path in lib/utilites/handler.ts (<a href="https://github.com/voorjaar/windicss/commit/a350dc5">a350dc5</a>)</li> <li>type error (<a href="https://github.com/voorjaar/windicss/commit/e56aad9">e56aad9</a>)</li> </ul> <h3>Features</h3> <ul> <li>support handlers config (<a href="https://github.com/voorjaar/windicss/commit/3d4a7a5">3d4a7a5</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li>ignore processed utilities to speed up cli (<a href="https://github.com/voorjaar/windicss/commit/5524c79">5524c79</a>)</li> <li>speed up attributify mode in cli (<a href="https://github.com/voorjaar/windicss/commit/1e95a73">1e95a73</a>)</li> <li>use async to speed up cli (<a href="https://github.com/voorjaar/windicss/commit/fa88cf8">fa88cf8</a>)</li> </ul> <h2>v3.0.4</h2> <h3>Bug Fixes</h3> <ul> <li>layer order is wrong <a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/287">#287</a> (<a href="https://github.com/voorjaar/windicss/commit/7e6b158">7e6b158</a>)</li> </ul> <h3>Features</h3> <ul> <li>support color callback function (<a href="https://github.com/voorjaar/windicss/commit/c7542e2">c7542e2</a>)</li> </ul> <h2>v3.0.3</h2> <h3>Bug Fixes</h3> <ul> <li>element&gt;element selectors do not work for component generation <a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/242">#242</a> (<a href="https://github.com/voorjaar/windicss/commit/e53028d">e53028d</a>)</li> <li>missing custom theme properties <a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/226">#226</a> (<a href="https://github.com/voorjaar/windicss/commit/8736386">8736386</a>)</li> <li>set seperator - in config <a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/270">#270</a> (<a href="https://github.com/voorjaar/windicss/commit/c60ef1c">c60ef1c</a>)</li> <li>support separator in windi.config <a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/270">#270</a> (<a href="https://github.com/voorjaar/windicss/commit/82de7e7">82de7e7</a>)</li> <li>undefined require on es module env (<a href="https://github.com/voorjaar/windicss/commit/e0f3872">e0f3872</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/windicss/windicss/commit/850d4b15c1fb9de73b4d6c6ec3cf9b93afb673c5"><code>850d4b1</code></a> release v3.0.6</li> <li><a href="https://github.com/windicss/windicss/commit/69486b98c8c662f0bc638c3b5e977f0907bee11d"><code>69486b9</code></a> style: move types to interfaces.ts</li> <li><a href="https://github.com/windicss/windicss/commit/594e98fd6960681ef342f9357f92e87d6a15b353"><code>594e98f</code></a> feat: add validate and test api</li> <li><a href="https://github.com/windicss/windicss/commit/c1f00dd6e5cbfd6456c456c50ba86fcd04303edd"><code>c1f00dd</code></a> style: windi comment update</li> <li><a href="https://github.com/windicss/windicss/commit/2c80a5f8ee8be8c8a2ce21fd1cc0d00708cb7f33"><code>2c80a5f</code></a> docs: switch static utilities to windi docs</li> <li><a href="https://github.com/windicss/windicss/commit/58cb8b20c31f05cb16ced8dce5447235766a8b9f"><code>58cb8b2</code></a> docs: switch to windi docs</li> <li><a href="https://github.com/windicss/windicss/commit/346b393c5aac5614fbac1128f350ba10e0ad6559"><code>346b393</code></a> release v3.0.5</li> <li><a href="https://github.com/windicss/windicss/commit/745acc3c14edf77a19da38541f75519a134103c2"><code>745acc3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/288">#288</a> from yuler/main</li> <li><a href="https://github.com/windicss/windicss/commit/e56aad9992e56ee8adb28f4a77f773e6734f6282"><code>e56aad9</code></a> fix: type error</li> <li><a href="https://github.com/windicss/windicss/commit/355af3ebbdcb00a0113660dc82099e465d930c26"><code>355af3e</code></a> Merge branch 'main' into main</li> <li>Additional commits viewable in <a href="https://github.com/voorjaar/windicss/compare/v2.5.14...v3.0.6">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.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> --- <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:51 +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#81