Bump sass from 1.27.0 to 1.27.1 #102

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/sass-1.27.1 into develop 2020-10-29 06:07:29 +01:00
dependabot[bot] commented 2020-10-29 05:32:37 +01:00 (Migrated from github.com)

Bumps sass from 1.27.0 to 1.27.1.

Changelog

Sourced from sass's changelog.

1.27.1

  • Potentially breaking bug fix: meta.load-css() now correctly uses the name $url for its first argument, rather than $module.

  • Don't crash when using Infinity or NaN as a key in a map.

  • Emit a proper parse error for a = with no right-hand side in a function.

  • Avoid going exponential on certain recursive @extend edge cases.

Commits
  • 5c3f550 Revert "Temporarily disable deploying to Chocolatey (#960)" (#1128)
  • 290e55c Trim extends at the compound selector level (#1124)
  • a9a3946 Use node_interop rather than manually declaring Node APIs (#1127)
  • 300197c Don't crash when using Infinity or NaN as a key in a map (#1073)
  • c4f95d4 Fix the argument name for meta.load-css() (#1072)
  • 197c6db Emit a proper parse error for = with no RHS in a function (#1071)
  • 26ed30b Avoid build breakages due to fibers and the latest Node (#1126)
  • 00914ec Remove the cli_pkg dependency override (#1118)
  • 73ebf92 Support the latest version of the analyzer package (#1115)
  • ab834e9 Revert "Re-enable formatter (#1113)" (#1116)
  • Additional commits viewable in compare view

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 will merge this PR once CI passes on it, as requested by @Serraniel.


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)
Bumps [sass](https://github.com/sass/dart-sass) from 1.27.0 to 1.27.1. <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.27.1</h2> <ul> <li> <p><strong>Potentially breaking bug fix:</strong> <code>meta.load-css()</code> now correctly uses the name <code>$url</code> for its first argument, rather than <code>$module</code>.</p> </li> <li> <p>Don't crash when using <code>Infinity</code> or <code>NaN</code> as a key in a map.</p> </li> <li> <p>Emit a proper parse error for a <code>=</code> with no right-hand side in a function.</p> </li> <li> <p>Avoid going exponential on certain recursive <code>@extend</code> edge cases.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/5c3f550a05cc4f9931f0f41814a7a6c61b937039"><code>5c3f550</code></a> Revert &quot;Temporarily disable deploying to Chocolatey (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/960">#960</a>)&quot; (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1128">#1128</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/290e55c2f1c13da2c8098e479d1e53576227d92a"><code>290e55c</code></a> Trim extends at the compound selector level (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1124">#1124</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/a9a3946fb4f1d7c0dcbeb47d9fd030ddd2f93fce"><code>a9a3946</code></a> Use node_interop rather than manually declaring Node APIs (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1127">#1127</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/300197caf94c459d159f170bd242cb98521d9e80"><code>300197c</code></a> Don't crash when using Infinity or NaN as a key in a map (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1073">#1073</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/c4f95d431097413f4884c8e719f3e43d0d7b6962"><code>c4f95d4</code></a> Fix the argument name for meta.load-css() (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1072">#1072</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/197c6dbbdefc102030b748b5dbfba3c4d7cc8b97"><code>197c6db</code></a> Emit a proper parse error for = with no RHS in a function (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1071">#1071</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/26ed30bc54d67fad627a412f6937ceb03570432e"><code>26ed30b</code></a> Avoid build breakages due to fibers and the latest Node (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1126">#1126</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/00914eca369cac5f8745a99e685c5b1a690a904a"><code>00914ec</code></a> Remove the cli_pkg dependency override (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1118">#1118</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/73ebf92e9f73c464cfea5b7d39571ea7e8daa97f"><code>73ebf92</code></a> Support the latest version of the analyzer package (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1115">#1115</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/ab834e955bb6090422618e258f394df108ed243c"><code>ab834e9</code></a> Revert &quot;Re-enable formatter (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1113">#1113</a>)&quot; (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1116">#1116</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sass/dart-sass/compare/1.27.0...1.27.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.27.0&new-version=1.27.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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 will merge this PR once CI passes on it, as requested by @Serraniel. [//]: # (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) </details>
Serraniel (Migrated from github.com) approved these changes 2020-10-29 05:33:03 +01:00
Serraniel (Migrated from github.com) left a comment

@dependabot merge

@dependabot merge
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#102
No description provided.