mirror of
https://github.com/maputnik/editor.git
synced 2026-05-27 10:27:26 +00:00
chore(deps-dev): Bump sass from 1.99.0 to 1.100.0 (#1908)
Bumps [sass](https://github.com/sass/dart-sass) from 1.99.0 to 1.100.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/releases">sass's releases</a>.</em></p> <blockquote> <h2>Dart Sass 1.100.0</h2> <p>To install Sass 1.100.0, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <ul> <li> <p>Writing two compound selectors adjacent to one another without any whitespace between them, such as <code>[class]a</code>, is now deprecated. This was always an error in CSS and Sass only supported it by mistake.</p> <p>See <a href="https://sass-lang.com/d/adjacent-compounds">the Sass website</a> for details.</p> </li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#11000">full changelog</a> for changes in earlier releases.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's changelog</a>.</em></p> <blockquote> <h2>1.100.0</h2> <ul> <li> <p>Writing two compound selectors adjacent to one another without any whitespace between them, such as <code>[class]a</code>, is now deprecated. This was always an error in CSS and Sass only supported it by mistake.</p> <p>See <a href="https://sass-lang.com/d/adjacent-compounds">the Sass website</a> for details.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/5fd18c75e31a855476059fb6fb0c6aa829292739"><code>5fd18c7</code></a> Bump node engine requirement to >=20.19.0 and chokidar requirement to ^5.0.0 ...</li> <li><a href="https://github.com/sass/dart-sass/commit/8c1d984e420d891c9c92ba1afc8b28e70a2afb78"><code>8c1d984</code></a> Deprecate adjacent compound selectors (<a href="https://redirect.github.com/sass/dart-sass/issues/2765">#2765</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/8e5f7180b4f3de4281d3454090548c03e9db8135"><code>8e5f718</code></a> Bump postcss from 8.5.12 to 8.5.13 in /pkg/sass-parser (<a href="https://redirect.github.com/sass/dart-sass/issues/2767">#2767</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/1447f9b42e89d693ce308bad9cbf8ec3e1db78c4"><code>1447f9b</code></a> Bump postcss from 8.5.8 to 8.5.12 in /pkg/sass-parser (<a href="https://redirect.github.com/sass/dart-sass/issues/2766">#2766</a>)</li> <li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.99.0...1.100.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 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:
+1
-1
@@ -139,7 +139,7 @@
|
||||
"istanbul-lib-coverage": "^3.2.2",
|
||||
"postcss": "^8.5.15",
|
||||
"react-hot-loader": "^4.13.1",
|
||||
"sass": "^1.99.0",
|
||||
"sass": "^1.100.0",
|
||||
"stylelint": "^17.11.1",
|
||||
"stylelint-config-recommended-scss": "^17.0.1",
|
||||
"stylelint-scss": "^7.1.1",
|
||||
|
||||
Reference in New Issue
Block a user