You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/24 20:47:12 UTC

[GitHub] [cassandra-website] dependabot[bot] opened a new pull request, #217: Bump yaml and stylelint in /site-ui

dependabot[bot] opened a new pull request, #217:
URL: https://github.com/apache/cassandra-website/pull/217

   Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependency [stylelint](https://github.com/stylelint/stylelint). These dependencies need to be updated together.
   
   Removes `yaml`
   
   Updates `stylelint` from 13.6.1 to 15.6.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>15.6.0</h2>
   <ul>
   <li>Added: <code>allowEmptyInput</code>, <code>cache</code>, <code>fix</code> options to configuration object (<a href="https://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.github.com/stylelint/stylelint/issues/6650">#6650</a>) (<a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
   <li>Fixed: <code>function-name-case</code> false positives for CSS-in-JS template literals (<a href="https://redirect.github.com/stylelint/stylelint/issues/6666">#6666</a>) (<a href="https://github.com/hudochenkov"><code>@​hudochenkov</code></a>).</li>
   <li>Fixed: <code>function-no-unknown</code> false positives for CSS-in-JS template literals (<a href="https://redirect.github.com/stylelint/stylelint/issues/6666">#6666</a>) (<a href="https://github.com/hudochenkov"><code>@​hudochenkov</code></a>).</li>
   <li>Fixed: <code>unit-no-unknown</code> false positives for CSS-in-JS template literals (<a href="https://redirect.github.com/stylelint/stylelint/issues/6666">#6666</a>) (<a href="https://github.com/hudochenkov"><code>@​hudochenkov</code></a>).</li>
   <li>Fixed: <code>value-keyword-case</code> false positives for CSS-in-JS template literals (<a href="https://redirect.github.com/stylelint/stylelint/issues/6666">#6666</a>) (<a href="https://github.com/hudochenkov"><code>@​hudochenkov</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.0</h2>
   <ul>
   <li>Added: <code>allowEmptyInput</code>, <code>cache</code>, <code>fix</code> options to configuration object (<a href="https://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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>
   <ul>
   <li>Added: <code>messageArgs</code> to 76 rules (<a href="https://redirect.github.com/stylelint/stylelint/pull/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://redirect.github.com/stylelint/stylelint/pull/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://redirect.github.com/stylelint/stylelint/pull/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://redirect.github.com/stylelint/stylelint/pull/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://redirect.github.com/stylelint/stylelint/pull/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://redirect.github.com/stylelint/stylelint/pull/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>Commits</summary>
   <ul>
   <li><a href="https://github.com/stylelint/stylelint/commit/380e92053f3441cd318e4d6c2acba887ea12f700"><code>380e920</code></a> 15.6.0</li>
   <li><a href="https://github.com/stylelint/stylelint/commit/a0b7f71205483e302a92cf902e5875fcd7e8759d"><code>a0b7f71</code></a> Prepare release (<a href="https://redirect.github.com/stylelint/stylelint/issues/6794">#6794</a>)</li>
   <li><a href="https://github.com/stylelint/stylelint/commit/fffbb4c110255bdd0fb54bec402b30e28f1ffe0d"><code>fffbb4c</code></a> Add <code>ignore: [&quot;with-var-inside&quot;]</code> to <code>color-function-notation</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/6802">#6802</a>)</li>
   <li><a href="https://github.com/stylelint/stylelint/commit/b089a42206b3513ec9e4b1a6dca182684bfebb0a"><code>b089a42</code></a> Add <code>allowEmptyInput</code>, <code>cache</code>, <code>fix</code> options to configuration object (<a href="https://redirect.github.com/stylelint/stylelint/issues/6778">#6778</a>)</li>
   <li><a href="https://github.com/stylelint/stylelint/commit/2e313530e53dab4edae3716d61a03d8cff7be13f"><code>2e31353</code></a> Fix <code>declaration-block-no-redundant-longhand-properties</code> autofix for `grid-te...</li>
   <li><a href="https://github.com/stylelint/stylelint/commit/61d53ff96b7051acbe687d54415c32056fed7c41"><code>61d53ff</code></a> Fix <code>declaration-block-no-duplicate-properties</code> autofix for 3 or more duplica...</li>
   <li><a href="https://github.com/stylelint/stylelint/commit/56ba4c573d433c89d80b5b69a2c30464159d18e6"><code>56ba4c5</code></a> Fix <code>function-url-quotes</code> autofix for comments in SCSS function (<a href="https://redirect.github.com/stylelint/stylelint/issues/6800">#6800</a>)</li>
   <li><a href="https://github.com/stylelint/stylelint/commit/28328a627a0c03713b47f95f8f72d3005c8237a3"><code>28328a6</code></a> Fix <code>declaration-block-no-duplicate-properties</code> false positives with option `...</li>
   <li><a href="https://github.com/stylelint/stylelint/commit/afe410ac27ac846729dac5389416acbf9aee6191"><code>afe410a</code></a> Bump postcss from 8.4.21 to 8.4.22 (<a href="https://redirect.github.com/stylelint/stylelint/issues/6789">#6789</a>)</li>
   <li><a href="https://github.com/stylelint/stylelint/commit/d14a8833c753d7e9d9651c451de8f60bd728dd85"><code>d14a883</code></a> Bump <code>@​csstools/media-query-list-parser</code> from 2.0.2 to 2.0.4 (<a href="https://redirect.github.com/stylelint/stylelint/issues/6786">#6786</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/13.6.1...15.6.0">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/~ybiquitous">ybiquitous</a>, a new releaser for stylelint since your current version.</p>
   </details>
   <br />
   
   
   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 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)
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/cassandra-website/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra-website] michaelsembwever closed pull request #217: Bump yaml and stylelint in /site-ui

Posted by "michaelsembwever (via GitHub)" <gi...@apache.org>.
michaelsembwever closed pull request #217: Bump yaml and stylelint in /site-ui
URL: https://github.com/apache/cassandra-website/pull/217


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra-website] dependabot[bot] commented on pull request #217: Bump yaml and stylelint in /site-ui

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #217:
URL: https://github.com/apache/cassandra-website/pull/217#issuecomment-1653198535

   OK, I won't notify you again about this release, but will get in touch when a new version is available.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org