Bump stylelint from 16.21.1 to 16.22.0 #486

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/stylelint-16.22.0 into main
dependabot[bot] commented 2025-07-19 06:46:04 +02:00 (Migrated from github.com)

Bumps stylelint from 16.21.1 to 16.22.0.

Release notes

Sourced from stylelint's releases.

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.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
  • 9a4e2b2 16.22.0
  • ad2630d Prepare 16.22.0 (#8662)
  • d9fd12c Document conventions for writing tests (#8672)
  • 6e5918e Add no-descending-specificity line number to the referenced selector in mes...
  • 8e7ca69 Bump eslint from 9.30.1 to 9.31.0 in the eslint group (#8671)
  • 4fbbe12 Bump rollup from 4.44.2 to 4.45.0 (#8670)
  • 7cfc5e5 Fix lightness-notation crash with "number" option and single-digit percen...
  • 4a7c5e5 Add messageArgs to color-named (#8663)
  • 79d7b49 Refactor resolveFilePath() internal utility (#8660)
  • 0a5f75b Fix at-rule-no-deprecated false positives for @apply (#8630)
  • Additional commits viewable in compare view

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.22.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.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.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/9a4e2b2bc5ced683dcbb67d5eaa62e2e832e489b"><code>9a4e2b2</code></a> 16.22.0</li> <li><a href="https://github.com/stylelint/stylelint/commit/ad2630de40c77a3e61eea2b0f03a5adfccf71088"><code>ad2630d</code></a> Prepare 16.22.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8662">#8662</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/d9fd12c6aea549a650cb9b5bece77e20123ff41c"><code>d9fd12c</code></a> Document conventions for writing tests (<a href="https://redirect.github.com/stylelint/stylelint/issues/8672">#8672</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/6e5918eff9cf2cd5a972a66d6057fc16dbb62372"><code>6e5918e</code></a> Add <code>no-descending-specificity</code> line number to the referenced selector in mes...</li> <li><a href="https://github.com/stylelint/stylelint/commit/8e7ca69777898d164118a3db833c53d1b3919f5a"><code>8e7ca69</code></a> Bump eslint from 9.30.1 to 9.31.0 in the eslint group (<a href="https://redirect.github.com/stylelint/stylelint/issues/8671">#8671</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/4fbbe12b6e5d07a4c8771fbf86005fe40c24dd82"><code>4fbbe12</code></a> Bump rollup from 4.44.2 to 4.45.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8670">#8670</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/7cfc5e5bd64379fa1f7ceca7c8e9e6601abada2d"><code>7cfc5e5</code></a> Fix <code>lightness-notation</code> crash with <code>&quot;number&quot;</code> option and single-digit percen...</li> <li><a href="https://github.com/stylelint/stylelint/commit/4a7c5e575e46418357bd6480f4a7d967cf0250c7"><code>4a7c5e5</code></a> Add <code>messageArgs</code> to <code>color-named</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8663">#8663</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/79d7b49ad0a4ae41d883207aa201e2d04f957c70"><code>79d7b49</code></a> Refactor <code>resolveFilePath()</code> internal utility (<a href="https://redirect.github.com/stylelint/stylelint/issues/8660">#8660</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/0a5f75bc6ff3dea7978fddbb8a5da762691a2074"><code>0a5f75b</code></a> Fix <code>at-rule-no-deprecated</code> false positives for <code>@apply</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8630">#8630</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/16.21.1...16.22.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.22.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>
robbevp (Migrated from github.com) reviewed 2025-07-19 06:46:04 +02:00
dependabot[bot] commented 2025-07-19 06:46:05 +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/).
dependabot[bot] commented 2025-08-02 06:18:27 +02:00 (Migrated from github.com)

Superseded by #488.

Superseded by #488.

Pull request closed

Sign in to join this conversation.
No description provided.