Build(deps-dev): bump stylelint from 14.9.1 to 14.10.0 #528

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-stylelint-14.10.0 into master 2022-08-11 05:53:10 +00:00
argoyle commented 2022-08-11 04:41:18 +00:00 (Migrated from gitlab.com)

Bumps stylelint from 14.9.1 to 14.10.0.

Release notes

Sourced from stylelint's releases.

14.10.0

  • Added: rule metadata to public LinterResult API (#6166).
  • Added: longhand sub-properties of shorthand properties reference data to public API (#6168).
  • Added: meta.fixable property to each rule (#6181).
  • Added: support for loading custom formatter from package (#6228).
  • Added: annotation-no-unknown rule (#6155).
  • Added: keyframe-selector-notation rule (#6164).
  • Added: percentage-unless-within-keyword-only-block primary option to keyframe-selector-notation (#6194).
  • Added: github formatter (#6150).
  • Added: tally to string and verbose formatters (#6153).
  • Added: fixable status to verbose and github formatters (#6183).
  • Added: invalid rule primary option message for false (#6250).
  • Fixed: exit code when nothing is passed to stylelint command (#6175).
  • Fixed: rule message function type to not require users to handle all kind of arguments (#6147).
  • Fixed: at-rule-* end positions (#6163).
  • Fixed: declaration-block-no-redundant-longhand-properties end positions (#6219).
  • Fixed: declaration-property-value-allowed-list false positives for multiple match (#6190).
  • Fixed: declaration-property-value-disallowed-list false negatives for multiple match (#6188).
  • Fixed: named-grid-areas-no-invalid end positions (#6205).
  • Fixed: no-descending-specificity false positives for pseudo-classes (#6195).
  • Fixed: no-unknown-animations end positions (#6221).
  • Fixed: no-unknown-animations false positives for SCSS interpolation (#6185).
  • Fixed: number-max-precision end positions (#6184).
  • Fixed: property-* end positions (#6174).
  • Fixed: rule-selector-property-disallowed-list end positions (#6222).
  • Fixed: selector-attribute-name-disallowed-list end positions (#6223).
  • Fixed: selector-attribute-operator-allowed-list end positions (#6224).
  • Fixed: selector-attribute-operator-disallowed-list end positions (#6225).
  • Fixed: selector-attribute-quotes end positions (#6226).
  • Fixed: selector-class-pattern end positions (#6227).
  • Fixed: selector-combinator-allowed-list and selector-combinator-disallowed-list end positions (#6229).
  • Fixed: selector-disallowed-list end positions (#6230).
  • Fixed: selector-id-pattern end positions (#6231).
  • Fixed: selector-not-notation end positions (#6201).
  • Fixed: selector-pseudo-element-colon-notation end positions (#6235).
  • Fixed: string-no-newline end positions (#6218).
  • Fixed: unit-* start and end positions (#6169).
  • Fixed: value-no-vendor-prefix end positions (#6173).
Changelog

Sourced from stylelint's changelog.

14.10.0

  • Added: rule metadata to public LinterResult API (#6166).
  • Added: longhand sub-properties of shorthand properties reference data to public API (#6168).
  • Added: meta.fixable property to each rule (#6181).
  • Added: support for loading custom formatter from package (#6228).
  • Added: annotation-no-unknown rule (#6155).
  • Added: keyframe-selector-notation rule (#6164).
  • Added: percentage-unless-within-keyword-only-block primary option to keyframe-selector-notation (#6194).
  • Added: github formatter (#6150).
  • Added: tally to string and verbose formatters (#6153).
  • Added: fixable status to verbose and github formatters (#6183).
  • Added: invalid rule primary option message for false (#6250).
  • Fixed: exit code when nothing is passed to stylelint command (#6175).
  • Fixed: rule message function type to not require users to handle all kind of arguments (#6147).
  • Fixed: at-rule-* end positions (#6163).
  • Fixed: declaration-block-no-redundant-longhand-properties end positions (#6219).
  • Fixed: declaration-property-value-allowed-list false positives for multiple match (#6190).
  • Fixed: declaration-property-value-disallowed-list false negatives for multiple match (#6188).
  • Fixed: named-grid-areas-no-invalid end positions (#6205).
  • Fixed: no-descending-specificity false positives for pseudo-classes (#6195).
  • Fixed: no-unknown-animations end positions (#6221).
  • Fixed: no-unknown-animations false positives for SCSS interpolation (#6185).
  • Fixed: number-max-precision end positions (#6184).
  • Fixed: property-* end positions (#6174).
  • Fixed: rule-selector-property-disallowed-list end positions (#6222).
  • Fixed: selector-attribute-name-disallowed-list end positions (#6223).
  • Fixed: selector-attribute-operator-allowed-list end positions (#6224).
  • Fixed: selector-attribute-operator-disallowed-list end positions (#6225).
  • Fixed: selector-attribute-quotes end positions (#6226).
  • Fixed: selector-class-pattern end positions (#6227).
  • Fixed: selector-combinator-allowed-list and selector-combinator-disallowed-list end positions (#6229).
  • Fixed: selector-disallowed-list end positions (#6230).
  • Fixed: selector-id-pattern end positions (#6231).
  • Fixed: selector-not-notation end positions (#6201).
  • Fixed: selector-pseudo-element-colon-notation end positions (#6235).
  • Fixed: string-no-newline end positions (#6218).
  • Fixed: unit-* start and end positions (#6169).
  • Fixed: value-no-vendor-prefix end positions (#6173).
Commits


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>
argoyle commented 2022-08-11 05:37:19 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 77e8c1fe - 1 commit from branch master
  • 56162c8a - Build(deps-dev): bump stylelint from 14.9.1 to 14.10.0

Compare with previous version

added 2 commits <ul><li>77e8c1fe - 1 commit from branch <code>master</code></li><li>56162c8a - Build(deps-dev): bump stylelint from 14.9.1 to 14.10.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/479/diffs?diff_id=458692060&start_sha=67b72c7787d3f6b0f688ab02ac4b876d291fbb28)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-08-11 05:39:33 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2022-08-11 05:53:10 +00:00
Sign in to join this conversation.