[PR #198] [CLOSED] chore(deps-dev): bump sass-loader from 10.2.0 to 12.4.0 #206

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/198
Author: @dependabot[bot]
Created: 12/8/2021
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/sass-loader-12.4.0


📝 Commits (1)

  • 84d2e66 chore(deps-dev): bump sass-loader from 10.2.0 to 12.4.0

📊 Changes

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

View changed files

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

📄 Description

Bumps sass-loader from 10.2.0 to 12.4.0.

Release notes

Sourced from sass-loader's releases.

v12.4.0

12.4.0 (2021-12-07)

Features

v12.3.0

12.3.0 (2021-10-27)

Features

  • added the warnRuleAsWarning option, allows to emit a warning on the @warn rule (#992) (c652c79)
  • use webpack logger to log sass messages (only for dart-sass), configure it using infrastructureLogging (#991) (bb7cef9)

v12.2.0

12.2.0 (2021-10-12)

Features

v12.1.0

12.1.0 (2021-06-10)

Features

  • allow String value for the implementation option (382a3ca)

v12.0.0

12.0.0 (2021-06-01)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

Bug Fixes

  • crash in custom importers with worker threads (#958) (67aa139)
  • resolving _index.import.scss/index.import.scss in packages (#906) (6641a16)

v11.1.1

11.1.1 (2021-05-13)

... (truncated)

Changelog

Sourced from sass-loader's changelog.

12.4.0 (2021-12-07)

Features

12.3.0 (2021-10-27)

Features

  • added the warnRuleAsWarning option, allows to emit a warning on the @warn rule (#992) (c652c79)
  • use webpack logger to log sass messages (only for dart-sass), configure it using infrastructureLogging (#991) (bb7cef9)

12.2.0 (2021-10-12)

Features

12.1.0 (2021-06-10)

Features

  • allow String value for the implementation option (382a3ca)

12.0.0 (2021-06-01)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

Bug Fixes

  • crash in custom importers with worker threads (#958) (67aa139)
  • resolving _index.import.scss/index.import.scss in packages (#906) (6641a16)

11.1.1 (2021-05-13)

Bug Fixes

  • disabled auto importing fiber on node >= 16 due incompatibility problems (#950) (4ca004b)

11.1.0 (2021-05-10)

... (truncated)

Commits
  • f42617c chore(release): 12.4.0
  • af28ecb chore(deps): update
  • be5cbc9 feat: add support for node-sass 7 (#1002)
  • 0ab22f0 chore(release): 12.3.0
  • c652c79 feat: added the warnRuleAsWarning option, allow to emit a warning on the `@...
  • bb7cef9 feat: use webpack logger to log sass messages (only for dart-sass), configu...
  • 3498284 chore(deps): update (#990)
  • 271a20c chore(release): 12.2.0
  • c1f7c2b refactor: charset option
  • 634e561 docs: update CHANGELOG.md, add info about 10.2.0 (#983)
  • 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/198 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/8/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/sass-loader-12.4.0` --- ### 📝 Commits (1) - [`84d2e66`](https://github.com/ArthurDanjou/website-old/commit/84d2e668f8c8c11be03e07fde12cf12a011381e9) chore(deps-dev): bump sass-loader from 10.2.0 to 12.4.0 ### 📊 Changes **2 files changed** (+5 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+4 -7) </details> ### 📄 Description Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 10.2.0 to 12.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/sass-loader/releases">sass-loader's releases</a>.</em></p> <blockquote> <h2>v12.4.0</h2> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v12.3.0...v12.4.0">12.4.0</a> (2021-12-07)</h2> <h3>Features</h3> <ul> <li>add support for node-sass 7 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1002">#1002</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/be5cbc9b5f851422bcead329d4bfb0c9dab5eb18">be5cbc9</a>)</li> </ul> <h2>v12.3.0</h2> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v12.2.0...v12.3.0">12.3.0</a> (2021-10-27)</h2> <h3>Features</h3> <ul> <li>added the <code>warnRuleAsWarning</code> option, allows to emit a warning on the <code>@warn</code> rule (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/992">#992</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/c652c79b67999546d0e65f237a947b3e1b454691">c652c79</a>)</li> <li>use webpack logger to log sass messages (only for <code>dart-sass</code>), configure it using <a href="https://webpack.js.org/configuration/other-options/#infrastructurelogging">infrastructureLogging</a> (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/991">#991</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/bb7cef97d5d9ba26dc2db2e1948a2a04b26f4031">bb7cef9</a>)</li> </ul> <h2>v12.2.0</h2> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v12.1.0...v12.2.0">12.2.0</a> (2021-10-12)</h2> <h3>Features</h3> <ul> <li>add link field in schema (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/976">#976</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/1b453fb4926ab27616f3c38104033fafe37633ab">1b453fb</a>)</li> </ul> <h2>v12.1.0</h2> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v12.0.0...v12.1.0">12.1.0</a> (2021-06-10)</h2> <h3>Features</h3> <ul> <li>allow <code>String</code> value for the <code>implementation</code> option (<a href="https://github.com/webpack-contrib/sass-loader/commit/382a3ca7ca8b7041712de30ce5ad8e6532944c1b">382a3ca</a>)</li> </ul> <h2>v12.0.0</h2> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v11.1.1...v12.0.0">12.0.0</a> (2021-06-01)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>12.13.0</code></li> </ul> <h3>Bug Fixes</h3> <ul> <li>crash in custom importers with worker threads (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/958">#958</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/67aa1391c12013aae70e08f5bbabb94e74b10a6d">67aa139</a>)</li> <li>resolving <code>_index.import.scss</code>/<code>index.import.scss</code> in packages (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/906">#906</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/6641a16d510db653fbdc2bcfc265603c9f6fcd1a">6641a16</a>)</li> </ul> <h2>v11.1.1</h2> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v11.1.0...v11.1.1">11.1.1</a> (2021-05-13)</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md">sass-loader's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v12.3.0...v12.4.0">12.4.0</a> (2021-12-07)</h2> <h3>Features</h3> <ul> <li>add support for node-sass 7 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1002">#1002</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/be5cbc9b5f851422bcead329d4bfb0c9dab5eb18">be5cbc9</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v12.2.0...v12.3.0">12.3.0</a> (2021-10-27)</h2> <h3>Features</h3> <ul> <li>added the <code>warnRuleAsWarning</code> option, allows to emit a warning on the <code>@warn</code> rule (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/992">#992</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/c652c79b67999546d0e65f237a947b3e1b454691">c652c79</a>)</li> <li>use webpack logger to log sass messages (only for <code>dart-sass</code>), configure it using <a href="https://webpack.js.org/configuration/other-options/#infrastructurelogging">infrastructureLogging</a> (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/991">#991</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/bb7cef97d5d9ba26dc2db2e1948a2a04b26f4031">bb7cef9</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v12.1.0...v12.2.0">12.2.0</a> (2021-10-12)</h2> <h3>Features</h3> <ul> <li>add link field in schema (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/976">#976</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/1b453fb4926ab27616f3c38104033fafe37633ab">1b453fb</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v12.0.0...v12.1.0">12.1.0</a> (2021-06-10)</h2> <h3>Features</h3> <ul> <li>allow <code>String</code> value for the <code>implementation</code> option (<a href="https://github.com/webpack-contrib/sass-loader/commit/382a3ca7ca8b7041712de30ce5ad8e6532944c1b">382a3ca</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v11.1.1...v12.0.0">12.0.0</a> (2021-06-01)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>12.13.0</code></li> </ul> <h3>Bug Fixes</h3> <ul> <li>crash in custom importers with worker threads (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/958">#958</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/67aa1391c12013aae70e08f5bbabb94e74b10a6d">67aa139</a>)</li> <li>resolving <code>_index.import.scss</code>/<code>index.import.scss</code> in packages (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/906">#906</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/6641a16d510db653fbdc2bcfc265603c9f6fcd1a">6641a16</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v11.1.0...v11.1.1">11.1.1</a> (2021-05-13)</h3> <h3>Bug Fixes</h3> <ul> <li>disabled auto importing <code>fiber</code> on node &gt;= 16 due incompatibility problems (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/950">#950</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/4ca004b9e733bd2261ec68a7db4de07d79cf331a">4ca004b</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v11.0.1...v11.1.0">11.1.0</a> (2021-05-10)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/f42617cafc28ec07e3c50ab1a79060b5c654ea96"><code>f42617c</code></a> chore(release): 12.4.0</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/af28ecbf56ddb42968b8cbbd85a6019cf27abbb2"><code>af28ecb</code></a> chore(deps): update</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/be5cbc9b5f851422bcead329d4bfb0c9dab5eb18"><code>be5cbc9</code></a> feat: add support for node-sass 7 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1002">#1002</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/0ab22f0a015ac807594482595171b55e8852852c"><code>0ab22f0</code></a> chore(release): 12.3.0</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/c652c79b67999546d0e65f237a947b3e1b454691"><code>c652c79</code></a> feat: added the <code>warnRuleAsWarning</code> option, allow to emit a warning on the `@...</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/bb7cef97d5d9ba26dc2db2e1948a2a04b26f4031"><code>bb7cef9</code></a> feat: use webpack logger to log sass messages (only for <code>dart-sass</code>), configu...</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/349828460379b5024de11d89ce7c33740972e592"><code>3498284</code></a> chore(deps): update (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/990">#990</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/271a20cd3fac63b275a628b8cdd17962f6e63761"><code>271a20c</code></a> chore(release): 12.2.0</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/c1f7c2b1dccfa09f75ebde616bee991995be0514"><code>c1f7c2b</code></a> refactor: charset option</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/634e561f3cbb6cab16d6843308fb9de9be3f6d70"><code>634e561</code></a> docs: update CHANGELOG.md, add info about 10.2.0 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/983">#983</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/sass-loader/compare/v10.2.0...v12.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass-loader&package-manager=npm_and_yarn&previous-version=10.2.0&new-version=12.4.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:17 +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#206