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.1 to 16.8.2 (#4789)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.8.1 to 16.8.2. <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.2</h2> <ul> <li>Deprecated: <code>context.fix</code> usage in favour of recommending to pass a <code>fix</code> callback to <code>report()</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/7895">#7895</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Added: deprecation notice annotation to the output of the <code>github</code> formatter (<a href="https://redirect.github.com/stylelint/stylelint/issues/7909">#7909</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>custom-property-no-missing-var-function</code> false positives for <code>view-transition-name</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/7914">#7914</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>keyframe-block-no-duplicate-selectors</code> reported ranges (<a href="https://redirect.github.com/stylelint/stylelint/issues/7932">#7932</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>no-invalid-double-slash-comments</code> reported ranges (<a href="https://redirect.github.com/stylelint/stylelint/issues/7907">#7907</a> & <a href="https://redirect.github.com/stylelint/stylelint/issues/7905">#7905</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a> & <a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>selector-max-type</code> reported ranges (<a href="https://redirect.github.com/stylelint/stylelint/issues/7916">#7916</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>selector-type-no-unknown</code> false positives for <code>::highlight()</code> and <code>::view-transition-*()</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/7913">#7913</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.8.2</h2> <ul> <li>Deprecated: <code>context.fix</code> usage in favour of recommending to pass a <code>fix</code> callback to <code>report()</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/7895">#7895</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Added: deprecation notice annotation to the output of the <code>github</code> formatter (<a href="https://redirect.github.com/stylelint/stylelint/pull/7909">#7909</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>custom-property-no-missing-var-function</code> false positives for <code>view-transition-name</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/7914">#7914</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>keyframe-block-no-duplicate-selectors</code> reported ranges (<a href="https://redirect.github.com/stylelint/stylelint/pull/7932">#7932</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>no-invalid-double-slash-comments</code> reported ranges (<a href="https://redirect.github.com/stylelint/stylelint/pull/7907">#7907</a> & <a href="https://redirect.github.com/stylelint/stylelint/pull/7905">#7905</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a> & <a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>selector-max-type</code> reported ranges (<a href="https://redirect.github.com/stylelint/stylelint/pull/7916">#7916</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>selector-type-no-unknown</code> false positives for <code>::highlight()</code> and <code>::view-transition-*()</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/7913">#7913</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/860acdccb666ee3429d8509e596ce81708448b3f"><code>860acdc</code></a> 16.8.2</li> <li><a href="https://github.com/stylelint/stylelint/commit/7f09106a24610e69ae17df81a64bb048055499c4"><code>7f09106</code></a> Prepare 16.8.2 (<a href="https://redirect.github.com/stylelint/stylelint/issues/7902">#7902</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/2b134542e65f2b0080fc2a272c1e77bf4fb29021"><code>2b13454</code></a> Fix <code>keyframe-block-no-duplicate-selectors</code> reported ranges (<a href="https://redirect.github.com/stylelint/stylelint/issues/7932">#7932</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/c3829d500386456e682ab490fe94383f5499bbec"><code>c3829d5</code></a> Refactor to add <code>isVarFunction</code> utility and rename <code>isIgnoredFunction</code> to `is...</li> <li><a href="https://github.com/stylelint/stylelint/commit/197400ec4c485dc6d56dd3d8f42e6f189a0345c2"><code>197400e</code></a> Fix <code>selector-max-type</code> reported ranges (<a href="https://redirect.github.com/stylelint/stylelint/issues/7916">#7916</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/b4c61d7ef21b4706c75faa91d68696f1394524c1"><code>b4c61d7</code></a> Add details on keys used for <code>--cache</code> option in documentation (<a href="https://redirect.github.com/stylelint/stylelint/issues/7926">#7926</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/108af6950a3a98e7de993f2c1a4860e9c000148d"><code>108af69</code></a> Bump ignore from 5.3.1 to 5.3.2 (<a href="https://redirect.github.com/stylelint/stylelint/issues/7930">#7930</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/ac83f35d85f5200bfccf31311cd3446b32159cae"><code>ac83f35</code></a> Bump lint-staged from 15.2.8 to 15.2.9 (<a href="https://redirect.github.com/stylelint/stylelint/issues/7929">#7929</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/47f0a0c2e66829873a8fae98e97cf23f9a663316"><code>47f0a0c</code></a> Bump postcss-selector-parser from 6.1.1 to 6.1.2 in the postcss group (<a href="https://redirect.github.com/stylelint/stylelint/issues/7928">#7928</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/f0992a5b859ad994dc55c3c3fd0eeccacec466be"><code>f0992a5</code></a> Fix <code>.cjs</code> files clean up (<a href="https://redirect.github.com/stylelint/stylelint/issues/7922">#7922</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/16.8.1...16.8.2">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.1&new-version=16.8.2)](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