[PR #1361] [CLOSED] Bump sass from 1.86.3 to 1.88.0 #1368

Closed
opened 2026-03-03 14:43:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lipis/flag-icons/pull/1361
Author: @dependabot[bot]
Created: 5/12/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/sass-1.88.0


📝 Commits (1)

  • 9c05318 Bump sass from 1.86.3 to 1.88.0

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+4 -4)

📄 Description

Bumps sass from 1.86.3 to 1.88.0.

Release notes

Sourced from sass's releases.

Dart Sass 1.88.0

To install Sass 1.88.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Allow custom properties with empty values (such as --var:;).

  • Fix a bug when calculating source spans for interpolations.

Dart and JS APIs

  • Potentially breaking bug fix: Throw an error when passing a function or mixin object from one compilation to another.

Dart API

  • Deprecate passing a relative URL to compileString() and related functions.

See the full changelog for changes in earlier releases.

Dart Sass 1.87.0

To install Sass 1.87.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Potentially breaking bug fix: When a plain CSS file with a top-level nesting selector & is loaded into a nested Sass context via meta.load-css() or @import, Sass now emits plain CSS nesting rather than incorrectly combining it with the parent selector using a descendant combinator.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.88.0

  • Allow custom properties with empty values (such as --var:;).

  • Fix a bug when calculating source spans for interpolations.

Dart and JS APIs

  • Potentially breaking bug fix: Throw an error when passing a function or mixin object from one compilation to another.

Dart API

  • Deprecate passing a relative URL to compileString() and related functions.

1.87.0

  • Potentially breaking bug fix: When a plain CSS file with a top-level nesting selector & is loaded into a nested Sass context via meta.load-css() or @import, Sass now emits plain CSS nesting rather than incorrectly combining it with the parent selector using a descendant combinator.
Commits
  • c6b2163 Merge pull request #2572 from sass/empty-custom-prop
  • 6edc11e Support empty custom properties
  • a81cd73 Properly handle dev changelogs in bump-version-* tasks
  • 7f54226 Disallow passing functions/mixins across compilations (#2544)
  • 90b6b39 Remove useless _currentCallable property in the evaluate visitor (#2570)
  • 1a5e0ee Fix off-by-one error in Interpolation.spanForElement() (#2568)
  • 735109f Deprecate passing a relative URL to compileString() et al (#2567)
  • c4b0138 Bump protoc_plugin from 21.1.2 to 22.0.1 and protobuf to 4.0.0 (#2554)
  • 3b8afa2 Fix top-level nesting selectors in loaded plain CSS (#2560)
  • 087a685 Stop releasing the Bazel repo (#2565)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lipis/flag-icons/pull/1361 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/12/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/sass-1.88.0` --- ### 📝 Commits (1) - [`9c05318`](https://github.com/lipis/flag-icons/commit/9c053184e5cb3be255399c98cbd02b1aac462fa3) Bump sass from 1.86.3 to 1.88.0 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+4 -4) </details> ### 📄 Description Bumps [sass](https://github.com/sass/dart-sass) from 1.86.3 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> </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.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> </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.3...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.3&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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 14:43:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flag-icons#1368
No description provided.