[PR #211] [CLOSED] fix(deps): bump sass from 1.43.4 to 1.48.0 #219

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

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/sass-1.48.0


📝 Commits (1)

  • e23b765 fix(deps): bump sass from 1.43.4 to 1.48.0

📊 Changes

1 file changed (+292 additions, -1104 deletions)

View changed files

📝 yarn.lock (+292 -1104)

📄 Description

Bumps sass from 1.43.4 to 1.48.0.

Release notes

Sourced from sass's releases.

Dart Sass 1.48.0

To install Sass 1.48.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 setting LegacyResult.map to undefined rather than null.

TypeScript Declarations

  • Add a declaration for the NULL constant.

See the full changelog for changes in earlier releases.

Dart Sass 1.47.0

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

TypeScript Declarations

  • Add declarations for the TRUE and FALSE constants.

See the full changelog for changes in earlier 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.

... (truncated)

Changelog

Sourced from sass's changelog.

1.48.0

JS API

  • Potentially breaking bug fix: Match the specification of the new JS API by setting LegacyResult.map to undefined rather than null.

TypeScript Declarations

  • Add a declaration for the NULL constant.

1.47.0

JS API

TypeScript Declarations

  • Add declarations for the TRUE and FALSE constants.

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.

... (truncated)

Commits
  • 8fd0ffd Cut a release with a TS definition for NULL (#1596)
  • fc8b9fa Clone repos using https:// not git:// (#1597)
  • 720c358 Set LegacyResult.map to undefined rather than null (#1592)
  • 54fd309 Cut a release with TS definitions for TRUE/FALSE (#1591)
  • f9dff2e Mention TypeScript type updates in the CHANGELOG (#1589)
  • 78c98ee Merge pull request #1573 from sass/carbon
  • a6c3540 Update performance numbers
  • 6bf9853 Pass undefined span instead of null to Logger.warn() in JS (#1586)
  • 4fa365a Use a more recent version of Carbon for our benchmarks
  • 169178a Fix the default separator for new SassArgumentList in the JS API (#1580)
  • 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/211 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/14/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/sass-1.48.0` --- ### 📝 Commits (1) - [`e23b765`](https://github.com/ArthurDanjou/website-old/commit/e23b7656224f209cbee5ff653bb1ad46ca64d4ec) fix(deps): bump sass from 1.43.4 to 1.48.0 ### 📊 Changes **1 file changed** (+292 additions, -1104 deletions) <details> <summary>View changed files</summary> 📝 `yarn.lock` (+292 -1104) </details> ### 📄 Description Bumps [sass](https://github.com/sass/dart-sass) from 1.43.4 to 1.48.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.48.0</h2> <p>To install Sass 1.48.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 setting <code>LegacyResult.map</code> to <code>undefined</code> rather than <code>null</code>.</li> </ul> <h4>TypeScript Declarations</h4> <ul> <li>Add a declaration for the <code>NULL</code> constant.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1480">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.47.0</h2> <p>To install Sass 1.47.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> <h4>TypeScript Declarations</h4> <ul> <li>Add declarations for the <code>TRUE</code> and <code>FALSE</code> constants.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1470">full changelog</a> for changes in earlier releases.</p> <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>Add a declaration for the <code>LegacyPluginThis.options.context</code> field.</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.48.0</h2> <h3>JS API</h3> <ul> <li><strong>Potentially breaking bug fix:</strong> Match the specification of the new JS API by setting <code>LegacyResult.map</code> to <code>undefined</code> rather than <code>null</code>.</li> </ul> <h4>TypeScript Declarations</h4> <ul> <li>Add a declaration for the <code>NULL</code> constant.</li> </ul> <h2>1.47.0</h2> <h3>JS API</h3> <h4>TypeScript Declarations</h4> <ul> <li>Add declarations for the <code>TRUE</code> and <code>FALSE</code> constants.</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/8fd0ffdb4be424a908c271a14930a425087556ee"><code>8fd0ffd</code></a> Cut a release with a TS definition for NULL (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1596">#1596</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/fc8b9fa3c78a1f15a666cf00f6384b44db00144d"><code>fc8b9fa</code></a> Clone repos using https:// not git:// (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1597">#1597</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/720c358c066e9aaef51bac3e2e193514987e2448"><code>720c358</code></a> Set LegacyResult.map to undefined rather than null (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1592">#1592</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/54fd309079725a086360935c56f895c58bd90ebc"><code>54fd309</code></a> Cut a release with TS definitions for TRUE/FALSE (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1591">#1591</a>)</li> <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>Additional commits viewable in <a href="https://github.com/sass/dart-sass/compare/1.43.4...1.48.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.48.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:21 +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#219