Build(deps-dev): bump stylelint from 14.16.1 to 15.6.1 #1157

Closed
argoyle wants to merge 0 commits from dependabot-npm_and_yarn-stylelint-15.6.1 into master
argoyle commented 2023-05-08 19:30:55 +00:00 (Migrated from gitlab.com)

Bumps stylelint from 14.16.1 to 15.6.1.

Release notes

Sourced from stylelint's releases.

15.6.1

  • Fixed: declaration-block-no-redundant-longhand-properties autofix for transition (#6815) (@​mattxwang).
  • Fixed: github formatter for missing final newline (#6822) (@​konomae).
  • Fixed: selector-pseudo-class-no-unknown false positive for :modal (#6811) (@​Yasir761).

15.6.0

  • Added: allowEmptyInput, cache, fix options to configuration object (#6778) (@​mattxwang).
  • Added: ignore: ["with-var-inside"] to color-function-notation (#6802) (@​mattxwang).
  • Fixed: declaration-block-no-duplicate-properties autofix for 3 or more duplicates (#6801) (@​mattxwang).
  • Fixed: declaration-block-no-duplicate-properties false positives with option ignore: ["consecutive-duplicates-with-different-syntaxes"] (#6797) (@​romainmenke).
  • Fixed: declaration-block-no-duplicate-properties syntax error (#6792) (@​yoyo837).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-template (#6777) (@​mattxwang).
  • Fixed: function-url-quotes autofix for comments in SCSS function (#6800) (@​ybiquitous).

15.5.0

  • Added: ignore: ["consecutive-duplicates-with-different-syntaxes"] to declaration-block-no-duplicate-properties (#6772) (@​kimulaco).
  • Added: ignoreProperties: [] to declaration-block-no-duplicate-custom-properties (#6773) (@​mattxwang).
  • Added: raw regex support to ignoreProperties for declaration-block-no-duplicate-properties (#6764) (@​ybiquitous).
  • Fixed: block-no-empty false positives with non-whitespace characters (#6782) (@​ybiquitous).
  • Fixed: color-function-notation false positives for namespaced imports (#6774) (@​mattxwang).
  • Fixed: custom-property-empty-line-before false positives for CSS-in-JS (#6767) (@​ybiquitous).
  • Fixed: media-feature-range-notation parse error (#6760) (@​fpetrakov).
  • Fixed: CLI help improvements (#6783) (@​ybiquitous).

15.4.0

15.3.0

15.2.0

  • Added: messageArgs to 76 rules (#6589) (@​kizu).
  • Fixed: TypeScript error to export Plugin and RuleContext (#6664) (@​henryruhs).
  • Fixed: overrides.extends order when including same rules (#6660) (@​kuoruan).
  • Fixed: annotation-no-unknown false positives for CSS-in-JS template literals (#6666) (@​hudochenkov).
  • Fixed: declaration-property-value-no-unknown false positives for at-rule descriptors (#6669) (@​FloEdelmann).
  • Fixed: declaration-property-value-no-unknown parse error for alpha(opacity=n) to report as violation (#6650) (@​romainmenke).

... (truncated)

Changelog

Sourced from stylelint's changelog.

15.6.1

  • Fixed: declaration-block-no-redundant-longhand-properties autofix for transition (#6815) (@​mattxwang).
  • Fixed: github formatter for missing final newline (#6822) (@​konomae).
  • Fixed: selector-pseudo-class-no-unknown false positive for :modal (#6811) (@​Yasir761).

15.6.0

  • Added: allowEmptyInput, cache, fix options to configuration object (#6778) (@​mattxwang).
  • Added: ignore: ["with-var-inside"] to color-function-notation (#6802) (@​mattxwang).
  • Fixed: declaration-block-no-duplicate-properties autofix for 3 or more duplicates (#6801) (@​mattxwang).
  • Fixed: declaration-block-no-duplicate-properties false positives with option ignore: ["consecutive-duplicates-with-different-syntaxes"] (#6797) (@​romainmenke).
  • Fixed: declaration-block-no-duplicate-properties syntax error (#6792) (@​yoyo837).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-template (#6777) (@​mattxwang).
  • Fixed: function-url-quotes autofix for comments in SCSS function (#6800) (@​ybiquitous).

15.5.0

  • Added: ignore: ["consecutive-duplicates-with-different-syntaxes"] to declaration-block-no-duplicate-properties (#6772) (@​kimulaco).
  • Added: ignoreProperties: [] to declaration-block-no-duplicate-custom-properties (#6773) (@​mattxwang).
  • Added: raw regex support to ignoreProperties for declaration-block-no-duplicate-properties (#6764) (@​ybiquitous).
  • Fixed: block-no-empty false positives with non-whitespace characters (#6782) (@​ybiquitous).
  • Fixed: color-function-notation false positives for namespaced imports (#6774) (@​mattxwang).
  • Fixed: custom-property-empty-line-before false positives for CSS-in-JS (#6767) (@​ybiquitous).
  • Fixed: media-feature-range-notation parse error (#6760) (@​fpetrakov).
  • Fixed: CLI help improvements (#6783) (@​ybiquitous).

15.4.0

15.3.0

15.2.0

... (truncated)

Commits
  • 650f597 15.6.1
  • 33b4dbc Prepare release (#6820)
  • 7608055 Fix minor to patch in many-mugs-camp.md
  • acb1cc9 Bump postcss-selector-parser from 6.0.11 to 6.0.12 (#6824)
  • 521f6e9 Bump write-file-atomic from 5.0.0 to 5.0.1 (#6825)
  • a8c7740 Bump lint-staged from 13.2.1 to 13.2.2 (#6827)
  • 6f67488 Bump patch-package from 6.5.1 to 7.0.0 (#6826)
  • e805310 Fix selector-pseudo-class-no-unknown false positive for :modal (#6811)
  • 4dc4995 Fix github formatter for missing final newline (#6822)
  • c3a9c9d Fix declaration-block-no-redundant-longhand-properties autofix for `transit...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by mattxwang, a new releaser for stylelint since your current version.



Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.16.1 to 15.6.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>15.6.1</h2> <ul> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> autofix for <code>transition</code> (<a href="https://github.com/stylelint/stylelint/issues/6815">#6815</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: <code>github</code> formatter for missing final newline (<a href="https://github.com/stylelint/stylelint/issues/6822">#6822</a>) (<a href="https://github.com/konomae"><code>@​konomae</code></a>).</li> <li>Fixed: <code>selector-pseudo-class-no-unknown</code> false positive for <code>:modal</code> (<a href="https://github.com/stylelint/stylelint/issues/6811">#6811</a>) (<a href="https://github.com/Yasir761"><code>@​Yasir761</code></a>).</li> </ul> <h2>15.6.0</h2> <ul> <li>Added: <code>allowEmptyInput</code>, <code>cache</code>, <code>fix</code> options to configuration object (<a href="https://github.com/stylelint/stylelint/issues/6778">#6778</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Added: <code>ignore: [&quot;with-var-inside&quot;]</code> to <code>color-function-notation</code> (<a href="https://github.com/stylelint/stylelint/issues/6802">#6802</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: <code>declaration-block-no-duplicate-properties</code> autofix for 3 or more duplicates (<a href="https://github.com/stylelint/stylelint/issues/6801">#6801</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: <code>declaration-block-no-duplicate-properties</code> false positives with option <code>ignore: [&quot;consecutive-duplicates-with-different-syntaxes&quot;]</code> (<a href="https://github.com/stylelint/stylelint/issues/6797">#6797</a>) (<a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> <li>Fixed: <code>declaration-block-no-duplicate-properties</code> syntax error (<a href="https://github.com/stylelint/stylelint/issues/6792">#6792</a>) (<a href="https://github.com/yoyo837"><code>@​yoyo837</code></a>).</li> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> autofix for <code>grid-template</code> (<a href="https://github.com/stylelint/stylelint/issues/6777">#6777</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: <code>function-url-quotes</code> autofix for comments in SCSS function (<a href="https://github.com/stylelint/stylelint/issues/6800">#6800</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> </ul> <h2>15.5.0</h2> <ul> <li>Added: <code>ignore: [&quot;consecutive-duplicates-with-different-syntaxes&quot;]</code> to <code>declaration-block-no-duplicate-properties</code> (<a href="https://github.com/stylelint/stylelint/issues/6772">#6772</a>) (<a href="https://github.com/kimulaco"><code>@​kimulaco</code></a>).</li> <li>Added: <code>ignoreProperties: []</code> to <code>declaration-block-no-duplicate-custom-properties</code> (<a href="https://github.com/stylelint/stylelint/issues/6773">#6773</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Added: raw regex support to <code>ignoreProperties</code> for <code>declaration-block-no-duplicate-properties</code> (<a href="https://github.com/stylelint/stylelint/issues/6764">#6764</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>block-no-empty</code> false positives with non-whitespace characters (<a href="https://github.com/stylelint/stylelint/issues/6782">#6782</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>color-function-notation</code> false positives for namespaced imports (<a href="https://github.com/stylelint/stylelint/issues/6774">#6774</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: <code>custom-property-empty-line-before</code> false positives for CSS-in-JS (<a href="https://github.com/stylelint/stylelint/issues/6767">#6767</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>media-feature-range-notation</code> parse error (<a href="https://github.com/stylelint/stylelint/issues/6760">#6760</a>) (<a href="https://github.com/fpetrakov"><code>@​fpetrakov</code></a>).</li> <li>Fixed: CLI help improvements (<a href="https://github.com/stylelint/stylelint/issues/6783">#6783</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> </ul> <h2>15.4.0</h2> <ul> <li>Added: <code>--quiet-deprecation-warnings</code> flag (<a href="https://github.com/stylelint/stylelint/issues/6724">#6724</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Added: <code>-c</code> alias for <code>--config</code> (<a href="https://github.com/stylelint/stylelint/issues/6720">#6720</a>) (<a href="https://github.com/sidverma32"><code>@​sidverma32</code></a>).</li> <li>Added: <code>media-feature-range-notation</code> autofix (<a href="https://github.com/stylelint/stylelint/issues/6742">#6742</a>) (<a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> <li>Added: <code>no-unknown-custom-properties</code> rule (<a href="https://github.com/stylelint/stylelint/issues/6731">#6731</a>) (<a href="https://github.com/jameschensmith"><code>@​jameschensmith</code></a>).</li> <li>Fixed: <code>function-url-quotes</code> autofix for double-slash comments in SCSS maps (<a href="https://github.com/stylelint/stylelint/issues/6745">#6745</a>) (<a href="https://github.com/jgerigmeyer"><code>@​jgerigmeyer</code></a>).</li> <li>Fixed: <code>isPathIgnored()</code> utility's performance (<a href="https://github.com/stylelint/stylelint/issues/6728">#6728</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>rule-selector-property-disallowed-list</code> secondary options (<a href="https://github.com/stylelint/stylelint/issues/6723">#6723</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> with basic keywords (<a href="https://github.com/stylelint/stylelint/issues/6748">#6748</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: deprecation warnings for disabled rules (<a href="https://github.com/stylelint/stylelint/issues/6747">#6747</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> </ul> <h2>15.3.0</h2> <ul> <li>Added: <code>configurationComment</code> configuration property (<a href="https://github.com/stylelint/stylelint/issues/6629">#6629</a>) (<a href="https://github.com/ifitzpatrick"><code>@​ifitzpatrick</code></a>).</li> <li>Added: <code>selector-anb-no-unmatchable</code> rule (<a href="https://github.com/stylelint/stylelint/issues/6678">#6678</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: TypeScript error for CommonJS importing (<a href="https://github.com/stylelint/stylelint/issues/6703">#6703</a>) (<a href="https://github.com/remcohaszing"><code>@​remcohaszing</code></a>).</li> <li>Fixed: <code>*-no-redundant-*</code> false negatives for <code>inset</code> shorthand (<a href="https://github.com/stylelint/stylelint/issues/6699">#6699</a>) (<a href="https://github.com/rayrw"><code>@​rayrw</code></a>).</li> <li>Fixed: <code>function-url-quotes</code> autofix for multiple <code>url()</code> (<a href="https://github.com/stylelint/stylelint/issues/6711">#6711</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>value-keyword-case</code> false positives for Level 4 system colours (<a href="https://github.com/stylelint/stylelint/issues/6712">#6712</a>) (<a href="https://github.com/thewilkybarkid"><code>@​thewilkybarkid</code></a>).</li> </ul> <h2>15.2.0</h2> <ul> <li>Added: <code>messageArgs</code> to 76 rules (<a href="https://github.com/stylelint/stylelint/issues/6589">#6589</a>) (<a href="https://github.com/kizu"><code>@​kizu</code></a>).</li> <li>Fixed: TypeScript error to export <code>Plugin</code> and <code>RuleContext</code> (<a href="https://github.com/stylelint/stylelint/issues/6664">#6664</a>) (<a href="https://github.com/henryruhs"><code>@​henryruhs</code></a>).</li> <li>Fixed: <code>overrides.extends</code> order when including same rules (<a href="https://github.com/stylelint/stylelint/issues/6660">#6660</a>) (<a href="https://github.com/kuoruan"><code>@​kuoruan</code></a>).</li> <li>Fixed: <code>annotation-no-unknown</code> false positives for CSS-in-JS template literals (<a href="https://github.com/stylelint/stylelint/issues/6666">#6666</a>) (<a href="https://github.com/hudochenkov"><code>@​hudochenkov</code></a>).</li> <li>Fixed: <code>declaration-property-value-no-unknown</code> false positives for at-rule descriptors (<a href="https://github.com/stylelint/stylelint/issues/6669">#6669</a>) (<a href="https://github.com/FloEdelmann"><code>@​FloEdelmann</code></a>).</li> <li>Fixed: <code>declaration-property-value-no-unknown</code> parse error for <code>alpha(opacity=n)</code> to report as violation (<a href="https://github.com/stylelint/stylelint/issues/6650">#6650</a>) (<a href="https://github.com/romainmenke"><code>@​romainmenke</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>15.6.1</h2> <ul> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> autofix for <code>transition</code> (<a href="https://github.com/stylelint/stylelint/pull/6815">#6815</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: <code>github</code> formatter for missing final newline (<a href="https://github.com/stylelint/stylelint/pull/6822">#6822</a>) (<a href="https://github.com/konomae"><code>@​konomae</code></a>).</li> <li>Fixed: <code>selector-pseudo-class-no-unknown</code> false positive for <code>:modal</code> (<a href="https://github.com/stylelint/stylelint/pull/6811">#6811</a>) (<a href="https://github.com/Yasir761"><code>@​Yasir761</code></a>).</li> </ul> <h2>15.6.0</h2> <ul> <li>Added: <code>allowEmptyInput</code>, <code>cache</code>, <code>fix</code> options to configuration object (<a href="https://github.com/stylelint/stylelint/pull/6778">#6778</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Added: <code>ignore: [&quot;with-var-inside&quot;]</code> to <code>color-function-notation</code> (<a href="https://github.com/stylelint/stylelint/pull/6802">#6802</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: <code>declaration-block-no-duplicate-properties</code> autofix for 3 or more duplicates (<a href="https://github.com/stylelint/stylelint/pull/6801">#6801</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: <code>declaration-block-no-duplicate-properties</code> false positives with option <code>ignore: [&quot;consecutive-duplicates-with-different-syntaxes&quot;]</code> (<a href="https://github.com/stylelint/stylelint/pull/6797">#6797</a>) (<a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> <li>Fixed: <code>declaration-block-no-duplicate-properties</code> syntax error (<a href="https://github.com/stylelint/stylelint/pull/6792">#6792</a>) (<a href="https://github.com/yoyo837"><code>@​yoyo837</code></a>).</li> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> autofix for <code>grid-template</code> (<a href="https://github.com/stylelint/stylelint/pull/6777">#6777</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: <code>function-url-quotes</code> autofix for comments in SCSS function (<a href="https://github.com/stylelint/stylelint/pull/6800">#6800</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> </ul> <h2>15.5.0</h2> <ul> <li>Added: <code>ignore: [&quot;consecutive-duplicates-with-different-syntaxes&quot;]</code> to <code>declaration-block-no-duplicate-properties</code> (<a href="https://github.com/stylelint/stylelint/pull/6772">#6772</a>) (<a href="https://github.com/kimulaco"><code>@​kimulaco</code></a>).</li> <li>Added: <code>ignoreProperties: []</code> to <code>declaration-block-no-duplicate-custom-properties</code> (<a href="https://github.com/stylelint/stylelint/pull/6773">#6773</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Added: raw regex support to <code>ignoreProperties</code> for <code>declaration-block-no-duplicate-properties</code> (<a href="https://github.com/stylelint/stylelint/pull/6764">#6764</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>block-no-empty</code> false positives with non-whitespace characters (<a href="https://github.com/stylelint/stylelint/pull/6782">#6782</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>color-function-notation</code> false positives for namespaced imports (<a href="https://github.com/stylelint/stylelint/pull/6774">#6774</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: <code>custom-property-empty-line-before</code> false positives for CSS-in-JS (<a href="https://github.com/stylelint/stylelint/pull/6767">#6767</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>media-feature-range-notation</code> parse error (<a href="https://github.com/stylelint/stylelint/pull/6760">#6760</a>) (<a href="https://github.com/fpetrakov"><code>@​fpetrakov</code></a>).</li> <li>Fixed: CLI help improvements (<a href="https://github.com/stylelint/stylelint/pull/6783">#6783</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> </ul> <h2>15.4.0</h2> <ul> <li>Added: <code>--quiet-deprecation-warnings</code> flag (<a href="https://github.com/stylelint/stylelint/pull/6724">#6724</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Added: <code>-c</code> alias for <code>--config</code> (<a href="https://github.com/stylelint/stylelint/pull/6720">#6720</a>) (<a href="https://github.com/sidverma32"><code>@​sidverma32</code></a>).</li> <li>Added: <code>media-feature-range-notation</code> autofix (<a href="https://github.com/stylelint/stylelint/pull/6742">#6742</a>) (<a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> <li>Added: <code>no-unknown-custom-properties</code> rule (<a href="https://github.com/stylelint/stylelint/pull/6731">#6731</a>) (<a href="https://github.com/jameschensmith"><code>@​jameschensmith</code></a>).</li> <li>Fixed: <code>function-url-quotes</code> autofix for double-slash comments in SCSS maps (<a href="https://github.com/stylelint/stylelint/pull/6745">#6745</a>) (<a href="https://github.com/jgerigmeyer"><code>@​jgerigmeyer</code></a>).</li> <li>Fixed: <code>isPathIgnored()</code> utility's performance (<a href="https://github.com/stylelint/stylelint/pull/6728">#6728</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>rule-selector-property-disallowed-list</code> secondary options (<a href="https://github.com/stylelint/stylelint/pull/6723">#6723</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> with basic keywords (<a href="https://github.com/stylelint/stylelint/pull/6748">#6748</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: deprecation warnings for disabled rules (<a href="https://github.com/stylelint/stylelint/pull/6747">#6747</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> </ul> <h2>15.3.0</h2> <ul> <li>Added: <code>configurationComment</code> configuration property (<a href="https://github.com/stylelint/stylelint/pull/6629">#6629</a>) (<a href="https://github.com/ifitzpatrick"><code>@​ifitzpatrick</code></a>).</li> <li>Added: <code>selector-anb-no-unmatchable</code> rule (<a href="https://github.com/stylelint/stylelint/pull/6678">#6678</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: TypeScript error for CommonJS importing (<a href="https://github.com/stylelint/stylelint/pull/6703">#6703</a>) (<a href="https://github.com/remcohaszing"><code>@​remcohaszing</code></a>).</li> <li>Fixed: <code>*-no-redundant-*</code> false negatives for <code>inset</code> shorthand (<a href="https://github.com/stylelint/stylelint/pull/6699">#6699</a>) (<a href="https://github.com/rayrw"><code>@​rayrw</code></a>).</li> <li>Fixed: <code>function-url-quotes</code> autofix for multiple <code>url()</code> (<a href="https://github.com/stylelint/stylelint/pull/6711">#6711</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>value-keyword-case</code> false positives for Level 4 system colours (<a href="https://github.com/stylelint/stylelint/pull/6712">#6712</a>) (<a href="https://github.com/thewilkybarkid"><code>@​thewilkybarkid</code></a>).</li> </ul> <h2>15.2.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint/stylelint/commit/650f597806679a3d2eb57672c931b1a5e2acd0d6"><code>650f597</code></a> 15.6.1</li> <li><a href="https://github.com/stylelint/stylelint/commit/33b4dbcfe1e7dc64b30cf92133e0f7a048a58256"><code>33b4dbc</code></a> Prepare release (<a href="https://github.com/stylelint/stylelint/issues/6820">#6820</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/76080558730aec5f3cd5892860dde9c4bae435fb"><code>7608055</code></a> Fix minor to patch in many-mugs-camp.md</li> <li><a href="https://github.com/stylelint/stylelint/commit/acb1cc9bbb14773309c3135181a4c79e02d2b943"><code>acb1cc9</code></a> Bump postcss-selector-parser from 6.0.11 to 6.0.12 (<a href="https://github.com/stylelint/stylelint/issues/6824">#6824</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/521f6e9942ddd561687ef5abf5ca83b78db0b3ad"><code>521f6e9</code></a> Bump write-file-atomic from 5.0.0 to 5.0.1 (<a href="https://github.com/stylelint/stylelint/issues/6825">#6825</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/a8c774092a48e73c503cdd6ad0d91f71ed9c1ce0"><code>a8c7740</code></a> Bump lint-staged from 13.2.1 to 13.2.2 (<a href="https://github.com/stylelint/stylelint/issues/6827">#6827</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/6f6748875dfc867365c5a3ee463c9b21fc24d560"><code>6f67488</code></a> Bump patch-package from 6.5.1 to 7.0.0 (<a href="https://github.com/stylelint/stylelint/issues/6826">#6826</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/e805310b8bd13598854848c22e69e8a911b80220"><code>e805310</code></a> Fix <code>selector-pseudo-class-no-unknown</code> false positive for <code>:modal</code> (<a href="https://github.com/stylelint/stylelint/issues/6811">#6811</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/4dc4995750694c6925f3f6aa55cdaff3364c5e72"><code>4dc4995</code></a> Fix <code>github</code> formatter for missing final newline (<a href="https://github.com/stylelint/stylelint/issues/6822">#6822</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/c3a9c9dbf464a4eb125bda4652a49a12c7c3b086"><code>c3a9c9d</code></a> Fix <code>declaration-block-no-redundant-longhand-properties</code> autofix for `transit...</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/14.16.1...15.6.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~mattxwang">mattxwang</a>, a new releaser for stylelint since your current version.</p> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle (Migrated from gitlab.com) closed this pull request 2023-05-09 04:42:13 +00:00
argoyle (Migrated from gitlab.com) reopened this pull request 2023-05-09 05:59:15 +00:00
argoyle (Migrated from gitlab.com) closed this pull request 2023-05-09 05:59:21 +00:00
argoyle commented 2023-05-09 05:59:23 +00:00 (Migrated from gitlab.com)

Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.

Pull request closed

This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.