Bump sass from 1.26.10 to 1.26.11 #50

Merged
dependabot-preview[bot] merged 1 commit from dependabot/npm_and_yarn/develop/sass-1.26.11 into develop 2020-09-18 15:32:07 +02:00
dependabot-preview[bot] commented 2020-09-18 06:55:51 +02:00 (Migrated from github.com)

Bumps sass from 1.26.10 to 1.26.11.

Release notes

Sourced from sass's releases.

Dart Sass 1.26.11

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

Changes

  • Potentially breaking bug fix: selector.nest() now throws an error if the first arguments contains the parent selector &.

  • Fixes a parsing bug with inline comments in selectors.

  • Improve some error messages for edge-case parse failures.

  • Throw a proper error when the same built-in module is @used twice.

  • Don't crash when writing Infinity in JS mode.

  • Produce a better error message for positional arguments following named arguments.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.26.11

  • Potentially breaking bug fix: selector.nest() now throws an error if the first arguments contains the parent selector &.

  • Fixes a parsing bug with inline comments in selectors.

  • Improve some error messages for edge-case parse failures.

  • Throw a proper error when the same built-in module is @used twice.

  • Don't crash when writing Infinity in JS mode.

  • Produce a better error message for positional arguments following named arguments.

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)
Bumps [sass](https://github.com/sass/dart-sass) from 1.26.10 to 1.26.11. <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.26.11</h2> <p>To install Sass 1.26.11, 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><strong>Potentially breaking bug fix:</strong> <code>selector.nest()</code> now throws an error if the first arguments contains the parent selector <code>&amp;</code>.</p> </li> <li> <p>Fixes a parsing bug with inline comments in selectors.</p> </li> <li> <p>Improve some error messages for edge-case parse failures.</p> </li> <li> <p>Throw a proper error when the same built-in module is <code>@use</code>d twice.</p> </li> <li> <p>Don't crash when writing <code>Infinity</code> in JS mode.</p> </li> <li> <p>Produce a better error message for positional arguments following named arguments.</p> </li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#12611">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.26.11</h2> <ul> <li> <p><strong>Potentially breaking bug fix:</strong> <code>selector.nest()</code> now throws an error if the first arguments contains the parent selector <code>&amp;</code>.</p> </li> <li> <p>Fixes a parsing bug with inline comments in selectors.</p> </li> <li> <p>Improve some error messages for edge-case parse failures.</p> </li> <li> <p>Throw a proper error when the same built-in module is <code>@use</code>d twice.</p> </li> <li> <p>Don't crash when writing <code>Infinity</code> in JS mode.</p> </li> <li> <p>Produce a better error message for positional arguments following named arguments.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/f843f96bc2c9feb4bb7a9a308581ac249022c996"><code>f843f96</code></a> Produce a better error for positional arguments after named (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1087">#1087</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/6ec78f975bc47bfcbe826f6db0add72ca5ac16c9"><code>6ec78f9</code></a> Test against a matching sass-spec feature branch by default (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1082">#1082</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/015a76cf0b26d35d7fe99e7e28a7e5834753781e"><code>015a76c</code></a> Revert &quot;Add a map.deep-merge() function (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1077">#1077</a>) (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1080">#1080</a>)&quot;</li> <li><a href="https://github.com/sass/dart-sass/commit/315e86b4421fa08e4535d1a7121a6bbdc8fb6010"><code>315e86b</code></a> Add a map.deep-merge() function (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1077">#1077</a>) (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1080">#1080</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/9503b57ac5c86215e537dc2ce43321a74805e27b"><code>9503b57</code></a> Revert &quot;Add a map.deep-merge() function (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1077">#1077</a>)&quot;</li> <li><a href="https://github.com/sass/dart-sass/commit/bc7216a441074f6a35b62dccb7fdc17e08ae442c"><code>bc7216a</code></a> Add a map.deep-merge() function (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1077">#1077</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/830bb3aab2672acdd596361d8ba0cd1af98babef"><code>830bb3a</code></a> Move Node tests on Windows to Travis (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1063">#1063</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/a06295426df5dee8486a1d9b8c6cb0395fffc3f1"><code>a062954</code></a> Throw a proper error when the same built-in module is <a href="https://github.com/used">@used</a> twice (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1070">#1070</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/1dff9a7ce4e5fa5160c0ba7f16eddb892da6e325"><code>1dff9a7</code></a> Don't crash when writing Infinity in JS mode (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1069">#1069</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/4c0bc7f4f5545d23987bc13891a955895314656e"><code>4c0bc7f</code></a> Throw an error if the first error to selector.nest() contains &amp; (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1068">#1068</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sass/dart-sass/compare/1.26.10...1.26.11">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.26.10&new-version=1.26.11)](https://dependabot.com/compatibility-score/?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.26.10&new-version=1.26.11) 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) --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
Serraniel (Migrated from github.com) reviewed 2020-09-18 06:55:51 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Serraniel/AniwatchPlus#50
No description provided.