Skip to content

Commit

Permalink
Bump sass from 1.80.6 to 1.83.4 (#13055)
Browse files Browse the repository at this point in the history
Bumps [sass](https://github.com/sass/dart-sass) from 1.80.6 to 1.83.4.
<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.83.4</h2>
<p>To install Sass 1.83.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>
<ul>
<li>No user-visible changes.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1834">full
changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.83.3</h2>
<p>To install Sass 1.83.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>No user-visible changes.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1833">full
changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.83.2</h2>
<p>To install Sass 1.83.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>Properly display deprecation IDs for the JS Sass API.</p>
</li>
<li>
<p>Don't display deprecation IDs for user-defined deprecations.</p>
</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1832">full
changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.83.1</h2>
<p>To install Sass 1.83.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>
<p>Fix a bug where <code>--quiet-deps</code> would get deactivated for
<code>@content</code> blocks, even when those blocks were entirely
contained within dependencies.</p>
</li>
<li>
<p>Include deprecation IDs in deprecation warnings to make it easier to
determine what to pass to <code>--silence-deprecation</code> or
<code>--fatal-deprecation</code>.</p>
</li>
</ul>
<!-- 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.83.4</h2>
<ul>
<li>No user-visible changes.</li>
</ul>
<h2>1.83.3</h2>
<ul>
<li>No user-visible changes.</li>
</ul>
<h2>1.83.2</h2>
<ul>
<li>
<p>Properly display deprecation IDs for the JS Sass API.</p>
</li>
<li>
<p>Don't display deprecation IDs for user-defined deprecations.</p>
</li>
</ul>
<h2>1.83.1</h2>
<ul>
<li>
<p>Fix a bug where <code>--quiet-deps</code> would get deactivated for
<code>@content</code> blocks,
even when those blocks were entirely contained within dependencies.</p>
</li>
<li>
<p>Include deprecation IDs in deprecation warnings to make it easier to
determine
what to pass to <code>--silence-deprecation</code> or
<code>--fatal-deprecation</code>.</p>
</li>
</ul>
<h2>1.83.0</h2>
<ul>
<li>Allow trailing commas in <em>all</em> argument and parameter
lists.</li>
</ul>
<h2>1.82.0</h2>
<h3>Command-Line Interface</h3>
<ul>
<li>
<p>Improve <code>--watch</code> mode reliability when making multiple
changes at once, such
as checking out a different Git branch.</p>
</li>
<li>
<p>Parse the <code>calc-size()</code> function as a calculation now that
it's supported in
some browsers.</p>
</li>
</ul>
<h3>Dart API</h3>
<ul>
<li>Add a <code>SassCalculation.calcSize()</code> function.</li>
</ul>
<h2>1.81.1</h2>
<ul>
<li>No user-visible changes.</li>
</ul>
<h2>1.81.0</h2>
<ul>
<li>
<p>Fix a few cases where deprecation warnings weren't being emitted for
global
built-in functions whose names overlap with CSS calculations.</p>
</li>
<li>
<p>Add support for the CSS <code>round()</code> calculation with a
single argument, as long</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/89a5394639688ad5ad5677fb6258f39fd74f95b9"><code>89a5394</code></a>
Fix more bugs in the sass-parser release process (<a
href="https://redirect.github.com/sass/dart-sass/issues/2491">#2491</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/46686eddcaee5a85f43bc300ee8650f8ac198f6c"><code>46686ed</code></a>
Merge pull request <a
href="https://redirect.github.com/sass/dart-sass/issues/2490">#2490</a>
from sass/sass-parser-release</li>
<li><a
href="https://github.com/sass/dart-sass/commit/126176760c49f16c4e3c112ce9315ac799cdb11f"><code>1261767</code></a>
Use a file: dependency for local Sass development</li>
<li><a
href="https://github.com/sass/dart-sass/commit/173f39b652e611f677fdb9cf66e01ee40bc66486"><code>173f39b</code></a>
Use the Dart Sass version for the sass-parser dependency</li>
<li><a
href="https://github.com/sass/dart-sass/commit/ddb14b2c39e297167f418abfd63fd216463ad72d"><code>ddb14b2</code></a>
Fix deprecation ID displays in JS mode (<a
href="https://redirect.github.com/sass/dart-sass/issues/2483">#2483</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/b12b508e79cce0a74262eb5c31f67a1cf1cb57a6"><code>b12b508</code></a>
Compile sass-parser before deploying (<a
href="https://redirect.github.com/sass/dart-sass/issues/2489">#2489</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/b19b57fd1d13d6f739bd9f2dd150f8382ddfd41d"><code>b19b57f</code></a>
Merge pull request <a
href="https://redirect.github.com/sass/dart-sass/issues/2478">#2478</a>
from sass/if</li>
<li><a
href="https://github.com/sass/dart-sass/commit/23ff19def96e27a39fa3cad22f6a93efeb479833"><code>23ff19d</code></a>
Merge branch 'main' into if</li>
<li><a
href="https://github.com/sass/dart-sass/commit/8818d934d9fe36b5ecada8e00868b0309f490c02"><code>8818d93</code></a>
Properly override the sass-parser dependency on sass during release (<a
href="https://redirect.github.com/sass/dart-sass/issues/2487">#2487</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/adb7016ea8ade98b195022526a066cfda70f8b29"><code>adb7016</code></a>
Merge pull request <a
href="https://redirect.github.com/sass/dart-sass/issues/2488">#2488</a>
from sass/sdk-formatter</li>
<li>Additional commits viewable in <a
href="https://github.com/sass/dart-sass/compare/1.80.6...1.83.4">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.80.6&new-version=1.83.4)](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>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 9d50d8c commit ed7df77
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 39 deletions.
68 changes: 30 additions & 38 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion polaris.shopify.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"patch-package": "^6.4.7",
"p-map": "^5.5.0",
"playroom": "^0.28.0",
"sass": "^1.80.6",
"sass": "^1.83.4",
"satori": "^0.12.1",
"style-loader": "^3.3.1",
"ts-node": "^10.7.0",
Expand Down

0 comments on commit ed7df77

Please sign in to comment.