Skip to content

Commit

Permalink
Upgrade: Bump sass from 1.70.0 to 1.77.8 (#4670)
Browse files Browse the repository at this point in the history
Bumps [sass](https://github.com/sass/dart-sass) from 1.70.0 to 1.77.8.
<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.77.8</h2>
<p>To install Sass 1.77.8, 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#1778">full
changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.77.5</h2>
<p>To install Sass 1.77.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>Fully trim redundant selectors generated by
<code>@extend</code>.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1775">full
changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.77.4</h2>
<p>To install Sass 1.77.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>
<h1>Changes</h1>
<h3>Embedded Sass</h3>
<ul>
<li>
<p>Support passing <code>Version</code> input for
<code>fatalDeprecations</code> as string over embedded protocol.</p>
</li>
<li>
<p>Fix a bug in the JS Embedded Host where <code>Version</code> could be
incorrectly accepted as input for <code>silenceDeprecations</code> and
<code>futureDeprecations</code> in pure JS.</p>
</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1774">full
changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.77.3</h2>
<p>To install Sass 1.77.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>
<h3>Dart API</h3>
<!-- 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.77.8</h2>
<ul>
<li>No user-visible changes.</li>
</ul>
<h2>1.77.7</h2>
<ul>
<li>
<p>Declarations that appear after nested rules are deprecated, because
the
semantics Sass has historically used are different from the semantics
specified by CSS. In the future, Sass will adopt the standard CSS
semantics.</p>
<p>See <a href="https://sass-lang.com/d/mixed-decls">the Sass
website</a> for details.</p>
</li>
<li>
<p><strong>Potentially breaking bug fix:</strong> <code>//</code> in
certain places such as unknown
at-rule values was being preserved in the CSS output, leading to
potentially
invalid CSS. It's now properly parsed as a silent comment and omitted
from the
CSS output.</p>
</li>
</ul>
<h2>1.77.6</h2>
<ul>
<li>Fix a few cases where comments and occasionally even whitespace
wasn't allowed
between the end of Sass statements and the following semicolon.</li>
</ul>
<h2>1.77.5</h2>
<ul>
<li>Fully trim redundant selectors generated by
<code>@extend</code>.</li>
</ul>
<h2>1.77.4</h2>
<h3>Embedded Sass</h3>
<ul>
<li>
<p>Support passing <code>Version</code> input for
<code>fatalDeprecations</code> as string over
embedded protocol.</p>
</li>
<li>
<p>Fix a bug in the JS Embedded Host where <code>Version</code> could be
incorrectly accepted
as input for <code>silenceDeprecations</code> and
<code>futureDeprecations</code> in pure JS.</p>
</li>
</ul>
<h2>1.77.3</h2>
<h3>Dart API</h3>
<ul>
<li><code>Deprecation.duplicateVariableFlags</code> has been deprecated
and replaced with
<code>Deprecation.duplicateVarFlags</code> to make it consistent with
the
<code>duplicate-var-flags</code> name used on the command line and in
the JS API.</li>
</ul>
<h2>1.77.2</h2>
<ul>
<li>
<p>Don't emit deprecation warnings for functions and mixins beginning
with <code>__</code>.</p>
</li>
<li>
<p>Allow user-defined functions whose names begin with <code>_</code>
and otherwise look
like vendor-prefixed functions with special CSS syntax.</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/be9c3ac6fa547c3f2711f445b8b15932ddb5e7e4"><code>be9c3ac</code></a>
Run Windows ARM64 releases on windows-latest instead (<a
href="https://redirect.github.com/sass/dart-sass/issues/2275">#2275</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/d4b19397c493adb6e518ed5344913aa2615c11f6"><code>d4b1939</code></a>
Run pub in verbose mode on windows-arm64</li>
<li><a
href="https://github.com/sass/dart-sass/commit/c96b5e2d4d14aee9e053700896537b4be0550c07"><code>c96b5e2</code></a>
Fix windows-arm64 release (<a
href="https://redirect.github.com/sass/dart-sass/issues/2274">#2274</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/7203d6538981df6422c686198da2497909fa11b5"><code>7203d65</code></a>
Deprecated mixed declarations (<a
href="https://redirect.github.com/sass/dart-sass/issues/2267">#2267</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/1edc247425c0d6731e750f13e2d5386c076f9b33"><code>1edc247</code></a>
Avoid <code>[this]</code> in Dartdoc comments (<a
href="https://redirect.github.com/sass/dart-sass/issues/2273">#2273</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/a16488992517cb30d907d3982a12517e5f13d334"><code>a164889</code></a>
Enable AOT build for windows-arm64 (<a
href="https://redirect.github.com/sass/dart-sass/issues/2270">#2270</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/04b6251cedca92323095d8b8f9e13fbc5a651502"><code>04b6251</code></a>
Parse silent comments in <code>_interpolatedDeclarationValue()</code>
(<a
href="https://redirect.github.com/sass/dart-sass/issues/2266">#2266</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/860eb5ae2b4701226cb098632205d94d6cb41c74"><code>860eb5a</code></a>
Fix linux-ia32, linux-arm-musl, and windows-arm64 releases (<a
href="https://redirect.github.com/sass/dart-sass/issues/2265">#2265</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/7aae1e67ed3322c1caab1c8ebb2f5c28ff0b2e0b"><code>7aae1e6</code></a>
Fix a bug where comments were incorrectly forbidden in some cases (<a
href="https://redirect.github.com/sass/dart-sass/issues/2264">#2264</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/cf6f9d0842fbbc786d8b2908f5948c6d282e1b20"><code>cf6f9d0</code></a>
Build AOT releases with native arm64 runners (<a
href="https://redirect.github.com/sass/dart-sass/issues/2262">#2262</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sass/dart-sass/compare/1.70.0...1.77.8">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.70.0&new-version=1.77.8)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
1 parent 02d798d commit 6e613af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"postcss-preset-env": "^9.5.4",
"prismjs": "^1.29.0",
"regenerator-runtime": "^0.14.1",
"sass": "^1.70.0",
"sass": "^1.77.8",
"sass-loader": "^14.2.1",
"shakapacker": "6.6",
"sortablejs": "^1.15.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6e613af

Please sign in to comment.