Bump sass from 1.27.1 to 1.28.0 #103

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/sass-1.28.0 into develop 2020-10-30 05:54:26 +01:00
dependabot[bot] commented 2020-10-30 05:30:32 +01:00 (Migrated from github.com)

Bumps sass from 1.27.1 to 1.28.0.

Release notes

Sourced from sass's releases.

Dart Sass 1.28.0

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

Changes

  • Add a [color.hwb()] function to sass:color that can express colors in HWB format.

[color.hwb()]: https://sass-lang.com/documentation/modules/color#hwb HWB: https://en.wikipedia.org/wiki/HWB_color_model

  • Add [color.whiteness()] and [color.blackness()] functions to sass:color to get a color's HWB whiteness and blackness components.

[color.whiteness()]: https://sass-lang.com/documentation/modules/color#whiteness [color.blackness()]: https://sass-lang.com/documentation/modules/color#blackness

  • Add $whiteness and $blackness parameters to [color.adjust()], [color.change()], and [color.scale()] to modify a color's HWB whiteness and blackness components.

[color.adjust()]: https://sass-lang.com/documentation/modules/color#adjust [color.change()]: https://sass-lang.com/documentation/modules/color#change [color.scale()]: https://sass-lang.com/documentation/modules/color#scale

Dart API

  • Add HWB support to the SassColor class, including a SassColor.hwb() constructor, whiteness and blackness getters, and a changeHwb() method.

See the full changelog for changes in earlier releases.

Dart Sass 1.27.2

To install Sass 1.27.2, download one of the packages below 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.

Changelog

Sourced from sass's changelog.

1.28.0

  • Add a color.hwb() function to sass:color that can express colors in HWB format.

Dart API

  • Add HWB support to the SassColor class, including a SassColor.hwb() constructor, whiteness and blackness getters, and a changeHwb() method.

1.27.2

  • No user-visible changes.
