[PR #1319] [MERGED] Bump sass from 1.80.6 to 1.83.4 #1335

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

📋 Pull Request Information

Original PR: https://github.com/lipis/flag-icons/pull/1319
Author: @dependabot[bot]
Created: 1/15/2025
Status: Merged
Merged: 1/15/2025
Merged by: @lipis

Base: mainHead: dependabot/npm_and_yarn/sass-1.83.4


📝 Commits (1)

  • 1d1edd8 Bump sass from 1.80.6 to 1.83.4

📊 Changes

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

View changed files

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

📄 Description

Bumps sass from 1.80.6 to 1.83.4.

Release notes

Sourced from sass's releases.

Dart Sass 1.83.4

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

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

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

Changes

  • Properly display deprecation IDs for the JS Sass API.

  • Don't display deprecation IDs for user-defined deprecations.

See the full changelog for changes in earlier releases.

Dart Sass 1.83.1

To install Sass 1.83.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 --quiet-deps would get deactivated for @content blocks, even when those blocks were entirely contained within dependencies.

  • Include deprecation IDs in deprecation warnings to make it easier to determine what to pass to --silence-deprecation or --fatal-deprecation.

... (truncated)

Changelog

Sourced from sass's changelog.

1.83.4

  • No user-visible changes.

1.83.3

  • No user-visible changes.

1.83.2

  • Properly display deprecation IDs for the JS Sass API.

  • Don't display deprecation IDs for user-defined deprecations.

1.83.1

  • Fix a bug where --quiet-deps would get deactivated for @content blocks, even when those blocks were entirely contained within dependencies.

  • Include deprecation IDs in deprecation warnings to make it easier to determine what to pass to --silence-deprecation or --fatal-deprecation.

1.83.0

  • Allow trailing commas in all argument and parameter lists.

1.82.0

Command-Line Interface

  • Improve --watch mode reliability when making multiple changes at once, such as checking out a different Git branch.

  • Parse the calc-size() function as a calculation now that it's supported in some browsers.

Dart API

  • Add a SassCalculation.calcSize() function.

1.81.1

  • No user-visible changes.

1.81.0

  • Fix a few cases where deprecation warnings weren't being emitted for global built-in functions whose names overlap with CSS calculations.

  • Add support for the CSS round() calculation with a single argument, as long

... (truncated)

Commits
  • 89a5394 Fix more bugs in the sass-parser release process (#2491)
  • 46686ed Merge pull request #2490 from sass/sass-parser-release
  • 1261767 Use a file: dependency for local Sass development
  • 173f39b Use the Dart Sass version for the sass-parser dependency
  • ddb14b2 Fix deprecation ID displays in JS mode (#2483)
  • b12b508 Compile sass-parser before deploying (#2489)
  • b19b57f Merge pull request #2478 from sass/if
  • 23ff19d Merge branch 'main' into if
  • 8818d93 Properly override the sass-parser dependency on sass during release (#2487)
  • adb7016 Merge pull request #2488 from sass/sdk-formatter
  • 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/1319 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/15/2025 **Status:** ✅ Merged **Merged:** 1/15/2025 **Merged by:** [@lipis](https://github.com/lipis) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/sass-1.83.4` --- ### 📝 Commits (1) - [`1d1edd8`](https://github.com/lipis/flag-icons/commit/1d1edd8f9ed6600c86b53d9872b095eb42344abe) Bump sass from 1.80.6 to 1.83.4 ### 📊 Changes **2 files changed** (+10 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+9 -9) </details> ### 📄 Description Bumps [sass](https://github.com/sass/dart-sass) from 1.80.6 to 1.83.4. <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.83.4</h2> <p>To install Sass 1.83.4, 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#1834">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.83.3</h2> <p>To install Sass 1.83.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>No user-visible changes.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1833">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.83.2</h2> <p>To install Sass 1.83.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> <p>Properly display deprecation IDs for the JS Sass API.</p> </li> <li> <p>Don't display deprecation IDs for user-defined deprecations.</p> </li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1832">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.83.1</h2> <p>To install Sass 1.83.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> <p>Fix a bug where <code>--quiet-deps</code> would get deactivated for <code>@content</code> blocks, even when those blocks were entirely contained within dependencies.</p> </li> <li> <p>Include deprecation IDs in deprecation warnings to make it easier to determine what to pass to <code>--silence-deprecation</code> or <code>--fatal-deprecation</code>.</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.83.4</h2> <ul> <li>No user-visible changes.</li> </ul> <h2>1.83.3</h2> <ul> <li>No user-visible changes.</li> </ul> <h2>1.83.2</h2> <ul> <li> <p>Properly display deprecation IDs for the JS Sass API.</p> </li> <li> <p>Don't display deprecation IDs for user-defined deprecations.</p> </li> </ul> <h2>1.83.1</h2> <ul> <li> <p>Fix a bug where <code>--quiet-deps</code> would get deactivated for <code>@content</code> blocks, even when those blocks were entirely contained within dependencies.</p> </li> <li> <p>Include deprecation IDs in deprecation warnings to make it easier to determine what to pass to <code>--silence-deprecation</code> or <code>--fatal-deprecation</code>.</p> </li> </ul> <h2>1.83.0</h2> <ul> <li>Allow trailing commas in <em>all</em> argument and parameter lists.</li> </ul> <h2>1.82.0</h2> <h3>Command-Line Interface</h3> <ul> <li> <p>Improve <code>--watch</code> mode reliability when making multiple changes at once, such as checking out a different Git branch.</p> </li> <li> <p>Parse the <code>calc-size()</code> function as a calculation now that it's supported in some browsers.</p> </li> </ul> <h3>Dart API</h3> <ul> <li>Add a <code>SassCalculation.calcSize()</code> function.</li> </ul> <h2>1.81.1</h2> <ul> <li>No user-visible changes.</li> </ul> <h2>1.81.0</h2> <ul> <li> <p>Fix a few cases where deprecation warnings weren't being emitted for global built-in functions whose names overlap with CSS calculations.</p> </li> <li> <p>Add support for the CSS <code>round()</code> calculation with a single argument, as long</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/89a5394639688ad5ad5677fb6258f39fd74f95b9"><code>89a5394</code></a> Fix more bugs in the sass-parser release process (<a href="https://redirect.github.com/sass/dart-sass/issues/2491">#2491</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/46686eddcaee5a85f43bc300ee8650f8ac198f6c"><code>46686ed</code></a> Merge pull request <a href="https://redirect.github.com/sass/dart-sass/issues/2490">#2490</a> from sass/sass-parser-release</li> <li><a href="https://github.com/sass/dart-sass/commit/126176760c49f16c4e3c112ce9315ac799cdb11f"><code>1261767</code></a> Use a file: dependency for local Sass development</li> <li><a href="https://github.com/sass/dart-sass/commit/173f39b652e611f677fdb9cf66e01ee40bc66486"><code>173f39b</code></a> Use the Dart Sass version for the sass-parser dependency</li> <li><a href="https://github.com/sass/dart-sass/commit/ddb14b2c39e297167f418abfd63fd216463ad72d"><code>ddb14b2</code></a> Fix deprecation ID displays in JS mode (<a href="https://redirect.github.com/sass/dart-sass/issues/2483">#2483</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/b12b508e79cce0a74262eb5c31f67a1cf1cb57a6"><code>b12b508</code></a> Compile sass-parser before deploying (<a href="https://redirect.github.com/sass/dart-sass/issues/2489">#2489</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/b19b57fd1d13d6f739bd9f2dd150f8382ddfd41d"><code>b19b57f</code></a> Merge pull request <a href="https://redirect.github.com/sass/dart-sass/issues/2478">#2478</a> from sass/if</li> <li><a href="https://github.com/sass/dart-sass/commit/23ff19def96e27a39fa3cad22f6a93efeb479833"><code>23ff19d</code></a> Merge branch 'main' into if</li> <li><a href="https://github.com/sass/dart-sass/commit/8818d934d9fe36b5ecada8e00868b0309f490c02"><code>8818d93</code></a> Properly override the sass-parser dependency on sass during release (<a href="https://redirect.github.com/sass/dart-sass/issues/2487">#2487</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/adb7016ea8ade98b195022526a066cfda70f8b29"><code>adb7016</code></a> Merge pull request <a href="https://redirect.github.com/sass/dart-sass/issues/2488">#2488</a> from sass/sdk-formatter</li> <li>Additional commits viewable in <a href="https://github.com/sass/dart-sass/compare/1.80.6...1.83.4">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.80.6&new-version=1.83.4)](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:13 +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#1335
No description provided.