Skip to content

Commit 2f7bf1c

Browse files
Bump sass from 1.89.2 to 1.90.0 (#1124)
Bumps [sass](https://github.com/sass/dart-sass) from 1.89.2 to 1.90.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.90.0</h2> <p>To install Sass 1.90.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>Allow a <code>@forward</code>ed module to be loaded with a configuration when that module has already been loaded with a different configuration <em>and</em> the module doesn't define any variables that would have been configured anyway.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1900">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.90.0</h2> <ul> <li>Allow a <code>@forward</code>ed module to be loaded with a configuration when that module has already been loaded with a different configuration <em>and</em> the module doesn't define any variables that would have been configured anyway.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/d6f4f17eef454d870feae0b302d870ffa75beb76"><code>d6f4f17</code></a> Allow unused configurations to go past <code>@forward</code> (<a href="https://redirect.github.com/sass/dart-sass/issues/2600">#2600</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/02fa098afa81bbd3ae9bef2549fabab28a6e285a"><code>02fa098</code></a> Bump <code>@​types/jest</code> from 29.5.14 to 30.0.0 in /pkg/sass-parser (<a href="https://redirect.github.com/sass/dart-sass/issues/2591">#2591</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/008bbefad0f5c1dd75fcbd853693b26c7e89b126"><code>008bbef</code></a> Update embedded-host-node release pipeline (<a href="https://redirect.github.com/sass/dart-sass/issues/2609">#2609</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/d3e1abf24fdf0663067c9d2750497dbc23bce5a4"><code>d3e1abf</code></a> Bump jest from 29.7.0 to 30.0.4 in /pkg/sass-parser (<a href="https://redirect.github.com/sass/dart-sass/issues/2603">#2603</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/b27c3ae9415ba83e3f44c34f6c2847bff1bc3e5d"><code>b27c3ae</code></a> Fix CI by pinning postcss version to 8.5.5 and disable app armor for browser ...</li> <li><a href="https://github.com/sass/dart-sass/commit/a42380fcf817e8765d1237c1bb5bfbd98ee73ad9"><code>a42380f</code></a> Bump jest-extended from 5.0.3 to 6.0.0 in /pkg/sass-parser (<a href="https://redirect.github.com/sass/dart-sass/issues/2587">#2587</a>)</li> <li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.89.2...1.90.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.89.2&new-version=1.90.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 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18b7681 commit 2f7bf1c

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

package-lock.json

Lines changed: 7 additions & 8 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.0.0",
55
"html-minifier": "^4.0.0",
6-
"sass": "^1.89.2"
6+
"sass": "^1.90.0"
77
}
88
}

0 commit comments

Comments
 (0)