Skip to content

Bump sass from 1.24.0 to 1.24.2 #2092

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
Jan 6, 2020
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps sass from 1.24.0 to 1.24.2.

Release notes

Sourced from sass's releases.

Dart Sass 1.24.2

To install Dart Sass 1.24.2, 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 introduced in the previous release that prevented custom importers in Node.js from loading import-only files.

See the full changelog for changes in earlier releases.

Dart Sass 1.24.1

To install Dart Sass 1.24.1, 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 the wrong file could be loaded when the same URL is used by both a @use rule and an @import rule.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.24.2

  • Fix a bug introduced in the previous release that prevented custom importers in Node.js from loading import-only files.

1.24.1

  • Fix a bug where the wrong file could be loaded when the same URL is used by both a @use rule and an @import rule.
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 Jan 6, 2020

@bors r+

@bors
Copy link
Contributor

bors commented Jan 6, 2020

📌 Commit 4555b4d has been approved by Turbo87

bors added a commit that referenced this pull request Jan 6, 2020
…r=Turbo87

Bump sass from 1.24.0 to 1.24.2

Bumps [sass](https://github.com/sass/dart-sass) from 1.24.0 to 1.24.2.
<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.2</h2>
<p>To install Dart Sass 1.24.2, 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 introduced in the previous release that prevented custom importers   in Node.js from loading import-only files.</li>
</ul>
<p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1242">full changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.24.1</h2>
<p>To install Dart Sass 1.24.1, 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 the wrong file could be loaded when the same URL is used by   both a <code>@use</code> rule and an <code>@import</code> rule.</li>
</ul>
<p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1241">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/master/CHANGELOG.md">sass's changelog</a>.</em></p>
<blockquote>
<h2>1.24.2</h2>
<ul>
<li>Fix a bug introduced in the previous release that prevented custom importers
in Node.js from loading import-only files.</li>
</ul>
<h2>1.24.1</h2>
<ul>
<li>Fix a bug where the wrong file could be loaded when the same URL is used by
both a <code>@use</code> rule and an <code>@import</code> rule.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/sass/dart-sass/commit/bfdf4b35a433676bf7378c5c295afdd27479c904"><code>bfdf4b3</code></a> Fix import-only files for Node importers (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/919">#919</a>)</li>
<li><a href="https://github.com/sass/dart-sass/commit/79d9a734743b7a5cf3e1434bcd7d21183927408c"><code>79d9a73</code></a> Cache separate canonical URLs for <a href="https://github.com/use">@use</a> and <a href="https://github.com/import">@import</a> (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/908">#908</a>)</li>
<li><a href="https://github.com/sass/dart-sass/commit/92a28feb251f0029ddcc92b09072dddb366fbd10"><code>92a28fe</code></a> Replace whitelist/blacklist with safelist/blocklist (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/917">#917</a>)</li>
<li><a href="https://github.com/sass/dart-sass/commit/7113a729cd8884b28c88de26f4ee5eb28089893e"><code>7113a72</code></a> Update dependency versions (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/918">#918</a>)</li>
<li><a href="https://github.com/sass/dart-sass/commit/76280409bd1e3c6769ce3106a4e55e882d7ba3b4"><code>7628040</code></a> Revert &quot;Adds built-in clamp() and hypot() (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/906">#906</a>)&quot;</li>
<li><a href="https://github.com/sass/dart-sass/commit/3c64addbf3800a6604e07974c87361f98238718c"><code>3c64add</code></a> Revert &quot;Add built-in variables e and pi. (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/907">#907</a>)&quot;</li>
<li><a href="https://github.com/sass/dart-sass/commit/2cb69e70ab7d6a6ebced12bd3aca4d207086dff6"><code>2cb69e7</code></a> Add built-in variables e and pi. (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/907">#907</a>)</li>
<li><a href="https://github.com/sass/dart-sass/commit/24f84e2c889dde5c4a116800d65d75f89c6a4905"><code>24f84e2</code></a> Adds built-in clamp() and hypot() (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/906">#906</a>)</li>
<li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.24.0...1.24.2">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.24.0&new-version=1.24.2)](https://dependabot.com/compatibility-score.html?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.24.0&new-version=1.24.2)

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 Jan 6, 2020

⌛ Testing commit 4555b4d with merge b642ea4...

@bors
Copy link
Contributor

bors commented Jan 6, 2020

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

@bors bors merged commit 4555b4d into master Jan 6, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/sass-1.24.2 branch January 6, 2020 20:15
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