Skip to content

Commit

Permalink
Bump stylelint from 16.6.1 to 16.8.1 (#8)
Browse files Browse the repository at this point in the history
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.6.1 to
16.8.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.8.1</h2>
<ul>
<li>Fixed: <code>no-duplicate-selectors</code> false positives with Less
syntax (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7888">#7888</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
</ul>
<h2>16.8.0</h2>
<ul>
<li>Deprecated: <code>github</code> formatter (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7865">#7865</a>)
(<a
href="https://github.com/marcalexiei"><code>@​marcalexiei</code></a>).</li>
<li>Fixed: <code>function-url-quotes</code> false positives for SCSS
variables and <code>#</code>/<code>?</code> characters (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7874">#7874</a>)
(<a
href="https://github.com/vimalloc"><code>@​vimalloc</code></a>).</li>
<li>Fixed: <code>keyframe-selector-notation</code> false positives for
<code>entry-crossing</code> and <code>exit-crossing</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7859">#7859</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>no-descending-specificity</code> false positives for
nested rules without declarations (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7850">#7850</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>no-duplicate-selectors</code> end positions (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7867">#7867</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>no-duplicate-selectors</code> false negatives for three
or more duplicates (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7867">#7867</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-max-compound-selectors</code> error for
<code>@nest</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7875">#7875</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-pseudo-class-no-unknown</code> false positives
for <code>:active-view-transition</code> and
<code>:active-view-transition-type()</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7868">#7868</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed: <code>selector-type-*</code>, <code>selector-max-type</code>
and <code>selector-class-pattern</code> false positives for
<code>&lt;timeline-range-name&gt;</code> in keyframe selectors (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7856">#7856</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>stylelint.utils.checkAgainstRule()</code> regression
when <code>reportNeedlessDisables</code> and <code>quiet</code> are both
enabled (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7879">#7879</a>)
(<a
href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li>
<li>Fixed: configuration comments within selector and value lists being
ignored (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7839">#7839</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
</ul>
<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>
</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.8.1</h2>
<ul>
<li>Fixed: <code>no-duplicate-selectors</code> false positives with Less
syntax (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7888">#7888</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
</ul>
<h2>16.8.0</h2>
<ul>
<li>Deprecated: <code>github</code> formatter (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7865">#7865</a>)
(<a
href="https://github.com/marcalexiei"><code>@​marcalexiei</code></a>).</li>
<li>Fixed: <code>function-url-quotes</code> false positives for SCSS
variables and <code>#</code>/<code>?</code> characters (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7874">#7874</a>)
(<a
href="https://github.com/vimalloc"><code>@​vimalloc</code></a>).</li>
<li>Fixed: <code>keyframe-selector-notation</code> false positives for
<code>entry-crossing</code> and <code>exit-crossing</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7859">#7859</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>no-descending-specificity</code> false positives for
nested rules without declarations (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7850">#7850</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>no-duplicate-selectors</code> end positions (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7867">#7867</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>no-duplicate-selectors</code> false negatives for three
or more duplicates (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7867">#7867</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-max-compound-selectors</code> error for
<code>@nest</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7875">#7875</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-pseudo-class-no-unknown</code> false positives
for <code>:active-view-transition</code> and
<code>:active-view-transition-type()</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7868">#7868</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed: <code>selector-type-*</code>, <code>selector-max-type</code>
and <code>selector-class-pattern</code> false positives for
<code>&lt;timeline-range-name&gt;</code> in keyframe selectors (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7856">#7856</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>stylelint.utils.checkAgainstRule()</code> regression
when <code>reportNeedlessDisables</code> and <code>quiet</code> are both
enabled (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7879">#7879</a>)
(<a
href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li>
<li>Fixed: configuration comments within selector and value lists being
ignored (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7839">#7839</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
</ul>
<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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/stylelint/stylelint/commit/1232b539dfebc7a14aaa4b2d99af3af96114d776"><code>1232b53</code></a>
16.8.1</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/c5333fa17d1675383d0f3b908f064da0d0019cdd"><code>c5333fa</code></a>
Prepare 16.8.1 (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7889">#7889</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/133b4cc9fb02fd0cbf1f6e64ee7cca1eed2c8dc5"><code>133b4cc</code></a>
Fix <code>no-duplicate-selectors</code> false positives with Less syntax
(<a
href="https://redirect.github.com/stylelint/stylelint/issues/7888">#7888</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/19365cac49d32d8c9fc2cb52ee47009cdcb96e4f"><code>19365ca</code></a>
16.8.0</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/50478e631841b25e4e70126ea7c50b88a4ef6f2b"><code>50478e6</code></a>
Prepare 16.8.0 (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7870">#7870</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/8e5c8a3922fccd547ea2fb3e896b8b39829a53a9"><code>8e5c8a3</code></a>
Fix <code>function-url-quotes</code> false positives for SCSS variables
and <code>#</code>/<code>?</code> char...</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/2d0451197aeea6389136c0e2b205bcc7607cb2a1"><code>2d04511</code></a>
Bump husky from 9.1.2 to 9.1.3 (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7886">#7886</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/118fe2b39e131a43981c6d96af399a8807f6c8ed"><code>118fe2b</code></a>
Bump debug from 4.3.5 to 4.3.6 (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7885">#7885</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/1905e415ef7f248011c22634a1867921aaf6a479"><code>1905e41</code></a>
Bump rollup from 4.19.0 to 4.19.1 (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7884">#7884</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/ac73451f7c70beaae728ccd24b4232bdeab8edec"><code>ac73451</code></a>
Document to add ecosystem test check in releasing task list (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7883">#7883</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/stylelint/stylelint/compare/16.6.1...16.8.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.6.1&new-version=16.8.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>
  • Loading branch information
jgarber623-cargosense authored Aug 2, 2024
2 parents 81edc75 + 7ccd598 commit 6ad76da
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ad76da

Please sign in to comment.