[PR #129] [CLOSED] fix(deps): bump windicss from 3.1.4 to 3.1.7 #134

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/129
Author: @dependabot[bot]
Created: 8/10/2021
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/windicss-3.1.7


📝 Commits (1)

  • 64fb889 fix(deps): bump windicss from 3.1.4 to 3.1.7

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+4 -4)

📄 Description

Bumps windicss from 3.1.4 to 3.1.7.

Release notes

Sourced from windicss's releases.

v3.1.7

Bug Fixes

  • interpret order should follow add components order #345 (3642e3c)
  • plugins types declaration file path (#408) (c944e95)

Features

  • add variant for the ::file-selector-button pseudo-element (#388) (e408af1)
  • handle fraction for padding and margin, close #415 (#416) (97bd126)

v3.1.6

Bug Fixes

  • Container utilities should only output standard min-width rules (#402) (c5ef685)
  • don't merge font family array, close #363 (bed55f6)
  • skip false content utility, close #403 (6e94892)
  • wrapWithVariants: forgiving for applying variants (33a7434)
  • Typo in animation-iteration-count breaks animation repeat utilities (#400) (23b1fa9)

v3.1.5

Bug Fixes

Commits
  • 007767d release v3.1.7
  • e408af1 feat: add variant for the ::file-selector-button pseudo-element (#388)
  • 97bd126 feat: handle fraction for padding and margin, close #415 (#416)
  • a7e69ac test: correct order test #345
  • 3642e3c fix: interpret order should follow add components order #345
  • c944e95 fix: plugins types declaration file path (#408)
  • 4368925 release v3.1.6
  • bed55f6 fix: don't merge font family array, close #363
  • c5ef685 fix: Container utilities should only output standard min-width rules (#402)
  • 6e94892 fix: skip false content utility, close #403
  • 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/129 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/10/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/windicss-3.1.7` --- ### 📝 Commits (1) - [`64fb889`](https://github.com/ArthurDanjou/website-old/commit/64fb8897f98653d1a472ed25e7c41d87e59d0137) fix(deps): bump windicss from 3.1.4 to 3.1.7 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+4 -4) </details> ### 📄 Description Bumps [windicss](https://github.com/voorjaar/windicss) from 3.1.4 to 3.1.7. <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.1.7</h2> <h3>Bug Fixes</h3> <ul> <li>interpret order should follow add components order <a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/345">#345</a> (<a href="https://github.com/voorjaar/windicss/commit/3642e3c">3642e3c</a>)</li> <li>plugins types declaration file path (<a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/408">#408</a>) (<a href="https://github.com/voorjaar/windicss/commit/c944e95">c944e95</a>)</li> </ul> <h3>Features</h3> <ul> <li>add variant for the <code>::file-selector-button</code> pseudo-element (<a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/388">#388</a>) (<a href="https://github.com/voorjaar/windicss/commit/e408af1">e408af1</a>)</li> <li>handle fraction for padding and margin, close <a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/415">#415</a> (<a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/416">#416</a>) (<a href="https://github.com/voorjaar/windicss/commit/97bd126">97bd126</a>)</li> </ul> <h2>v3.1.6</h2> <h3>Bug Fixes</h3> <ul> <li>Container utilities should only output standard min-width rules (<a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/402">#402</a>) (<a href="https://github.com/voorjaar/windicss/commit/c5ef685">c5ef685</a>)</li> <li>don't merge font family array, close <a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/363">#363</a> (<a href="https://github.com/voorjaar/windicss/commit/bed55f6">bed55f6</a>)</li> <li>skip false content utility, close <a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/403">#403</a> (<a href="https://github.com/voorjaar/windicss/commit/6e94892">6e94892</a>)</li> <li><strong>wrapWithVariants:</strong> forgiving for applying variants (<a href="https://github.com/voorjaar/windicss/commit/33a7434">33a7434</a>)</li> <li>Typo in animation-iteration-count breaks animation repeat utilities (<a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/400">#400</a>) (<a href="https://github.com/voorjaar/windicss/commit/23b1fa9">23b1fa9</a>)</li> </ul> <h2>v3.1.5</h2> <h3>Bug Fixes</h3> <ul> <li>add sky color (<a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/384">#384</a>) (<a href="https://github.com/voorjaar/windicss/commit/33495a8">33495a8</a>)</li> <li>add whitespaces around operators in arbitrary calc (<a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/390">#390</a>) (<a href="https://github.com/voorjaar/windicss/commit/1c70709">1c70709</a>)</li> <li>minmax with brackets, close <a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/367">#367</a> (<a href="https://github.com/voorjaar/windicss/commit/26078c0">26078c0</a>)</li> <li>plugin loading resets variants <a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/330">#330</a> (<a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/381">#381</a>) (<a href="https://github.com/voorjaar/windicss/commit/db1facc">db1facc</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/windicss/windicss/commit/007767d3248aaae5841cd3fd48ad0514e8273d99"><code>007767d</code></a> release v3.1.7</li> <li><a href="https://github.com/windicss/windicss/commit/e408af1202c961ec1cd8c74bbbbc63adebca63d0"><code>e408af1</code></a> feat: add variant for the <code>::file-selector-button</code> pseudo-element (<a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/388">#388</a>)</li> <li><a href="https://github.com/windicss/windicss/commit/97bd126ef6edd4d88479b2cfdb1703bcb47cbfee"><code>97bd126</code></a> feat: handle fraction for padding and margin, close <a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/415">#415</a> (<a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/416">#416</a>)</li> <li><a href="https://github.com/windicss/windicss/commit/a7e69acefda6fbde6f5cba6e4cbd0e575d306249"><code>a7e69ac</code></a> test: correct order test <a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/345">#345</a></li> <li><a href="https://github.com/windicss/windicss/commit/3642e3cf445a9e435e9fd6c6390d19543a223eba"><code>3642e3c</code></a> fix: interpret order should follow add components order <a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/345">#345</a></li> <li><a href="https://github.com/windicss/windicss/commit/c944e9592ed00b4b771c51f98d70dada7b84f4f9"><code>c944e95</code></a> fix: plugins types declaration file path (<a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/408">#408</a>)</li> <li><a href="https://github.com/windicss/windicss/commit/43689256020d5fd967f796e01a81f3d71f1496ec"><code>4368925</code></a> release v3.1.6</li> <li><a href="https://github.com/windicss/windicss/commit/bed55f637910f37dfa5797010806e23e334c9ad6"><code>bed55f6</code></a> fix: don't merge font family array, close <a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/363">#363</a></li> <li><a href="https://github.com/windicss/windicss/commit/c5ef685b9e4df50c7b2af2cd1240b19065ded043"><code>c5ef685</code></a> fix: Container utilities should only output standard min-width rules (<a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/402">#402</a>)</li> <li><a href="https://github.com/windicss/windicss/commit/6e94892772c712aa866ae3e78e830efd18206eb4"><code>6e94892</code></a> fix: skip false content utility, close <a href="https://github-redirect.dependabot.com/voorjaar/windicss/issues/403">#403</a></li> <li>Additional commits viewable in <a href="https://github.com/voorjaar/windicss/compare/v3.1.4...v3.1.7">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=3.1.4&new-version=3.1.7)](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:06:02 +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#134