Skip to content

Commit 26124f2

Browse files
build(deps): bump sass from 1.86.0 to 1.88.0 (#711)
Bumps [sass](https://github.com/sass/dart-sass) from 1.86.0 to 1.88.0. <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.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> <h1>Changes</h1> <ul> <li><strong>Potentially breaking bug fix:</strong> When a plain CSS file with a top-level nesting selector <code>&amp;</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> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1870">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.86.3</h2> <p>To install Sass 1.86.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 introduced in 1.86.1 where Sass fails to resolve paths starting with a <code>..</code> segment.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1863">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.86.2</h2> <p>To install Sass 1.86.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> <!-- 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.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>&amp;</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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/c6b21630e5b28eb038001f8739a3db2046b393a0"><code>c6b2163</code></a> Merge pull request <a href="https://redirect.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://redirect.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://redirect.github.com/sass/dart-sass/issues/2570">#2570</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/1a5e0eeee44ad023372670313101df2545f74967"><code>1a5e0ee</code></a> Fix off-by-one error in Interpolation.spanForElement() (<a href="https://redirect.github.com/sass/dart-sass/issues/2568">#2568</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/735109f35fc8f3cf2e1c7ddea5a8dc143a7bfc68"><code>735109f</code></a> Deprecate passing a relative URL to <code>compileString()</code> <em>et al</em> (<a href="https://redirect.github.com/sass/dart-sass/issues/2567">#2567</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/c4b0138c243414709772e0aa5c9b2a62fd8e7931"><code>c4b0138</code></a> Bump protoc_plugin from 21.1.2 to 22.0.1 and protobuf to 4.0.0 (<a href="https://redirect.github.com/sass/dart-sass/issues/2554">#2554</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/3b8afa2b3e97174499af031d2cfceb47fb84b42a"><code>3b8afa2</code></a> Fix top-level nesting selectors in loaded plain CSS (<a href="https://redirect.github.com/sass/dart-sass/issues/2560">#2560</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/087a685ab620f77cc61ac0418e1da9e4326fcf1e"><code>087a685</code></a> Stop releasing the Bazel repo (<a href="https://redirect.github.com/sass/dart-sass/issues/2565">#2565</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sass/dart-sass/compare/1.86.0...1.88.0">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.86.0&new-version=1.88.0)](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>
1 parent f6a3652 commit 26124f2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"react-query": "^3.39.2",
3232
"react-router-dom": "^7.5.2",
3333
"react-use": "^17.6.0",
34-
"sass": "^1.86.0",
34+
"sass": "^1.88.0",
3535
"styled-components": "^6.1.12",
3636
"swiper": "^9.2.0",
3737
"typescript": "^4.9.5",

0 commit comments

Comments
 (0)