mirror of
https://github.com/maputnik/editor.git
synced 2026-02-24 05:20:10 +00:00
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.14.1 to 16.15.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.15.0</h2> <ul> <li>Added: <code>syntax-string-no-invalid</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/issues/8331">#8331</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>languageOptions</code> configuration property (<a href="https://redirect.github.com/stylelint/stylelint/issues/8297">#8297</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: regex support to <code>ignoreAtRules</code> option of <code>at-rule-empty-line-before</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8385">#8385</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>alpha-value-notation</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8369">#8369</a>) (<a href="https://github.com/pamelalozano16"><code>@pamelalozano16</code></a>).</li> <li>Added: <code>color-hex-length</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8415">#8415</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>comment-empty-line-before</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8416">#8416</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>comment-whitespace-inside</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8417">#8417</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>custom-property-empty-line-before</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8418">#8418</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>declaration-block-no-duplicate-properties</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8363">#8363</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>tap</code> formatter not escaping <code>#</code> and <code>\</code> in its test point descriptions (<a href="https://redirect.github.com/stylelint/stylelint/issues/8334">#8334</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>tap</code> formatter outputting invalid YAML blocks for rules containing double quotes in their warnings' messages (<a href="https://redirect.github.com/stylelint/stylelint/issues/8334">#8334</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> false positives for properties with <code>!important</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8366">#8366</a>) (<a href="https://github.com/immitsu"><code>@immitsu</code></a>).</li> <li>Fixed: <code>EditInfo</code> missing semicolon in <code>text</code> field (<a href="https://redirect.github.com/stylelint/stylelint/issues/8370">#8370</a>) (<a href="https://github.com/pamelalozano16"><code>@pamelalozano16</code></a>).</li> <li>Fixed: <code>declaration-property-value-keyword-no-deprecated</code> false negatives for <code>text-decoration: blink</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8351">#8351</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>declaration-property-value-keyword-no-deprecated</code> false positives for styled components interpolated functions (<a href="https://redirect.github.com/stylelint/stylelint/issues/8392">#8392</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>font-family-name-quotes</code> false positives due to vendor-prefixed font-size values (<a href="https://redirect.github.com/stylelint/stylelint/issues/8393">#8393</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>font-family-no-missing-generic-family-keyword</code> false positives for <code>math</code>, <code>emoji</code> and <code>fangsong</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8395">#8395</a>) (<a href="https://github.com/ViachaslauIhnatsiuk"><code>@ViachaslauIhnatsiuk</code></a>).</li> <li>Fixed: <code>selector-type-no-unknown</code> false positives for <code>selectmenu</code> and <code>popup</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8376">#8376</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.15.0 - 2025-02-28</h2> <p>It adds 1 new rule, a <code>languageOptions</code> configuration property for configuring some of the new rules added in <code>16.13.0</code>, regex support to 1 option and support for computing <code>EditInfo</code> to 6 rules. It fixes 9 bugs, including 2 with the <code>tap</code> reporter.</p> <ul> <li>Added: <code>syntax-string-no-invalid</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/pull/8331">#8331</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>languageOptions</code> configuration property (<a href="https://redirect.github.com/stylelint/stylelint/pull/8297">#8297</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: regex support to <code>ignoreAtRules</code> option of <code>at-rule-empty-line-before</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8385">#8385</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>alpha-value-notation</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8369">#8369</a>) (<a href="https://github.com/pamelalozano16"><code>@pamelalozano16</code></a>).</li> <li>Added: <code>color-hex-length</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8415">#8415</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>comment-empty-line-before</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8416">#8416</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>comment-whitespace-inside</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8417">#8417</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>custom-property-empty-line-before</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8418">#8418</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>declaration-block-no-duplicate-properties</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8363">#8363</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>tap</code> formatter not escaping <code>#</code> and <code>\</code> in its test point descriptions (<a href="https://redirect.github.com/stylelint/stylelint/pull/8334">#8334</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>tap</code> formatter outputting invalid YAML blocks for rules containing double quotes in their warnings' messages (<a href="https://redirect.github.com/stylelint/stylelint/pull/8334">#8334</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> false positives for properties with <code>!important</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8366">#8366</a>) (<a href="https://github.com/immitsu"><code>@immitsu</code></a>).</li> <li>Fixed: <code>EditInfo</code> missing semicolon in <code>text</code> field (<a href="https://redirect.github.com/stylelint/stylelint/pull/8370">#8370</a>) (<a href="https://github.com/pamelalozano16"><code>@pamelalozano16</code></a>).</li> <li>Fixed: <code>declaration-property-value-keyword-no-deprecated</code> false negatives for <code>text-decoration: blink</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8351">#8351</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>declaration-property-value-keyword-no-deprecated</code> false positives for styled components interpolated functions (<a href="https://redirect.github.com/stylelint/stylelint/pull/8392">#8392</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>font-family-name-quotes</code> false positives due to vendor-prefixed font-size values (<a href="https://redirect.github.com/stylelint/stylelint/pull/8393">#8393</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>font-family-no-missing-generic-family-keyword</code> false positives for <code>math</code>, <code>emoji</code> and <code>fangsong</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8395">#8395</a>) (<a href="https://github.com/ViachaslauIhnatsiuk"><code>@ViachaslauIhnatsiuk</code></a>).</li> <li>Fixed: <code>selector-type-no-unknown</code> false positives for <code>selectmenu</code> and <code>popup</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8376">#8376</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="933955ef47"><code>933955e</code></a> 16.15.0</li> <li><a href="563a3bc8f3"><code>563a3bc</code></a> Prepare 16.15.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8368">#8368</a>)</li> <li><a href="1495e4fdfd"><code>1495e4f</code></a> Add <code>languageOptions</code> configuration property (<a href="https://redirect.github.com/stylelint/stylelint/issues/8297">#8297</a>)</li> <li><a href="5d1afaab2f"><code>5d1afaa</code></a> Fix pkg.pr.new-comment workflow (<a href="https://redirect.github.com/stylelint/stylelint/issues/8423">#8423</a>)</li> <li><a href="eec62e5d8c"><code>eec62e5</code></a> Add <code>alpha-value-notation</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8369">#8369</a>)</li> <li><a href="7843c15b9e"><code>7843c15</code></a> Fix old issue threshold to 6 months (<a href="https://redirect.github.com/stylelint/stylelint/issues/8424">#8424</a>)</li> <li><a href="82238c5bca"><code>82238c5</code></a> Add <code>comment-whitespace-inside</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8417">#8417</a>)</li> <li><a href="df852b5925"><code>df852b5</code></a> Add <code>color-hex-length</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8415">#8415</a>)</li> <li><a href="c38140fc82"><code>c38140f</code></a> Add <code>comment-empty-line-before</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8416">#8416</a>)</li> <li><a href="88b83efc1d"><code>88b83ef</code></a> Add <code>custom-property-empty-line-before</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8418">#8418</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/16.14.1...16.15.0">compare view</a></li> </ul> </details> <br /> [](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4.7 KiB
4.7 KiB