mirror of
https://github.com/maputnik/editor.git
synced 2026-04-09 11:00:00 +00:00
chore(deps-dev): Bump sass from 1.98.0 to 1.99.0 (#1782)
Bumps [sass](https://github.com/sass/dart-sass) from 1.98.0 to 1.99.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.99.0</h2> <p>To install Sass 1.99.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>Add support for parent selectors (<code>&</code>) at the root of the document. These are emitted as-is in the CSS output, where they're interpreted as <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/Nesting_selector#using_outside_nested_rule">the scoping root</a>.</p> </li> <li> <p>User-defined functions named <code>calc</code> or <code>clamp</code> are no longer forbidden. If such a function exists without a namespace in the current module, it will be used instead of the built-in <code>calc()</code> or <code>clamp()</code> function.</p> </li> <li> <p>User-defined functions whose names begin with <code>-</code> and end with <code>-expression</code>, <code>-url</code>, <code>-and</code>, <code>-or</code>, or <code>-not</code> are no longer forbidden. These were originally intended to match vendor prefixes, but in practice no vendor prefixes for these functions ever existed in real browsers.</p> </li> <li> <p>User-defined functions named <code>EXPRESSION</code>, <code>URL</code>, and <code>ELEMENT</code>, those that begin with <code>-</code> and end with <code>-ELEMENT</code>, as well as the same names with some lowercase letters are now deprecated, These are names conflict with plain CSS functions that have special syntax.</p> <p>See <a href="https://sass-lang.com/d/function-name">the Sass website</a> for details.</p> </li> <li> <p>In a future release, calls to functions whose names begin with <code>-</code> and end with <code>-expression</code> and <code>-url</code> will no longer have special parsing. For now, these calls are deprecated if their behavior will change in the future.</p> <p>See <a href="https://sass-lang.com/d/function-name">the Sass website</a> for details.</p> </li> <li> <p>Calls to functions whose names begin with <code>-</code> and end with <code>-progid:...</code> are deprecated.</p> <p>See <a href="https://sass-lang.com/d/function-name">the Sass website</a> for details.</p> </li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1990">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.99.0</h2> <ul> <li> <p>Add support for parent selectors (<code>&</code>) at the root of the document. These are emitted as-is in the CSS output, where they're interpreted as <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/Nesting_selector#using_outside_nested_rule">the scoping root</a>.</p> </li> <li> <p>User-defined functions named <code>calc</code> or <code>clamp</code> are no longer forbidden. If such a function exists without a namespace in the current module, it will be used instead of the built-in <code>calc()</code> or <code>clamp()</code> function.</p> </li> <li> <p>User-defined functions whose names begin with <code>-</code> and end with <code>-expression</code>, <code>-url</code>, <code>-and</code>, <code>-or</code>, or <code>-not</code> are no longer forbidden. These were originally intended to match vendor prefixes, but in practice no vendor prefixes for these functions ever existed in real browsers.</p> </li> <li> <p>User-defined functions named <code>EXPRESSION</code>, <code>URL</code>, and <code>ELEMENT</code>, those that begin with <code>-</code> and end with <code>-ELEMENT</code>, as well as the same names with some lowercase letters are now deprecated, These are names conflict with plain CSS functions that have special syntax.</p> <p>See <a href="https://sass-lang.com/d/function-name">the Sass website</a> for details.</p> </li> <li> <p>In a future release, calls to functions whose names begin with <code>-</code> and end with <code>-expression</code> and <code>-url</code> will no longer have special parsing. For now, these calls are deprecated if their behavior will change in the future.</p> <p>See <a href="https://sass-lang.com/d/function-name">the Sass website</a> for details.</p> </li> <li> <p>Calls to functions whose names begin with <code>-</code> and end with <code>-progid:...</code> are deprecated.</p> <p>See <a href="https://sass-lang.com/d/function-name">the Sass website</a> for details.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="83c39fec93"><code>83c39fe</code></a> Support the top-level parent selector (<a href="https://redirect.github.com/sass/dart-sass/issues/2758">#2758</a>)</li> <li><a href="ec85871864"><code>ec85871</code></a> Bump EndBug/add-and-commit from 9 to 10 (<a href="https://redirect.github.com/sass/dart-sass/issues/2756">#2756</a>)</li> <li><a href="a604acd19a"><code>a604acd</code></a> [Function Name] Implement changes (<a href="https://redirect.github.com/sass/dart-sass/issues/2731">#2731</a>)</li> <li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.98.0...1.99.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:
8
package-lock.json
generated
8
package-lock.json
generated
@@ -105,7 +105,7 @@
|
||||
"istanbul-lib-coverage": "^3.2.2",
|
||||
"postcss": "^8.5.8",
|
||||
"react-hot-loader": "^4.13.1",
|
||||
"sass": "^1.98.0",
|
||||
"sass": "^1.99.0",
|
||||
"stylelint": "^17.6.0",
|
||||
"stylelint-config-recommended-scss": "^17.0.0",
|
||||
"stylelint-scss": "^7.0.0",
|
||||
@@ -13230,9 +13230,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/sass": {
|
||||
"version": "1.98.0",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.98.0.tgz",
|
||||
"integrity": "sha512-+4N/u9dZ4PrgzGgPlKnaaRQx64RO0JBKs9sDhQ2pLgN6JQZ25uPQZKQYaBJU48Kd5BxgXoJ4e09Dq7nMcOUW3A==",
|
||||
"version": "1.99.0",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.99.0.tgz",
|
||||
"integrity": "sha512-kgW13M54DUB7IsIRM5LvJkNlpH+WhMpooUcaWGFARkF1Tc82v9mIWkCbCYf+MBvpIUBSeSOTilpZjEPr2VYE6Q==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
@@ -139,7 +139,7 @@
|
||||
"istanbul-lib-coverage": "^3.2.2",
|
||||
"postcss": "^8.5.8",
|
||||
"react-hot-loader": "^4.13.1",
|
||||
"sass": "^1.98.0",
|
||||
"sass": "^1.99.0",
|
||||
"stylelint": "^17.6.0",
|
||||
"stylelint-config-recommended-scss": "^17.0.0",
|
||||
"stylelint-scss": "^7.0.0",
|
||||
|
||||
Reference in New Issue
Block a user