Bump stylelint from 16.21.1 to 16.23.0 #488

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/stylelint-16.23.0 into main 2025-08-02 10:04:12 +02:00
dependabot[bot] commented 2025-08-02 06:18:25 +02:00 (Migrated from github.com)

Bumps stylelint from 16.21.1 to 16.23.0.

Release notes

Sourced from stylelint's releases.

16.23.0

It adds 5 new rules, 1 option to a rule and fixes 3 bugs. We've turned on the new rules in our standard config.

16.22.0

It adds 3 rule features and fixes 2 bugs.

  • Added: messageArgs to color-named (#8663) (@​Mouvedia).
  • Added: messageArgs to declaration-property-value-keyword-no-deprecated (#8654) (@​Mouvedia).
  • Added: no-descending-specificity report message includes line number of the anchoring selector (#8666) (@​immitsu).
  • Fixed: at-rule-no-deprecated false positives for @apply (#8630) (@​Mouvedia).
  • Fixed: lightness-notation crash with "number" option and single-digit percentage (#8661) (@​ybiquitous).
Changelog

Sourced from stylelint's changelog.

16.23.0 - 2025-07-29

It adds 5 new rules, 1 option to a rule and fixes 3 bugs. We've turned on the new rules in our standard config.

16.22.0 - 2025-07-18

It adds 3 rule features and fixes 2 bugs.

  • Added: messageArgs to color-named (#8663) (@​Mouvedia).
  • Added: messageArgs to declaration-property-value-keyword-no-deprecated (#8654) (@​Mouvedia).
  • Added: no-descending-specificity report message includes line number of the anchoring selector (#8666) (@​immitsu).
  • Fixed: at-rule-no-deprecated false positives for @apply (#8630) (@​Mouvedia).
  • Fixed: lightness-notation crash with "number" option and single-digit percentage (#8661) (@​ybiquitous).
Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.21.1 to 16.23.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.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> <h2>16.22.0</h2> <p>It adds 3 rule features and fixes 2 bugs.</p> <ul> <li>Added: <code>messageArgs</code> to <code>color-named</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8663">#8663</a>) (<a href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li> <li>Added: <code>messageArgs</code> to <code>declaration-property-value-keyword-no-deprecated</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8654">#8654</a>) (<a href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li> <li>Added: <code>no-descending-specificity</code> report message includes line number of the anchoring selector (<a href="https://redirect.github.com/stylelint/stylelint/issues/8666">#8666</a>) (<a href="https://github.com/immitsu"><code>@​immitsu</code></a>).</li> <li>Fixed: <code>at-rule-no-deprecated</code> false positives for <code>@apply</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8630">#8630</a>) (<a href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li> <li>Fixed: <code>lightness-notation</code> crash with <code>&quot;number&quot;</code> option and single-digit percentage (<a href="https://redirect.github.com/stylelint/stylelint/issues/8661">#8661</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</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.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> <h2>16.22.0 - 2025-07-18</h2> <p>It adds 3 rule features and fixes 2 bugs.</p> <ul> <li>Added: <code>messageArgs</code> to <code>color-named</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8663">#8663</a>) (<a href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li> <li>Added: <code>messageArgs</code> to <code>declaration-property-value-keyword-no-deprecated</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8654">#8654</a>) (<a href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li> <li>Added: <code>no-descending-specificity</code> report message includes line number of the anchoring selector (<a href="https://redirect.github.com/stylelint/stylelint/pull/8666">#8666</a>) (<a href="https://github.com/immitsu"><code>@​immitsu</code></a>).</li> <li>Fixed: <code>at-rule-no-deprecated</code> false positives for <code>@apply</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8630">#8630</a>) (<a href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li> <li>Fixed: <code>lightness-notation</code> crash with <code>&quot;number&quot;</code> option and single-digit percentage (<a href="https://redirect.github.com/stylelint/stylelint/pull/8661">#8661</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint/stylelint/commit/c56de6a1a1b2e28fa17b25149fc644ba34925dd2"><code>c56de6a</code></a> 16.23.0</li> <li><a href="https://github.com/stylelint/stylelint/commit/e832424072faf18da62bc87daf0f6ecdd4f02dde"><code>e832424</code></a> Prepare 16.23.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8683">#8683</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/327a254e3b264366414a1e6c9720eaae92772fc0"><code>327a254</code></a> Document config rules for 39.0.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8693">#8693</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/c56bc2ad316455ee6c0b38e58e49a439e4247af5"><code>c56bc2a</code></a> Add <code>property-no-deprecated</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/issues/8682">#8682</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/91e8e6b3bb59facff28ab4c41225c383c4017431"><code>91e8e6b</code></a> Bump the jest group with 2 updates (<a href="https://redirect.github.com/stylelint/stylelint/issues/8688">#8688</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/5b86cd90e843a1bbab4aebb158a303a89e326f9b"><code>5b86cd9</code></a> Bump eslint from 9.31.0 to 9.32.0 in the eslint group (<a href="https://redirect.github.com/stylelint/stylelint/issues/8689">#8689</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/2451cce8fd60f1c67d5241ff7a9e1f4c84473ddc"><code>2451cce</code></a> Bump file-entry-cache from 10.1.1 to 10.1.3 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8690">#8690</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/bc8791b05ca154d6483739b25b0f3950709b0820"><code>bc8791b</code></a> Bump rollup from 4.45.1 to 4.46.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8691">#8691</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/24c6f06cfe122fb23ce5ccf646976ffdff9c3ea9"><code>24c6f06</code></a> Document using type guards when writing rules (<a href="https://redirect.github.com/stylelint/stylelint/issues/8686">#8686</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/3b34922a18e62a24e948668d982d0fcbb3c49f7c"><code>3b34922</code></a> Add <code>block-no-redundant-nested-style-rules</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8684">#8684</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/16.21.1...16.23.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.21.1&new-version=16.23.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>
dependabot[bot] commented 2025-08-02 06:18:27 +02:00 (Migrated from github.com)

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

The `reviewers` field in the `dependabot.yml` file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see [this blog post](https://github.blog/changelog/2025-04-29-dependabot-reviewers-configuration-option-being-replaced-by-code-owners/).
robbevp (Migrated from github.com) approved these changes 2025-08-02 10:04:07 +02:00
Sign in to join this conversation.
No description provided.