-
Notifications
You must be signed in to change notification settings - Fork 649
Commit 6a3af34
committed
Auto merge of #2034 - rust-lang:dependabot/npm_and_yarn/sass-1.24.0, r=Turbo87
Bump sass from 1.23.0-module.beta.1 to 1.24.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.23.0-module.beta.1 to 1.24.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.24.0</h2>
<p>To install Dart Sass 1.24.0, download one of the packages above 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>
<h2>Changes</h2>
<ul>
<li>
<p>Add an optional <code>with</code> clause to the <code>@forward</code> rule. This works like the <code>@use</code> rule's <code>with</code> clause, except that <code>@forward ... with</code> can declare variables as <code>!default</code> to allow downstream modules to reconfigure their values.</p>
</li>
<li>
<p>Support configuring modules through <code>@import</code> rules.</p>
</li>
</ul>
<p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1240">full changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.23.7</h2>
<p>To install Dart Sass 1.23.7, download one of the packages above 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>
<h2>Changes</h2>
<ul>
<li>No user-visible changes.</li>
</ul>
<p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1237">full changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.23.6</h2>
<p>To install Dart Sass 1.23.6, download one of the packages above 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>
<h2>Changes</h2>
<ul>
<li>No user-visible changes.</li>
</ul>
<p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1236">full changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.23.5</h2>
<p>To install Dart Sass 1.23.5, download one of the packages above 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>
<h2>Changes</h2>
<ul>
<li>
<p>Support inline comments in the indented syntax.</p>
</li>
<li>
<p>When an overloaded function receives the wrong number of arguments, guess which overload the user actually meant to invoke, and display the invalid argument error for that overload.</p>
</li>
<li>
<p>When <code>@error</code> is used in a function or mixin, print the call site rather than the location of the <code>@error</code> itself to better match the behavior of calling a built-in function that throws an error.</p>
</li>
</ul>
<p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1235">full changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.23.3</h2>
<p>To install Dart Sass 1.23.3, download one of the packages above 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>
<h2>Changes</h2>
<ul>
<li>Fix a bug where selectors were being trimmed over-eagerly when <code>@extend</code> crossed module boundaries.</li>
</ul>
<p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1233">full changelog</a> for changes in earlier releases.</p>
</tr></table> ... (truncated)
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md">sass's changelog</a>.</em></p>
<blockquote>
<h2>1.24.0</h2>
<ul>
<li>
<p>Add an optional <code>with</code> clause to the <code>@forward</code> rule. This works like the
<code>@use</code> rule's <code>with</code> clause, except that <code>@forward ... with</code> can declare
variables as <code>!default</code> to allow downstream modules to reconfigure their
values.</p>
</li>
<li>
<p>Support configuring modules through <code>@import</code> rules.</p>
</li>
</ul>
<h2>1.23.8</h2>
<ul>
<li>
<p><strong>Potentially breaking bug fix:</strong> Members loaded through a nested <code>@import</code>
are no longer ever accessible outside that nested context.</p>
</li>
<li>
<p>Don't throw an error when importing two modules that both forward members with
the same name. The latter name now takes precedence over the former, as per
the specification.</p>
</li>
</ul>
<h3>Dart API</h3>
<ul>
<li><code>SassFormatException</code> now implements <code>SourceSpanFormatException</code> (and thus
<code>FormatException</code>).</li>
</ul>
<h2>1.23.7</h2>
<ul>
<li>No user-visible changes</li>
</ul>
<h2>1.23.6</h2>
<ul>
<li>No user-visible changes.</li>
</ul>
<h2>1.23.5</h2>
<ul>
<li>
<p>Support inline comments in the indented syntax.</p>
</li>
<li>
<p>When an overloaded function receives the wrong number of arguments, guess
which overload the user actually meant to invoke, and display the invalid
argument error for that overload.</p>
</li>
<li>
<p>When <code>@error</code> is used in a function or mixin, print the call site rather than
the location of the <code>@error</code> itself to better match the behavior of calling a
built-in function that throws an error.</p>
</li>
</ul>
<h2>1.23.4</h2>
<h3>Command-Line Interface</h3>
<ul>
<li>Fix a bug where <code>--watch</code> wouldn't watch files referred to by <code>@forward</code>
rules.</li>
</ul>
</tr></table> ... (truncated)
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/sass/dart-sass/commit/b3671c676b80c448494c5dc723c97e9acbe3a0cd"><code>b3671c6</code></a> Release 1.24.0 (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/905">#905</a>)</li>
<li><a href="https://github.com/sass/dart-sass/commit/b54643d319090a97cb057b409d6fa8d424bfd5e4"><code>b54643d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/895">#895</a> from sass/forward-with</li>
<li><a href="https://github.com/sass/dart-sass/commit/46be33e030dfedab5a676bdec3b65dcdf19b8c9e"><code>46be33e</code></a> Merge branch 'master' of github.com:sass/dart-sass into forward-with</li>
<li><a href="https://github.com/sass/dart-sass/commit/37534aaf7f7d9a9aeb3962425801d5f253a676ae"><code>37534aa</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/903">#903</a> from sass/fix-lints</li>
<li><a href="https://github.com/sass/dart-sass/commit/2755a8186da857eb8177c90d3ea16a9a4eb772ef"><code>2755a81</code></a> Avoid a path dependency</li>
<li><a href="https://github.com/sass/dart-sass/commit/64cc529421e48cfd1cc149e58bd94122c1aa161f"><code>64cc529</code></a> Reformat</li>
<li><a href="https://github.com/sass/dart-sass/commit/ec3d0ddc1983cb1120f86efbbc44a013d33ccc5e"><code>ec3d0dd</code></a> Fix new pedantic lints</li>
<li><a href="https://github.com/sass/dart-sass/commit/08d0b8d1596f14f9e962711bc5cc5c35e9f0c811"><code>08d0b8d</code></a> Move analysis options into a nested package</li>
<li><a href="https://github.com/sass/dart-sass/commit/e35b51135b3c8629adce2c2f1bf679f405bccd0a"><code>e35b511</code></a> Code review</li>
<li><a href="https://github.com/sass/dart-sass/commit/de3f3208e9a4ff38b021705df8dcc48ab175c5ad"><code>de3f320</code></a> Support <a href="https://github.com/forward">@forward</a> ... with</li>
<li>Additional commits viewable in <a href="https://github.com/sass/dart-sass/compare/1.23.0-module.beta.1...1.24.0">compare view</a></li>
</ul>
</details>
<br />
[](https://dependabot.com/compatibility-score.html?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.23.0-module.beta.1&new-version=1.24.0)
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 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)
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>File tree
Expand file treeCollapse file tree
2 files changed
+4
-132
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+4
-132
lines changed+3-131Lines changed: 3 additions & 131 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
|
0 commit comments