Skip to content

Bump sass from 1.23.0-module.beta.1 to 1.24.0 #2034

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 21, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps sass from 1.23.0-module.beta.1 to 1.24.0.

Release notes

Sourced from sass's releases.

Dart Sass 1.24.0

To install Dart Sass 1.24.0, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Add an optional with clause to the @forward rule. This works like the @use rule's with clause, except that @forward ... with can declare variables as !default to allow downstream modules to reconfigure their values.

  • Support configuring modules through @import rules.

See the full changelog for changes in earlier releases.

Dart Sass 1.23.7

To install Dart Sass 1.23.7, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Dart Sass 1.23.6

To install Dart Sass 1.23.6, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Dart Sass 1.23.5

To install Dart Sass 1.23.5, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Support inline comments in the indented syntax.

  • 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.

  • When @error is used in a function or mixin, print the call site rather than the location of the @error itself to better match the behavior of calling a built-in function that throws an error.

See the full changelog for changes in earlier releases.

Dart Sass 1.23.3

To install Dart Sass 1.23.3, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a bug where selectors were being trimmed over-eagerly when @extend crossed module boundaries.

See the full changelog for changes in earlier releases.

... (truncated)
Changelog

Sourced from sass's changelog.

1.24.0

  • Add an optional with clause to the @forward rule. This works like the @use rule's with clause, except that @forward ... with can declare variables as !default to allow downstream modules to reconfigure their values.

  • Support configuring modules through @import rules.

1.23.8

  • Potentially breaking bug fix: Members loaded through a nested @import are no longer ever accessible outside that nested context.

  • 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.

Dart API

  • SassFormatException now implements SourceSpanFormatException (and thus FormatException).

1.23.7

  • No user-visible changes

1.23.6

  • No user-visible changes.

1.23.5

  • Support inline comments in the indented syntax.

  • 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.

  • When @error is used in a function or mixin, print the call site rather than the location of the @error itself to better match the behavior of calling a built-in function that throws an error.

1.23.4

Command-Line Interface

  • Fix a bug where --watch wouldn't watch files referred to by @forward rules.
... (truncated)
Commits

Dependabot compatibility score

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 commands and options

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)

@rust-highfive
Copy link

r? @carols10cents

(rust_highfive has picked a reviewer for you, use r? to override)

@Turbo87
Copy link
Member

Turbo87 commented Dec 21, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Dec 21, 2019

📌 Commit 36b1473 has been approved by Turbo87

bors added a commit that referenced this pull request Dec 21, 2019
…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 />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.23.0-module.beta.1&new-version=1.24.0)](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>
@bors
Copy link
Contributor

bors commented Dec 21, 2019

⌛ Testing commit 36b1473 with merge 6a3af34...

@bors
Copy link
Contributor

bors commented Dec 21, 2019

☀️ Test successful - checks-travis
Approved by: Turbo87
Pushing 6a3af34 to master...

@bors bors merged commit 36b1473 into master Dec 21, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/sass-1.24.0 branch December 21, 2019 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants