[PR #336] [CLOSED] fix(deps): bump sass from 1.53.0 to 1.57.0 #354

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/336
Author: @dependabot[bot]
Created: 12/19/2022
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/sass-1.57.0


📝 Commits (1)

  • 0bf3daa fix(deps): bump sass from 1.53.0 to 1.57.0

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

Release notes

Sourced from sass's releases.

Dart Sass 1.57.0

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

Changes

  • Add a split($string, $separator, $limit: null) function to sass:string that splits a string into separate substrings based on a separator string.

JavaScript API

  • Potentially breaking bug fix: Custom functions in both the modern and legacy API now properly reject signatures with whitespace between the function name and parentheses.

  • Custom functions in the legacy API now allow signatures with whitespace before the function name, to match a bug in Node Sass.

Dart API

  • Potentially breaking bug fix: Callable.fromSignature() and AsyncCallable.fromSignature() now reject signatures with whitespace between the function name and parentheses.

See the full changelog for changes in earlier releases.

Dart Sass 1.56.2

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

Changes

Embedded Sass

See the full changelog for changes in earlier releases.

Dart Sass 1.56.1

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

Changes

Embedded Sass

  • Importer results now validate that contents is actually a string and whether sourceMapUrl is an absolute URL.

See the full changelog for changes in earlier releases.

... (truncated)

Changelog

Sourced from sass's changelog.

1.57.0

  • Add a split($string, $separator, $limit: null) function to sass:string that splits a string into separate substrings based on a separator string.

JavaScript API

  • Potentially breaking bug fix: Custom functions in both the modern and legacy API now properly reject signatures with whitespace between the function name and parentheses.

  • Custom functions in the legacy API now allow signatures with whitespace before the function name, to match a bug in Node Sass.

Dart API

  • Potentially breaking bug fix: Callable.fromSignature() and AsyncCallable.fromSignature() now reject signatures with whitespace between the function name and parentheses.

1.56.2

Embedded Sass

1.56.1

Embedded Sass

  • Importer results now validate that contents is actually a string and whether sourceMapUrl is an absolute URL.

1.56.0

  • Potentially breaking change: To match the CSS spec, SassScript expressions beginning with not or ( are no longer supported at the beginning of parenthesized sections of media queries. For example,

    @media (width >= 500px) and (not (grid))
    

    will now be emitted unchanged, instead of producing

    @media (width >= 500px) and (false)
    

... (truncated)

Commits
  • 100f76f Implement string.split() (#1839)
  • 236b83f Delete dev dependency on Sass when releasing the embedded compiler (#1850)
  • 641d8e1 Be strict about whitespace in custom functions (#1848)
  • e87176a Add a factory method for creating host callable (#1829)
  • 790eb8a Update CHANGELOG for embedded-host-node fixes (#1828)
  • f3293db JS API: Validate that importer result 'contents' is a string and improve Ar...
  • 00c3517 Make `cloneCss() clone modules that transitively contain CSS (#1824)
  • 44d6bb6 Add full support for Media Queries 4 (#1822)
  • 558640b Support all angle units in color functions (#1818)
  • dd9e3cc Implement deprecations for strict function units (#1817)
  • 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/336 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/19/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/sass-1.57.0` --- ### 📝 Commits (1) - [`0bf3daa`](https://github.com/ArthurDanjou/website-old/commit/0bf3daaa27aa9b435767d839157e3e8d50e6bf9f) fix(deps): bump sass from 1.53.0 to 1.57.0 ### 📊 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.57.0. <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.57.0</h2> <p>To install Sass 1.57.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>Add a <code>split($string, $separator, $limit: null)</code> function to <code>sass:string</code> that splits a string into separate substrings based on a separator string.</li> </ul> <h3>JavaScript API</h3> <ul> <li> <p><strong>Potentially breaking bug fix</strong>: Custom functions in both the modern and legacy API now properly reject signatures with whitespace between the function name and parentheses.</p> </li> <li> <p>Custom functions in the legacy API now allow signatures with whitespace before the function name, to match a bug in Node Sass.</p> </li> </ul> <h3>Dart API</h3> <ul> <li><strong>Potentially breaking bug fix</strong>: <code>Callable.fromSignature()</code> and <code>AsyncCallable.fromSignature()</code> now reject signatures with whitespace between the function name and parentheses.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1570">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.56.2</h2> <p>To install Sass 1.56.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> <h3>Embedded Sass</h3> <ul> <li>The embedded compiler now supports version 1.2.0 of <a href="https://github.com/sass/embedded-protocol">the embedded protocol</a>.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1562">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.56.1</h2> <p>To install Sass 1.56.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> <h3>Embedded Sass</h3> <ul> <li>Importer results now validate that <code>contents</code> is actually a string and whether <code>sourceMapUrl</code> is an absolute URL.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1561">full changelog</a> for changes in earlier releases.</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.57.0</h2> <ul> <li>Add a <code>split($string, $separator, $limit: null)</code> function to <code>sass:string</code> that splits a string into separate substrings based on a separator string.</li> </ul> <h3>JavaScript API</h3> <ul> <li> <p><strong>Potentially breaking bug fix</strong>: Custom functions in both the modern and legacy API now properly reject signatures with whitespace between the function name and parentheses.</p> </li> <li> <p>Custom functions in the legacy API now allow signatures with whitespace before the function name, to match a bug in Node Sass.</p> </li> </ul> <h3>Dart API</h3> <ul> <li><strong>Potentially breaking bug fix</strong>: <code>Callable.fromSignature()</code> and <code>AsyncCallable.fromSignature()</code> now reject signatures with whitespace between the function name and parentheses.</li> </ul> <h2>1.56.2</h2> <h3>Embedded Sass</h3> <ul> <li>The embedded compiler now supports version 1.2.0 of <a href="https://github.com/sass/embedded-protocol">the embedded protocol</a>.</li> </ul> <h2>1.56.1</h2> <h3>Embedded Sass</h3> <ul> <li>Importer results now validate that <code>contents</code> is actually a string and whether <code>sourceMapUrl</code> is an absolute URL.</li> </ul> <h2>1.56.0</h2> <ul> <li> <p><strong>Potentially breaking change:</strong> To match the CSS spec, SassScript expressions beginning with <code>not</code> or <code>(</code> are no longer supported at the beginning of parenthesized sections of media queries. For example,</p> <pre lang="scss"><code>@media (width &gt;= 500px) and (not (grid)) </code></pre> <p>will now be emitted unchanged, instead of producing</p> <pre lang="scss"><code>@media (width &gt;= 500px) and (false) </code></pre> </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/100f76fa7fc3981335063ffe33b7aca74a4b8f8d"><code>100f76f</code></a> Implement string.split() (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1839">#1839</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/236b83fd0f314a8721b111db30d9a829f148c3e7"><code>236b83f</code></a> Delete dev dependency on Sass when releasing the embedded compiler (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1850">#1850</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/641d8e196f2c8a85d3d54a8434dc90c10d4aaf4f"><code>641d8e1</code></a> Be strict about whitespace in custom functions (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1848">#1848</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/e87176a52aaf3ca4f7f3fe53612ac1ee58aee1ce"><code>e87176a</code></a> Add a factory method for creating host callable (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1829">#1829</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/790eb8a933aaa8fa8e40a1c285717685c7292909"><code>790eb8a</code></a> Update CHANGELOG for embedded-host-node fixes (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1828">#1828</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/f3293dbe0fbd3221299dc3207036dcc5223c8e18"><code>f3293db</code></a> JS API: Validate that importer result 'contents' is a <code>string</code> and improve Ar...</li> <li><a href="https://github.com/sass/dart-sass/commit/00c351746e89014d9cc2b552e093c108f4aabf49"><code>00c3517</code></a> Make `cloneCss() clone modules that transitively contain CSS (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1824">#1824</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/44d6bb6ac72fe6b93f5bfec371a1fffb18e6b76d"><code>44d6bb6</code></a> Add full support for Media Queries 4 (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1822">#1822</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/558640bda40d6e3b1a262380a7a87bcc2d57d6e6"><code>558640b</code></a> Support all angle units in color functions (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1818">#1818</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/dd9e3cc1dbff85786c1b96db15f3b60b9024b4ac"><code>dd9e3cc</code></a> Implement deprecations for strict function units (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1817">#1817</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sass/dart-sass/compare/1.53.0...1.57.0">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.57.0)](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:56 +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#354