Bump sass from 1.35.1 to 1.35.2 #313

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/sass-1.35.2 into develop 2021-07-08 06:09:30 +02:00
dependabot[bot] commented 2021-07-08 06:06:46 +02:00 (Migrated from github.com)

Bumps sass from 1.35.1 to 1.35.2.

Release notes

Sourced from sass's releases.

Dart Sass 1.35.2

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

Changes

  • Potentially breaking bug fix: Properly throw an error for Unicode ranges that have too many ?s after hexadecimal digits, such as U+12345??.

  • Potentially breaking bug fix: Fixed a bug where certain local variable declarations nested within multiple @if statements would incorrectly override a global variable. It's unlikely that any real stylesheets were relying on this bug, but if so they can simply add !global to the variable declaration to preserve the old behavior.

  • Potentially breaking bug fix: Fix a bug where imports of root-relative URLs (those that begin with /) in @import rules would be passed to both Dart and JS importers as file: URLs.

  • Properly support selector lists for the $extendee argument to selector.extend() and selector.replace().

  • Fix an edge case where @extend wouldn't affect a selector within a pseudo-selector such as :is() that itself extended other selectors.

  • Fix a race condition where meta.load-css() could trigger an internal error when running in asynchronous mode.

Dart API

  • Use the @internal annotation to indicate which Value APIs are available for public use.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.35.2

  • Potentially breaking bug fix: Properly throw an error for Unicode ranges that have too many ?s after hexadecimal digits, such as U+12345??.

  • Potentially breaking bug fix: Fixed a bug where certain local variable declarations nested within multiple @if statements would incorrectly override a global variable. It's unlikely that any real stylesheets were relying on this bug, but if so they can simply add !global to the variable declaration to preserve the old behavior.

  • Potentially breaking bug fix: Fix a bug where imports of root-relative URLs (those that begin with /) in @import rules would be passed to both Dart and JS importers as file: URLs.

  • Properly support selector lists for the $extendee argument to selector.extend() and selector.replace().

  • Fix an edge case where @extend wouldn't affect a selector within a pseudo-selector such as :is() that itself extended other selectors.

  • Fix a race condition where meta.load-css() could trigger an internal error when running in asynchronous mode.

Dart API

  • Use the @internal annotation to indicate which Value APIs are available for public use.
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.35.1 to 1.35.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.35.2</h2> <p>To install Sass 1.35.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> <p><strong>Potentially breaking bug fix</strong>: Properly throw an error for Unicode ranges that have too many <code>?</code>s after hexadecimal digits, such as <code>U+12345??</code>.</p> </li> <li> <p><strong>Potentially breaking bug fix:</strong> Fixed a bug where certain local variable declarations nested within multiple <code>@if</code> statements would incorrectly override a global variable. It's unlikely that any real stylesheets were relying on this bug, but if so they can simply add <code>!global</code> to the variable declaration to preserve the old behavior.</p> </li> <li> <p><strong>Potentially breaking bug fix:</strong> Fix a bug where imports of root-relative URLs (those that begin with <code>/</code>) in <code>@import</code> rules would be passed to both Dart and JS importers as <code>file:</code> URLs.</p> </li> <li> <p>Properly support selector lists for the <code>$extendee</code> argument to <code>selector.extend()</code> and <code>selector.replace()</code>.</p> </li> <li> <p>Fix an edge case where <code>@extend</code> wouldn't affect a selector within a pseudo-selector such as <code>:is()</code> that itself extended other selectors.</p> </li> <li> <p>Fix a race condition where <code>meta.load-css()</code> could trigger an internal error when running in asynchronous mode.</p> </li> </ul> <h3>Dart API</h3> <ul> <li>Use the <code>@internal</code> annotation to indicate which <code>Value</code> APIs are available for public use.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1352">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.35.2</h2> <ul> <li> <p><strong>Potentially breaking bug fix</strong>: Properly throw an error for Unicode ranges that have too many <code>?</code>s after hexadecimal digits, such as <code>U+12345??</code>.</p> </li> <li> <p><strong>Potentially breaking bug fix:</strong> Fixed a bug where certain local variable declarations nested within multiple <code>@if</code> statements would incorrectly override a global variable. It's unlikely that any real stylesheets were relying on this bug, but if so they can simply add <code>!global</code> to the variable declaration to preserve the old behavior.</p> </li> <li> <p><strong>Potentially breaking bug fix:</strong> Fix a bug where imports of root-relative URLs (those that begin with <code>/</code>) in <code>@import</code> rules would be passed to both Dart and JS importers as <code>file:</code> URLs.</p> </li> <li> <p>Properly support selector lists for the <code>$extendee</code> argument to <code>selector.extend()</code> and <code>selector.replace()</code>.</p> </li> <li> <p>Fix an edge case where <code>@extend</code> wouldn't affect a selector within a pseudo-selector such as <code>:is()</code> that itself extended other selectors.</p> </li> <li> <p>Fix a race condition where <code>meta.load-css()</code> could trigger an internal error when running in asynchronous mode.</p> </li> </ul> <h3>Dart API</h3> <ul> <li>Use the <code>@internal</code> annotation to indicate which <code>Value</code> APIs are available for public use.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/4f428ca5f519a22584d136c1c492086414adc36e"><code>4f428ca</code></a> Release 1.35.2 (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1390">#1390</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/3942ac4104199c0be850c8645607a72fe9817296"><code>3942ac4</code></a> Fix bug in RecursiveAstVisitor (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1389">#1389</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/55b6813e5bd094144121c2b30f500ea59045280e"><code>55b6813</code></a> Refer to &quot;main&quot; branch in ci.yml (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1384">#1384</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/abcad665808b51afe3bb31ca87fa21598123dccb"><code>abcad66</code></a> Default to running against sass-spec's main branch (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1383">#1383</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/a10d7c677dd90f9f5731fa220d1553af620bedea"><code>a10d7c6</code></a> Use <a href="https://github.com/internal"><code>@​internal</code></a> to cordon off internal-only Value APIs (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1379">#1379</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/268f22e1475c791ac9e15553617dadf99504c1b6"><code>268f22e</code></a> Make required span parameters positional (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1380">#1380</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/655fcfc950da239ec28aa8b15100fa2e439783a8"><code>655fcfc</code></a> Properly support selector lists for selector.extend() (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1378">#1378</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/83343d7046134932deb2231780d0328962b73829"><code>83343d7</code></a> Fix a race condition in meta.load-css() (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1376">#1376</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/713b7cc31ef4dce75514300b7d07a94b9497fec1"><code>713b7cc</code></a> Properly register pseudos' child selectors in ExtensionStore (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1374">#1374</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/3918aefdfd4d297a7e8d5c8447d96d5e9ecfb0a3"><code>3918aef</code></a> Add links to CLI docs in README (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1375">#1375</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sass/dart-sass/compare/1.35.1...1.35.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.35.1&new-version=1.35.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-07-08 06:07:03 +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#313
No description provided.