Skip to content

Commit dd8c637

Browse files
Bump sass from 1.98.0 to 1.99.0 (#1185)
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>&amp;</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>&amp;</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="https://github.com/sass/dart-sass/commit/83c39fec93ab0dc183a46cff2bc468999ce53e20"><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="https://github.com/sass/dart-sass/commit/ec85871864ca16f8045e66ad329bd462e791bfa1"><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="https://github.com/sass/dart-sass/commit/a604acd19ad2ce31ef2efe9aa5950b0c5fcc74a9"><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 /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | sass | [< 1.55, > 1.54.0] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.98.0&new-version=1.99.0)](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>
1 parent 81190a3 commit dd8c637

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"browser-sync": "^3.0.4",
44
"html-validate": "^10.9.0",
55
"html-minifier": "^4.0.0",
6-
"sass": "^1.98.0"
6+
"sass": "^1.99.0"
77
}
88
}

0 commit comments

Comments
 (0)