Build(deps-dev): bump stylelint from 14.13.0 to 14.14.0 #694

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-stylelint-14.14.0 into master 2022-10-19 20:17:21 +00:00
argoyle commented 2022-10-18 09:06:38 +00:00 (Migrated from gitlab.com)

Bumps stylelint from 14.13.0 to 14.14.0.

Release notes

Sourced from stylelint's releases.

14.14.0

Changelog

Sourced from stylelint's changelog.

14.14.0

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.13.0 to 14.14.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.14.0</h2> <ul> <li>Added: <code>*-pattern</code> custom message formatting (<a href="https://github.com/stylelint/stylelint/issues/6391">#6391</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>block-no-empty</code> false positives for <code>reportNeedlessDisables</code> (<a href="https://github.com/stylelint/stylelint/issues/6381">#6381</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>printf</code>-like formatting for custom messages (<a href="https://github.com/stylelint/stylelint/issues/6389">#6389</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>unit-no-unknown</code> false positives for font-relative length units (<a href="https://github.com/stylelint/stylelint/issues/6374">#6374</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: false negatives on second run for cache and <code>severity</code> option (<a href="https://github.com/stylelint/stylelint/issues/6384">#6384</a>) (<a href="https://github.com/kimulaco"><code>@​kimulaco</code></a>).</li> <li>Fixed: TS compilation error due to needless <code>file-entry-cache</code> import (<a href="https://github.com/stylelint/stylelint/issues/6393">#6393</a>) (<a href="https://github.com/adidahiya"><code>@​adidahiya</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>14.14.0</h2> <ul> <li>Added: <code>*-pattern</code> custom message formatting (<a href="https://github.com/stylelint/stylelint/pull/6391">#6391</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>block-no-empty</code> false positives for <code>reportNeedlessDisables</code> (<a href="https://github.com/stylelint/stylelint/pull/6381">#6381</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>printf</code>-like formatting for custom messages (<a href="https://github.com/stylelint/stylelint/pull/6389">#6389</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>unit-no-unknown</code> false positives for font-relative length units (<a href="https://github.com/stylelint/stylelint/pull/6374">#6374</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: false negatives on second run for cache and <code>severity</code> option (<a href="https://github.com/stylelint/stylelint/pull/6384">#6384</a>) (<a href="https://github.com/kimulaco"><code>@​kimulaco</code></a>).</li> <li>Fixed: TS compilation error due to needless <code>file-entry-cache</code> import (<a href="https://github.com/stylelint/stylelint/pull/6393">#6393</a>) (<a href="https://github.com/adidahiya"><code>@​adidahiya</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint/stylelint/commit/b70929b061051e78d9d711e559e5777eaa9f82f0"><code>b70929b</code></a> 14.14.0</li> <li><a href="https://github.com/stylelint/stylelint/commit/30b45e358327e41e0e05db4133d9be1bcb84d810"><code>30b45e3</code></a> Prepare release (<a href="https://github.com/stylelint/stylelint/issues/6375">#6375</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/b24d34f6df24087de87be2acfe577ed334c04c2a"><code>b24d34f</code></a> Test glob with parent directory (<a href="https://github.com/stylelint/stylelint/issues/6398">#6398</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/df83ebc5082e7369ecc0c22a7ef5289d2dd166ee"><code>df83ebc</code></a> Document configuration object options subset (<a href="https://github.com/stylelint/stylelint/issues/6403">#6403</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/c6b03ba6544260270ad9223ad7e87de1d866bda1"><code>c6b03ba</code></a> Document shorthand-property-no-redundant-values extended description (<a href="https://github.com/stylelint/stylelint/issues/6405">#6405</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/1fd5a15304716702e8e26032d7439e10221693b2"><code>1fd5a15</code></a> Fix spelling mistakes (<a href="https://github.com/stylelint/stylelint/issues/6401">#6401</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/fd2f98d61c429defd96c7be82fa6411229a58b69"><code>fd2f98d</code></a> Document using stylelint inside npm-scripts (<a href="https://github.com/stylelint/stylelint/issues/6396">#6396</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/750ccd8a2ad74501dd18294e7577525ae122209f"><code>750ccd8</code></a> Bump eslint from 8.24.0 to 8.25.0 (<a href="https://github.com/stylelint/stylelint/issues/6399">#6399</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/168b71a0faf53324c04c97cecd9409b903fca57d"><code>168b71a</code></a> Fix false negatives on second run for cache and <code>severity</code> option (<a href="https://github.com/stylelint/stylelint/issues/6384">#6384</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/59d6a3f174dc6787202db388763cb36da516d5f2"><code>59d6a3f</code></a> Fix TS compilation error due to needless <code>file-entry-cache</code> import (<a href="https://github.com/stylelint/stylelint/issues/6393">#6393</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/14.13.0...14.14.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-10-19 10:53:14 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 045cf5fa - 1 commit from branch master
  • c40d275e - Build(deps-dev): bump stylelint from 14.13.0 to 14.14.0

Compare with previous version

added 2 commits <ul><li>045cf5fa - 1 commit from branch <code>master</code></li><li>c40d275e - Build(deps-dev): bump stylelint from 14.13.0 to 14.14.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/645/diffs?diff_id=512246599&start_sha=97381da28c3f10c5ba7d1cc708741a1e50e99c88)
argoyle commented 2022-10-19 11:11:54 +00:00 (Migrated from gitlab.com)

