[PR #1342] [CLOSED] Bump sass from 1.85.0 to 1.86.1 #1350

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

📋 Pull Request Information

Original PR: https://github.com/lipis/flag-icons/pull/1342
Author: @dependabot[bot]
Created: 4/1/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/sass-1.86.1


📝 Commits (1)

  • 876c2f6 Bump sass from 1.85.0 to 1.86.1

📊 Changes

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

View changed files

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

📄 Description

Bumps sass from 1.85.0 to 1.86.1.

Release notes

Sourced from sass's releases.

Dart Sass 1.86.1

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

Changes

  • Improve the performance of file: URL case canonicalization on Windows and Mac OS.

See the full changelog for changes in earlier releases.

Dart Sass 1.86.0

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

Changes

  • Add support for % as an expression in its own right. It will still be parsed as the modulo operator when between two other expressions, but in any other context it will be an expression whose value is the unquoted string %.

  • Consider attr() to be a special number function that can be used as a channel in color functions.

  • Deprecate user-defined functions named type() so that we can eventually support the new CSS type() function.

Dart API

  • Increase the minimum Dart SDK to 3.6.0.

See the full changelog for changes in earlier releases.

Dart Sass 1.85.1

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

Changes

  • Fix a bug where global Sass functions whose names overlap with CSS math functions could incorrectly be treated as CSS math functions even though they used Sass-only features, causing compilation failures. For example, round(-$var / 2) previously threw an error but now works as intended.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.86.1

  • Improve the performance of file: URL case canonicalization on Windows and Mac OS.

1.86.0

  • Add support for % as an expression in its own right. It will still be parsed as the modulo operator when between two other expressions, but in any other context it will be an expression whose value is the unquoted string %.

  • Consider attr() to be a special number function that can be used as a channel in color functions.

  • Deprecate user-defined functions named type() so that we can eventually support the new CSS type() function.

Dart API

  • Increase the minimum Dart SDK to 3.6.0.

1.85.1

  • Fix a bug where global Sass functions whose names overlap with CSS math functions could incorrectly be treated as CSS math functions even though they used Sass-only features, causing compilation failures. For example, round(-$var / 2) previously threw an error but now works as intended.
Commits
  • cee843b Improve case canonicalization performance (#2552)
  • bce1f4c Merge pull request #2547 from ntkme/gh-cli-release
  • 6a9fb83 Generate artifact attestation
  • ef8f3c4 Replace an external github action with github cli
  • c6706e7 Add support for % as a stand-alone expression (#2540)
  • 3ddbb38 Bump typedoc from 0.27.9 to 0.28.0 in /pkg/sass-parser (#2546)
  • e6589fe Add support for parsing variable expressions (#2541)
  • 2680d5f Add support for parsing unary operations (#2538)
  • 734e9de Use union types rather than base classes for Sass nodes (#2537)
  • 0d3ea25 Add support for the supports() function (#2535)
  • 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/1342 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/1/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/sass-1.86.1` --- ### 📝 Commits (1) - [`876c2f6`](https://github.com/lipis/flag-icons/commit/876c2f61874f55ad7b54d626a913d77535252903) Bump sass from 1.85.0 to 1.86.1 ### 📊 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.85.0 to 1.86.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.86.1</h2> <p>To install Sass 1.86.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>Improve the performance of <code>file:</code> URL case canonicalization on Windows and Mac OS.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1861">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.86.0</h2> <p>To install Sass 1.86.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>Add support for <code>%</code> as an expression in its own right. It will still be parsed as the modulo operator when between two other expressions, but in any other context it will be an expression whose value is the unquoted string <code>%</code>.</p> </li> <li> <p>Consider <code>attr()</code> to be a special number function that can be used as a channel in color functions.</p> </li> <li> <p>Deprecate user-defined functions named <code>type()</code> so that we can eventually support the new CSS <code>type()</code> function.</p> </li> </ul> <h3>Dart API</h3> <ul> <li>Increase the minimum Dart SDK to 3.6.0.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1860">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.85.1</h2> <p>To install Sass 1.85.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>Fix a bug where global Sass functions whose names overlap with CSS math functions could incorrectly be treated as CSS math functions even though they used Sass-only features, causing compilation failures. For example, <code>round(-$var / 2)</code> previously threw an error but now works as intended.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1851">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.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> <p>Add support for <code>%</code> as an expression in its own right. It will still be parsed as the modulo operator when between two other expressions, but in any other context it will be an expression whose value is the unquoted string <code>%</code>.</p> </li> <li> <p>Consider <code>attr()</code> to be a special number function that can be used as a channel in color functions.</p> </li> <li> <p>Deprecate user-defined functions named <code>type()</code> so that we can eventually support the new CSS <code>type()</code> function.</p> </li> </ul> <h3>Dart API</h3> <ul> <li>Increase the minimum Dart SDK to 3.6.0.</li> </ul> <h2>1.85.1</h2> <ul> <li>Fix a bug where global Sass functions whose names overlap with CSS math functions could incorrectly be treated as CSS math functions even though they used Sass-only features, causing compilation failures. For example, <code>round(-$var / 2)</code> previously threw an error but now works as intended.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/cee843b89ecf1b8bebf37bc40c8da84ab14eca6b"><code>cee843b</code></a> Improve case canonicalization performance (<a href="https://redirect.github.com/sass/dart-sass/issues/2552">#2552</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/bce1f4c8b913126829ddea02eb1b968d3d3d3201"><code>bce1f4c</code></a> Merge pull request <a href="https://redirect.github.com/sass/dart-sass/issues/2547">#2547</a> from ntkme/gh-cli-release</li> <li><a href="https://github.com/sass/dart-sass/commit/6a9fb83bac1a96ceb5574db29d428446925b6856"><code>6a9fb83</code></a> Generate artifact attestation</li> <li><a href="https://github.com/sass/dart-sass/commit/ef8f3c4123cde4ff46edba1711842ab5f8fda789"><code>ef8f3c4</code></a> Replace an external github action with github cli</li> <li><a href="https://github.com/sass/dart-sass/commit/c6706e719cdaa5c5497b54bdb0a7fbf8ebb0b7ed"><code>c6706e7</code></a> Add support for <code>%</code> as a stand-alone expression (<a href="https://redirect.github.com/sass/dart-sass/issues/2540">#2540</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/3ddbb38cf82642a94d9881a402f0278cb9740820"><code>3ddbb38</code></a> Bump typedoc from 0.27.9 to 0.28.0 in /pkg/sass-parser (<a href="https://redirect.github.com/sass/dart-sass/issues/2546">#2546</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/e6589fe2c368715a987679194f7a4bbdea1eec68"><code>e6589fe</code></a> Add support for parsing variable expressions (<a href="https://redirect.github.com/sass/dart-sass/issues/2541">#2541</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/2680d5fc6aab326508734d9912401bd5aa13e96a"><code>2680d5f</code></a> Add support for parsing unary operations (<a href="https://redirect.github.com/sass/dart-sass/issues/2538">#2538</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/734e9de5a3884e195a4b3ddecdd163bc336de3bd"><code>734e9de</code></a> Use union types rather than base classes for Sass nodes (<a href="https://redirect.github.com/sass/dart-sass/issues/2537">#2537</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/0d3ea25562de0135a70260d389c85e88c992c894"><code>0d3ea25</code></a> Add support for the supports() function (<a href="https://redirect.github.com/sass/dart-sass/issues/2535">#2535</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sass/dart-sass/compare/1.85.0...1.86.1">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.85.0&new-version=1.86.1)](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:17 +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#1350
No description provided.