Skip to content

Commit 3514f61

Browse files
Upgrade: Bump stylelint from 16.22.0 to 16.24.0 (#5114)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.22.0 to 16.24.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.24.0</h2> <p>It adds 1 new rule, adds 1 option to a rule and fixes 2 bugs.</p> <ul> <li>Added: <code>rule-nesting-at-rule-required-list</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/issues/8680">#8680</a>) (<a href="https://github.com/sw1tch3roo"><code>@​sw1tch3roo</code></a>).</li> <li>Added: <code>ignoreAtRules: []</code> to <code>nesting-selector-no-missing-scoping-root</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8743">#8743</a>) (<a href="https://github.com/karlhorky"><code>@​karlhorky</code></a>).</li> <li>Fixed: <code>function-no-unknown</code> false positives for <code>contrast-color()</code> and <code>sibling-*()</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8729">#8729</a>) (<a href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li> <li>Fixed: <code>selector-pseudo-class-no-unknown</code> false positives for <code>:heading</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8749">#8749</a>) (<a href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li> </ul> <h2>16.23.1</h2> <p>It fixes 7 bugs.</p> <ul> <li>Fixed: <code>no-invalid-position-declaration</code> false positives for embedded styles (<a href="https://redirect.github.com/stylelint/stylelint/issues/8701">#8701</a>) (<a href="https://github.com/sw1tch3roo"><code>@​sw1tch3roo</code></a>).</li> <li>Fixed: <code>property-no-deprecated</code> erroneously autofixing <code>clip</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8699">#8699</a>) (<a href="https://github.com/immitsu"><code>@​immitsu</code></a>).</li> <li>Fixed: <code>property-no-deprecated</code> false positives for <code>-webkit-box-orient: vertical;</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8699">#8699</a>) (<a href="https://github.com/immitsu"><code>@​immitsu</code></a>).</li> <li>Fixed: <code>selector-pseudo-*-no-unknown</code> false positives for some meter pseudo classes/elements (<a href="https://redirect.github.com/stylelint/stylelint/issues/8708">#8708</a>) (<a href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li> <li>Fixed: <code>selector-pseudo-class-no-unknown</code> false positives for <code>:unchecked</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8705">#8705</a>) (<a href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li> <li>Fixed: <code>selector-pseudo-element-no-unknown</code> false positives for <code>::search-text</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8707">#8707</a>) (<a href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li> <li>Fixed: <code>selector-type-no-unknown</code> false positives for <code>selectedcontent</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8716">#8716</a>) (<a href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li> </ul> <h2>16.23.0</h2> <p>It adds 5 new rules, 1 option to a rule and fixes 3 bugs. We've turned on the new rules in our <a href="https://www.npmjs.com/package/stylelint-config-standard">standard config</a>.</p> <ul> <li>Added: <code>block-no-redundant-nested-style-rules</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/issues/8684">#8684</a>) (<a href="https://github.com/sw1tch3roo"><code>@​sw1tch3roo</code></a>).</li> <li>Added: <code>media-type-no-deprecated</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/issues/8668">#8668</a>) (<a href="https://github.com/immitsu"><code>@​immitsu</code></a>).</li> <li>Added: <code>nesting-selector-no-missing-scoping-root</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/issues/8674">#8674</a>) (<a href="https://github.com/sw1tch3roo"><code>@​sw1tch3roo</code></a>).</li> <li>Added: <code>no-invalid-position-declaration</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/issues/8669">#8669</a>) (<a href="https://github.com/sw1tch3roo"><code>@​sw1tch3roo</code></a>).</li> <li>Added: <code>property-no-deprecated</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/issues/8682">#8682</a>) (<a href="https://github.com/immitsu"><code>@​immitsu</code></a>).</li> <li>Added: <code>except: [&quot;exact-value&quot;]</code> to <code>media-feature-range-notation</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8675">#8675</a>) (<a href="https://github.com/immitsu"><code>@​immitsu</code></a>).</li> <li>Fixed: <code>declaration-block-no-duplicate-properties</code> false negatives for named colors with <code>ignore: ['consecutive-duplicates-with-different-syntaxes']</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8665">#8665</a>) (<a href="https://github.com/sw1tch3roo"><code>@​sw1tch3roo</code></a>).</li> <li>Fixed: <code>function-no-unknown</code> false positives (<a href="https://redirect.github.com/stylelint/stylelint/issues/8677">#8677</a>) (<a href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li> <li>Fixed: <code>no-irregular-whitespace</code> false positives for strings (<a href="https://redirect.github.com/stylelint/stylelint/issues/8667">#8667</a>) (<a href="https://github.com/immitsu"><code>@​immitsu</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.24.0 - 2025-09-07</h2> <p>It adds 1 new rule, adds 1 option to a rule and fixes 2 bugs.</p> <ul> <li>Added: <code>rule-nesting-at-rule-required-list</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/pull/8680">#8680</a>) (<a href="https://github.com/sw1tch3roo"><code>@​sw1tch3roo</code></a>).</li> <li>Added: <code>ignoreAtRules: []</code> to <code>nesting-selector-no-missing-scoping-root</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8743">#8743</a>) (<a href="https://github.com/karlhorky"><code>@​karlhorky</code></a>).</li> <li>Fixed: <code>function-no-unknown</code> false positives for <code>contrast-color()</code> and <code>sibling-*()</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8729">#8729</a>) (<a href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li> <li>Fixed: <code>selector-pseudo-class-no-unknown</code> false positives for <code>:heading</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8749">#8749</a>) (<a href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li> </ul> <h2>16.23.1 - 2025-08-07</h2> <p>It fixes 7 bugs.</p> <ul> <li>Fixed: <code>no-invalid-position-declaration</code> false positives for embedded styles (<a href="https://redirect.github.com/stylelint/stylelint/pull/8701">#8701</a>) (<a href="https://github.com/sw1tch3roo"><code>@​sw1tch3roo</code></a>).</li> <li>Fixed: <code>property-no-deprecated</code> erroneously autofixing <code>clip</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8699">#8699</a>) (<a href="https://github.com/immitsu"><code>@​immitsu</code></a>).</li> <li>Fixed: <code>property-no-deprecated</code> false positives for <code>-webkit-box-orient: vertical;</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8699">#8699</a>) (<a href="https://github.com/immitsu"><code>@​immitsu</code></a>).</li> <li>Fixed: <code>selector-pseudo-*-no-unknown</code> false positives for some meter pseudo classes/elements (<a href="https://redirect.github.com/stylelint/stylelint/pull/8708">#8708</a>) (<a href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li> <li>Fixed: <code>selector-pseudo-class-no-unknown</code> false positives for <code>:unchecked</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8705">#8705</a>) (<a href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li> <li>Fixed: <code>selector-pseudo-element-no-unknown</code> false positives for <code>::search-text</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8707">#8707</a>) (<a href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li> <li>Fixed: <code>selector-type-no-unknown</code> false positives for <code>selectedcontent</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8716">#8716</a>) (<a href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li> </ul> <h2>16.23.0 - 2025-07-29</h2> <p>It adds 5 new rules, 1 option to a rule and fixes 3 bugs. We've turned on the new rules in our <a href="https://www.npmjs.com/package/stylelint-config-standard">standard config</a>.</p> <ul> <li>Added: <code>block-no-redundant-nested-style-rules</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/pull/8684">#8684</a>) (<a href="https://github.com/sw1tch3roo"><code>@​sw1tch3roo</code></a>).</li> <li>Added: <code>media-type-no-deprecated</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/pull/8668">#8668</a>) (<a href="https://github.com/immitsu"><code>@​immitsu</code></a>).</li> <li>Added: <code>nesting-selector-no-missing-scoping-root</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/pull/8674">#8674</a>) (<a href="https://github.com/sw1tch3roo"><code>@​sw1tch3roo</code></a>).</li> <li>Added: <code>no-invalid-position-declaration</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/pull/8669">#8669</a>) (<a href="https://github.com/sw1tch3roo"><code>@​sw1tch3roo</code></a>).</li> <li>Added: <code>property-no-deprecated</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/pull/8682">#8682</a>) (<a href="https://github.com/immitsu"><code>@​immitsu</code></a>).</li> <li>Added: <code>except: [&quot;exact-value&quot;]</code> to <code>media-feature-range-notation</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8675">#8675</a>) (<a href="https://github.com/immitsu"><code>@​immitsu</code></a>).</li> <li>Fixed: <code>declaration-block-no-duplicate-properties</code> false negatives for named colors with <code>ignore: ['consecutive-duplicates-with-different-syntaxes']</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8665">#8665</a>) (<a href="https://github.com/sw1tch3roo"><code>@​sw1tch3roo</code></a>).</li> <li>Fixed: <code>function-no-unknown</code> false positives (<a href="https://redirect.github.com/stylelint/stylelint/pull/8677">#8677</a>) (<a href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li> <li>Fixed: <code>no-irregular-whitespace</code> false positives for strings (<a href="https://redirect.github.com/stylelint/stylelint/pull/8667">#8667</a>) (<a href="https://github.com/immitsu"><code>@​immitsu</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint/stylelint/commit/34ec717b7f167f66a9015f85206e9c6214fdbc0a"><code>34ec717</code></a> 16.24.0</li> <li><a href="https://github.com/stylelint/stylelint/commit/a55744455046a0626a6a2f07a0a41bfd582ebc57"><code>a557444</code></a> Document changelog summary (<a href="https://redirect.github.com/stylelint/stylelint/issues/8751">#8751</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/6f37f764a3cefac956e08249b426125694ede54f"><code>6f37f76</code></a> Document using latest version of create script (<a href="https://redirect.github.com/stylelint/stylelint/issues/8750">#8750</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/6567514d74d9182d5b3d93122deff1f36cb28fee"><code>6567514</code></a> Prepare 16.24.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8725">#8725</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/57b454298ccb5e7d604d812c1ab64b8772e179ed"><code>57b4542</code></a> Document getting started with alternative package managers (<a href="https://redirect.github.com/stylelint/stylelint/issues/8726">#8726</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/55377c7452bca7e678e6f5788032a7ea0b7cd90f"><code>55377c7</code></a> Fix <code>selector-pseudo-class-no-unknown</code> false positives for <code>:heading</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8749">#8749</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/cfbe7720b53be99a1e75cbaa01fade21351e43d3"><code>cfbe772</code></a> Add <code>ignoreAtRules: []</code> to <code>nesting-selector-no-missing-scoping-root</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8743">#8743</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/5d642e9c9b6b8c7a453903350f112f991cdd9430"><code>5d642e9</code></a> Bump the jest group with 2 updates (<a href="https://redirect.github.com/stylelint/stylelint/issues/8742">#8742</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/e4eac5632c77c17aa72f251eacf3dff461c50c92"><code>e4eac56</code></a> Bump rollup from 4.48.0 to 4.50.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8741">#8741</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/e98952d2436f55319ab4a7d93d85c5310610e54b"><code>e98952d</code></a> Bump rollup from 4.46.2 to 4.48.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8738">#8738</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/16.22.0...16.24.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.22.0&new-version=16.24.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>
1 parent 9ff9e61 commit 3514f61

File tree

2 files changed

+37
-70
lines changed

2 files changed

+37
-70
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
],
4141
"devDependencies": {
4242
"standard": "^17.1.2",
43-
"stylelint": "^16.22.0",
43+
"stylelint": "^16.24.0",
4444
"stylelint-config-standard": "^38.0.0"
4545
},
4646
"packageManager": "[email protected]"

yarn.lock

Lines changed: 36 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)