-
Notifications
You must be signed in to change notification settings - Fork 717
Commit fcd7666
authored
Bump sass from 1.78.0 to 1.79.1 (#6093)
Bumps [sass](https://github.com/sass/dart-sass) from 1.78.0 to 1.79.1.
<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.79.1</h2>
<p>To install Sass 1.79.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#1791">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.79.1</h2>
<ul>
<li>No user-visible changes.</li>
</ul>
<h2>1.79.0</h2>
<ul>
<li>
<p><strong>Breaking change</strong>: Passing a number with unit
<code>%</code> to the <code>$alpha</code> parameter
of <code>color.change()</code>, <code>color.adjust()</code>,
<code>change-color()</code>, and <code>adjust-color()</code>
is now interpreted as a percentage, instead of ignoring the unit. For
example,
<code>color.change(red, $alpha: 50%)</code> now returns <code>rgb(255 0
0 / 0.5)</code>.</p>
</li>
<li>
<p><strong>Potentially breaking compatibility fix</strong>: Sass no
longer rounds RGB channels
to the nearest integer. This means that, for example, <code>rgb(0 0 1)
!= rgb(0 0 0.6)</code>. This matches the latest version of the CSS spec
and browser behavior.</p>
</li>
<li>
<p><strong>Potentially breaking compatibility fix</strong>: Passing
large positive or negative
values to <code>color.adjust()</code> can now cause a color's channels
to go outside that
color's gamut. In most cases this will currently be clipped by the
browser and
end up showing the same color as before, but once browsers implement
gamut
mapping it may produce a different result.</p>
</li>
<li>
<p>Add support for CSS Color Level 4 [color spaces]. Each color value
now tracks
its color space along with the values of each channel in that color
space.
There are two general principles to keep in mind when dealing with new
color
spaces:</p>
<ol>
<li>
<p>With the exception of legacy color spaces (<code>rgb</code>,
<code>hsl</code>, and <code>hwb</code>), colors
will always be emitted in the color space they were defined in unless
they're explicitly converted.</p>
</li>
<li>
<p>The <code>color.to-space()</code> function is the only way to convert
a color to
another color space. Some built-in functions may do operations in a
different color space, but they'll always convert back to the original
space
afterwards.</p>
</li>
</ol>
</li>
<li>
<p><code>rgb</code> colors can now have non-integer channels and
channels outside the normal
gamut of 0-255. These colors are always emitted using the
<code>rgb()</code> syntax so
that modern browsers that are being displayed on wide-gamut devices can
display the most accurate color possible.</p>
</li>
<li>
<p>Add support for all the new color syntax defined in Color Level 4,
including:</p>
<ul>
<li><code>oklab()</code>, <code>oklch()</code>, <code>lab()</code>, and
<code>lch()</code> functions;</li>
<li>a top-level <code>hwb()</code> function that matches the
space-separated CSS syntax;</li>
<li>and a <code>color()</code> function that supports the
<code>srgb</code>, <code>srgb-linear</code>,
<code>display-p3</code>, <code>a98-rgb</code>,
<code>prophoto-rgb</code>, <code>rec2020</code>, <code>xyz</code>,
<code>xyz-d50</code>, and
<code>xyz-d65</code> color spaces.</li>
</ul>
</li>
<li>
<p>Add new functions for working with color spaces:</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/5fa04d3dbcdbf0911506d11e1847ac64f2fc9f7d"><code>5fa04d3</code></a>
Fix sass-parser publishing (<a
href="https://redirect.github.com/sass/dart-sass/issues/2349">#2349</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/d740d02e10f402f225b77781e4d946dce4c95a10"><code>d740d02</code></a>
Emit deprecation warnings for the legacy JS API (<a
href="https://redirect.github.com/sass/dart-sass/issues/2343">#2343</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/a957eeadd1a8b4a2bebfd3ab4046be457d0d37a4"><code>a957eea</code></a>
Bump chokidar to v4 (<a
href="https://redirect.github.com/sass/dart-sass/issues/2347">#2347</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/aa35aa20dd7b2c6f45e8f31bea18c4b3ac4f0223"><code>aa35aa2</code></a>
Bump bufbuild/buf-setup-action in /.github/util/initialize (<a
href="https://redirect.github.com/sass/dart-sass/issues/2346">#2346</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/f826ed2e543bb5685a901a2ac7c89daf0414afe3"><code>f826ed2</code></a>
Stop emitting <code>mixed-decls</code> in a bunch of unnecessary cases
(<a
href="https://redirect.github.com/sass/dart-sass/issues/2342">#2342</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/2f0d0daaf47db275750e098c3e90818f74ec8a85"><code>2f0d0da</code></a>
Merge pull request <a
href="https://redirect.github.com/sass/dart-sass/issues/2341">#2341</a>
from sass/feature.color-4</li>
<li><a
href="https://github.com/sass/dart-sass/commit/de181d91922ff7bf7e05a5a474be8e67ce90c430"><code>de181d9</code></a>
Poke CI</li>
<li><a
href="https://github.com/sass/dart-sass/commit/34f98c703b248c28d060cffbd70bd3905759f79a"><code>34f98c7</code></a>
Update color API tests</li>
<li><a
href="https://github.com/sass/dart-sass/commit/422f037ebd95b30e33e95fd1da3752c235b6347d"><code>422f037</code></a>
Fix a typo</li>
<li><a
href="https://github.com/sass/dart-sass/commit/4db68a1d4f85f3c3f9eb9564f435978393f22800"><code>4db68a1</code></a>
Merge pull request <a
href="https://redirect.github.com/sass/dart-sass/issues/2339">#2339</a>
from sass/merge-main</li>
<li>Additional commits viewable in <a
href="https://github.com/sass/dart-sass/compare/1.78.0...1.79.1">compare
view</a></li>
</ul>
</details>
<br />
[](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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent b2abb21 commit fcd7666Copy full SHA for fcd7666
2 files changed
+21
-7
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
|
+20-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments