-
Notifications
You must be signed in to change notification settings - Fork 0
Commit de88194
authored
Build(deps-dev): bump sass from 1.85.1 to 1.89.1 (#94)
Bumps [sass](https://github.com/sass/dart-sass) from 1.85.1 to 1.89.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.89.1</h2>
<p>To install Sass 1.89.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#1891">full
changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.89.0</h2>
<p>To install Sass 1.89.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>Allow the Node package importer to load files even when there are
multiple potential resolutions, as long as those resolutions all point
to the same file.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1890">full
changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.88.0</h2>
<p>To install Sass 1.88.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>
<p>Allow custom properties with empty values (such as
<code>--var:;</code>).</p>
</li>
<li>
<p>Fix a bug when calculating source spans for interpolations.</p>
</li>
</ul>
<h3>Dart and JS APIs</h3>
<ul>
<li><strong>Potentially breaking bug fix:</strong> Throw an error when
passing a function or mixin object from one compilation to another.</li>
</ul>
<h3>Dart API</h3>
<ul>
<li>Deprecate passing a relative URL to <code>compileString()</code> and
related functions.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1880">full
changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.87.0</h2>
<p>To install Sass 1.87.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.89.1</h2>
<ul>
<li>No user-visible changes.</li>
</ul>
<h2>1.89.0</h2>
<ul>
<li>Allow the Node package importer to load files even when there are
multiple
potential resolutions, as long as those resolutions all point to the
same
file.</li>
</ul>
<h2>1.88.0</h2>
<ul>
<li>
<p>Allow custom properties with empty values (such as
<code>--var:;</code>).</p>
</li>
<li>
<p>Fix a bug when calculating source spans for interpolations.</p>
</li>
</ul>
<h3>Dart and JS APIs</h3>
<ul>
<li><strong>Potentially breaking bug fix:</strong> Throw an error when
passing a function or
mixin object from one compilation to another.</li>
</ul>
<h3>Dart API</h3>
<ul>
<li>Deprecate passing a relative URL to <code>compileString()</code> and
related functions.</li>
</ul>
<h2>1.87.0</h2>
<ul>
<li><strong>Potentially breaking bug fix:</strong> When a plain CSS file
with a top-level
nesting selector <code>&</code> is loaded into a nested Sass context
via
<code>meta.load-css()</code> or <code>@import</code>, Sass now emits
plain CSS nesting rather than
incorrectly combining it with the parent selector using a descendant
combinator.</li>
</ul>
<h2>1.86.3</h2>
<ul>
<li>Fix a bug introduced in 1.86.1 where Sass fails to resolve paths
starting with
a <code>..</code> segment.</li>
</ul>
<h2>1.86.2</h2>
<ul>
<li>No user-visible changes.</li>
</ul>
<h2>1.86.1</h2>
<ul>
<li>Improve the performance of <code>file:</code> URL case
canonicalization on Windows and
Mac OS.</li>
</ul>
<h2>1.86.0</h2>
<ul>
<li>Add support for <code>%</code> as an expression in its own right. It
will still be parsed</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/394fbe53652718acc8f9e946c4bf94cd28cd8ce4"><code>394fbe5</code></a>
Merge pull request <a
href="https://github.com/sass/dart-sass/issues/2583">#2583</a>
from sass/list-parens</li>
<li><a
href="https://github.com/sass/dart-sass/commit/3c9a5019e1404d36fcdb4274ee2897be66f71c9f"><code>3c9a501</code></a>
Fix sass-parser compatibility with the latest PostCSS</li>
<li><a
href="https://github.com/sass/dart-sass/commit/9a5b4f5941255b6a4c4e23b969b097c6ddf3e1be"><code>9a5b4f5</code></a>
Properly add <code>ParenthesizedExpression</code> for comma-separated
lists</li>
<li><a
href="https://github.com/sass/dart-sass/commit/e7b70e2558be0053de37313a7d3fba5a8adfa866"><code>e7b70e2</code></a>
Remove ia32 support on dart 3.8 (<a
href="https://github.com/sass/dart-sass/issues/2579">#2579</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/4e9e2062f691359a8da582eb4e600ad5dc931c93"><code>4e9e206</code></a>
Allow the Node.js pkg importer to return the same URL multiple times (<a
href="https://github.com/sass/dart-sass/issues/2575">#2575</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/c6b21630e5b28eb038001f8739a3db2046b393a0"><code>c6b2163</code></a>
Merge pull request <a
href="https://github.com/sass/dart-sass/issues/2572">#2572</a>
from sass/empty-custom-prop</li>
<li><a
href="https://github.com/sass/dart-sass/commit/6edc11ee3b734667d35149bb77ec80ab84d94c0c"><code>6edc11e</code></a>
Support empty custom properties</li>
<li><a
href="https://github.com/sass/dart-sass/commit/a81cd73aea532aab95d0b0e9c4f56baf4ade98fc"><code>a81cd73</code></a>
Properly handle dev changelogs in bump-version-* tasks</li>
<li><a
href="https://github.com/sass/dart-sass/commit/7f54226d1cfcfcf82c3c725fca78ea9ae945f6e0"><code>7f54226</code></a>
Disallow passing functions/mixins across compilations (<a
href="https://github.com/sass/dart-sass/issues/2544">#2544</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/90b6b39fbe13e80e0e07d12f24091d4ae7ce5b83"><code>90b6b39</code></a>
Remove useless <code>_currentCallable</code> property in the evaluate
visitor (<a
href="https://github.com/sass/dart-sass/issues/2570">#2570</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sass/dart-sass/compare/1.85.1...1.89.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>File tree
Expand file treeCollapse file tree
2 files changed
+5
-5
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+5
-5
lines changedCollapse file: package-lock.json
+4-4Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
0 commit comments