dependabot[bot] opened a new pull request, #1597:
URL: https://github.com/apache/daffodil-vscode/pull/1597

   Bumps [sass](https://github.com/sass/dart-sass) from 1.92.1 to 1.97.3.
   <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.97.3</h2>
   <p>To install Sass 1.97.3, 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>Fix a bug where nesting an at-rule within multiple style rules in plain 
CSS could cause outer style rules to be omitted.</li>
   </ul>
   <p>See the <a 
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1973";>full 
changelog</a> for changes in earlier releases.</p>
   <h2>Dart Sass 1.97.2</h2>
   <p>To install Sass 1.97.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>Additional fixes for implicit configuration when nested imports are 
involved.</li>
   </ul>
   <p>See the <a 
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1972";>full 
changelog</a> for changes in earlier releases.</p>
   <h2>Dart Sass 1.97.1</h2>
   <p>To install Sass 1.97.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>Fix a bug with the new CSS-style <code>if()</code> syntax where values 
would be evaluated even if their conditions didn't match.</li>
   </ul>
   <p>See the <a 
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1971";>full 
changelog</a> for changes in earlier releases.</p>
   <h2>Dart Sass 1.97.0</h2>
   <p>To install Sass 1.97.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>Add support for the <code>display-p3-linear</code> color space.</li>
   </ul>
   <p>See the <a 
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1970";>full 
changelog</a> for changes in earlier releases.</p>
   <h2>Dart Sass 1.96.0</h2>
   <p>To install Sass 1.96.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>
   <!-- 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.97.3</h2>
   <ul>
   <li>Fix a bug where nesting an at-rule within multiple style rules in plain 
CSS
   could cause outer style rules to be omitted.</li>
   </ul>
   <h2>1.97.2</h2>
   <ul>
   <li>Additional fixes for implicit configuration when nested imports are 
involved.</li>
   </ul>
   <h2>1.97.1</h2>
   <ul>
   <li>Fix a bug with the new CSS-style <code>if()</code> syntax where values 
would be evaluated
   even if their conditions didn't match.</li>
   </ul>
   <h2>1.97.0</h2>
   <ul>
   <li>Add support for the <code>display-p3-linear</code> color space.</li>
   </ul>
   <h2>1.96.0</h2>
   <ul>
   <li>Allow numbers with complex units (more than one numerator unit or more 
than
   zero denominator units) to be emitted to CSS. These are now emitted as
   <code>calc()</code> expressions, which now support complex units in plain 
CSS.</li>
   </ul>
   <h2>1.95.1</h2>
   <ul>
   <li>No user-visible changes.</li>
   </ul>
   <h2>1.95.0</h2>
   <ul>
   <li>
   <p>Add support for the <a 
href="https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/if";>CSS-style
 <code>if()</code> function</a>. In addition to supporting the
   plain CSS syntax, this also supports a <code>sass()</code> query that takes 
a Sass
   expression that evaluates to <code>true</code> or <code>false</code> at 
preprocessing time depending
   on whether the Sass value is truthy. If there are no plain-CSS queries, the
   function will return the first value whose query returns true during
   preprocessing. For example, <code>if(sass(false): 1; sass(true): 2; else: 
3)</code>
   returns <code>2</code>.</p>
   </li>
   <li>
   <p>The old Sass <code>if()</code> syntax is now deprecated. Users are 
encouraged to migrate
   to the new CSS syntax. <code>if($condition, $if-true, $if-false)</code> can 
be changed to
   <code>if(sass($condition): $if-true; else: $if-false)</code>.</p>
   <p>See <a href="https://sass-lang.com/d/if-function";>the Sass website</a> 
for details.</p>
   </li>
   <li>
   <p>Plain-CSS <code>if()</code> functions are now considered &quot;special 
numbers&quot;, meaning that
   they can be used in place of arguments to CSS color functions.</p>
   </li>
   <li>
   <p>Plain-CSS <code>if()</code> functions and <code>attr()</code> functions 
are now considered &quot;special</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/sass/dart-sass/commit/080eaef584a03d0034931a6eabb2db9e60a3fc3f";><code>080eaef</code></a>
 Fix at-rules combined with plain CSS nesting (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2725";>#2725</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/f6f73f8e0f9605c80d43d03b76f676601642f7d4";><code>f6f73f8</code></a>
 Bump gts from 6.0.2 to 7.0.0 in /pkg/sass-parser (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2711";>#2711</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/0b87dd745130a0af0daf79073d2d5a570cb8cf96";><code>0b87dd7</code></a>
 Bump protobuf and protoc_plugin (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2723";>#2723</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/d12cc7d8fdac5c976082d5bc20a8b7513da2b220";><code>d12cc7d</code></a>
 Fix bug with implicit configuration for nested imports (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2658";>#2658</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/340bfd20b113501202e7ecac1f4830b5e9f6322e";><code>340bfd2</code></a>
 Bump actions/download-artifact from 6 to 7 (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2706";>#2706</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/a795ab39e57a0fa5ce3e55e566382759a2b2e7cd";><code>a795ab3</code></a>
 Bump actions/upload-artifact from 5 to 6 (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2705";>#2705</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/add7e6fa2fb181fc4f5dcf10f0036aae55d733ed";><code>add7e6f</code></a>
 Bump protoc_plugin from 23.0.0 to 24.0.0 (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2696";>#2696</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/62ec6627905c790405da06b5ee41955491733f52";><code>62ec662</code></a>
 Use <code>pwsh</code> instead of <code>powershell</code> (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2710";>#2710</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/b2f2532eeba1e6085d828555725c082cfdcd6449";><code>b2f2532</code></a>
 Don't evaluate if() values if the condition doesn't match (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2707";>#2707</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/0c7083ac165fd30234c90a4342e7f7792a686c7d";><code>0c7083a</code></a>
 Add support for the display-p3-linear color space (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2703";>#2703</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/sass/dart-sass/compare/1.92.1...1.97.3";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by [GitHub Actions](<a 
href="https://www.npmjs.com/~GitHub";>https://www.npmjs.com/~GitHub</a> 
Actions), a new releaser for sass since your current version.</p>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.92.1&new-version=1.97.3)](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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to