mirror of
https://github.com/maputnik/editor.git
synced 2026-06-03 22:07:26 +00:00
chore(deps-dev): Bump stylelint from 17.11.1 to 17.12.0 (#1909)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 17.11.1 to 17.12.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>17.12.0</h2> <p>It fixes 3 bugs, including a false negative one.</p> <ul> <li>Fixed: <code>block-no-empty</code> reported range when using comments (<a href="https://redirect.github.com/stylelint/stylelint/issues/9294">#9294</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>declaration-property-value-no-unknown</code> false negatives for custom properties defined in reference files (<a href="https://redirect.github.com/stylelint/stylelint/issues/9292">#9292</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>value-keyword-layout-mappings</code> false positives for <code>caption-side</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/9293">#9293</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</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>17.12.0 - 2026-05-20</h2> <p>It fixes 3 bugs, including a false negative one.</p> <ul> <li>Fixed: <code>block-no-empty</code> reported range when using comments (<a href="https://redirect.github.com/stylelint/stylelint/pull/9294">#9294</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>declaration-property-value-no-unknown</code> false negatives for custom properties defined in reference files (<a href="https://redirect.github.com/stylelint/stylelint/pull/9292">#9292</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>value-keyword-layout-mappings</code> false positives for <code>caption-side</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/9293">#9293</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint/stylelint/commit/5830fba903d337f6173fc745300cd457dc6d5f2d"><code>5830fba</code></a> Release 17.12.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9304">#9304</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/49ed06fd9b9fa07c8f7ecb5b230f9a6c30b29655"><code>49ed06f</code></a> Bump file-entry-cache from 11.1.2 to 11.1.3 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9302">#9302</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/d120212920478149a7e9ddaea98a70a041c8a707"><code>d120212</code></a> Bump lint-staged from 16.4.0 to 17.0.4 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9301">#9301</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/d33278491dc3d68d1ebca37c9ad239ea879afbc8"><code>d332784</code></a> Bump the jest group with 2 updates (<a href="https://redirect.github.com/stylelint/stylelint/issues/9300">#9300</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/d2d4a53279f9c4b7a70901b36ccf1a20834d5da9"><code>d2d4a53</code></a> Fix <code>declaration-property-value-no-unknown</code> false negatives for custom proper...</li> <li><a href="https://github.com/stylelint/stylelint/commit/05088f1385d18ca24f1ad8590d4ec85382f81ce2"><code>05088f1</code></a> Fix <code>block-no-empty</code> reported range when using comments (<a href="https://redirect.github.com/stylelint/stylelint/issues/9294">#9294</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/757bbcb6cf78209ccea9d4d988a019f7c3e5314e"><code>757bbcb</code></a> Fix Yarn PnP system test with Node.js v24.15.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9295">#9295</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/b06204e56055fab57e02a3d8a3c09d57a4847234"><code>b06204e</code></a> Fix <code>value-keyword-layout-mappings</code> false positives for <code>caption-side</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/9293">#9293</a>)</li> <li>See full diff in <a href="https://github.com/stylelint/stylelint/compare/17.11.1...17.12.0">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -140,7 +140,7 @@
|
||||
"postcss": "^8.5.15",
|
||||
"react-hot-loader": "^4.13.1",
|
||||
"sass": "^1.100.0",
|
||||
"stylelint": "^17.11.1",
|
||||
"stylelint": "^17.12.0",
|
||||
"stylelint-config-recommended-scss": "^17.0.1",
|
||||
"stylelint-scss": "^7.1.1",
|
||||
"typescript": "^6.0.3",
|
||||
|
||||
Reference in New Issue
Block a user