Skip to content

Commit

Permalink
Bump stylelint-scss from 6.2.1 to 6.4.1 in /dashboard (#7903)
Browse files Browse the repository at this point in the history
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss)
from 6.2.1 to 6.4.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/stylelint-scss/stylelint-scss/releases">stylelint-scss's
releases</a>.</em></p>
<blockquote>
<h2>6.4.1</h2>
<ul>
<li>Fixed: false positive for mixins in
<code>load-partial-extension</code> (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1021">#1021</a>).</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/stylelint-scss/stylelint-scss/compare/v6.4.0...v6.4.1">https://github.com/stylelint-scss/stylelint-scss/compare/v6.4.0...v6.4.1</a></p>
<h2>6.4.0</h2>
<ul>
<li>Added: <code>load-partial-extension</code> rule, and deprecated
<code>at-import-partial-extension</code> rule (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/998">#998</a>).</li>
<li>Fixed: <code>partial-no-import</code> message to include more
accurate rule name (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1019">#1019</a>).</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/stylelint-scss/stylelint-scss/compare/v6.3.2...v6.4.0">https://github.com/stylelint-scss/stylelint-scss/compare/v6.3.2...v6.4.0</a></p>
<h2>6.3.2</h2>
<ul>
<li>Fixed: <code>at-mixin-no-risky-nesting-selector</code> fix false
positives (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1010">#1010</a>).</li>
<li>Fixed: <code>operator-no-unspaced</code> handle variables with unary
negation (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1011">#1011</a>).</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/stylelint-scss/stylelint-scss/compare/v6.3.1...v6.3.2">https://github.com/stylelint-scss/stylelint-scss/compare/v6.3.1...v6.3.2</a></p>
<h2>6.3.1</h2>
<ul>
<li>Fixed: <code>selector-no-redundant-nesting-selector</code> handle
pseudo selectors (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1008">#1008</a>).</li>
<li>Fixed: <code>operator-no-unspaced</code> handle Tailwind CSS direct
children styling (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1007">#1007</a>).</li>
<li>Fixed: <code>no-unused-private-members</code> fix changes from
hyphen to underscore in debug message (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1002">#1002</a>).</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/stylelint-scss/stylelint-scss/compare/v6.3.0...v6.3.1">https://github.com/stylelint-scss/stylelint-scss/compare/v6.3.0...v6.3.1</a></p>
<h2>6.3.0</h2>
<ul>
<li>Added: <code>at-mixin-no-risky-nesting-selector</code> rule (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/985">#985</a>).</li>
<li>Fixed: <code>property-no-unknown</code> ignore interpolated
properties (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/977">#977</a>).</li>
<li>Fixed: <code>no-unused-private-members</code> treat hyphens and
underscores as equals (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/987">#987</a>).</li>
<li>Fixed: <code>no-global-function-names</code> report errors inside
at-rules (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/988">#988</a>).</li>
<li>Fixed: <code>operator-no-unspaced</code> ignore operators inside
<code>@scope</code> (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/995">#995</a>).</li>
<li>Fixed: <code>no-duplicate-mixins</code> allow using the same mixin
name in different scope (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/997">#997</a>).</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/stylelint-scss/stylelint-scss/compare/v6.2.1...v6.3.0">https://github.com/stylelint-scss/stylelint-scss/compare/v6.2.1...v6.3.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md">stylelint-scss's
changelog</a>.</em></p>
<blockquote>
<h1>6.4.1</h1>
<ul>
<li>Fixed: false positive for mixins in
<code>load-partial-extension</code> (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1021">#1021</a>).</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/stylelint-scss/stylelint-scss/compare/v6.4.0...v6.4.1">https://github.com/stylelint-scss/stylelint-scss/compare/v6.4.0...v6.4.1</a></p>
<h1>6.4.0</h1>
<ul>
<li>Added: <code>load-partial-extension</code> rule, and deprecated
<code>at-import-partial-extension</code> rule (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/998">#998</a>).</li>
<li>Fixed: <code>partial-no-import</code> message to include more
accurate rule name (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1019">#1019</a>).</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/stylelint-scss/stylelint-scss/compare/v6.3.2...v6.4.0">https://github.com/stylelint-scss/stylelint-scss/compare/v6.3.2...v6.4.0</a></p>
<h1>6.3.2</h1>
<ul>
<li>Fixed: <code>at-mixin-no-risky-nesting-selector</code> fix false
positives (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1010">#1010</a>).</li>
<li>Fixed: <code>operator-no-unspaced</code> handle variables with unary
negation (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1011">#1011</a>).</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/stylelint-scss/stylelint-scss/compare/v6.3.1...v6.3.2">https://github.com/stylelint-scss/stylelint-scss/compare/v6.3.1...v6.3.2</a></p>
<h1>6.3.1</h1>
<ul>
<li>Fixed: <code>selector-no-redundant-nesting-selector</code> handle
pseudo selectors (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1008">#1008</a>).</li>
<li>Fixed: <code>operator-no-unspaced</code> handle Tailwind CSS direct
children styling (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1007">#1007</a>).</li>
<li>Fixed: <code>no-unused-private-members</code> fix changes from
hyphen to underscore in debug message (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1002">#1002</a>).</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/stylelint-scss/stylelint-scss/compare/v6.3.0...v6.3.1">https://github.com/stylelint-scss/stylelint-scss/compare/v6.3.0...v6.3.1</a></p>
<h1>6.3.0</h1>
<ul>
<li>Added: <code>at-mixin-no-risky-nesting-selector</code> rule (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/985">#985</a>).</li>
<li>Fixed: <code>property-no-unknown</code> ignore interpolated
properties (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/977">#977</a>).</li>
<li>Fixed: <code>no-unused-private-members</code> treat hyphens and
underscores as equals (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/987">#987</a>).</li>
<li>Fixed: <code>no-global-function-names</code> report errors inside
at-rules (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/988">#988</a>).</li>
<li>Fixed: <code>operator-no-unspaced</code> ignore operators inside
<code>@scope</code> (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/995">#995</a>).</li>
<li>Fixed: <code>no-duplicate-mixins</code> allow using the same mixin
name in different scope (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/997">#997</a>).</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/stylelint-scss/stylelint-scss/compare/v6.2.1...v6.3.0">https://github.com/stylelint-scss/stylelint-scss/compare/v6.2.1...v6.3.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/stylelint-scss/stylelint-scss/commit/6a327eaddc4596e86b5b43a1a19ca0ad511755b3"><code>6a327ea</code></a>
6.4.1</li>
<li><a
href="https://github.com/stylelint-scss/stylelint-scss/commit/60c1776b1284f71bd50c1e4f211bd14ef4888b2d"><code>60c1776</code></a>
Prepare version 6.4.1</li>
<li><a
href="https://github.com/stylelint-scss/stylelint-scss/commit/dbbc4b1723dfda969d59c2b0bb772a9e70abb887"><code>dbbc4b1</code></a>
Fix false positive for mixins in <code>load-partial-extension</code> (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1021">#1021</a>)</li>
<li><a
href="https://github.com/stylelint-scss/stylelint-scss/commit/1fc78a1456b78da8370d4531e79e5f73834cd6fd"><code>1fc78a1</code></a>
6.4.0</li>
<li><a
href="https://github.com/stylelint-scss/stylelint-scss/commit/221b926ceb600c9ad4ce68ee296a4e322a7e88c8"><code>221b926</code></a>
Prepare version 6.4.0</li>
<li><a
href="https://github.com/stylelint-scss/stylelint-scss/commit/c1aa46549cf75036e2259d6a04493423054c7f89"><code>c1aa465</code></a>
Fix <code>partial-no-import</code> message to include more accurate rule
name (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1019">#1019</a>)</li>
<li><a
href="https://github.com/stylelint-scss/stylelint-scss/commit/ebc9893e6feeeff7e4269fa7c50f7ba1521add53"><code>ebc9893</code></a>
Add <code>load-partial-extension</code> and deprecate
<code>at-import-partial-extension</code>. (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/998">#998</a>)</li>
<li><a
href="https://github.com/stylelint-scss/stylelint-scss/commit/ec6b569f4e8d695a3ff4208181c06e958009ee64"><code>ec6b569</code></a>
build(deps-dev): bump prettier from 3.2.5 to 3.3.2 (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1018">#1018</a>)</li>
<li><a
href="https://github.com/stylelint-scss/stylelint-scss/commit/5e746ecc5d80179fcfb9d31fdc739958458f17ba"><code>5e746ec</code></a>
build(deps-dev): bump np from 10.0.5 to 10.0.6 (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1014">#1014</a>)</li>
<li><a
href="https://github.com/stylelint-scss/stylelint-scss/commit/c8a3d894cccd22bf449463ad3229635199083985"><code>c8a3d89</code></a>
build(deps-dev): bump jest-preset-stylelint from 7.0.0 to 7.0.1 (<a
href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1016">#1016</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/stylelint-scss/stylelint-scss/compare/v6.2.1...v6.4.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=stylelint-scss&package-manager=npm_and_yarn&previous-version=6.2.1&new-version=6.4.1)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesús Miguel Benito Calzada <jesus.benito@broadcom.com>
  • Loading branch information
dependabot[bot] and beni0888 authored Jul 17, 2024
1 parent e0d100a commit 0cf5f49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-scss": "^6.2.1",
"stylelint-scss": "^6.4.1",
"ts-jest": "^29.1.2",
"ts-proto": "^1.172.0",
"typescript": "^5.4.5"
Expand Down
19 changes: 7 additions & 12 deletions dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9335,11 +9335,6 @@ klona@^2.0.4, klona@^2.0.5:
resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.6.tgz#85bffbf819c03b2f53270412420a4555ef882e22"
integrity sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==

known-css-properties@^0.29.0:
version "0.29.0"
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.29.0.tgz#e8ba024fb03886f23cb882e806929f32d814158f"
integrity sha512-Ne7wqW7/9Cz54PDt4I3tcV+hAyat8ypyOGzYRJQfdxnnjeWsTxt1cy8pjvvKeI5kfXuyvULyeeAvwvvtAX3ayQ==

known-css-properties@^0.34.0:
version "0.34.0"
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.34.0.tgz#ccd7e9f4388302231b3f174a8b1d5b1f7b576cea"
Expand Down Expand Up @@ -11689,7 +11684,7 @@ postcss-selector-not@^6.0.1:
dependencies:
postcss-selector-parser "^6.0.10"

postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.11, postcss-selector-parser@^6.0.15, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.9, postcss-selector-parser@^6.1.0:
postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.11, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.9, postcss-selector-parser@^6.1.0:
version "6.1.1"
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.1.1.tgz#5be94b277b8955904476a2400260002ce6c56e38"
integrity sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==
Expand Down Expand Up @@ -13888,15 +13883,15 @@ stylelint-order@^6.0.2:
postcss "^8.4.32"
postcss-sorting "^8.0.2"

stylelint-scss@^6.0.0, stylelint-scss@^6.2.1:
version "6.2.1"
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-6.2.1.tgz#7675f3f5034a3b1d7d064d480e0d834ef9353244"
integrity sha512-ZoGLbVb1keZYRVGQlhB8G6sZOoNqw61whzzzGFWp05N12ErqLFfBv3JPrXiMLZaW98sBS7K/vUQhRnvUj4vwdw==
stylelint-scss@^6.0.0, stylelint-scss@^6.4.1:
version "6.4.1"
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-6.4.1.tgz#78a197bbcdf9a61b7365769a9a42dddc722a24c5"
integrity sha512-+clI2bQC2FPOt06ZwUlXZZ95IO2C5bKTP0GLN1LNQPVvISfSNcgMKv/VTwym1mK9vnqhHbOk8lO4rj4nY7L9pw==
dependencies:
known-css-properties "^0.29.0"
known-css-properties "^0.34.0"
postcss-media-query-parser "^0.2.3"
postcss-resolve-nested-selector "^0.1.1"
postcss-selector-parser "^6.0.15"
postcss-selector-parser "^6.1.0"
postcss-value-parser "^4.2.0"

stylelint@^16.7.0:
Expand Down

0 comments on commit 0cf5f49

Please sign in to comment.