Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade: Bump stylelint from 16.8.2 to 16.9.0 (#4796)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.8.2 to 16.9.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.9.0</h2> <ul> <li>Changed: <code>secondaryOptions</code> argument type of the <code>Rule</code> function (<a href="https://redirect.github.com/stylelint/stylelint/issues/7950">#7950</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>color-function-notation</code> reporting functions with less than 3 arguments (<a href="https://redirect.github.com/stylelint/stylelint/issues/7948">#7948</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>declaration-property-value-no-unknown</code> false positives/negatives (<a href="https://redirect.github.com/stylelint/stylelint/issues/7944">#7944</a> & <a href="https://redirect.github.com/stylelint/stylelint/issues/7957">#7957</a> & <a href="https://redirect.github.com/stylelint/stylelint/issues/7956">#7956</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a> & <a href="https://github.com/sidverma32"><code>@sidverma32</code></a>). <ul> <li>false positives: <code>overflow</code>, <code>word-break</code>, <code>width</code></li> <li>false negatives: <code>anchor-name</code>, <code>field-sizing</code>, <code>text-box-edge</code>, <code>text-box-trim</code>, <code>text-spacing-trim</code>, <code>text-wrap</code>, <code>text-wrap-mode</code>, <code>text-wrap-style</code>, <code>view-timeline</code>, <code>view-timeline-axis</code>, <code>view-timeline-inset</code>, <code>view-timeline-name</code>, <code>view-transition-name</code></li> </ul> </li> <li>Fixed: <code>keyframe-block-no-duplicate-selectors</code>/<code>keyframe-declaration-no-important</code>/<code>keyframe-selector-notation</code>/<code>no-unknown-animations</code> false negatives for <code>@-o-keyframes</code> and <code>@-ms-keyframes</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/7953">#7953</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>no-duplicate-selectors</code> reported ranges (<a href="https://redirect.github.com/stylelint/stylelint/issues/7938">#7938</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>property-no-vendor-prefix</code> report for <code>-webkit-background-size</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/7940">#7940</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>selector-class-pattern</code> reported ranges (<a href="https://redirect.github.com/stylelint/stylelint/issues/7959">#7959</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>selector-no-qualifying-type</code> reported ranges (<a href="https://redirect.github.com/stylelint/stylelint/issues/7937">#7937</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: honour Node.js <code>--no-deprecation</code> flag for rule deprecation warnings (<a href="https://redirect.github.com/stylelint/stylelint/issues/7943">#7943</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.9.0</h2> <ul> <li>Changed: <code>secondaryOptions</code> argument type of the <code>Rule</code> function (<a href="https://redirect.github.com/stylelint/stylelint/pull/7950">#7950</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>color-function-notation</code> reporting functions with less than 3 arguments (<a href="https://redirect.github.com/stylelint/stylelint/pull/7948">#7948</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>declaration-property-value-no-unknown</code> false positives/negatives (<a href="https://redirect.github.com/stylelint/stylelint/pull/7944">#7944</a> & <a href="https://redirect.github.com/stylelint/stylelint/pull/7957">#7957</a> & <a href="https://redirect.github.com/stylelint/stylelint/pull/7956">#7956</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a> & <a href="https://github.com/sidverma32"><code>@sidverma32</code></a>). <ul> <li>false positives: <code>overflow</code>, <code>word-break</code>, <code>width</code></li> <li>false negatives: <code>anchor-name</code>, <code>field-sizing</code>, <code>text-box-edge</code>, <code>text-box-trim</code>, <code>text-spacing-trim</code>, <code>text-wrap</code>, <code>text-wrap-mode</code>, <code>text-wrap-style</code>, <code>view-timeline</code>, <code>view-timeline-axis</code>, <code>view-timeline-inset</code>, <code>view-timeline-name</code>, <code>view-transition-name</code></li> </ul> </li> <li>Fixed: <code>keyframe-block-no-duplicate-selectors</code>/<code>keyframe-declaration-no-important</code>/<code>keyframe-selector-notation</code>/<code>no-unknown-animations</code> false negatives for <code>@-o-keyframes</code> and <code>@-ms-keyframes</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/7953">#7953</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>no-duplicate-selectors</code> reported ranges (<a href="https://redirect.github.com/stylelint/stylelint/pull/7938">#7938</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>property-no-vendor-prefix</code> report for <code>-webkit-background-size</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/7940">#7940</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>selector-class-pattern</code> reported ranges (<a href="https://redirect.github.com/stylelint/stylelint/pull/7959">#7959</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>selector-no-qualifying-type</code> reported ranges (<a href="https://redirect.github.com/stylelint/stylelint/pull/7937">#7937</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: honour Node.js <code>--no-deprecation</code> flag for rule deprecation warnings (<a href="https://redirect.github.com/stylelint/stylelint/pull/7943">#7943</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/94c3d936e9999782297392494f81ae52fcd354f9"><code>94c3d93</code></a> 16.9.0</li> <li><a href="https://github.com/stylelint/stylelint/commit/549a1a834f944937500f949b0801d4ccba6f1106"><code>549a1a8</code></a> Prepare 16.9.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/7946">#7946</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/baadc25339ce16a86269646a38577731cd6983e6"><code>baadc25</code></a> Refactor to fix <code>CoreRules</code> type inconsistencies (<a href="https://redirect.github.com/stylelint/stylelint/issues/7967">#7967</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/78b1e837f1e4197034e52a2b33699cdc9f0821d3"><code>78b1e83</code></a> Improve <code>PublicApi['rules']</code> type and remove <code>BuiltInRules</code>, <code>Formatters</code> and...</li> <li><a href="https://github.com/stylelint/stylelint/commit/5cf18b19c7ef2a81a0357c7ff28eebb17220defd"><code>5cf18b1</code></a> Refactor to add <code>CoreRules</code> type (<a href="https://redirect.github.com/stylelint/stylelint/issues/7954">#7954</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/ce0b1af7b379c88446f2b0e1c367c5132d1d6c1d"><code>ce0b1af</code></a> Bump supports-hyperlinks from 3.0.0 to 3.1.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/7962">#7962</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/ab47e73ecb602d18ed6dbeacf8631683463a5060"><code>ab47e73</code></a> Change <code>secondaryOptions</code> argument type of the <code>Rule</code> function (<a href="https://redirect.github.com/stylelint/stylelint/issues/7950">#7950</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/d53ce337abaa602b873f51dec51735ae3d8723b1"><code>d53ce33</code></a> Fix <code>declaration-property-value-no-unknown</code> false negatives (<a href="https://redirect.github.com/stylelint/stylelint/issues/7957">#7957</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/83e285184d70dfb176622ec6cece4a8317621e64"><code>83e2851</code></a> Fix <code>keyframe-block-no-duplicate-selectors</code>/`keyframe-declaration-no-importan...</li> <li><a href="https://github.com/stylelint/stylelint/commit/9744c18689a4e7a3a82e4cc13a5bdaf540a62656"><code>9744c18</code></a> Fix <code>selector-class-pattern</code> reported ranges (<a href="https://redirect.github.com/stylelint/stylelint/issues/7959">#7959</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/16.8.2...16.9.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.8.2&new-version=16.9.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information