[PR #221] [CLOSED] chore(deps-dev): bump sass-loader from 10.2.0 to 12.5.0 #229

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/221
Author: @dependabot[bot]
Created: 2/15/2022
Status: Closed

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


📝 Commits (1)

  • 5a46e44 chore(deps-dev): bump sass-loader from 10.2.0 to 12.5.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.5.0.

Release notes

Sourced from sass-loader's releases.

v12.5.0

12.5.0 (2022-02-14)

Features

  • added support for sass-embedded (faster than node-sass), feel free to feedback
  • added the api option (modern api is experimental and currently doesn't support built-in webpack resolver) (afbe114)

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

... (truncated)

Changelog

Sourced from sass-loader's changelog.

12.5.0 (2022-02-14)

Features

  • added support for sass-embedded (faster than node-sass), feel free to feedback
  • added the api option (modern api is experimental and currently doesn't support built-in webpack resolver) (afbe114)

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)

... (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/221 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/15/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/sass-loader-12.5.0` --- ### 📝 Commits (1) - [`5a46e44`](https://github.com/ArthurDanjou/website-old/commit/5a46e44b7a07c04c1d57f6650fa44a99e98a5d0b) chore(deps-dev): bump sass-loader from 10.2.0 to 12.5.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.5.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.5.0</h2> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v12.4.0...v12.5.0">12.5.0</a> (2022-02-14)</h2> <h3>Features</h3> <ul> <li>added support for <code>sass-embedded</code> (faster than <code>node-sass</code>), feel free to <a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/774">feedback</a></li> <li>added the <code>api</code> option (<code>modern</code> api is experimental and currently doesn't support built-in webpack resolver) (<a href="https://github.com/webpack-contrib/sass-loader/commit/afbe114fecf54fa99ef635aea5ae1d3db6a119c1">afbe114</a>)</li> </ul> <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> <!-- 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.4.0...v12.5.0">12.5.0</a> (2022-02-14)</h2> <h3>Features</h3> <ul> <li>added support for <code>sass-embedded</code> (faster than <code>node-sass</code>), feel free to <a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/774">feedback</a></li> <li>added the <code>api</code> option (<code>modern</code> api is experimental and currently doesn't support built-in webpack resolver) (<a href="https://github.com/webpack-contrib/sass-loader/commit/afbe114fecf54fa99ef635aea5ae1d3db6a119c1">afbe114</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/d3827f29025c802d412bc601ac45ebf9488c99c1"><code>d3827f2</code></a> chore(release): 12.5.0</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/afbe114fecf54fa99ef635aea5ae1d3db6a119c1"><code>afbe114</code></a> feat: added <code>sass-embedded</code> support and the <code>api</code> option</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/ff8d0789ebd13212aac0998ee1e828778acf1607"><code>ff8d078</code></a> docs: fix typo in BUG.md (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1023">#1023</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/a6cf219ddbf7fdb9e4caf86ed6221e8011431afb"><code>a6cf219</code></a> chore: upgrade dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1022">#1022</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/6fef18b8bd0675ea5bc379ba9e7e6b4a047b0ac8"><code>6fef18b</code></a> docs(readme): added sass options (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1019">#1019</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/33d7572e1c834d66a32a184a4dfbf17a56fbef36"><code>33d7572</code></a> chore(deps): bump nanoid from 3.1.30 to 3.2.0 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1021">#1021</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/c525b1fbcffd2253a5b81a1f5472ba1f0a2ba00d"><code>c525b1f</code></a> ci: fix (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1020">#1020</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/563dbb1ab4f31f34cce9e62ae273c03c5df98eaa"><code>563dbb1</code></a> docs(readme): added pnpm and yarn (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1018">#1018</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/b8d22ad4b85b29a53216860bf38e6f0022979dfb"><code>b8d22ad</code></a> docs(readme): update types (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1013">#1013</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/babe42a1144e201cb17e3b076a677b167a7c2d41"><code>babe42a</code></a> chore: update lint staged config (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1009">#1009</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/sass-loader/compare/v10.2.0...v12.5.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.5.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:23 +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#229