[PR #275] [CLOSED] chore(deps-dev): bump sass-loader from 10.2.0 to 13.0.1 #287

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/275
Author: @dependabot[bot]
Created: 6/27/2022
Status: Closed

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


📝 Commits (1)

  • 7be0508 chore(deps-dev): bump sass-loader from 10.2.0 to 13.0.1

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

Release notes

Sourced from sass-loader's releases.

v13.0.1

13.0.1 (2022-06-24)

Bug Fixes

v13.0.0

13.0.0 (2022-05-18)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0 (#1048)
  • emit @warn at-rules as webpack warnings by default, if you want to revert behavior please use the warnRuleAsWarning option (#1054) (58ffb68)

Bug Fixes

  • do not crash on importers for modern API (#1052) (095814e)
  • do not store original sass error in webpack error(#1053) (06d7533)

v12.6.0

12.6.0 (2022-02-15)

Features

  • added support for automatic loading of sass-embedded (#1025) (c8dae87)

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)

... (truncated)

Changelog

Sourced from sass-loader's changelog.

13.0.1 (2022-06-24)

Bug Fixes

13.0.0 (2022-05-18)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0 (#1048)
  • emit @warn at-rules as webpack warnings by default, if you want to revert behavior please use the warnRuleAsWarning option (#1054) (58ffb68)

Bug Fixes

  • do not crash on importers for modern API (#1052) (095814e)
  • do not store original sass error in webpack error(#1053) (06d7533)

12.6.0 (2022-02-15)

Features

  • added support for automatic loading of sass-embedded (#1025) (c8dae87)

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)

... (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/275 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/27/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/sass-loader-13.0.1` --- ### 📝 Commits (1) - [`7be0508`](https://github.com/ArthurDanjou/website-old/commit/7be0508cec399abd735ac6a9878b54ceb6eb0f39) chore(deps-dev): bump sass-loader from 10.2.0 to 13.0.1 ### 📊 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 13.0.1. <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>v13.0.1</h2> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v13.0.0...v13.0.1">13.0.1</a> (2022-06-24)</h3> <h3>Bug Fixes</h3> <ul> <li>optimize debug message formatting, <a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1065">#1065</a> (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1066">#1066</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/49a578a218574ddc92a597c7e365b6c21960717e">49a578a</a>)</li> </ul> <h2>v13.0.0</h2> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v12.6.0...v13.0.0">13.0.0</a> (2022-05-18)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>14.15.0</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1048">#1048</a>)</li> <li>emit <code>@warn</code> at-rules as webpack warnings by default, if you want to revert behavior please use the <a href="https://github.com/webpack-contrib/sass-loader#warnruleaswarning"><code>warnRuleAsWarning</code></a> option (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1054">#1054</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/58ffb686768defb684669a2428bea040c95c2399">58ffb68</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>do not crash on importers for modern API (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1052">#1052</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/095814e6c2a991bacad3c3af4f239e9b1bc4b2e3">095814e</a>)</li> <li>do not store original sass error in webpack error(<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1053">#1053</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/06d7533cef2029d4a91f4760071078eb676c8c1c">06d7533</a>)</li> </ul> <h2>v12.6.0</h2> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v12.5.0...v12.6.0">12.6.0</a> (2022-02-15)</h2> <h3>Features</h3> <ul> <li>added support for automatic loading of <code>sass-embedded</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1025">#1025</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/c8dae87f0c90b13303096e0d3aec857c4046c36b">c8dae87</a>)</li> </ul> <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> <!-- 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> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v13.0.0...v13.0.1">13.0.1</a> (2022-06-24)</h3> <h3>Bug Fixes</h3> <ul> <li>optimize debug message formatting, <a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1065">#1065</a> (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1066">#1066</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/49a578a218574ddc92a597c7e365b6c21960717e">49a578a</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v12.6.0...v13.0.0">13.0.0</a> (2022-05-18)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>14.15.0</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1048">#1048</a>)</li> <li>emit <code>@warn</code> at-rules as webpack warnings by default, if you want to revert behavior please use the <a href="https://github.com/webpack-contrib/sass-loader#warnruleaswarning"><code>warnRuleAsWarning</code></a> option (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1054">#1054</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/58ffb686768defb684669a2428bea040c95c2399">58ffb68</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>do not crash on importers for modern API (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1052">#1052</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/095814e6c2a991bacad3c3af4f239e9b1bc4b2e3">095814e</a>)</li> <li>do not store original sass error in webpack error(<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1053">#1053</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/06d7533cef2029d4a91f4760071078eb676c8c1c">06d7533</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v12.5.0...v12.6.0">12.6.0</a> (2022-02-15)</h2> <h3>Features</h3> <ul> <li>added support for automatic loading of <code>sass-embedded</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1025">#1025</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/c8dae87f0c90b13303096e0d3aec857c4046c36b">c8dae87</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/0cd9a7f38eddb66a5674813d527f3006181e993f"><code>0cd9a7f</code></a> chore(release): 13.0.1</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/49a578a218574ddc92a597c7e365b6c21960717e"><code>49a578a</code></a> fix: optimize debug message formatting, <a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1065">#1065</a> (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1066">#1066</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/cb98ad583ee5a898b9adce0780cc35fc1d9002a6"><code>cb98ad5</code></a> docs: remove fibers package (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1059">#1059</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/f6e624af9848731dcba2b98ba30a9a9ccb4bcda3"><code>f6e624a</code></a> docs: update note in README.md (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1067">#1067</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/2e1822eb81e0f497c72b0d6f58bfc0bbaaabe956"><code>2e1822e</code></a> chore: disable commit message length check (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1063">#1063</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/8cd2b19b15d00300d9cb3a4893698181af8651ce"><code>8cd2b19</code></a> chore: update dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1057">#1057</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/179ee310ccdf9de2f17a2ac4391310ff60053e26"><code>179ee31</code></a> docs: remove old badge (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1055">#1055</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/97148990bea7b66b0a273671794930749adb9f9c"><code>9714899</code></a> fix: ci (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1056">#1056</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/1d1b057378f1a6af0a3ae3b839e657ee98607274"><code>1d1b057</code></a> chore(release): 13.0.0</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/095814e6c2a991bacad3c3af4f239e9b1bc4b2e3"><code>095814e</code></a> fix: do not crash on importers for modern API (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1052">#1052</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/sass-loader/compare/v10.2.0...v13.0.1">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=13.0.1)](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:38 +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#287