[PR #289] [CLOSED] fix(deps): bump sass from 1.53.0 to 1.54.1 #303

Closed
opened 2025-12-01 17:06:42 +01:00 by arthur · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/289
Author: @dependabot[bot]
Created: 8/3/2022
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/sass-1.54.1


📝 Commits (1)

  • a4be412 fix(deps): bump sass from 1.53.0 to 1.54.1

📊 Changes

2 files changed (+9 additions, -24 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+8 -23)

📄 Description

Bumps sass from 1.53.0 to 1.54.1.

Release notes

Sourced from sass's releases.

Dart Sass 1.54.1

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

Changes

  • When unifying selectors for @extend and selector.unify(), ensure that :root, :scope, :host, and :host-context only appear at the beginning of complex selectors.

See the full changelog for changes in earlier releases.

Dart Sass 1.54.0

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

Changes

  • Deprecate selectors with leading or trailing combinators, or with multiple combinators in a row. If they're included in style rules after nesting is resolved, Sass will now produce a deprecation warning and, in most cases, omit the selector. Leading and trailing combinators can still be freely used for nesting purposes.

    See https://sass-lang.com/d/bogus-combinators for more details.

  • Add partial support for new media query syntax from Media Queries Level 4. The only exception are logical operations nested within parentheses, as these were previously interpreted differently as SassScript expressions.

    A parenthesized media condition that begins with not or an opening parenthesis now produces a deprecation warning. In a future release, these will be interpreted as plain CSS instead.

  • Deprecate passing non-deg units to color.hwb()'s $hue argument.

  • Fix a number of bugs when determining whether selectors with pseudo-elements are superselectors.

  • Treat * as a superselector of all selectors.

Dart API

  • Add a top-level fakeFromImport() function for testing custom importers that use AsyncImporter.fromImport.

JS API

  • Add a charset option that controls whether or not Sass emits a @charset/BOM for non-ASCII stylesheets.

  • Fix Sass npm package types for TS 4.7+ Node16 and NodeNext module resolution.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.54.1

  • When unifying selectors for @extend and selector.unify(), ensure that :root, :scope, :host, and :host-context only appear at the beginning of complex selectors.

1.54.0

  • Deprecate selectors with leading or trailing combinators, or with multiple combinators in a row. If they're included in style rules after nesting is resolved, Sass will now produce a deprecation warning and, in most cases, omit the selector. Leading and trailing combinators can still be freely used for nesting purposes.

    See https://sass-lang.com/d/bogus-combinators for more details.

  • Add partial support for new media query syntax from Media Queries Level 4. The only exception are logical operations nested within parentheses, as these were previously interpreted differently as SassScript expressions.

    A parenthesized media condition that begins with not or an opening parenthesis now produces a deprecation warning. In a future release, these will be interpreted as plain CSS instead.

  • Deprecate passing non-deg units to color.hwb()'s $hue argument.

  • Fix a number of bugs when determining whether selectors with pseudo-elements are superselectors.

  • Treat * as a superselector of all selectors.

Dart API

  • Add a top-level fakeFromImport() function for testing custom importers that use AsyncImporter.fromImport.

JS API

  • Add a charset option that controls whether or not Sass emits a @charset/BOM for non-ASCII stylesheets.

  • Fix Sass npm package types for TS 4.7+ Node16 and NodeNext module resolution.

Commits
  • 42d6fbb Ensure that selectors like :root always unify to the beginning (#1759)
  • bc8df44 Cut a release (#1755)
  • d159d83 Fix superselector bugs for pseudo-elements and universal selectors (#1753)
  • eeedebc Add partial support for Media Queries Level 4 (#1749)
  • 0d4c0d0 Recategorize selectors as "AST" for Dartdoc (#1752)
  • 3e7c9dd Expose inImportRule() as the test-only fakeFromImport() function (#1750)
  • cc5529b Drop the Git dependency on source_span (#1751)
  • 1bd7744 Deprecate passing non-deg units to hwb()'s $hue argument (#1747)
  • 4b53c16 Deprecate bogus combinators (#1740)
  • fd4c50c Expose selector APIs through sass_api (#1741)
  • 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 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/ArthurDanjou/website-old/pull/289 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/3/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/sass-1.54.1` --- ### 📝 Commits (1) - [`a4be412`](https://github.com/ArthurDanjou/website-old/commit/a4be412cbfd6d84d43f99b8fa09d2d5ac757a5b8) fix(deps): bump sass from 1.53.0 to 1.54.1 ### 📊 Changes **2 files changed** (+9 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+8 -23) </details> ### 📄 Description Bumps [sass](https://github.com/sass/dart-sass) from 1.53.0 to 1.54.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.54.1</h2> <p>To install Sass 1.54.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>When unifying selectors for <code>@extend</code> and <code>selector.unify()</code>, ensure that <code>:root</code>, <code>:scope</code>, <code>:host</code>, and <code>:host-context</code> only appear at the beginning of complex selectors.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1541">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.54.0</h2> <p>To install Sass 1.54.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>Deprecate selectors with leading or trailing combinators, or with multiple combinators in a row. If they're included in style rules after nesting is resolved, Sass will now produce a deprecation warning and, in most cases, omit the selector. Leading and trailing combinators can still be freely used for nesting purposes.</p> <p>See <a href="https://sass-lang.com/d/bogus-combinators">https://sass-lang.com/d/bogus-combinators</a> for more details.</p> </li> <li> <p>Add partial support for new media query syntax from Media Queries Level 4. The only exception are logical operations nested within parentheses, as these were previously interpreted differently as SassScript expressions.</p> <p>A parenthesized media condition that begins with <code>not</code> or an opening parenthesis now produces a deprecation warning. In a future release, these will be interpreted as plain CSS instead.</p> </li> <li> <p>Deprecate passing non-<code>deg</code> units to <code>color.hwb()</code>'s <code>$hue</code> argument.</p> </li> <li> <p>Fix a number of bugs when determining whether selectors with pseudo-elements are superselectors.</p> </li> <li> <p>Treat <code>*</code> as a superselector of all selectors.</p> </li> </ul> <h3>Dart API</h3> <ul> <li>Add a top-level <code>fakeFromImport()</code> function for testing custom importers that use <code>AsyncImporter.fromImport</code>.</li> </ul> <h3>JS API</h3> <ul> <li> <p>Add a <code>charset</code> option that controls whether or not Sass emits a <code>@charset</code>/BOM for non-ASCII stylesheets.</p> </li> <li> <p>Fix Sass npm package types for TS 4.7+ Node16 and NodeNext module resolution.</p> </li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1540">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.54.1</h2> <ul> <li>When unifying selectors for <code>@extend</code> and <code>selector.unify()</code>, ensure that <code>:root</code>, <code>:scope</code>, <code>:host</code>, and <code>:host-context</code> only appear at the beginning of complex selectors.</li> </ul> <h2>1.54.0</h2> <ul> <li> <p>Deprecate selectors with leading or trailing combinators, or with multiple combinators in a row. If they're included in style rules after nesting is resolved, Sass will now produce a deprecation warning and, in most cases, omit the selector. Leading and trailing combinators can still be freely used for nesting purposes.</p> <p>See <a href="https://sass-lang.com/d/bogus-combinators">https://sass-lang.com/d/bogus-combinators</a> for more details.</p> </li> <li> <p>Add partial support for new media query syntax from Media Queries Level 4. The only exception are logical operations nested within parentheses, as these were previously interpreted differently as SassScript expressions.</p> <p>A parenthesized media condition that begins with <code>not</code> or an opening parenthesis now produces a deprecation warning. In a future release, these will be interpreted as plain CSS instead.</p> </li> <li> <p>Deprecate passing non-<code>deg</code> units to <code>color.hwb()</code>'s <code>$hue</code> argument.</p> </li> <li> <p>Fix a number of bugs when determining whether selectors with pseudo-elements are superselectors.</p> </li> <li> <p>Treat <code>*</code> as a superselector of all selectors.</p> </li> </ul> <h3>Dart API</h3> <ul> <li>Add a top-level <code>fakeFromImport()</code> function for testing custom importers that use <code>AsyncImporter.fromImport</code>.</li> </ul> <h3>JS API</h3> <ul> <li> <p>Add a <code>charset</code> option that controls whether or not Sass emits a <code>@charset</code>/BOM for non-ASCII stylesheets.</p> </li> <li> <p>Fix Sass npm package types for TS 4.7+ Node16 and NodeNext module resolution.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/42d6fbb3edbc26b9e9c593b88f44253f04ceccef"><code>42d6fbb</code></a> Ensure that selectors like :root always unify to the beginning (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1759">#1759</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/bc8df44f6a681223d450abdd89013a61bfe90e9f"><code>bc8df44</code></a> Cut a release (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1755">#1755</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/d159d83ea87d7690f9b2ab01b9ffa70d09475ddd"><code>d159d83</code></a> Fix superselector bugs for pseudo-elements and universal selectors (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1753">#1753</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/eeedebcee54d97dd032b44c9e26ec74409207633"><code>eeedebc</code></a> Add partial support for Media Queries Level 4 (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1749">#1749</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/0d4c0d03657453a2dc5d9290c7886166dc620c03"><code>0d4c0d0</code></a> Recategorize selectors as &quot;AST&quot; for Dartdoc (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1752">#1752</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/3e7c9dd7021196725e0abf6fcb8105813d94e041"><code>3e7c9dd</code></a> Expose <code>inImportRule()</code> as the test-only <code>fakeFromImport()</code> function (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1750">#1750</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/cc5529bda6fb81e9bf61946685f20f643dfe8a3c"><code>cc5529b</code></a> Drop the Git dependency on source_span (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1751">#1751</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/1bd774485dfb1b6fc14ebd83cc864ba46d0708e2"><code>1bd7744</code></a> Deprecate passing non-<code>deg</code> units to <code>hwb()</code>'s <code>$hue</code> argument (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1747">#1747</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/4b53c163d70a38b8b7fc1779bd8369736e932ae3"><code>4b53c16</code></a> Deprecate bogus combinators (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1740">#1740</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/fd4c50c3d9b881c43210c173500a07e19f0fd6ce"><code>fd4c50c</code></a> Expose selector APIs through sass_api (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1741">#1741</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sass/dart-sass/compare/1.53.0...1.54.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.53.0&new-version=1.54.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 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>
arthur added the pull-request label 2025-12-01 17:06:42 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: arthur/website-old#303