Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump stylelint from 16.3.1 to 16.7.0 in /dashboard (#7892)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.3.1 to 16.7.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.7.0</h2> <ul> <li>Changed: <code>tap</code> formatter to support TAP14 (<a href="https://redirect.github.com/stylelint/stylelint/issues/7759">#7759</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Added: <code>url</code> secondary option (<a href="https://redirect.github.com/stylelint/stylelint/issues/7743">#7743</a>) (<a href="https://github.com/emmacharp"><code>@emmacharp</code></a>).</li> <li>Fixed: <code>at-rule-no-unknown</code> false positives for <code>@historical-forms</code> and <code>@font-palette-values</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/7774">#7774</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>at-rule-no-unknown</code> false positives for <code>@view-transition</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/7753">#7753</a>) (<a href="https://github.com/sebdanielsson"><code>@sebdanielsson</code></a>).</li> <li>Fixed: <code>at-rule-no-vendor-prefix</code> false negatives for <code>@-moz-document</code> and <code>@-webkit-viewport</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/7772">#7772</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>comment-whitespace-inside</code> end positions (<a href="https://redirect.github.com/stylelint/stylelint/issues/7744">#7744</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>declaration-block-no-duplicate-properties</code> reported ranges (<a href="https://redirect.github.com/stylelint/stylelint/issues/7758">#7758</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code>/<code>declaration-block-no-shorthand-property-overrides</code> false negatives for <code>font-variant</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/7734">#7734</a>) (<a href="https://github.com/Bilie"><code>@Bilie</code></a>).</li> <li>Fixed: <code>font-family-name-quotes</code> false negatives for <code>-moz-*</code>/<code>-webkit-*</code> keywords (<a href="https://redirect.github.com/stylelint/stylelint/issues/7777">#7777</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>font-family-no-missing-generic-family-keyword</code> false negatives for font families which names match a CSS3 <code>font-variant</code> keyword (<a href="https://redirect.github.com/stylelint/stylelint/issues/7823">#7823</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>function-name-case</code> end positions (<a href="https://redirect.github.com/stylelint/stylelint/issues/7747">#7747</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>function-no-unknown</code> performance by reducing file read count (<a href="https://redirect.github.com/stylelint/stylelint/issues/7801">#7801</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>).</li> <li>Fixed: <code>media-feature-name-no-vendor-prefix</code> autofix (<a href="https://redirect.github.com/stylelint/stylelint/issues/7770">#7770</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>no-invalid-double-slash-comments</code> reported ranges (<a href="https://redirect.github.com/stylelint/stylelint/issues/7768">#7768</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>property-no-unknown</code> false positives for <code>navigation</code> and miscellaneous legacy properties (<a href="https://redirect.github.com/stylelint/stylelint/issues/7764">#7764</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>quietDeprecationWarnings</code> to suppress <code>stylelint:003</code> warning (<a href="https://redirect.github.com/stylelint/stylelint/issues/7837">#7837</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>).</li> <li>Fixed: <code>selector-no-vendor-prefix</code> autofix (<a href="https://redirect.github.com/stylelint/stylelint/issues/7763">#7763</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>selector-not-notation</code> end positions when new lines are part of the selector (<a href="https://redirect.github.com/stylelint/stylelint/issues/7755">#7755</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>selector-type-case</code> end positions (<a href="https://redirect.github.com/stylelint/stylelint/issues/7752">#7752</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>shorthand-property-no-redundant-values</code> false negatives for logical properties, <code>overflow</code>, <code>overscroll-behavior</code>, <code>scroll-margin</code> and <code>scroll-padding</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/7808">#7808</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>string-no-newline</code> false positives for escaped multi-line (<a href="https://redirect.github.com/stylelint/stylelint/issues/7818">#7818</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>value-keyword-case</code> end positions (<a href="https://redirect.github.com/stylelint/stylelint/issues/7760">#7760</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>stylelint.utils.checkAgainstRule()</code> for Promise-based rules (<a href="https://redirect.github.com/stylelint/stylelint/issues/7821">#7821</a>) (<a href="https://github.com/aaronccasanova"><code>@aaronccasanova</code></a>).</li> <li>Fixed: <code>stylelint.utils.checkAgainstRule()</code> to use <code>result.stylelint</code> if present (<a href="https://redirect.github.com/stylelint/stylelint/issues/7833">#7833</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>).</li> <li>Fixed: YAML diagnostic block <em>end marker line</em> of the <code>tap</code> formatter (<a href="https://redirect.github.com/stylelint/stylelint/issues/7759">#7759</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: autofix of incorrectly implemented plugins when unscoped stylelint commands are present (<a href="https://redirect.github.com/stylelint/stylelint/issues/7733">#7733</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> </ul> <h2>16.6.1</h2> <ul> <li>Fixed: <code>no-descending-specificity</code> false positives for nested selectors (<a href="https://redirect.github.com/stylelint/stylelint/issues/7724">#7724</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>selector-type-no-unknown</code> false positive for <code>model</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/7718">#7718</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> </ul> <h2>16.6.0</h2> <ul> <li>Fixed: <code>function-calc-no-unspaced-operator</code> false negatives (<a href="https://redirect.github.com/stylelint/stylelint/issues/7655">#7655</a> & <a href="https://redirect.github.com/stylelint/stylelint/issues/7670">#7670</a> & <a href="https://redirect.github.com/stylelint/stylelint/issues/7676">#7676</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a> & <a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>selector-not-notation</code> autofix of the <code>"simple"</code> option (<a href="https://redirect.github.com/stylelint/stylelint/issues/7703">#7703</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>selector-max-specificity</code> end positions (<a href="https://redirect.github.com/stylelint/stylelint/issues/7685">#7685</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>no-descending-specificity</code> end positions (<a href="https://redirect.github.com/stylelint/stylelint/issues/7701">#7701</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: missing GitHub Sponsor for <code>npm fund</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/7707">#7707</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>).</li> </ul> <h2>16.5.0</h2> <ul> <li>Added: regex support to <code>ignoreValues</code> for <code>value-no-vendor-prefix</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/7650">#7650</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>shorthand-property-no-redundant-values</code> false negatives for functions (<a href="https://redirect.github.com/stylelint/stylelint/issues/7657">#7657</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>).</li> <li>Fixed: <code>value-no-vendor-prefix</code> false negatives/positives (<a href="https://redirect.github.com/stylelint/stylelint/issues/7654">#7654</a> & <a href="https://redirect.github.com/stylelint/stylelint/issues/7658">#7658</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>CosmiconfigResult</code> type error (<a href="https://redirect.github.com/stylelint/stylelint/issues/7661">#7661</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>).</li> </ul> <h2>16.4.0</h2> <ul> <li>Added: <code>no-unknown-custom-media</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/7594">#7594</a>) (<a href="https://github.com/fpetrakov"><code>@fpetrakov</code></a>).</li> <li>Added: <code>ignoreLonghands: []</code> to <code>declaration-block-no-redundant-longhand-properties</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/7611">#7611</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Added: <code>ignore: ["keyframe-selectors"]</code> to <code>rule-selector-property-disallowed-list</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/7572">#7572</a>) (<a href="https://github.com/emmacharp"><code>@emmacharp</code></a>).</li> <li>Added: experimental support for post processors (<a href="https://redirect.github.com/stylelint/stylelint/issues/7568">#7568</a>) (<a href="https://github.com/YuanboXue-Amber"><code>@YuanboXue-Amber</code></a>).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.7.0</h2> <ul> <li>Changed: <code>tap</code> formatter to support TAP14 (<a href="https://redirect.github.com/stylelint/stylelint/pull/7759">#7759</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Added: <code>url</code> secondary option (<a href="https://redirect.github.com/stylelint/stylelint/pull/7743">#7743</a>) (<a href="https://github.com/emmacharp"><code>@emmacharp</code></a>).</li> <li>Fixed: <code>at-rule-no-unknown</code> false positives for <code>@historical-forms</code> and <code>@font-palette-values</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/7774">#7774</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>at-rule-no-unknown</code> false positives for <code>@view-transition</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/7753">#7753</a>) (<a href="https://github.com/sebdanielsson"><code>@sebdanielsson</code></a>).</li> <li>Fixed: <code>at-rule-no-vendor-prefix</code> false negatives for <code>@-moz-document</code> and <code>@-webkit-viewport</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/7772">#7772</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>comment-whitespace-inside</code> end positions (<a href="https://redirect.github.com/stylelint/stylelint/pull/7744">#7744</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>declaration-block-no-duplicate-properties</code> reported ranges (<a href="https://redirect.github.com/stylelint/stylelint/pull/7758">#7758</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code>/<code>declaration-block-no-shorthand-property-overrides</code> false negatives for <code>font-variant</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/7734">#7734</a>) (<a href="https://github.com/Bilie"><code>@Bilie</code></a>).</li> <li>Fixed: <code>font-family-name-quotes</code> false negatives for <code>-moz-*</code>/<code>-webkit-*</code> keywords (<a href="https://redirect.github.com/stylelint/stylelint/pull/7777">#7777</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>font-family-no-missing-generic-family-keyword</code> false negatives for font families which names match a CSS3 <code>font-variant</code> keyword (<a href="https://redirect.github.com/stylelint/stylelint/pull/7823">#7823</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>function-name-case</code> end positions (<a href="https://redirect.github.com/stylelint/stylelint/pull/7747">#7747</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>function-no-unknown</code> performance by reducing file read count (<a href="https://redirect.github.com/stylelint/stylelint/pull/7801">#7801</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>).</li> <li>Fixed: <code>media-feature-name-no-vendor-prefix</code> autofix (<a href="https://redirect.github.com/stylelint/stylelint/pull/7770">#7770</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>no-invalid-double-slash-comments</code> reported ranges (<a href="https://redirect.github.com/stylelint/stylelint/pull/7768">#7768</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>property-no-unknown</code> false positives for <code>navigation</code> and miscellaneous legacy properties (<a href="https://redirect.github.com/stylelint/stylelint/pull/7764">#7764</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>quietDeprecationWarnings</code> to suppress <code>stylelint:003</code> warning (<a href="https://redirect.github.com/stylelint/stylelint/pull/7837">#7837</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>).</li> <li>Fixed: <code>selector-no-vendor-prefix</code> autofix (<a href="https://redirect.github.com/stylelint/stylelint/pull/7763">#7763</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>selector-not-notation</code> end positions when new lines are part of the selector (<a href="https://redirect.github.com/stylelint/stylelint/pull/7755">#7755</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>selector-type-case</code> end positions (<a href="https://redirect.github.com/stylelint/stylelint/pull/7752">#7752</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>shorthand-property-no-redundant-values</code> false negatives for logical properties, <code>overflow</code>, <code>overscroll-behavior</code>, <code>scroll-margin</code> and <code>scroll-padding</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/7808">#7808</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>string-no-newline</code> false positives for escaped multi-line (<a href="https://redirect.github.com/stylelint/stylelint/pull/7818">#7818</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>value-keyword-case</code> end positions (<a href="https://redirect.github.com/stylelint/stylelint/pull/7760">#7760</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>stylelint.utils.checkAgainstRule()</code> for Promise-based rules (<a href="https://redirect.github.com/stylelint/stylelint/pull/7821">#7821</a>) (<a href="https://github.com/aaronccasanova"><code>@aaronccasanova</code></a>).</li> <li>Fixed: <code>stylelint.utils.checkAgainstRule()</code> to use <code>result.stylelint</code> if present (<a href="https://redirect.github.com/stylelint/stylelint/pull/7833">#7833</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>).</li> <li>Fixed: YAML diagnostic block <em>end marker line</em> of the <code>tap</code> formatter (<a href="https://redirect.github.com/stylelint/stylelint/pull/7759">#7759</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: autofix of incorrectly implemented plugins when unscoped stylelint commands are present (<a href="https://redirect.github.com/stylelint/stylelint/pull/7733">#7733</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> </ul> <h2>16.6.1</h2> <ul> <li>Fixed: <code>no-descending-specificity</code> false positives for nested selectors (<a href="https://redirect.github.com/stylelint/stylelint/pull/7724">#7724</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>selector-type-no-unknown</code> false positive for <code>model</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/7718">#7718</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> </ul> <h2>16.6.0</h2> <ul> <li>Fixed: <code>function-calc-no-unspaced-operator</code> false negatives (<a href="https://redirect.github.com/stylelint/stylelint/pull/7655">#7655</a> & <a href="https://redirect.github.com/stylelint/stylelint/pull/7670">#7670</a> & <a href="https://redirect.github.com/stylelint/stylelint/pull/7676">#7676</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a> & <a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>selector-not-notation</code> autofix of the <code>"simple"</code> option (<a href="https://redirect.github.com/stylelint/stylelint/pull/7703">#7703</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>selector-max-specificity</code> end positions (<a href="https://redirect.github.com/stylelint/stylelint/pull/7685">#7685</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>no-descending-specificity</code> end positions (<a href="https://redirect.github.com/stylelint/stylelint/pull/7701">#7701</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: missing GitHub Sponsor for <code>npm fund</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/7707">#7707</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>).</li> </ul> <h2>16.5.0</h2> <ul> <li>Added: regex support to <code>ignoreValues</code> for <code>value-no-vendor-prefix</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/7650">#7650</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>shorthand-property-no-redundant-values</code> false negatives for functions (<a href="https://redirect.github.com/stylelint/stylelint/pull/7657">#7657</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>).</li> <li>Fixed: <code>value-no-vendor-prefix</code> false negatives/positives (<a href="https://redirect.github.com/stylelint/stylelint/pull/7654">#7654</a> & <a href="https://redirect.github.com/stylelint/stylelint/pull/7658">#7658</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>CosmiconfigResult</code> type error (<a href="https://redirect.github.com/stylelint/stylelint/pull/7661">#7661</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>).</li> </ul> <h2>16.4.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint/stylelint/commit/5d907ddefa78f7c21b39640a06276b3eaa4afc45"><code>5d907dd</code></a> 16.7.0</li> <li><a href="https://github.com/stylelint/stylelint/commit/3fe964f8aa9c59a2554314eb873653ebdf20e6b1"><code>3fe964f</code></a> Prepare 16.7.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/7740">#7740</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/bb72fc7937d74a2579622d23a611a20c5276b4ba"><code>bb72fc7</code></a> Fix <code>quietDeprecationWarnings</code> to suppress with <code>stylelint:003</code> warning (<a href="https://redirect.github.com/stylelint/stylelint/issues/7837">#7837</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/29cc13a9d9840e6c4592cdf3e63ba72b0c7cabb6"><code>29cc13a</code></a> Refactor to extract utility for deprecation warnings (<a href="https://redirect.github.com/stylelint/stylelint/issues/7834">#7834</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/9ed73228adf8bce73ef13235f04b2fec000722ac"><code>9ed7322</code></a> Refactor <code>function-calc-no-unspaced-operator</code> to use <code>fix</code> callback instead o...</li> <li><a href="https://github.com/stylelint/stylelint/commit/cd69f4c0078ffa452c909bf2739c4ef9ed1823bd"><code>cd69f4c</code></a> Fix <code>utils.checkAgainstRule()</code> to support <code>fix</code> callback in <code>utils.report()</code> ...</li> <li><a href="https://github.com/stylelint/stylelint/commit/2dfe7cea14159b536b83a35ab9423cd643b36a7e"><code>2dfe7ce</code></a> Update <code>fontSizeKeywords</code> set and fix <code>fontShorthandKeywords</code> set (<a href="https://redirect.github.com/stylelint/stylelint/issues/7823">#7823</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/aaa355d7d61c685f085d7256fe1077a944fefbe9"><code>aaa355d</code></a> Refactor <code>function-url-quotes</code> to use <code>fix</code> callback instead of <code>context.fix</code>...</li> <li><a href="https://github.com/stylelint/stylelint/commit/4b6a96682054c9950c2a7935f8275176591162f1"><code>4b6a966</code></a> Bump typescript from 5.5.2 to 5.5.3 in the typescript group (<a href="https://redirect.github.com/stylelint/stylelint/issues/7829">#7829</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/dffdf632c0a7bde6e6f29c657203e7c909446c8a"><code>dffdf63</code></a> Bump <code>@changesets/cli</code> from 2.27.6 to 2.27.7 in the changesets group (<a href="https://redirect.github.com/stylelint/stylelint/issues/7828">#7828</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/16.3.1...16.7.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.3.1&new-version=16.7.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesús Miguel Benito Calzada <beni0888@hotmail.com>
- Loading branch information