[PR #14] [MERGED] Bump sass from 1.77.6 to 1.77.8 #90

Closed
opened 2026-05-06 12:15:17 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/portfolio/pull/14
Author: @dependabot[bot]
Created: 7/15/2024
Status: Merged
Merged: 7/23/2024
Merged by: @BreizhHardware

Base: masterHead: dependabot/npm_and_yarn/sass-1.77.8


📝 Commits (1)

  • 62360ee Bump sass from 1.77.6 to 1.77.8

📊 Changes

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

View changed files

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

📄 Description

Bumps sass from 1.77.6 to 1.77.8.

Release notes

Sourced from sass's releases.

Dart Sass 1.77.8

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

Changelog

Sourced from sass's changelog.

1.77.8

  • No user-visible changes.

1.77.7

  • Declarations that appear after nested rules are deprecated, because the semantics Sass has historically used are different from the semantics specified by CSS. In the future, Sass will adopt the standard CSS semantics.

    See the Sass website for details.

  • Potentially breaking bug fix: // in certain places such as unknown at-rule values was being preserved in the CSS output, leading to potentially invalid CSS. It's now properly parsed as a silent comment and omitted from the CSS output.

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/BreizhHardware/portfolio/pull/14 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/15/2024 **Status:** ✅ Merged **Merged:** 7/23/2024 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/sass-1.77.8` --- ### 📝 Commits (1) - [`62360ee`](https://github.com/BreizhHardware/portfolio/commit/62360eedc84124f88734235ad7b926d94761e411) Bump sass from 1.77.6 to 1.77.8 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -4) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [sass](https://github.com/sass/dart-sass) from 1.77.6 to 1.77.8. <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.77.8</h2> <p>To install Sass 1.77.8, 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#1778">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.77.8</h2> <ul> <li>No user-visible changes.</li> </ul> <h2>1.77.7</h2> <ul> <li> <p>Declarations that appear after nested rules are deprecated, because the semantics Sass has historically used are different from the semantics specified by CSS. In the future, Sass will adopt the standard CSS semantics.</p> <p>See <a href="https://sass-lang.com/d/mixed-decls">the Sass website</a> for details.</p> </li> <li> <p><strong>Potentially breaking bug fix:</strong> <code>//</code> in certain places such as unknown at-rule values was being preserved in the CSS output, leading to potentially invalid CSS. It's now properly parsed as a silent comment and omitted from the CSS output.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/be9c3ac6fa547c3f2711f445b8b15932ddb5e7e4"><code>be9c3ac</code></a> Run Windows ARM64 releases on windows-latest instead (<a href="https://redirect.github.com/sass/dart-sass/issues/2275">#2275</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/d4b19397c493adb6e518ed5344913aa2615c11f6"><code>d4b1939</code></a> Run pub in verbose mode on windows-arm64</li> <li><a href="https://github.com/sass/dart-sass/commit/c96b5e2d4d14aee9e053700896537b4be0550c07"><code>c96b5e2</code></a> Fix windows-arm64 release (<a href="https://redirect.github.com/sass/dart-sass/issues/2274">#2274</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/7203d6538981df6422c686198da2497909fa11b5"><code>7203d65</code></a> Deprecated mixed declarations (<a href="https://redirect.github.com/sass/dart-sass/issues/2267">#2267</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/1edc247425c0d6731e750f13e2d5386c076f9b33"><code>1edc247</code></a> Avoid <code>[this]</code> in Dartdoc comments (<a href="https://redirect.github.com/sass/dart-sass/issues/2273">#2273</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/a16488992517cb30d907d3982a12517e5f13d334"><code>a164889</code></a> Enable AOT build for windows-arm64 (<a href="https://redirect.github.com/sass/dart-sass/issues/2270">#2270</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/04b6251cedca92323095d8b8f9e13fbc5a651502"><code>04b6251</code></a> Parse silent comments in <code>_interpolatedDeclarationValue()</code> (<a href="https://redirect.github.com/sass/dart-sass/issues/2266">#2266</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/860eb5ae2b4701226cb098632205d94d6cb41c74"><code>860eb5a</code></a> Fix linux-ia32, linux-arm-musl, and windows-arm64 releases (<a href="https://redirect.github.com/sass/dart-sass/issues/2265">#2265</a>)</li> <li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.77.6...1.77.8">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.77.6&new-version=1.77.8)](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>
BreizhHardware 2026-05-06 12:15:17 +02: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
BreizhHardware/portfolio#90
No description provided.