Bump stylelint from 16.23.0 to 16.23.1 #489

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/stylelint-16.23.1 into main 2025-08-09 08:45:39 +02:00
dependabot[bot] commented 2025-08-09 06:39:46 +02:00 (Migrated from github.com)

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps stylelint from 16.23.0 to 16.23.1.

Release notes

Sourced from stylelint's releases.

16.23.1

It fixes 7 bugs.

  • Fixed: no-invalid-position-declaration false positives for embedded styles (#8701) (@​sw1tch3roo).
  • Fixed: property-no-deprecated erroneously autofixing clip (#8699) (@​immitsu).
  • Fixed: property-no-deprecated false positives for -webkit-box-orient: vertical; (#8699) (@​immitsu).
  • Fixed: selector-pseudo-*-no-unknown false positives for some meter pseudo classes/elements (#8708) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for :unchecked (#8705) (@​Mouvedia).
  • Fixed: selector-pseudo-element-no-unknown false positives for ::search-text (#8707) (@​Mouvedia).
  • Fixed: selector-type-no-unknown false positives for selectedcontent (#8716) (@​Mouvedia).
Changelog

Sourced from stylelint's changelog.

16.23.1 - 2025-08-07

It fixes 7 bugs.

  • Fixed: no-invalid-position-declaration false positives for embedded styles (#8701) (@​sw1tch3roo).
  • Fixed: property-no-deprecated erroneously autofixing clip (#8699) (@​immitsu).
  • Fixed: property-no-deprecated false positives for -webkit-box-orient: vertical; (#8699) (@​immitsu).
  • Fixed: selector-pseudo-*-no-unknown false positives for some meter pseudo classes/elements (#8708) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for :unchecked (#8705) (@​Mouvedia).
  • Fixed: selector-pseudo-element-no-unknown false positives for ::search-text (#8707) (@​Mouvedia).
  • Fixed: selector-type-no-unknown false positives for selectedcontent (#8716) (@​Mouvedia).
Commits
  • a282f6c 16.23.1
  • 93e33f0 Prepare 16.23.1 (#8706)
  • 2811636 Fix no-invalid-position-declaration false positives for embedded styles (#8...
  • 6006370 Fix selector-type-no-unknown false positives for selectedcontent (#8716)
  • 5e7c4f0 Fix selector-pseudo-*-no-unknown false positives for some meter pseudo clas...
  • 5ef3ad8 Improve postcss-naive-css-in-js test fixture (#8715)
  • 5c66db7 Fix selector-pseudo-element-no-unknown false positives for ::search-text ...
  • b17f5a4 Bump typescript from 5.8.3 to 5.9.2 in the typescript group (#8711)
  • ce1283b Fix property-no-deprecated false positive for `-webkit-box-orient: vertical...
  • 94b6d69 Bump rollup from 4.46.0 to 4.46.2 (#8709)
  • 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)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.23.0 to 16.23.1. <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.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> </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.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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint/stylelint/commit/a282f6c2b0b4e8e15d0324b79a3c325a536daf63"><code>a282f6c</code></a> 16.23.1</li> <li><a href="https://github.com/stylelint/stylelint/commit/93e33f00fbd33f80bdf8621b87b47fc35dd08407"><code>93e33f0</code></a> Prepare 16.23.1 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8706">#8706</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/28116363612f224467025659132c96b170d04ad3"><code>2811636</code></a> Fix <code>no-invalid-position-declaration</code> false positives for embedded styles (<a href="https://redirect.github.com/stylelint/stylelint/issues/8">#8</a>...</li> <li><a href="https://github.com/stylelint/stylelint/commit/6006370ded0292038a049d794d9de8df57372c5d"><code>6006370</code></a> Fix <code>selector-type-no-unknown</code> false positives for <code>selectedcontent</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8716">#8716</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/5e7c4f098eaad2a47402071e233977c334309757"><code>5e7c4f0</code></a> Fix <code>selector-pseudo-*-no-unknown</code> false positives for some meter pseudo clas...</li> <li><a href="https://github.com/stylelint/stylelint/commit/5ef3ad8fd66efd2f41bd1dd835e5dff3833654f1"><code>5ef3ad8</code></a> Improve <code>postcss-naive-css-in-js</code> test fixture (<a href="https://redirect.github.com/stylelint/stylelint/issues/8715">#8715</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/5c66db701a799c2a99193ab38aa9fedc83d7de41"><code>5c66db7</code></a> Fix <code>selector-pseudo-element-no-unknown</code> false positives for <code>::search-text</code> ...</li> <li><a href="https://github.com/stylelint/stylelint/commit/b17f5a421fbba4867db9667bf46934450962f639"><code>b17f5a4</code></a> Bump typescript from 5.8.3 to 5.9.2 in the typescript group (<a href="https://redirect.github.com/stylelint/stylelint/issues/8711">#8711</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/ce1283bcd81558cab644b8c39a02a3798d6c2d38"><code>ce1283b</code></a> Fix <code>property-no-deprecated</code> false positive for `-webkit-box-orient: vertical...</li> <li><a href="https://github.com/stylelint/stylelint/commit/94b6d696feed785ee183b551ef82dd7219301c58"><code>94b6d69</code></a> Bump rollup from 4.46.0 to 4.46.2 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8709">#8709</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/16.23.0...16.23.1">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.23.0&new-version=16.23.1)](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) approved these changes 2025-08-09 08:45:28 +02:00
Sign in to join this conversation.
No description provided.