Bump sass from 1.37.2 to 1.38.0 #338

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/sass-1.38.0 into develop 2021-08-17 06:08:43 +02:00
dependabot[bot] commented 2021-08-17 06:05:40 +02:00 (Migrated from github.com)

Bumps sass from 1.37.2 to 1.38.0.

Release notes

Sourced from sass's releases.

Dart Sass 1.38.0

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

Changes

  • In expanded mode, emit characters in Unicode private-use areas as escape sequences rather than literal characters.

  • Fix a bug where quotes would be omitted for an attribute selector whose value was a single backslash.

  • Properly consider numbers that begin with . as "plain CSS" for the purposes of parsing plain-CSS min() and max() functions.

  • Allow if to be used as an unquoted string.

  • Properly parse backslash escapes within url() expressions.

  • Fix a couple bugs where @extends could be marked as unsatisfied when multiple identical @extends extended selectors across @use rules.

Command Line Interface

  • Strip CRLF newlines from snippets of the original stylesheet that are included in the output when an error occurs.

JS API

  • Don't crash when a Windows path is returned by a custom Node importer at the same time as file contents.

  • Don't crash when an error occurs in a stylesheet loaded via a custom importer with a custom URL scheme.

Dart API

  • Add a SassArgumentList.keywordsWithoutMarking getter to access the keyword arguments of an argument list without marking them accessed.

See the full changelog for changes in earlier releases.

Dart Sass 1.37.5

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

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

... (truncated)

Changelog

Sourced from sass's changelog.

1.38.0

  • In expanded mode, emit characters in Unicode private-use areas as escape sequences rather than literal characters.

  • Fix a bug where quotes would be omitted for an attribute selector whose value was a single backslash.

  • Properly consider numbers that begin with . as "plain CSS" for the purposes of parsing plain-CSS min() and max() functions.

  • Allow if to be used as an unquoted string.

  • Properly parse backslash escapes within url() expressions.

  • Fix a couple bugs where @extends could be marked as unsatisfied when multiple identical @extends extended selectors across @use rules.

Command Line Interface

  • Strip CRLF newlines from snippets of the original stylesheet that are included in the output when an error occurs.

JS API

  • Don't crash when a Windows path is returned by a custom Node importer at the same time as file contents.

  • Don't crash when an error occurs in a stylesheet loaded via a custom importer with a custom URL scheme.

Dart API

  • Add a SassArgumentList.keywordsWithoutMarking getter to access the keyword arguments of an argument list without marking them accessed.

1.37.5

  • No user-visible changes.

1.37.4

  • No user-visible changes.

