[PR #208] [CLOSED] fix(deps): bump sass from 1.43.4 to 1.46.0 #214

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/208
Author: @dependabot[bot]
Created: 1/7/2022
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/sass-1.46.0


📝 Commits (1)

  • af7ec97 fix(deps): bump sass from 1.43.4 to 1.46.0

📊 Changes

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

View changed files

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

📄 Description

Bumps sass from 1.43.4 to 1.46.0.

Release notes

Sourced from sass's releases.

Dart Sass 1.46.0

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

Changes

JS API

  • Potentially breaking bug fix: Match the specification of the new JS API by passing undefined rather than null to Logger.warn() for an unset span.

TypeScript Declarations

  • Add a declaration for the LegacyPluginThis.options.context field.

  • Update the definition of LegacyAsyncFunction to include explicit definitions with zero through six arguments before the done parameter. This makes it possible for TypeScript users to pass in callbacks that take a specific number of arguments, rather than having to declare a callback that takes an arbitrary number.

  • Add a declaration for types.Error, a legacy API class that can be returned by asynchronous functions to signal asynchronous errors.

  • Add a LegacyAsyncFunctionDone type for the done callback that's passed to LegacyAsyncFunction.

See the full changelog for changes in earlier releases.

Dart Sass 1.45.2

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

Changes

JS API

  • Potentially breaking bug fix: Change the default value of the separator parameter for new SassArgumentList() to ',' rather than null. This matches the API specification.

See the full changelog for changes in earlier releases.

Dart Sass 1.45.1

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

Changes

  • Potentially breaking bug fix: Properly parse custom properties in @supports conditions. Note that this means that SassScript expressions on the right-hand side of custom property @supports queries now need to be interpolated, as per https://sass-lang.com/d/css-vars.

  • Potentially breaking bug fix: Fix a bug where inspect() was not properly printing nested, empty, bracketed lists.

... (truncated)

Changelog

Sourced from sass's changelog.

1.46.0

JS API

  • Potentially breaking bug fix: Match the specification of the new JS API by passing undefined rather than null to Logger.warn() for an unset span.

TypeScript Declarations

  • Add a declaration for the LegacyPluginThis.options.context field.

  • Update the definition of LegacyAsyncFunction to include explicit definitions with zero through six arguments before the done parameter. This makes it possible for TypeScript users to pass in callbacks that take a specific number of arguments, rather than having to declare a callback that takes an arbitrary number.

  • Add a declaration for types.Error, a legacy API class that can be returned by asynchronous functions to signal asynchronous errors.

  • Add a LegacyAsyncFunctionDone type for the done callback that's passed to LegacyAsyncFunction.

1.45.2

JS API

  • Potentially breaking bug fix: Change the default value of the separator parameter for new SassArgumentList() to ',' rather than null. This matches the API specification.

1.45.1

  • Potentially breaking bug fix: Properly parse custom properties in @supports conditions. Note that this means that SassScript expressions on the right-hand side of custom property @supports queries now need to be interpolated, as per https://sass-lang.com/d/css-vars.

  • Potentially breaking bug fix: Fix a bug where inspect() was not properly printing nested, empty, bracketed lists.

1.45.0

JS API

This release includes an entirely new JavaScript API, designed to be more idiomatic, performant, and usable. The old API will continue to be supported until Dart Sass 2.0.0, but it is now considered deprecated and should be avoided for new code.

... (truncated)

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 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/208 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/7/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/sass-1.46.0` --- ### 📝 Commits (1) - [`af7ec97`](https://github.com/ArthurDanjou/website-old/commit/af7ec974fa90d5ab1bb833dc1b6827800d09a7e5) fix(deps): bump sass from 1.43.4 to 1.46.0 ### 📊 Changes **2 files changed** (+17 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+16 -4) </details> ### 📄 Description Bumps [sass](https://github.com/sass/dart-sass) from 1.43.4 to 1.46.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.46.0</h2> <p>To install Sass 1.46.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> <h3>JS API</h3> <ul> <li><strong>Potentially breaking bug fix:</strong> Match the specification of the new JS API by passing <code>undefined</code> rather than <code>null</code> to <code>Logger.warn()</code> for an unset <code>span</code>.</li> </ul> <h4>TypeScript Declarations</h4> <ul> <li> <p>Add a declaration for the <code>LegacyPluginThis.options.context</code> field.</p> </li> <li> <p>Update the definition of <code>LegacyAsyncFunction</code> to include explicit definitions with zero through six arguments before the <code>done</code> parameter. This makes it possible for TypeScript users to pass in callbacks that take a specific number of arguments, rather than having to declare a callback that takes an arbitrary number.</p> </li> <li> <p>Add a declaration for <code>types.Error</code>, a legacy API class that can be returned by asynchronous functions to signal asynchronous errors.</p> </li> <li> <p>Add a <code>LegacyAsyncFunctionDone</code> type for the <code>done</code> callback that's passed to <code>LegacyAsyncFunction</code>.</p> </li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1460">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.45.2</h2> <p>To install Sass 1.45.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>JS API</h3> <ul> <li><strong>Potentially breaking bug fix:</strong> Change the default value of the <code>separator</code> parameter for <code>new SassArgumentList()</code> to <code>','</code> rather than <code>null</code>. This matches the API specification.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1452">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.45.1</h2> <p>To install Sass 1.45.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><strong>Potentially breaking bug fix:</strong> Properly parse custom properties in <code>@supports</code> conditions. Note that this means that SassScript expressions on the right-hand side of custom property <code>@supports</code> queries now need to be interpolated, as per <a href="https://sass-lang.com/d/css-vars">https://sass-lang.com/d/css-vars</a>.</p> </li> <li> <p><strong>Potentially breaking bug fix:</strong> Fix a bug where <code>inspect()</code> was not properly printing nested, empty, bracketed lists.</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.46.0</h2> <h3>JS API</h3> <ul> <li><strong>Potentially breaking bug fix:</strong> Match the specification of the new JS API by passing <code>undefined</code> rather than <code>null</code> to <code>Logger.warn()</code> for an unset <code>span</code>.</li> </ul> <h4>TypeScript Declarations</h4> <ul> <li> <p>Add a declaration for the <code>LegacyPluginThis.options.context</code> field.</p> </li> <li> <p>Update the definition of <code>LegacyAsyncFunction</code> to include explicit definitions with zero through six arguments before the <code>done</code> parameter. This makes it possible for TypeScript users to pass in callbacks that take a specific number of arguments, rather than having to declare a callback that takes an arbitrary number.</p> </li> <li> <p>Add a declaration for <code>types.Error</code>, a legacy API class that can be returned by asynchronous functions to signal asynchronous errors.</p> </li> <li> <p>Add a <code>LegacyAsyncFunctionDone</code> type for the <code>done</code> callback that's passed to <code>LegacyAsyncFunction</code>.</p> </li> </ul> <h2>1.45.2</h2> <h3>JS API</h3> <ul> <li><strong>Potentially breaking bug fix:</strong> Change the default value of the <code>separator</code> parameter for <code>new SassArgumentList()</code> to <code>','</code> rather than <code>null</code>. This matches the API specification.</li> </ul> <h2>1.45.1</h2> <ul> <li> <p><strong>Potentially breaking bug fix:</strong> Properly parse custom properties in <code>@supports</code> conditions. Note that this means that SassScript expressions on the right-hand side of custom property <code>@supports</code> queries now need to be interpolated, as per <a href="https://sass-lang.com/d/css-vars">https://sass-lang.com/d/css-vars</a>.</p> </li> <li> <p><strong>Potentially breaking bug fix:</strong> Fix a bug where <code>inspect()</code> was not properly printing nested, empty, bracketed lists.</p> </li> </ul> <h2>1.45.0</h2> <h3>JS API</h3> <p>This release includes an entirely new JavaScript API, designed to be more idiomatic, performant, and usable. The old API will continue to be supported until Dart Sass 2.0.0, but it is now considered deprecated and should be avoided for new code.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/f9dff2ecffb1c7e46772c8e7459ce94f224819b6"><code>f9dff2e</code></a> Mention TypeScript type updates in the CHANGELOG (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1589">#1589</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/78c98ee6257ec6499d03a82066767bbbdd5705e7"><code>78c98ee</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1573">#1573</a> from sass/carbon</li> <li><a href="https://github.com/sass/dart-sass/commit/a6c3540f4f81af653dab30f0a4a53401f3e325ae"><code>a6c3540</code></a> Update performance numbers</li> <li><a href="https://github.com/sass/dart-sass/commit/6bf98533300326d3d64904e7acdfbd65c2319f07"><code>6bf9853</code></a> Pass undefined span instead of null to Logger.warn() in JS (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1586">#1586</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/4fa365adcadcfd613276fc83a3cc86caa0de0843"><code>4fa365a</code></a> Use a more recent version of Carbon for our benchmarks</li> <li><a href="https://github.com/sass/dart-sass/commit/169178af6c6414d01bc66144b437701057ff3684"><code>169178a</code></a> Fix the default separator for new SassArgumentList in the JS API (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1580">#1580</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/a32000ea9af30ad443a9e1847f09ec1070d82f36"><code>a32000e</code></a> Bump the sass-api version (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1579">#1579</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/ad4ac5e5da017aa4f3190a351df33a2c04f2324d"><code>ad4ac5e</code></a> Cut a release (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1574">#1574</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/811cffa2c1d2755883519e67d8c7b44cc994b8d1"><code>811cffa</code></a> Use the new JS API in the README (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1572">#1572</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/f7669d5a9960fd938e78d9c8bbee4abf994cf617"><code>f7669d5</code></a> Properly parse custom property values in <a href="https://github.com/supports"><code>@​supports</code></a> conditions (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1570">#1570</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sass/dart-sass/compare/1.43.4...1.46.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.43.4&new-version=1.46.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:20 +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#214