mirror of
https://github.com/maputnik/editor.git
synced 2026-01-28 00:00:01 +00:00
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 6.11.1 to 6.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stylelint-scss/stylelint-scss/releases">stylelint-scss's releases</a>.</em></p> <blockquote> <h2>6.12.0</h2> <ul> <li>Added: <code>double-slash-comment-whitespace-inside</code> add autofix and fix incorrect error locations (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1146">#1146</a>).</li> <li>Added: <code>declaration-property-value-no-unknown</code> add support for nested properties with shorthand values (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1142">#1142</a>).</li> <li>Fixed: <code>operator-no-unspaced</code> don't check Tailwind Directives (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1147">#1147</a>).</li> <li>Fixed: <code>at-use-no-redundant-alias</code> fix false negative for single quotes (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1130">#1130</a>).</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/stylelint-scss/stylelint-scss/compare/v6.11.1...v6.12.0">https://github.com/stylelint-scss/stylelint-scss/compare/v6.11.1...v6.12.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md">stylelint-scss's changelog</a>.</em></p> <blockquote> <h1>6.12.0</h1> <ul> <li>Added: <code>double-slash-comment-whitespace-inside</code> add autofix and fix incorrect error locations (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1146">#1146</a>).</li> <li>Added: <code>declaration-property-value-no-unknown</code> add support for nested properties with shorthand values (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1142">#1142</a>).</li> <li>Fixed: <code>operator-no-unspaced</code> don't check Tailwind Directives (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1147">#1147</a>).</li> <li>Fixed: <code>at-use-no-redundant-alias</code> fix false negative for single quotes (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1130">#1130</a>).</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/stylelint-scss/stylelint-scss/compare/v6.11.1...v6.12.0">https://github.com/stylelint-scss/stylelint-scss/compare/v6.11.1...v6.12.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="d1deb4fe96"><code>d1deb4f</code></a> 6.12.0</li> <li><a href="2ceffc2ae8"><code>2ceffc2</code></a> Prepare version 6.12.0</li> <li><a href="9ec5456f36"><code>9ec5456</code></a> double-slash-comment-whitespace-inside: add autofix to README</li> <li><a href="d586476a77"><code>d586476</code></a> Update contributors list</li> <li><a href="e4b8fd4d0d"><code>e4b8fd4</code></a> build(deps): bump known-css-properties from 0.35.0 to 0.36.0 (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1148">#1148</a>)</li> <li><a href="474af2303a"><code>474af23</code></a> build(deps-dev): bump jest-preset-stylelint from 7.2.0 to 7.3.0 (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1138">#1138</a>)</li> <li><a href="a68c5ab8f3"><code>a68c5ab</code></a> operator-no-unspaced: don't check Tailwind Directives (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1147">#1147</a>)</li> <li><a href="762387a1fd"><code>762387a</code></a> Improve double-slash-comment-whitespace-inside (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1146">#1146</a>)</li> <li><a href="9d9f088275"><code>9d9f088</code></a> build(deps-dev): bump stylelint from 16.16.0 to 16.19.1 (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1143">#1143</a>)</li> <li><a href="bdfa665dd7"><code>bdfa665</code></a> declaration-property-value-no-unknown support for nested properties with shor...</li> <li>Additional commits viewable in <a href="https://github.com/stylelint-scss/stylelint-scss/compare/v6.11.1...v6.12.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4.7 KiB
4.7 KiB