1.37.3

  • No user-visible changes.
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.37.2 to 1.38.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.38.0</h2> <p>To install Sass 1.38.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> <p>In expanded mode, emit characters in Unicode private-use areas as escape sequences rather than literal characters.</p> </li> <li> <p>Fix a bug where quotes would be omitted for an attribute selector whose value was a single backslash.</p> </li> <li> <p>Properly consider numbers that begin with <code>.</code> as &quot;plain CSS&quot; for the purposes of parsing plain-CSS <code>min()</code> and <code>max()</code> functions.</p> </li> <li> <p>Allow <code>if</code> to be used as an unquoted string.</p> </li> <li> <p>Properly parse backslash escapes within <code>url()</code> expressions.</p> </li> <li> <p>Fix a couple bugs where <code>@extend</code>s could be marked as unsatisfied when multiple identical <code>@extend</code>s extended selectors across <code>@use</code> rules.</p> </li> </ul> <h3>Command Line Interface</h3> <ul> <li>Strip CRLF newlines from snippets of the original stylesheet that are included in the output when an error occurs.</li> </ul> <h3>JS API</h3> <ul> <li> <p>Don't crash when a Windows path is returned by a custom Node importer at the same time as file contents.</p> </li> <li> <p>Don't crash when an error occurs in a stylesheet loaded via a custom importer with a custom URL scheme.</p> </li> </ul> <h3>Dart API</h3> <ul> <li>Add a <code>SassArgumentList.keywordsWithoutMarking</code> getter to access the keyword arguments of an argument list without marking them accessed.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1380">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.37.5</h2> <p>To install Sass 1.37.5, 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#1375">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.37.4</h2> <p>To install Sass 1.37.4, 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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.38.0</h2> <ul> <li> <p>In expanded mode, emit characters in Unicode private-use areas as escape sequences rather than literal characters.</p> </li> <li> <p>Fix a bug where quotes would be omitted for an attribute selector whose value was a single backslash.</p> </li> <li> <p>Properly consider numbers that begin with <code>.</code> as &quot;plain CSS&quot; for the purposes of parsing plain-CSS <code>min()</code> and <code>max()</code> functions.</p> </li> <li> <p>Allow <code>if</code> to be used as an unquoted string.</p> </li> <li> <p>Properly parse backslash escapes within <code>url()</code> expressions.</p> </li> <li> <p>Fix a couple bugs where <code>@extend</code>s could be marked as unsatisfied when multiple identical <code>@extend</code>s extended selectors across <code>@use</code> rules.</p> </li> </ul> <h3>Command Line Interface</h3> <ul> <li>Strip CRLF newlines from snippets of the original stylesheet that are included in the output when an error occurs.</li> </ul> <h3>JS API</h3> <ul> <li> <p>Don't crash when a Windows path is returned by a custom Node importer at the same time as file contents.</p> </li> <li> <p>Don't crash when an error occurs in a stylesheet loaded via a custom importer with a custom URL scheme.</p> </li> </ul> <h3>Dart API</h3> <ul> <li>Add a <code>SassArgumentList.keywordsWithoutMarking</code> getter to access the keyword arguments of an argument list without marking them accessed.</li> </ul> <h2>1.37.5</h2> <ul> <li>No user-visible changes.</li> </ul> <h2>1.37.4</h2> <ul> <li>No user-visible changes.</li> </ul> <h2>1.37.3</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/67db39c352b60d81e38dbd5e29e13bbd23cbd766"><code>67db39c</code></a> Add a SassArgumentList.keywordsWithoutMarking getter (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1427">#1427</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/390deed540a4ad56034c639f4246059e2111247f"><code>390deed</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1438">#1438</a> from sass/extend-bugs</li> <li><a href="https://github.com/sass/dart-sass/commit/2a03907e956319bc7a8538d84fa73b6e9d4bf8aa"><code>2a03907</code></a> Emit escape sequences for private-use characters in expanded mode (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1430">#1430</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/707db69de8569847b4ae62fa1995326d12d0b45b"><code>707db69</code></a> Fix a couple bugs with <a href="https://github.com/extend"><code>@​extend</code></a></li> <li><a href="https://github.com/sass/dart-sass/commit/000173c13204b2a17ed01e4b345da2ade95440fe"><code>000173c</code></a> Reformat</li> <li><a href="https://github.com/sass/dart-sass/commit/e0e132e0feb62b1b6d56cff201e6e9eba6b1feb1"><code>e0e132e</code></a> Allow numbers with leading <code>.</code> in plain-CSS min/max (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1432">#1432</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/d29acb0974ef4d995af42d08a1464214a11a7fd2"><code>d29acb0</code></a> Don't try to force custom URL schemes to file paths in the Node API (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1434">#1434</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/3eca26584dc26947f4efcd7626ac5e0f3f8bd859"><code>3eca265</code></a> Fix a single-backslash attribute selector (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1428">#1428</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/5f4994e4876226765efb9013739dac972995f709"><code>5f4994e</code></a> Fix backslash-escapes in url()s (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1429">#1429</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/54d16c0ac4d236155e531b68afc302519429e3a7"><code>54d16c0</code></a> Allow <code>if</code> to be used as an unquoted string (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1431">#1431</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sass/dart-sass/compare/1.37.2...1.38.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.37.2&new-version=1.38.0)](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-08-17 06:05:56 +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#338
No description provided.