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.9.1 to 14.10.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>14.10.0</h2>
<ul>
<li>Added: rule metadata to public <code>LinterResult</code> API (<a href="https://github.com/stylelint/stylelint/pull/6166">#6166</a>).</li>
<li>Added: longhand sub-properties of shorthand properties reference data to public API (<a href="https://github.com/stylelint/stylelint/pull/6168">#6168</a>).</li>
<li>Added: <code>meta.fixable</code> property to each rule (<a href="https://github.com/stylelint/stylelint/pull/6181">#6181</a>).</li>
<li>Added: support for loading custom formatter from package (<a href="https://github.com/stylelint/stylelint/pull/6228">#6228</a>).</li>
<li>Added: <code>annotation-no-unknown</code> rule (<a href="https://github.com/stylelint/stylelint/pull/6155">#6155</a>).</li>
<li>Added: <code>keyframe-selector-notation</code> rule (<a href="https://github.com/stylelint/stylelint/pull/6164">#6164</a>).</li>
<li>Added: <code>percentage-unless-within-keyword-only-block</code> primary option to <code>keyframe-selector-notation</code> (<a href="https://github.com/stylelint/stylelint/pull/6194">#6194</a>).</li>
<li>Added: <code>github</code> formatter (<a href="https://github.com/stylelint/stylelint/pull/6150">#6150</a>).</li>
<li>Added: tally to <code>string</code> and <code>verbose</code> formatters (<a href="https://github.com/stylelint/stylelint/pull/6153">#6153</a>).</li>
<li>Added: fixable status to <code>verbose</code> and <code>github</code> formatters (<a href="https://github.com/stylelint/stylelint/pull/6183">#6183</a>).</li>
<li>Added: invalid rule primary option message for <code>false</code> (<a href="https://github.com/stylelint/stylelint/pull/6250">#6250</a>).</li>
<li>Fixed: exit code when nothing is passed to stylelint command (<a href="https://github.com/stylelint/stylelint/pull/6175">#6175</a>).</li>
<li>Fixed: rule message function type to not require users to handle all kind of arguments (<a href="https://github.com/stylelint/stylelint/pull/6147">#6147</a>).</li>
<li>Fixed: <code>at-rule-*</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6163">#6163</a>).</li>
<li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6219">#6219</a>).</li>
<li>Fixed: <code>declaration-property-value-allowed-list</code> false positives for multiple match (<a href="https://github.com/stylelint/stylelint/pull/6190">#6190</a>).</li>
<li>Fixed: <code>declaration-property-value-disallowed-list</code> false negatives for multiple match (<a href="https://github.com/stylelint/stylelint/pull/6188">#6188</a>).</li>
<li>Fixed: <code>named-grid-areas-no-invalid</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6205">#6205</a>).</li>
<li>Fixed: <code>no-descending-specificity</code> false positives for pseudo-classes (<a href="https://github.com/stylelint/stylelint/pull/6195">#6195</a>).</li>
<li>Fixed: <code>no-unknown-animations</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6221">#6221</a>).</li>
<li>Fixed: <code>no-unknown-animations</code> false positives for SCSS interpolation (<a href="https://github.com/stylelint/stylelint/pull/6185">#6185</a>).</li>
<li>Fixed: <code>number-max-precision</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6184">#6184</a>).</li>
<li>Fixed: <code>property-*</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6174">#6174</a>).</li>
<li>Fixed: <code>rule-selector-property-disallowed-list</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6222">#6222</a>).</li>
<li>Fixed: <code>selector-attribute-name-disallowed-list</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6223">#6223</a>).</li>
<li>Fixed: <code>selector-attribute-operator-allowed-list</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6224">#6224</a>).</li>
<li>Fixed: <code>selector-attribute-operator-disallowed-list</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6225">#6225</a>).</li>
<li>Fixed: <code>selector-attribute-quotes</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6226">#6226</a>).</li>
<li>Fixed: <code>selector-class-pattern</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6227">#6227</a>).</li>
<li>Fixed: <code>selector-combinator-allowed-list</code> and <code>selector-combinator-disallowed-list</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6229">#6229</a>).</li>
<li>Fixed: <code>selector-disallowed-list</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6230">#6230</a>).</li>
<li>Fixed: <code>selector-id-pattern</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6231">#6231</a>).</li>
<li>Fixed: <code>selector-not-notation</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6201">#6201</a>).</li>
<li>Fixed: <code>selector-pseudo-element-colon-notation</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6235">#6235</a>).</li>
<li>Fixed: <code>string-no-newline</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6218">#6218</a>).</li>
<li>Fixed: <code>unit-*</code> start and end positions (<a href="https://github.com/stylelint/stylelint/pull/6169">#6169</a>).</li>
<li>Fixed: <code>value-no-vendor-prefix</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6173">#6173</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>14.10.0</h2>
<ul>
<li>Added: rule metadata to public <code>LinterResult</code> API (<a href="https://github.com/stylelint/stylelint/pull/6166">#6166</a>).</li>
<li>Added: longhand sub-properties of shorthand properties reference data to public API (<a href="https://github.com/stylelint/stylelint/pull/6168">#6168</a>).</li>
<li>Added: <code>meta.fixable</code> property to each rule (<a href="https://github.com/stylelint/stylelint/pull/6181">#6181</a>).</li>
<li>Added: support for loading custom formatter from package (<a href="https://github.com/stylelint/stylelint/pull/6228">#6228</a>).</li>
<li>Added: <code>annotation-no-unknown</code> rule (<a href="https://github.com/stylelint/stylelint/pull/6155">#6155</a>).</li>
<li>Added: <code>keyframe-selector-notation</code> rule (<a href="https://github.com/stylelint/stylelint/pull/6164">#6164</a>).</li>
<li>Added: <code>percentage-unless-within-keyword-only-block</code> primary option to <code>keyframe-selector-notation</code> (<a href="https://github.com/stylelint/stylelint/pull/6194">#6194</a>).</li>
<li>Added: <code>github</code> formatter (<a href="https://github.com/stylelint/stylelint/pull/6150">#6150</a>).</li>
<li>Added: tally to <code>string</code> and <code>verbose</code> formatters (<a href="https://github.com/stylelint/stylelint/pull/6153">#6153</a>).</li>
<li>Added: fixable status to <code>verbose</code> and <code>github</code> formatters (<a href="https://github.com/stylelint/stylelint/pull/6183">#6183</a>).</li>
<li>Added: invalid rule primary option message for <code>false</code> (<a href="https://github.com/stylelint/stylelint/pull/6250">#6250</a>).</li>
<li>Fixed: exit code when nothing is passed to stylelint command (<a href="https://github.com/stylelint/stylelint/pull/6175">#6175</a>).</li>
<li>Fixed: rule message function type to not require users to handle all kind of arguments (<a href="https://github.com/stylelint/stylelint/pull/6147">#6147</a>).</li>
<li>Fixed: <code>at-rule-*</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6163">#6163</a>).</li>
<li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6219">#6219</a>).</li>
<li>Fixed: <code>declaration-property-value-allowed-list</code> false positives for multiple match (<a href="https://github.com/stylelint/stylelint/pull/6190">#6190</a>).</li>
<li>Fixed: <code>declaration-property-value-disallowed-list</code> false negatives for multiple match (<a href="https://github.com/stylelint/stylelint/pull/6188">#6188</a>).</li>
<li>Fixed: <code>named-grid-areas-no-invalid</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6205">#6205</a>).</li>
<li>Fixed: <code>no-descending-specificity</code> false positives for pseudo-classes (<a href="https://github.com/stylelint/stylelint/pull/6195">#6195</a>).</li>
<li>Fixed: <code>no-unknown-animations</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6221">#6221</a>).</li>
<li>Fixed: <code>no-unknown-animations</code> false positives for SCSS interpolation (<a href="https://github.com/stylelint/stylelint/pull/6185">#6185</a>).</li>
<li>Fixed: <code>number-max-precision</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6184">#6184</a>).</li>
<li>Fixed: <code>property-*</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6174">#6174</a>).</li>
<li>Fixed: <code>rule-selector-property-disallowed-list</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6222">#6222</a>).</li>
<li>Fixed: <code>selector-attribute-name-disallowed-list</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6223">#6223</a>).</li>
<li>Fixed: <code>selector-attribute-operator-allowed-list</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6224">#6224</a>).</li>
<li>Fixed: <code>selector-attribute-operator-disallowed-list</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6225">#6225</a>).</li>
<li>Fixed: <code>selector-attribute-quotes</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6226">#6226</a>).</li>
<li>Fixed: <code>selector-class-pattern</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6227">#6227</a>).</li>
<li>Fixed: <code>selector-combinator-allowed-list</code> and <code>selector-combinator-disallowed-list</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6229">#6229</a>).</li>
<li>Fixed: <code>selector-disallowed-list</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6230">#6230</a>).</li>
<li>Fixed: <code>selector-id-pattern</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6231">#6231</a>).</li>
<li>Fixed: <code>selector-not-notation</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6201">#6201</a>).</li>
<li>Fixed: <code>selector-pseudo-element-colon-notation</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6235">#6235</a>).</li>
<li>Fixed: <code>string-no-newline</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6218">#6218</a>).</li>
<li>Fixed: <code>unit-*</code> start and end positions (<a href="https://github.com/stylelint/stylelint/pull/6169">#6169</a>).</li>
<li>Fixed: <code>value-no-vendor-prefix</code> end positions (<a href="https://github.com/stylelint/stylelint/pull/6173">#6173</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/stylelint/stylelint/commit/fc0e37cff66b9499b3b3bb3a5f1ec1af7c38d7f5"><code>fc0e37c</code></a> 14.10.0</li>
<li><a href="https://github.com/stylelint/stylelint/commit/1dc6131c6b681d239de7fbde6d494a1d5a21b9db"><code>1dc6131</code></a> Prepare 14.10.0</li>
<li><a href="https://github.com/stylelint/stylelint/commit/f170d3de63a8135c7ff2d48a160679060bc1cdf0"><code>f170d3d</code></a> Create CHANGELOG.md</li>
<li><a href="https://github.com/stylelint/stylelint/commit/096113e8bfb79365f71e1c1e5ee26e4e9088399e"><code>096113e</code></a> Add invalid rule primary option message for <code>false</code> (<a href="https://github.com/stylelint/stylelint/issues/6250">#6250</a>)</li>
<li><a href="https://github.com/stylelint/stylelint/commit/9f794370608ed6c1fa55e8346fdd76c1e34774cb"><code>9f79437</code></a> Add test cases for <code>selector-max-id</code> end positions (<a href="https://github.com/stylelint/stylelint/issues/6243">#6243</a>)</li>
<li><a href="https://github.com/stylelint/stylelint/commit/17c0934f9e8d261e715ce4c466a4b2e5907ef9ca"><code>17c0934</code></a> Add test cases for <code>selector-max-compound-selectors</code> end positions (<a href="https://github.com/stylelint/stylelint/issues/6242">#6242</a>)</li>
<li><a href="https://github.com/stylelint/stylelint/commit/1165e88c631a98da988b4a33fb03892934056eb3"><code>1165e88</code></a> Fix tsconfig.json (<a href="https://github.com/stylelint/stylelint/issues/6251">#6251</a>)</li>
<li><a href="https://github.com/stylelint/stylelint/commit/0bd6976fea7fa2a07c47672de424194716d31164"><code>0bd6976</code></a> Bump fastest-levenshtein from 1.0.14 to 1.0.16 (<a href="https://github.com/stylelint/stylelint/issues/6249">#6249</a>)</li>
<li><a href="https://github.com/stylelint/stylelint/commit/384ac05bcc6375d2e0980195f7546689c02eaed2"><code>384ac05</code></a> Bump eslint-plugin-jest from 26.7.0 to 26.8.0 (<a href="https://github.com/stylelint/stylelint/issues/6248">#6248</a>)</li>
<li><a href="https://github.com/stylelint/stylelint/commit/cf90e91816b06cc29f82514a46e4da772c05acf6"><code>cf90e91</code></a> Bump eslint from 8.20.0 to 8.21.0 (<a href="https://github.com/stylelint/stylelint/issues/6247">#6247</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/14.9.1...14.10.0">compare view</a></li>
</ul>
</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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps stylelint from 14.9.1 to 14.10.0.
Release notes
Sourced from stylelint's releases.
Changelog
Sourced from stylelint's changelog.
Commits
fc0e37c14.10.01dc6131Prepare 14.10.0f170d3dCreate CHANGELOG.md096113eAdd invalid rule primary option message forfalse(#6250)9f79437Add test cases forselector-max-idend positions (#6243)17c0934Add test cases forselector-max-compound-selectorsend positions (#6242)1165e88Fix tsconfig.json (#6251)0bd6976Bump fastest-levenshtein from 1.0.14 to 1.0.16 (#6249)384ac05Bump eslint-plugin-jest from 26.7.0 to 26.8.0 (#6248)cf90e91Bump eslint from 8.20.0 to 8.21.0 (#6247)Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsadded 2 commits
77e8c1fe- 1 commit from branchmaster56162c8a- Build(deps-dev): bump stylelint from 14.9.1 to 14.10.0Compare with previous version