Skip to content

Commit

Permalink
Bump stylelint from 16.3.1 to 16.6.1 in /dashboard (#7816)
Browse files Browse the repository at this point in the history
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.3.1 to
16.6.1.
<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.6.1</h2>
<ul>
<li>Fixed: <code>no-descending-specificity</code> false positives for
nested selectors (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7724">#7724</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-type-no-unknown</code> false positive for
<code>model</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7718">#7718</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
</ul>
<h2>16.6.0</h2>
<ul>
<li>Fixed: <code>function-calc-no-unspaced-operator</code> false
negatives (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7655">#7655</a>
&amp; <a
href="https://redirect.github.com/stylelint/stylelint/issues/7670">#7670</a>
&amp; <a
href="https://redirect.github.com/stylelint/stylelint/issues/7676">#7676</a>)
(<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>
&amp; <a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-not-notation</code> autofix of the
<code>&quot;simple&quot;</code> option (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7703">#7703</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed: <code>selector-max-specificity</code> end positions (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7685">#7685</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>no-descending-specificity</code> end positions (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7701">#7701</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: missing GitHub Sponsor for <code>npm fund</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7707">#7707</a>)
(<a
href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li>
</ul>
<h2>16.5.0</h2>
<ul>
<li>Added: regex support to <code>ignoreValues</code> for
<code>value-no-vendor-prefix</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7650">#7650</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed: <code>shorthand-property-no-redundant-values</code> false
negatives for functions (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7657">#7657</a>)
(<a
href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li>
<li>Fixed: <code>value-no-vendor-prefix</code> false negatives/positives
(<a
href="https://redirect.github.com/stylelint/stylelint/issues/7654">#7654</a>
&amp; <a
href="https://redirect.github.com/stylelint/stylelint/issues/7658">#7658</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed: <code>CosmiconfigResult</code> type error (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7661">#7661</a>)
(<a
href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li>
</ul>
<h2>16.4.0</h2>
<ul>
<li>Added: <code>no-unknown-custom-media</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7594">#7594</a>)
(<a
href="https://github.com/fpetrakov"><code>@​fpetrakov</code></a>).</li>
<li>Added: <code>ignoreLonghands: []</code> to
<code>declaration-block-no-redundant-longhand-properties</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7611">#7611</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Added: <code>ignore: [&quot;keyframe-selectors&quot;]</code> to
<code>rule-selector-property-disallowed-list</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7572">#7572</a>)
(<a
href="https://github.com/emmacharp"><code>@​emmacharp</code></a>).</li>
<li>Added: experimental support for post processors (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7568">#7568</a>)
(<a
href="https://github.com/YuanboXue-Amber"><code>@​YuanboXue-Amber</code></a>).</li>
<li>Fixed:
<code>declaration-block-no-redundant-longhand-properties</code> autofix
conflicts (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7626">#7626</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed:
<code>declaration-block-no-redundant-longhand-properties</code> autofix
for <code>text-decoration</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7611">#7611</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed:
<code>declaration-block-no-shorthand-property-overrides</code> false
negatives for <code>border</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7585">#7585</a>)
(<a
href="https://github.com/fpetrakov"><code>@​fpetrakov</code></a>).</li>
<li>Fixed:
<code>declaration-block-no-shorthand-property-overrides</code> false
negatives for <code>font</code> and <code>border</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7606">#7606</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed: <code>function-calc-no-unspaced-operator</code> false
negatives for some math functions (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7619">#7619</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed: <code>function-no-unknown</code> false positives for
<code>anchor</code> and <code>anchor-size</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7607">#7607</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed: <code>selector-max-attribute</code> end positions (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7592">#7592</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-max-class</code> end positions (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7590">#7590</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-max-combinators</code> end positions (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7596">#7596</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-max-compound-selectors</code> end positions
(<a
href="https://redirect.github.com/stylelint/stylelint/issues/7599">#7599</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-max-pseudo-class</code> end positions (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7598">#7598</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-max-universal</code> end positions (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7597">#7597</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-type-no-unknown</code> false positives for
experimental and deprecated HTML tags (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7612">#7612</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</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.6.1</h2>
<ul>
<li>Fixed: <code>no-descending-specificity</code> false positives for
nested selectors (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7724">#7724</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-type-no-unknown</code> false positive for
<code>model</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7718">#7718</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
</ul>
<h2>16.6.0</h2>
<ul>
<li>Fixed: <code>function-calc-no-unspaced-operator</code> false
negatives (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7655">#7655</a>
&amp; <a
href="https://redirect.github.com/stylelint/stylelint/pull/7670">#7670</a>
&amp; <a
href="https://redirect.github.com/stylelint/stylelint/pull/7676">#7676</a>)
(<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>
&amp; <a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-not-notation</code> autofix of the
<code>&quot;simple&quot;</code> option (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7703">#7703</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed: <code>selector-max-specificity</code> end positions (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7685">#7685</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>no-descending-specificity</code> end positions (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7701">#7701</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: missing GitHub Sponsor for <code>npm fund</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7707">#7707</a>)
(<a
href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li>
</ul>
<h2>16.5.0</h2>
<ul>
<li>Added: regex support to <code>ignoreValues</code> for
<code>value-no-vendor-prefix</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7650">#7650</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed: <code>shorthand-property-no-redundant-values</code> false
negatives for functions (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7657">#7657</a>)
(<a
href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li>
<li>Fixed: <code>value-no-vendor-prefix</code> false negatives/positives
(<a
href="https://redirect.github.com/stylelint/stylelint/pull/7654">#7654</a>
&amp; <a
href="https://redirect.github.com/stylelint/stylelint/pull/7658">#7658</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed: <code>CosmiconfigResult</code> type error (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7661">#7661</a>)
(<a
href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li>
</ul>
<h2>16.4.0</h2>
<ul>
<li>Added: <code>no-unknown-custom-media</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7594">#7594</a>)
(<a
href="https://github.com/fpetrakov"><code>@​fpetrakov</code></a>).</li>
<li>Added: <code>ignoreLonghands: []</code> to
<code>declaration-block-no-redundant-longhand-properties</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7611">#7611</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Added: <code>ignore: [&quot;keyframe-selectors&quot;]</code> to
<code>rule-selector-property-disallowed-list</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7572">#7572</a>)
(<a
href="https://github.com/emmacharp"><code>@​emmacharp</code></a>).</li>
<li>Added: experimental support for post processors (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7568">#7568</a>)
(<a
href="https://github.com/YuanboXue-Amber"><code>@​YuanboXue-Amber</code></a>).</li>
<li>Fixed:
<code>declaration-block-no-redundant-longhand-properties</code> autofix
conflicts (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7626">#7626</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed:
<code>declaration-block-no-redundant-longhand-properties</code> autofix
for <code>text-decoration</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7611">#7611</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed:
<code>declaration-block-no-shorthand-property-overrides</code> false
negatives for <code>border</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7585">#7585</a>)
(<a
href="https://github.com/fpetrakov"><code>@​fpetrakov</code></a>).</li>
<li>Fixed:
<code>declaration-block-no-shorthand-property-overrides</code> false
negatives for <code>font</code> and <code>border</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7606">#7606</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed: <code>function-calc-no-unspaced-operator</code> false
negatives for some math functions (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7619">#7619</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed: <code>function-no-unknown</code> false positives for
<code>anchor</code>, <code>anchor-size</code> and
<code>palette-mix</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7607">#7607</a>
&amp; <a
href="https://redirect.github.com/stylelint/stylelint/pull/7640">#7640</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed: <code>selector-max-attribute</code> end positions (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7592">#7592</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-max-class</code> end positions (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7590">#7590</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-max-combinators</code> end positions (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7596">#7596</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-max-compound-selectors</code> end positions
(<a
href="https://redirect.github.com/stylelint/stylelint/pull/7599">#7599</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-max-pseudo-class</code> end positions (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7598">#7598</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-max-universal</code> end positions (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7597">#7597</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-type-no-unknown</code> false positives for
experimental and deprecated HTML tags (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7612">#7612</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/stylelint/stylelint/commit/d902c0b7cc1233b74cc4959eff864cb3e2d87f73"><code>d902c0b</code></a>
16.6.1</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/42d08bdf0cb05547e4ff851d7108aea5f067c08b"><code>42d08bd</code></a>
Prepare 16.6.1 (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7721">#7721</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/b4f74e55c5f0e32aa31304f013b4057474f7ce3d"><code>b4f74e5</code></a>
Ignore <code>tmp/</code> from Prettier (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7726">#7726</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/62b58bc2616fd1420c0adb7090e1e3c03b64597a"><code>62b58bc</code></a>
Fix <code>no-descending-specificity</code> false positives for nested
selectors (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7724">#7724</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/72ec18af4292a96e1feec2e1b64235ea961f6d49"><code>72ec18a</code></a>
Refactor to use shared constant for <code>disabledRanges</code> object
(<a
href="https://redirect.github.com/stylelint/stylelint/issues/7722">#7722</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/b85be3c8f99ca1110fddfee17b389b7a43aec3a4"><code>b85be3c</code></a>
Fix typo in rules.md (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7717">#7717</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/9478c71b29ba0513e07bd388082eb1b4dbaeb4fb"><code>9478c71</code></a>
Bump file-entry-cache from 8.0.0 to 9.0.0 (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7720">#7720</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/211908bec34ea7a3ac6fceccc3775dc93aa2920b"><code>211908b</code></a>
Fix <code>selector-type-no-unknown</code> false positive for
<code>model</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7718">#7718</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/fa85a708889afedbb196c62aba14417c15cd468d"><code>fa85a70</code></a>
Bump lint-staged from 15.2.4 to 15.2.5 (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7719">#7719</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/44de825d40180c9225c74b239de15355f9488d37"><code>44de825</code></a>
Bump lint-staged from 15.2.2 to 15.2.4 (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7713">#7713</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/stylelint/stylelint/compare/16.3.1...16.6.1">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.3.1&new-version=16.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

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 Benito Calzada <jesus.benito@broadcom.com>
  • Loading branch information
dependabot[bot] and beni0888 authored Jul 16, 2024
1 parent 7e30d1c commit c7581cc
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit c7581cc

Please sign in to comment.