Bump sass from 1.42.1 to 1.43.2 #371

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/sass-1.43.2 into develop 2021-10-14 06:08:09 +02:00
dependabot[bot] commented 2021-10-14 06:05:03 +02:00 (Migrated from github.com)

Bumps sass from 1.42.1 to 1.43.2.

Release notes

Sourced from sass's releases.

Dart Sass 1.43.2

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

Changes

  • Improve the error message when the default namespace of a @use rule is not a valid identifier.

See the full changelog for changes in earlier releases.

Dart Sass 1.43.1

To install Sass 1.43.1, 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.

Dart Sass 1.43.0

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

Changes

JS API

  • Add support for the logger option. This takes an object that can define warn or debug methods to add custom handling for messages emitted by the Sass compiler. See the JS API docs for details.

  • Add a Logger.silent object that can be passed to the logger option to silence all messages from the Sass compiler.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.43.2

  • Improve the error message when the default namespace of a @use rule is not a valid identifier.

1.43.1

  • No user-visible changes.

1.43.0

JS API

  • Add support for the logger option. This takes an object that can define warn or debug methods to add custom handling for messages emitted by the Sass compiler. See the JS API docs for details.

  • Add a Logger.silent object that can be passed to the logger option to silence all messages from the Sass compiler.

Commits
  • 9678e1a Merge pull request #1532 from sass/cli-pkg
  • 1fbda21 Merge remote-tracking branch 'origin/main' into cli-pkg
  • aa81b12 Automatically handle absolute URLs for FileImporters (#1527)
  • 1e70242 More gracefully handle unexpected errors in JS interop
  • 2cf2f27 Use the latest version of cli_pkg
  • 978e5e4 Merge pull request #1526 from sass/file-importer-result
  • 2d56fe0 Allow PRs to be linked to sass/sass PRs
  • 4379462 Replace FileImporterResult with a plain URL
  • d667843 Fix the parsing of supports function in static imports (#1514)
  • 6641459 Improve the error message for invalid default namespaces (#1513)
  • 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.42.1 to 1.43.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.43.2</h2> <p>To install Sass 1.43.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>Improve the error message when the default namespace of a <code>@use</code> rule is not a valid identifier.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1432">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.43.1</h2> <p>To install Sass 1.43.1, 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#1431">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.43.0</h2> <p>To install Sass 1.43.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> <h3>JS API</h3> <ul> <li> <p>Add support for the <code>logger</code> option. This takes an object that can define <code>warn</code> or <code>debug</code> methods to add custom handling for messages emitted by the Sass compiler. See <a href="https://sass-lang.com/documentation/js-api/interfaces/Logger">the JS API docs</a> for details.</p> </li> <li> <p>Add a <code>Logger.silent</code> object that can be passed to the <code>logger</code> option to silence all messages from the Sass compiler.</p> </li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1430">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/main/CHANGELOG.md">sass's changelog</a>.</em></p> <blockquote> <h2>1.43.2</h2> <ul> <li>Improve the error message when the default namespace of a <code>@use</code> rule is not a valid identifier.</li> </ul> <h2>1.43.1</h2> <ul> <li>No user-visible changes.</li> </ul> <h2>1.43.0</h2> <h3>JS API</h3> <ul> <li> <p>Add support for the <code>logger</code> option. This takes an object that can define <code>warn</code> or <code>debug</code> methods to add custom handling for messages emitted by the Sass compiler. See <a href="https://sass-lang.com/documentation/js-api/interfaces/Logger">the JS API docs</a> for details.</p> </li> <li> <p>Add a <code>Logger.silent</code> object that can be passed to the <code>logger</code> option to silence all messages from the Sass compiler.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/9678e1ae5214b41778b7c04babc4b6c9d33a7269"><code>9678e1a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1532">#1532</a> from sass/cli-pkg</li> <li><a href="https://github.com/sass/dart-sass/commit/1fbda21d98045c4f00149ff7eebe9c7fb645aac1"><code>1fbda21</code></a> Merge remote-tracking branch 'origin/main' into cli-pkg</li> <li><a href="https://github.com/sass/dart-sass/commit/aa81b126129ce72faab666e59e5219eb0e455312"><code>aa81b12</code></a> Automatically handle absolute URLs for FileImporters (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1527">#1527</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/1e7024295992297c5b28c235d4ea53fa01959405"><code>1e70242</code></a> More gracefully handle unexpected errors in JS interop</li> <li><a href="https://github.com/sass/dart-sass/commit/2cf2f27499c70c34ce244b500d5719859bda2159"><code>2cf2f27</code></a> Use the latest version of cli_pkg</li> <li><a href="https://github.com/sass/dart-sass/commit/978e5e40c6238ff8be15d1c0948ebf3eb63069eb"><code>978e5e4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1526">#1526</a> from sass/file-importer-result</li> <li><a href="https://github.com/sass/dart-sass/commit/2d56fe02df3670e78d116d4d65e65e4d40aba562"><code>2d56fe0</code></a> Allow PRs to be linked to sass/sass PRs</li> <li><a href="https://github.com/sass/dart-sass/commit/4379462b42700dddc8d9f7cd0ddc7325ceae0a7e"><code>4379462</code></a> Replace FileImporterResult with a plain URL</li> <li><a href="https://github.com/sass/dart-sass/commit/d667843a4d47a54fcadd3aeab36f417651975641"><code>d667843</code></a> Fix the parsing of supports function in static imports (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1514">#1514</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/6641459fa253f4166d47f94bcc74263f2a437178"><code>6641459</code></a> Improve the error message for invalid default namespaces (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1513">#1513</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sass/dart-sass/compare/1.42.1...1.43.2">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.42.1&new-version=1.43.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 2021-10-14 06:05:22 +02: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#371
No description provided.