added 2 commits

  • b66ed8a3 - 1 commit from branch master
  • 36aeaa93 - Build(deps-dev): bump stylelint from 14.13.0 to 14.14.0

Compare with previous version

added 2 commits <ul><li>b66ed8a3 - 1 commit from branch <code>master</code></li><li>36aeaa93 - Build(deps-dev): bump stylelint from 14.13.0 to 14.14.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/645/diffs?diff_id=512267202&start_sha=c40d275ec79a4ffac5b68c7a859b13ad45a0d376)
argoyle commented 2022-10-19 16:43:33 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 73843ad9 - 1 commit from branch master
  • 754e10ff - Build(deps-dev): bump stylelint from 14.13.0 to 14.14.0

Compare with previous version

added 2 commits <ul><li>73843ad9 - 1 commit from branch <code>master</code></li><li>754e10ff - Build(deps-dev): bump stylelint from 14.13.0 to 14.14.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/645/diffs?diff_id=512688558&start_sha=36aeaa93ede5bcc8cb84bb3ef70f31f1b752a47b)
argoyle commented 2022-10-19 19:24:08 +00:00 (Migrated from gitlab.com)

added 2 commits

  • ed3a0df5 - 1 commit from branch master
  • 895e4dd4 - Build(deps-dev): bump stylelint from 14.13.0 to 14.14.0

Compare with previous version

added 2 commits <ul><li>ed3a0df5 - 1 commit from branch <code>master</code></li><li>895e4dd4 - Build(deps-dev): bump stylelint from 14.13.0 to 14.14.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/645/diffs?diff_id=512797240&start_sha=754e10ff0e610fccb33799ce7735ed33ead992f6)
argoyle commented 2022-10-19 20:07:16 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 15a6c0c3 - 1 commit from branch master
  • a4e2140f - Build(deps-dev): bump stylelint from 14.13.0 to 14.14.0

Compare with previous version

added 2 commits <ul><li>15a6c0c3 - 1 commit from branch <code>master</code></li><li>a4e2140f - Build(deps-dev): bump stylelint from 14.13.0 to 14.14.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/645/diffs?diff_id=512832549&start_sha=895e4dd438182425a83d71f7162a0177f7509cac)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-10-19 20:12:04 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2022-10-19 20:17:21 +00:00
Sign in to join this conversation.