[PR #1406] [CLOSED] Bump sass from 1.89.2 to 1.93.3 #1397

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

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/sass-1.93.3


📝 Commits (1)

  • d78ecd7 Bump sass from 1.89.2 to 1.93.3

📊 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.93.3.

Release notes

Sourced from sass's releases.

Dart Sass 1.93.3

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

Changes

  • Fix a performance regression that was introduced in 1.92.0.

See the full changelog for changes in earlier releases.

Dart Sass 1.93.2

To install Sass 1.93.2, 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.

JavaScript API

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

See the full changelog for changes in earlier releases.

Dart Sass 1.93.1

To install Sass 1.93.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.

JavaScript API

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

See the full changelog for changes in earlier releases.

Dart Sass 1.93.0

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

... (truncated)

Changelog

Sourced from sass's changelog.

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

  • No user-visible changes.

JavaScript API

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

1.93.0

  • Fix a crash when a style rule contains a nested @import, and the loaded file @uses a user-defined module as well as @includes a top-level mixin which emits top-level declarations.

JavaScript API

  • Release a @sass/types package which contains the type annotations used by both the sass and sass-embedded package without any additional code or dependencies.

1.92.1

  • Fix a bug where variable definitions from one imported, forwarded module would not be passed as implicit configuration to a later imported, forwarded module.

1.92.0

  • Breaking change: Emit declarations, childless at-rules, and comments in the order they appear in the source even when they're interleaved with nested rules. This obsoletes the mixed-decls deprecation.

  • Breaking change: The function name type() is now fully reserved for the plain CSS function. This means that @function definitions with the name type will produce errors, while function calls will be parsed as special function strings.

  • Configuring private variables using @use ... with, @forward ... with, and

... (truncated)

Commits

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/1406 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/3/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/sass-1.93.3` --- ### 📝 Commits (1) - [`d78ecd7`](https://github.com/lipis/flag-icons/commit/d78ecd7c3d47922d99dc44f4a5e3cbbbd42db6f7) Bump sass from 1.89.2 to 1.93.3 ### 📊 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.93.3. <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.93.3</h2> <p>To install Sass 1.93.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 performance regression that was introduced in 1.92.0.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1933">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.93.2</h2> <p>To install Sass 1.93.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>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> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1932">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.93.1</h2> <p>To install Sass 1.93.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> <h3>JavaScript API</h3> <ul> <li>Fix an error in the release process for <code>@sass/types</code>.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1931">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.93.0</h2> <p>To install Sass 1.93.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.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> <ul> <li>No user-visible changes.</li> </ul> <h3>JavaScript API</h3> <ul> <li>Fix an error in the release process for <code>@sass/types</code>.</li> </ul> <h2>1.93.0</h2> <ul> <li>Fix a crash when a style rule contains a nested <code>@import</code>, and the loaded file <code>@use</code>s a user-defined module as well as <code>@include</code>s a top-level mixin which emits top-level declarations.</li> </ul> <h3>JavaScript API</h3> <ul> <li>Release a <code>@sass/types</code> package which contains the type annotations used by both the <code>sass</code> and <code>sass-embedded</code> package without any additional code or dependencies.</li> </ul> <h2>1.92.1</h2> <ul> <li>Fix a bug where variable definitions from one imported, forwarded module would not be passed as implicit configuration to a later imported, forwarded module.</li> </ul> <h2>1.92.0</h2> <ul> <li> <p><strong>Breaking change:</strong> Emit declarations, childless at-rules, and comments in the order they appear in the source even when they're interleaved with nested rules. This obsoletes the <code>mixed-decls</code> deprecation.</p> </li> <li> <p><strong>Breaking change:</strong> The function name <code>type()</code> is now fully reserved for the plain CSS function. This means that <code>@function</code> definitions with the name <code>type</code> will produce errors, while function calls will be parsed as special function strings.</p> </li> <li> <p>Configuring private variables using <code>@use ... with</code>, <code>@forward ... with</code>, and</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/4e5bd2597f3c932d532718e95881d007c61ad374"><code>4e5bd25</code></a> Stop holding onto stack traces for every CSS declaration (<a href="https://redirect.github.com/sass/dart-sass/issues/2666">#2666</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/65b77ee1d75c577522453b66588103f08a461316"><code>65b77ee</code></a> Bump analyzer, protobuf, protoc_plugin and dartdoc (<a href="https://redirect.github.com/sass/dart-sass/issues/2660">#2660</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/e61936c7d3e7b28d5b1e56b76d723c6d4aa3638c"><code>e61936c</code></a> Bump actions/setup-node from 4 to 6 (<a href="https://redirect.github.com/sass/dart-sass/issues/2661">#2661</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/b5f4c6700c0db3837da7260d50da82ecfc9c554e"><code>b5f4c67</code></a> Bump actions/setup-node from 5 to 6 in /.github/util/initialize (<a href="https://redirect.github.com/sass/dart-sass/issues/2662">#2662</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/b8b35e815747c2a1935e6c19b7075c70313437fc"><code>b8b35e8</code></a> Mark <code>@​sass/types</code> as public (<a href="https://redirect.github.com/sass/dart-sass/issues/2653">#2653</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/0b7d6d942e60181b9e20181d56736ff07471a3b2"><code>0b7d6d9</code></a> Empty commit</li> <li><a href="https://github.com/sass/dart-sass/commit/4e94339f6e1e7222d81b50d39dd3c6739145e4be"><code>4e94339</code></a> Fix the release script for <code>@sass/types</code> (<a href="https://redirect.github.com/sass/dart-sass/issues/2651">#2651</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/710ef8021a134b33a40f0eb48964dc457827723a"><code>710ef80</code></a> Switch to macos-15-intel runner (<a href="https://redirect.github.com/sass/dart-sass/issues/2650">#2650</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/307226a6023220433eee00fcfc2d3b68b9933e41"><code>307226a</code></a> Publish a <code>@sass/types</code> package with the types of the shared JS API (<a href="https://redirect.github.com/sass/dart-sass/issues/2639">#2639</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/edfe90d27fc53a648c99299210c3b02e57695cf0"><code>edfe90d</code></a> Fix crash when <a href="https://github.com/importing"><code>@​importing</code></a> a Sass file that <a href="https://github.com/uses"><code>@​uses</code></a> another file (<a href="https://redirect.github.com/sass/dart-sass/issues/2599">#2599</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sass/dart-sass/compare/1.89.2...1.93.3">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.89.2&new-version=1.93.3)](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:29 +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#1397
No description provided.