Bump sass from 1.58.3 to 1.59.2 #655

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/sass-1.59.2 into develop 2023-03-13 06:02:05 +01:00
dependabot[bot] commented 2023-03-13 05:57:54 +01:00 (Migrated from github.com)

Bumps sass from 1.58.3 to 1.59.2.

Release notes

Sourced from sass's releases.

Dart Sass 1.59.2

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

Dart Sass 1.59.1

To install Sass 1.59.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.59.0

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

Changes

Command Line Interface

  • Added a new --fatal-deprecation flag that lets you treat a deprecation warning as an error. You can pass an individual deprecation ID (e.g. slash-div) or you can pass a Dart Sass version to treat all deprecations initially emitted in that version or earlier as errors.

  • New --future-deprecation flag that lets you opt into warning for use of certain features that will be deprecated in the future. At the moment, the only option is --future-deprecation=import, which will emit warnings for Sass @import rules, which are not yet deprecated, but will be in the future.

Dart API

  • New Deprecation enum, which contains the different current and future deprecations used by the new CLI flags.

  • The compile methods now take in fatalDeprecations and futureDeprecations parameters, which work similarly to the CLI flags.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.59.2

  • No user-visible changes.

1.59.1

  • No user-visible changes.

1.59.0

Command Line Interface

  • Added a new --fatal-deprecation flag that lets you treat a deprecation warning as an error. You can pass an individual deprecation ID (e.g. slash-div) or you can pass a Dart Sass version to treat all deprecations initially emitted in that version or earlier as errors.

  • New --future-deprecation flag that lets you opt into warning for use of certain features that will be deprecated in the future. At the moment, the only option is --future-deprecation=import, which will emit warnings for Sass @import rules, which are not yet deprecated, but will be in the future.

Dart API

  • New Deprecation enum, which contains the different current and future deprecations used by the new CLI flags.

  • The compile methods now take in fatalDeprecations and futureDeprecations parameters, which work similarly to the CLI flags.

1.58.4

  • Pull @font-face to the root rather than bubbling the style rule selector inwards.

  • Improve error messages for invalid CSS values passed to plain CSS functions.

  • Improve error messages involving selectors.

Embedded Sass

  • Improve the performance of starting up a compilation.
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 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.58.3 to 1.59.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.59.2</h2> <p>To install Sass 1.59.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#1592">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.59.1</h2> <p>To install Sass 1.59.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#1591">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.59.0</h2> <p>To install Sass 1.59.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>Command Line Interface</h3> <ul> <li> <p>Added a new <code>--fatal-deprecation</code> flag that lets you treat a deprecation warning as an error. You can pass an individual deprecation ID (e.g. <code>slash-div</code>) or you can pass a Dart Sass version to treat all deprecations initially emitted in that version or earlier as errors.</p> </li> <li> <p>New <code>--future-deprecation</code> flag that lets you opt into warning for use of certain features that will be deprecated in the future. At the moment, the only option is <code>--future-deprecation=import</code>, which will emit warnings for Sass <code>@import</code> rules, which are not yet deprecated, but will be in the future.</p> </li> </ul> <h3>Dart API</h3> <ul> <li> <p>New <code>Deprecation</code> enum, which contains the different current and future deprecations used by the new CLI flags.</p> </li> <li> <p>The <code>compile</code> methods now take in <code>fatalDeprecations</code> and <code>futureDeprecations</code> parameters, which work similarly to the CLI flags.</p> </li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1590">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.59.2</h2> <ul> <li>No user-visible changes.</li> </ul> <h2>1.59.1</h2> <ul> <li>No user-visible changes.</li> </ul> <h2>1.59.0</h2> <h3>Command Line Interface</h3> <ul> <li> <p>Added a new <code>--fatal-deprecation</code> flag that lets you treat a deprecation warning as an error. You can pass an individual deprecation ID (e.g. <code>slash-div</code>) or you can pass a Dart Sass version to treat all deprecations initially emitted in that version or earlier as errors.</p> </li> <li> <p>New <code>--future-deprecation</code> flag that lets you opt into warning for use of certain features that will be deprecated in the future. At the moment, the only option is <code>--future-deprecation=import</code>, which will emit warnings for Sass <code>@import</code> rules, which are not yet deprecated, but will be in the future.</p> </li> </ul> <h3>Dart API</h3> <ul> <li> <p>New <code>Deprecation</code> enum, which contains the different current and future deprecations used by the new CLI flags.</p> </li> <li> <p>The <code>compile</code> methods now take in <code>fatalDeprecations</code> and <code>futureDeprecations</code> parameters, which work similarly to the CLI flags.</p> </li> </ul> <h2>1.58.4</h2> <ul> <li> <p>Pull <code>@font-face</code> to the root rather than bubbling the style rule selector inwards.</p> </li> <li> <p>Improve error messages for invalid CSS values passed to plain CSS functions.</p> </li> <li> <p>Improve error messages involving selectors.</p> </li> </ul> <h3>Embedded Sass</h3> <ul> <li>Improve the performance of starting up a compilation.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/b540d5914e4d6f0d8942c5af6310cf89691eb7ce"><code>b540d59</code></a> Release 1.59.2 (<a href="https://redirect.github.com/sass/dart-sass/issues/1908">#1908</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/d0ca8e0bc9f790a2b411728a07f9ec44b168c10e"><code>d0ca8e0</code></a> Fix macOS arm64 build and release a new version (<a href="https://redirect.github.com/sass/dart-sass/issues/1906">#1906</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/8f8138dfabbf48437d736b9bba7f481fac71ed3c"><code>8f8138d</code></a> Add --fatal-deprecations and --future-deprecations (<a href="https://redirect.github.com/sass/dart-sass/issues/1820">#1820</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/9417b6e8d8c4fdd0453bbbef3ac259cca65a0f36"><code>9417b6e</code></a> Track original source spans for selectors (<a href="https://redirect.github.com/sass/dart-sass/issues/1903">#1903</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/434f2b99f154c14dc5754ed1566d1b788a3e126a"><code>434f2b9</code></a> Remove workaround for <a href="https://redirect.github.com/dart-lang/setup-dart/issues/59">dart-lang/setup-dart#59</a> (<a href="https://redirect.github.com/sass/dart-sass/issues/1904">#1904</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/f022e02bc5dfcd918a8c4dde7b2ac086bbd6557b"><code>f022e02</code></a> Improve errors for invalid CSS values passed to CSS functions (<a href="https://redirect.github.com/sass/dart-sass/issues/1901">#1901</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/eb1ced15d6cd66078526e7989576a704f55e71b2"><code>eb1ced1</code></a> Pull <a href="https://github.com/font-face"><code>@​font-face</code></a> out to root (<a href="https://redirect.github.com/sass/dart-sass/issues/1899">#1899</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/664a670ab84eae0e59845bfd3cacbc208b6046b3"><code>664a670</code></a> Add a changelog entry for <a href="https://redirect.github.com/sass/embedded-host-node/issues/207">sass/embedded-host-node#207</a> (<a href="https://redirect.github.com/sass/dart-sass/issues/1898">#1898</a>)</li> <li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.58.3...1.59.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.58.3&new-version=1.59.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 2023-03-13 05:58:14 +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#655
No description provided.