Skip to content

Commit

Permalink
Bump stylelint from 16.7.0 to 16.8.0 in /dashboard (#7963)
Browse files Browse the repository at this point in the history
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.7.0 to
16.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/stylelint/stylelint/releases">stylelint's
releases</a>.</em></p>
<blockquote>
<h2>16.8.0</h2>
<ul>
<li>Deprecated: <code>github</code> formatter (<a
href="https://github.com/stylelint/stylelint/issues/7865">#7865</a>)
(<a
href="https://github.com/marcalexiei"><code>@​marcalexiei</code></a>).</li>
<li>Fixed: <code>function-url-quotes</code> false positives for SCSS
variables and <code>#</code>/<code>?</code> characters (<a
href="https://github.com/stylelint/stylelint/issues/7874">#7874</a>)
(<a
href="https://github.com/vimalloc"><code>@​vimalloc</code></a>).</li>
<li>Fixed: <code>keyframe-selector-notation</code> false positives for
<code>entry-crossing</code> and <code>exit-crossing</code> (<a
href="https://github.com/stylelint/stylelint/issues/7859">#7859</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>no-descending-specificity</code> false positives for
nested rules without declarations (<a
href="https://github.com/stylelint/stylelint/issues/7850">#7850</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>no-duplicate-selectors</code> end positions (<a
href="https://github.com/stylelint/stylelint/issues/7867">#7867</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>no-duplicate-selectors</code> false negatives for three
or more duplicates (<a
href="https://github.com/stylelint/stylelint/issues/7867">#7867</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-max-compound-selectors</code> error for
<code>@nest</code> (<a
href="https://github.com/stylelint/stylelint/issues/7875">#7875</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-pseudo-class-no-unknown</code> false positives
for <code>:active-view-transition</code> and
<code>:active-view-transition-type()</code> (<a
href="https://github.com/stylelint/stylelint/issues/7868">#7868</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed: <code>selector-type-*</code>, <code>selector-max-type</code>
and <code>selector-class-pattern</code> false positives for
<code>&lt;timeline-range-name&gt;</code> in keyframe selectors (<a
href="https://github.com/stylelint/stylelint/issues/7856">#7856</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>stylelint.utils.checkAgainstRule()</code> regression
when <code>reportNeedlessDisables</code> and <code>quiet</code> are both
enabled (<a
href="https://github.com/stylelint/stylelint/issues/7879">#7879</a>)
(<a
href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li>
<li>Fixed: configuration comments within selector and value lists being
ignored (<a
href="https://github.com/stylelint/stylelint/issues/7839">#7839</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md">stylelint's
changelog</a>.</em></p>
<blockquote>
<h2>16.8.0</h2>
<ul>
<li>Deprecated: <code>github</code> formatter (<a
href="https://github.com/stylelint/stylelint/pull/7865">#7865</a>)
(<a
href="https://github.com/marcalexiei"><code>@​marcalexiei</code></a>).</li>
<li>Fixed: <code>function-url-quotes</code> false positives for SCSS
variables and <code>#</code>/<code>?</code> characters (<a
href="https://github.com/stylelint/stylelint/pull/7874">#7874</a>)
(<a
href="https://github.com/vimalloc"><code>@​vimalloc</code></a>).</li>
<li>Fixed: <code>keyframe-selector-notation</code> false positives for
<code>entry-crossing</code> and <code>exit-crossing</code> (<a
href="https://github.com/stylelint/stylelint/pull/7859">#7859</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>no-descending-specificity</code> false positives for
nested rules without declarations (<a
href="https://github.com/stylelint/stylelint/pull/7850">#7850</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>no-duplicate-selectors</code> end positions (<a
href="https://github.com/stylelint/stylelint/pull/7867">#7867</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>no-duplicate-selectors</code> false negatives for three
or more duplicates (<a
href="https://github.com/stylelint/stylelint/pull/7867">#7867</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-max-compound-selectors</code> error for
<code>@nest</code> (<a
href="https://github.com/stylelint/stylelint/pull/7875">#7875</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-pseudo-class-no-unknown</code> false positives
for <code>:active-view-transition</code> and
<code>:active-view-transition-type()</code> (<a
href="https://github.com/stylelint/stylelint/pull/7868">#7868</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed: <code>selector-type-*</code>, <code>selector-max-type</code>
and <code>selector-class-pattern</code> false positives for
<code>&lt;timeline-range-name&gt;</code> in keyframe selectors (<a
href="https://github.com/stylelint/stylelint/pull/7856">#7856</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>stylelint.utils.checkAgainstRule()</code> regression
when <code>reportNeedlessDisables</code> and <code>quiet</code> are both
enabled (<a
href="https://github.com/stylelint/stylelint/pull/7879">#7879</a>)
(<a
href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li>
<li>Fixed: configuration comments within selector and value lists being
ignored (<a
href="https://github.com/stylelint/stylelint/pull/7839">#7839</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/stylelint/stylelint/commit/19365cac49d32d8c9fc2cb52ee47009cdcb96e4f"><code>19365ca</code></a>
16.8.0</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/50478e631841b25e4e70126ea7c50b88a4ef6f2b"><code>50478e6</code></a>
Prepare 16.8.0 (<a
href="https://github.com/stylelint/stylelint/issues/7870">#7870</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/8e5c8a3922fccd547ea2fb3e896b8b39829a53a9"><code>8e5c8a3</code></a>
Fix <code>function-url-quotes</code> false positives for SCSS variables
and <code>#</code>/<code>?</code> char...</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/2d0451197aeea6389136c0e2b205bcc7607cb2a1"><code>2d04511</code></a>
Bump husky from 9.1.2 to 9.1.3 (<a
href="https://github.com/stylelint/stylelint/issues/7886">#7886</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/118fe2b39e131a43981c6d96af399a8807f6c8ed"><code>118fe2b</code></a>
Bump debug from 4.3.5 to 4.3.6 (<a
href="https://github.com/stylelint/stylelint/issues/7885">#7885</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/1905e415ef7f248011c22634a1867921aaf6a479"><code>1905e41</code></a>
Bump rollup from 4.19.0 to 4.19.1 (<a
href="https://github.com/stylelint/stylelint/issues/7884">#7884</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/ac73451f7c70beaae728ccd24b4232bdeab8edec"><code>ac73451</code></a>
Document to add ecosystem test check in releasing task list (<a
href="https://github.com/stylelint/stylelint/issues/7883">#7883</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/8fefd145f86b74f182286550675881c47b164fba"><code>8fefd14</code></a>
Refactor to use severity constants (<a
href="https://github.com/stylelint/stylelint/issues/7882">#7882</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/cfe2bcff69a4c6ffb2839552a1fec36cf4971895"><code>cfe2bcf</code></a>
Fix <code>stylelint.utils.checkAgainstRule()</code> regression when both
`reportNeedless...</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/3024d7550f9986a4717bf3bdfd2bea2f67d572f4"><code>3024d75</code></a>
Fix configuration comments within selector and value lists being ignored
(<a
href="https://github.com/stylelint/stylelint/issues/7839">#7839</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/stylelint/stylelint/compare/16.7.0...16.8.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=stylelint&package-manager=npm_and_yarn&previous-version=16.7.0&new-version=16.8.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 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>
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
1 parent a1a4c9d commit dd5a05e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.77.8",
"shx": "^0.3.4",
"stylelint": "^16.7.0",
"stylelint": "^16.8.0",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard-scss": "^13.1.0",
Expand Down
42 changes: 21 additions & 21 deletions dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5526,10 +5526,10 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0:
dependencies:
ms "2.0.0"

debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5:
version "4.3.5"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e"
integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==
debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.6:
version "4.3.6"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b"
integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==
dependencies:
ms "2.1.2"

Expand Down Expand Up @@ -11662,10 +11662,10 @@ postcss-replace-overflow-wrap@^4.0.0:
resolved "https://registry.yarnpkg.com/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz#d2df6bed10b477bf9c52fab28c568b4b29ca4319"
integrity sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==

postcss-resolve-nested-selector@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz#29ccbc7c37dedfac304e9fff0bf1596b3f6a0e4e"
integrity sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==
postcss-resolve-nested-selector@^0.1.1, postcss-resolve-nested-selector@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.4.tgz#0068767902fb40f0e6cd7b24faee4fa4bc14a5da"
integrity sha512-R6vHqZWgVnTAPq0C+xjyHfEZqfIYboCBVSy24MjxEDm+tIh1BU4O6o7DP7AA7kHzf136d+Qc5duI4tlpHjixDw==

postcss-safe-parser@^7.0.0:
version "7.0.0"
Expand All @@ -11684,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.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, postcss-selector-parser@^6.1.1:
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 @@ -11725,10 +11725,10 @@ postcss@^7.0.35:
picocolors "^0.2.1"
source-map "^0.6.1"

postcss@^8.3.5, postcss@^8.4.23, postcss@^8.4.32, postcss@^8.4.33, postcss@^8.4.38, postcss@^8.4.39, postcss@^8.4.4:
version "8.4.39"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.39.tgz#aa3c94998b61d3a9c259efa51db4b392e1bde0e3"
integrity sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==
postcss@^8.3.5, postcss@^8.4.23, postcss@^8.4.32, postcss@^8.4.33, postcss@^8.4.38, postcss@^8.4.4, postcss@^8.4.40:
version "8.4.40"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.40.tgz#eb81f2a4dd7668ed869a6db25999e02e9ad909d8"
integrity sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==
dependencies:
nanoid "^3.3.7"
picocolors "^1.0.1"
Expand Down Expand Up @@ -13894,10 +13894,10 @@ stylelint-scss@^6.0.0, stylelint-scss@^6.4.1:
postcss-selector-parser "^6.1.0"
postcss-value-parser "^4.2.0"

stylelint@^16.7.0:
version "16.7.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.7.0.tgz#5f6acf516aedecba7a6472ba0cc1ffc20e2be86b"
integrity sha512-Q1ATiXlz+wYr37a7TGsfvqYn2nSR3T/isw3IWlZQzFzCNoACHuGBb6xBplZXz56/uDRJHIygxjh7jbV/8isewA==
stylelint@^16.8.0:
version "16.8.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.8.0.tgz#6f225cbec00850e65137fd4bafd62a796d8ad9d3"
integrity sha512-Jjr40w3PXDiJVW6c9swLM0a1e0DgDm/XkFozc4XgAcREFas+/nchzmDmeVxazbzXgpDrwm+cW6W6iGtZqYUh+g==
dependencies:
"@csstools/css-parser-algorithms" "^2.7.1"
"@csstools/css-tokenizer" "^2.4.1"
Expand All @@ -13909,7 +13909,7 @@ stylelint@^16.7.0:
cosmiconfig "^9.0.0"
css-functions-list "^3.2.2"
css-tree "^2.3.1"
debug "^4.3.5"
debug "^4.3.6"
fast-glob "^3.3.2"
fastest-levenshtein "^1.0.16"
file-entry-cache "^9.0.0"
Expand All @@ -13926,10 +13926,10 @@ stylelint@^16.7.0:
micromatch "^4.0.7"
normalize-path "^3.0.0"
picocolors "^1.0.1"
postcss "^8.4.39"
postcss-resolve-nested-selector "^0.1.1"
postcss "^8.4.40"
postcss-resolve-nested-selector "^0.1.4"
postcss-safe-parser "^7.0.0"
postcss-selector-parser "^6.1.0"
postcss-selector-parser "^6.1.1"
postcss-value-parser "^4.2.0"
resolve-from "^5.0.0"
string-width "^4.2.3"
Expand Down

0 comments on commit dd5a05e

Please sign in to comment.