Commits
  • 28a582f Merge pull request #1129 from sass/feature.hwb
  • 9085150 Merge branch 'master' into feature.hwb
  • 4a0da21 Fix a stack overflow when setting pkg.githubReleaseNotes (#1130)
  • 093ff58 Merge branch 'master' into feature.hwb
  • 6c679e1 Support HWB in adjust, change, and scale (#1111)
  • 7ba5128 Add color.whiteness() and color.blackness() functions (#1110)
  • a56750b Merge remote-tracking branch 'origin/master' into feature.hwb
  • 3bf67e9 Merge remote-tracking branch 'origin/master' into feature.hwb
  • 18649ee Merge remote-tracking branch 'origin/master' into feature.hwb
  • b0f213c Merge remote-tracking branch 'origin/master' into feature.hwb
  • See full diff 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.1 to 1.28.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.28.0</h2> <p>To install Sass 1.28.0, 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>Add a [<code>color.hwb()</code>] function to <code>sass:color</code> that can express colors in <a href="https://en.wikipedia.org/wiki/HWB_color_model">HWB</a> format.</li> </ul> <p>[<code>color.hwb()</code>]: <a href="https://sass-lang.com/documentation/modules/color#hwb">https://sass-lang.com/documentation/modules/color#hwb</a> <a href="https://en.wikipedia.org/wiki/HWB_color_model">HWB</a>: <a href="https://en.wikipedia.org/wiki/HWB_color_model">https://en.wikipedia.org/wiki/HWB_color_model</a></p> <ul> <li>Add [<code>color.whiteness()</code>] and [<code>color.blackness()</code>] functions to <code>sass:color</code> to get a color's <a href="https://en.wikipedia.org/wiki/HWB_color_model">HWB</a> whiteness and blackness components.</li> </ul> <p>[<code>color.whiteness()</code>]: <a href="https://sass-lang.com/documentation/modules/color#whiteness">https://sass-lang.com/documentation/modules/color#whiteness</a> [<code>color.blackness()</code>]: <a href="https://sass-lang.com/documentation/modules/color#blackness">https://sass-lang.com/documentation/modules/color#blackness</a></p> <ul> <li>Add <code>$whiteness</code> and <code>$blackness</code> parameters to [<code>color.adjust()</code>], [<code>color.change()</code>], and [<code>color.scale()</code>] to modify a color's <a href="https://en.wikipedia.org/wiki/HWB_color_model">HWB</a> whiteness and blackness components.</li> </ul> <p>[<code>color.adjust()</code>]: <a href="https://sass-lang.com/documentation/modules/color#adjust">https://sass-lang.com/documentation/modules/color#adjust</a> [<code>color.change()</code>]: <a href="https://sass-lang.com/documentation/modules/color#change">https://sass-lang.com/documentation/modules/color#change</a> [<code>color.scale()</code>]: <a href="https://sass-lang.com/documentation/modules/color#scale">https://sass-lang.com/documentation/modules/color#scale</a></p> <h3>Dart API</h3> <ul> <li>Add <a href="https://en.wikipedia.org/wiki/HWB_color_model">HWB</a> support to the <code>SassColor</code> class, including a <code>SassColor.hwb()</code> constructor, <code>whiteness</code> and <code>blackness</code> getters, and a <code>changeHwb()</code> method.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1280">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.27.2</h2> <p>To install Sass 1.27.2, 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>No user-visible changes.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1272">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.28.0</h2> <ul> <li>Add a <a href="https://sass-lang.com/documentation/modules/color#hwb"><code>color.hwb()</code></a> function to <code>sass:color</code> that can express colors in <a href="https://en.wikipedia.org/wiki/HWB_color_model">HWB</a> format.</li> </ul> <ul> <li>Add <a href="https://sass-lang.com/documentation/modules/color#whiteness"><code>color.whiteness()</code></a> and <a href="https://sass-lang.com/documentation/modules/color#blackness"><code>color.blackness()</code></a> functions to <code>sass:color</code> to get a color's <a href="https://en.wikipedia.org/wiki/HWB_color_model">HWB</a> whiteness and blackness components.</li> </ul> <ul> <li>Add <code>$whiteness</code> and <code>$blackness</code> parameters to <a href="https://sass-lang.com/documentation/modules/color#adjust"><code>color.adjust()</code></a>, <a href="https://sass-lang.com/documentation/modules/color#change"><code>color.change()</code></a>, and <a href="https://sass-lang.com/documentation/modules/color#scale"><code>color.scale()</code></a> to modify a color's <a href="https://en.wikipedia.org/wiki/HWB_color_model">HWB</a> whiteness and blackness components.</li> </ul> <h3>Dart API</h3> <ul> <li>Add <a href="https://en.wikipedia.org/wiki/HWB_color_model">HWB</a> support to the <code>SassColor</code> class, including a <code>SassColor.hwb()</code> constructor, <code>whiteness</code> and <code>blackness</code> getters, and a <code>changeHwb()</code> method.</li> </ul> <h2>1.27.2</h2> <ul> <li>No user-visible changes.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/28a582f45e3f9f3384071a83db2012b4e2e16707"><code>28a582f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1129">#1129</a> from sass/feature.hwb</li> <li><a href="https://github.com/sass/dart-sass/commit/908515065ff9e62d17f4e5cf613207d28a82835e"><code>9085150</code></a> Merge branch 'master' into feature.hwb</li> <li><a href="https://github.com/sass/dart-sass/commit/4a0da21ed3c717b06f86e37f62ab1db46096ccc8"><code>4a0da21</code></a> Fix a stack overflow when setting pkg.githubReleaseNotes (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1130">#1130</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/093ff5867399381e34c63da618d35e72f9fe8d22"><code>093ff58</code></a> Merge branch 'master' into feature.hwb</li> <li><a href="https://github.com/sass/dart-sass/commit/6c679e13d4f2504569ec7d49f611103f73cf5cd6"><code>6c679e1</code></a> Support HWB in adjust, change, and scale (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1111">#1111</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/7ba5128423b1437ac0aa59a3a443cd8960b524da"><code>7ba5128</code></a> Add color.whiteness() and color.blackness() functions (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1110">#1110</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/a56750b71b45feaba9a38d08faef9572257e5b93"><code>a56750b</code></a> Merge remote-tracking branch 'origin/master' into feature.hwb</li> <li><a href="https://github.com/sass/dart-sass/commit/3bf67e96bc3f843f8023fe82d545ac4bb5072f9c"><code>3bf67e9</code></a> Merge remote-tracking branch 'origin/master' into feature.hwb</li> <li><a href="https://github.com/sass/dart-sass/commit/18649ee1e49924516f8dfaa4a9136183cd1f11cf"><code>18649ee</code></a> Merge remote-tracking branch 'origin/master' into feature.hwb</li> <li><a href="https://github.com/sass/dart-sass/commit/b0f213c22fd7f9427492eb77d723fdbd0dc2ef39"><code>b0f213c</code></a> Merge remote-tracking branch 'origin/master' into feature.hwb</li> <li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.27.1...1.28.0">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.1&new-version=1.28.0)](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-30 05:30:58 +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#103
No description provided.