You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by GitBox <gi...@apache.org> on 2021/07/08 16:09:54 UTC

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request #1077: build(deps-dev): bump sass from 1.35.1 to 1.35.2 in /tobago-theme

dependabot[bot] opened a new pull request #1077:
URL: https://github.com/apache/myfaces-tobago/pull/1077


   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-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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [myfaces-tobago] lofwyr14 merged pull request #1077: build(deps-dev): bump sass from 1.35.1 to 1.35.2 in /tobago-theme

Posted by GitBox <gi...@apache.org>.
lofwyr14 merged pull request #1077:
URL: https://github.com/apache/myfaces-tobago/pull/1077


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org