[PR #1410] [CLOSED] Bump sass from 1.89.2 to 1.94.2 #1400

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

📋 Pull Request Information

Original PR: https://github.com/lipis/flag-icons/pull/1410
Author: @dependabot[bot]
Created: 11/20/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/sass-1.94.2


📝 Commits (1)

  • 83b1b45 Bump sass from 1.89.2 to 1.94.2

📊 Changes

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

View changed files

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

📄 Description

Bumps sass from 1.89.2 to 1.94.2.

Release notes

Sourced from sass's releases.

Dart Sass 1.94.2

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

Changes

Command-Line Interface

  • Using --fatal-deprecation <version> no longer emits warnings about deprecations that are obsolete.

Dart API

  • Deprecation.forVersion now excludes obsolete deprecations from the set it returns.

JS API

  • Excludes obsolete deprecations from fatalDeprecations when a Version is passed.

Node.js Embedded Host

  • Fix a bug where a variable could be used before it was initialized during async compilation.

See the full changelog for changes in earlier releases.

Dart Sass 1.94.1

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

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Dart Sass 1.94.0

To install Sass 1.94.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 compatibility fix: @function rules whose names begin with -- are now parsed as unknown at-rules to support the plain CSS @function rule. Within this rule, the result property is parsed as raw CSS just like custom properties.

  • Potentially breaking compatibility fix: @mixin rules whose names begin with -- are now errors. These are not yet parsed as unknown at-rules because no browser currently supports CSS mixins.

... (truncated)

Changelog

Sourced from sass's changelog.

1.94.2

Command-Line Interface

  • Using --fatal-deprecation <version> no longer emits warnings about deprecations that are obsolete.

Dart API

  • Deprecation.forVersion now excludes obsolete deprecations from the set it returns.

JS API

  • Excludes obsolete deprecations from fatalDeprecations when a Version is passed.

Node.js Embedded Host

  • Fix a bug where a variable could be used before it was initialized during async compilation.

1.94.1

  • No user-visible changes.

1.94.0

  • Potentially breaking compatibility fix: @function rules whose names begin with -- are now parsed as unknown at-rules to support the plain CSS @function rule. Within this rule, the result property is parsed as raw CSS just like custom properties.

  • Potentially breaking compatibility fix: @mixin rules whose names begin with -- are now errors. These are not yet parsed as unknown at-rules because no browser currently supports CSS mixins.

1.93.3

  • Fix a performance regression that was introduced in 1.92.0.

1.93.2

  • No user-visible changes.

JavaScript API

  • Fix another error in the release process for @sass/types.

1.93.1

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for sass since your current version.


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/1410 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/20/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/sass-1.94.2` --- ### 📝 Commits (1) - [`83b1b45`](https://github.com/lipis/flag-icons/commit/83b1b450b002f15d82dd1523aceace53acfa8ad8) Bump sass from 1.89.2 to 1.94.2 ### 📊 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.89.2 to 1.94.2. <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.94.2</h2> <p>To install Sass 1.94.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> <h3>Command-Line Interface</h3> <ul> <li>Using <code>--fatal-deprecation &lt;version&gt;</code> no longer emits warnings about deprecations that are obsolete.</li> </ul> <h3>Dart API</h3> <ul> <li><code>Deprecation.forVersion</code> now excludes obsolete deprecations from the set it returns.</li> </ul> <h3>JS API</h3> <ul> <li>Excludes obsolete deprecations from <code>fatalDeprecations</code> when a <code>Version</code> is passed.</li> </ul> <h3>Node.js Embedded Host</h3> <ul> <li>Fix a bug where a variable could be used before it was initialized during async compilation.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1942">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.94.1</h2> <p>To install Sass 1.94.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#1941">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.94.0</h2> <p>To install Sass 1.94.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><strong>Potentially breaking compatibility fix:</strong> <code>@function</code> rules whose names begin with <code>--</code> are now parsed as unknown at-rules to support the plain CSS <code>@function</code> rule. Within this rule, the <code>result</code> property is parsed as raw CSS just like custom properties.</p> </li> <li> <p><strong>Potentially breaking compatibility fix:</strong> <code>@mixin</code> rules whose names begin with <code>--</code> are now errors. These are not yet parsed as unknown at-rules because no browser currently supports CSS mixins.</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.94.2</h2> <h3>Command-Line Interface</h3> <ul> <li>Using <code>--fatal-deprecation &lt;version&gt;</code> no longer emits warnings about deprecations that are obsolete.</li> </ul> <h3>Dart API</h3> <ul> <li><code>Deprecation.forVersion</code> now excludes obsolete deprecations from the set it returns.</li> </ul> <h3>JS API</h3> <ul> <li>Excludes obsolete deprecations from <code>fatalDeprecations</code> when a <code>Version</code> is passed.</li> </ul> <h3>Node.js Embedded Host</h3> <ul> <li>Fix a bug where a variable could be used before it was initialized during async compilation.</li> </ul> <h2>1.94.1</h2> <ul> <li>No user-visible changes.</li> </ul> <h2>1.94.0</h2> <ul> <li> <p><strong>Potentially breaking compatibility fix:</strong> <code>@function</code> rules whose names begin with <code>--</code> are now parsed as unknown at-rules to support the plain CSS <code>@function</code> rule. Within this rule, the <code>result</code> property is parsed as raw CSS just like custom properties.</p> </li> <li> <p><strong>Potentially breaking compatibility fix:</strong> <code>@mixin</code> rules whose names begin with <code>--</code> are now errors. These are not yet parsed as unknown at-rules because no browser currently supports CSS mixins.</p> </li> </ul> <h2>1.93.3</h2> <ul> <li>Fix a performance regression that was introduced in 1.92.0.</li> </ul> <h2>1.93.2</h2> <ul> <li>No user-visible changes.</li> </ul> <h3>JavaScript API</h3> <ul> <li>Fix another error in the release process for <code>@sass/types</code>.</li> </ul> <h2>1.93.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/7af5122786598ea6866986979535022b8ff8839c"><code>7af5122</code></a> Mention obsolete deprecation fix in all API surfaces (<a href="https://redirect.github.com/sass/dart-sass/issues/2683">#2683</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/82b96b09b0d64702cdb59ae5a16a36faa0feff52"><code>82b96b0</code></a> Update pubspec/changelog for <a href="https://redirect.github.com/sass/embedded-host-node/issues/399">sass/embedded-host-node#399</a> (<a href="https://redirect.github.com/sass/dart-sass/issues/2682">#2682</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/18fddef852ef64ee5dbff9a415b4929ee9126832"><code>18fddef</code></a> --fatal-deprecation excludes obsolete Deprecations (<a href="https://redirect.github.com/sass/dart-sass/issues/2671">#2671</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/0356a2b8b785aae7fd9135d54cbd48e863ffba2a"><code>0356a2b</code></a> Pass --provenance to <code>npm publish</code> (<a href="https://redirect.github.com/sass/dart-sass/issues/2681">#2681</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/52fc718e0ccd6c7340f1419283fad7e261c31d4e"><code>52fc718</code></a> Update the repository URL for JS packages (<a href="https://redirect.github.com/sass/dart-sass/issues/2679">#2679</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/bfccce8075790047cf910c65b7b769f90fdd1883"><code>bfccce8</code></a> Parse selectors in the sass-parser package (<a href="https://redirect.github.com/sass/dart-sass/issues/2670">#2670</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/795557c8ccb4a126c6711d018809f3381014a106"><code>795557c</code></a> Add support for plain-CSS <code>@function</code> rules (<a href="https://redirect.github.com/sass/dart-sass/issues/2655">#2655</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/2c9d3c8e21e7ad836f1b81d77be4c9964e555c85"><code>2c9d3c8</code></a> Track offsets instead of locations in InterpolationMap (<a href="https://redirect.github.com/sass/dart-sass/issues/2674">#2674</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/d8d7f9c33fced28eab74533cf6d8e972f3a6c80d"><code>d8d7f9c</code></a> Add a separate <code>StylesheetParser.interpolatedStringToken()</code> method (<a href="https://redirect.github.com/sass/dart-sass/issues/2675">#2675</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/9d68793364be7d525d0caca3edf4aa1382811942"><code>9d68793</code></a> Make sure all source spans use interpolation maps (<a href="https://redirect.github.com/sass/dart-sass/issues/2673">#2673</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sass/dart-sass/compare/1.89.2...1.94.2">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for sass since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.89.2&new-version=1.94.2)](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:30 +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#1400
No description provided.