mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
Bump stylelint-scss from 6.11.0 to 6.11.1 (#1087)
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 6.11.0 to 6.11.1. <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.11.1</h2> <ul> <li>Fixed: <code>no-duplicate-load-rules</code> fix false positive when using <code>@use</code> and <code>@forward</code> for the same stylesheet (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1124">#1124</a>).</li> <li>Fixed: <code>declaration-property-value-no-unknown</code> add support for Sass' <code>rgba()</code> function with a hex value (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1123">#1123</a>).</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/stylelint-scss/stylelint-scss/compare/v6.11.0...v6.11.1">https://github.com/stylelint-scss/stylelint-scss/compare/v6.11.0...v6.11.1</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.11.1</h1> <ul> <li>Fixed: <code>no-duplicate-load-rules</code> fix false positive when using <code>@use</code> and <code>@forward</code> for the same stylesheet (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1124">#1124</a>).</li> <li>Fixed: <code>declaration-property-value-no-unknown</code> add support for Sass' <code>rgba()</code> function with a hex value (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1123">#1123</a>).</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/stylelint-scss/stylelint-scss/compare/v6.11.0...v6.11.1">https://github.com/stylelint-scss/stylelint-scss/compare/v6.11.0...v6.11.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="163987c27f"><code>163987c</code></a> 6.11.1</li> <li><a href="b25bd76703"><code>b25bd76</code></a> Prepare version 6.11.1</li> <li><a href="fc199c82b9"><code>fc199c8</code></a> build(deps): bump postcss-selector-parser from 7.0.0 to 7.1.0 (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1128">#1128</a>)</li> <li><a href="a3a39e46a0"><code>a3a39e4</code></a> build(deps-dev): bump prettier from 3.4.2 to 3.5.1 (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1127">#1127</a>)</li> <li><a href="826bc18a24"><code>826bc18</code></a> build(deps-dev): bump postcss from 8.5.1 to 8.5.3 (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1125">#1125</a>)</li> <li><a href="e605042b5f"><code>e605042</code></a> Check load duplicate rules by at rule name. (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1124">#1124</a>)</li> <li><a href="4a10ca731e"><code>4a10ca7</code></a> Add support to Sass rgba() in declaration-property-value-no-unknown (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1123">#1123</a>)</li> <li>See full diff in <a href="https://github.com/stylelint-scss/stylelint-scss/compare/v6.11.0...v6.11.1">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>
This commit is contained in:
16
package-lock.json
generated
16
package-lock.json
generated
@@ -108,7 +108,7 @@
|
||||
"sass": "^1.85.1",
|
||||
"stylelint": "^16.14.1",
|
||||
"stylelint-config-recommended-scss": "^14.1.0",
|
||||
"stylelint-scss": "^6.11.0",
|
||||
"stylelint-scss": "^6.11.1",
|
||||
"typescript": "^5.7.3",
|
||||
"typescript-eslint": "^8.25.0",
|
||||
"uuid": "^11.1.0",
|
||||
@@ -10436,9 +10436,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/postcss-selector-parser": {
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
|
||||
"integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
|
||||
"version": "7.1.0",
|
||||
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
|
||||
"integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@@ -12297,9 +12297,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/stylelint-scss": {
|
||||
"version": "6.11.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.11.0.tgz",
|
||||
"integrity": "sha512-AvJ6LVzz2iXHxPlPTR9WVy73FC/vmohH54VySNlCKX1NIXNAeuzy/VbIkMJLMyw/xKYqkgY4kAgB+qy5BfCaCg==",
|
||||
"version": "6.11.1",
|
||||
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.11.1.tgz",
|
||||
"integrity": "sha512-e4rYo0UY+BIMtGeGanghrvHTjcryxgZbyFxUedp8dLFqC4P70aawNdYjRrQxbnKhu3BNr4+lt5e/53tcKXiwFA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@@ -12309,7 +12309,7 @@
|
||||
"mdn-data": "^2.15.0",
|
||||
"postcss-media-query-parser": "^0.2.3",
|
||||
"postcss-resolve-nested-selector": "^0.1.6",
|
||||
"postcss-selector-parser": "^7.0.0",
|
||||
"postcss-selector-parser": "^7.1.0",
|
||||
"postcss-value-parser": "^4.2.0"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
@@ -139,7 +139,7 @@
|
||||
"sass": "^1.85.1",
|
||||
"stylelint": "^16.14.1",
|
||||
"stylelint-config-recommended-scss": "^14.1.0",
|
||||
"stylelint-scss": "^6.11.0",
|
||||
"stylelint-scss": "^6.11.1",
|
||||
"typescript": "^5.7.3",
|
||||
"typescript-eslint": "^8.25.0",
|
||||
"uuid": "^11.1.0",
|
||||
|
||||
Reference in New Issue
Block a user