[PR #324] chore(deps-dev): bump sass-loader from 10.3.0 to 13.2.0 #337

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/324
Author: @dependabot[bot]
Created: 11/10/2022
Status: 🔄 Open

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


📝 Commits (1)

  • 107df69 chore(deps-dev): bump sass-loader from 10.3.0 to 13.2.0

📊 Changes

2 files changed (+6 additions, -16 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+5 -15)

📄 Description

Bumps sass-loader from 10.3.0 to 13.2.0.

Release notes

Sourced from sass-loader's releases.

v13.2.0

13.2.0 (2022-11-09)

Features

v13.1.0

13.1.0 (2022-10-06)

Features

v13.0.2

13.0.2 (2022-06-27)

Bug Fixes

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)

... (truncated)

Changelog

Sourced from sass-loader's changelog.

13.2.0 (2022-11-09)

Features

13.1.0 (2022-10-06)

Features

13.0.2 (2022-06-27)

Bug Fixes

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)

... (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/324 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/10/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/sass-loader-13.2.0` --- ### 📝 Commits (1) - [`107df69`](https://github.com/ArthurDanjou/website-old/commit/107df694e4945d995e118f312af32e6f5f215b4b) chore(deps-dev): bump sass-loader from 10.3.0 to 13.2.0 ### 📊 Changes **2 files changed** (+6 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+5 -15) </details> ### 📄 Description Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 10.3.0 to 13.2.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>v13.2.0</h2> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v13.1.0...v13.2.0">13.2.0</a> (2022-11-09)</h2> <h3>Features</h3> <ul> <li>add support for node-sass v8 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1100">#1100</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/e5581b75e84879f27e221d67caa8507897e7051d">e5581b7</a>)</li> </ul> <h2>v13.1.0</h2> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v13.0.2...v13.1.0">13.1.0</a> (2022-10-06)</h2> <h3>Features</h3> <ul> <li>allow to extend <code>conditionNames</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1092">#1092</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/6e02c64da80e3c8b3b6399923b7268aaf957d2cb">6e02c64</a>)</li> </ul> <h2>v13.0.2</h2> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v13.0.1...v13.0.2">13.0.2</a> (2022-06-27)</h3> <h3>Bug Fixes</h3> <ul> <li>hide error stacktrace on Sass errors (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1069">#1069</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/5e6a61bd7248ff13fd4dbe882b2556f70cecf892">5e6a61b</a>)</li> </ul> <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> <!-- 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/v13.1.0...v13.2.0">13.2.0</a> (2022-11-09)</h2> <h3>Features</h3> <ul> <li>add support for node-sass v8 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1100">#1100</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/e5581b75e84879f27e221d67caa8507897e7051d">e5581b7</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v13.0.2...v13.1.0">13.1.0</a> (2022-10-06)</h2> <h3>Features</h3> <ul> <li>allow to extend <code>conditionNames</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1092">#1092</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/6e02c64da80e3c8b3b6399923b7268aaf957d2cb">6e02c64</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v13.0.1...v13.0.2">13.0.2</a> (2022-06-27)</h3> <h3>Bug Fixes</h3> <ul> <li>hide error stacktrace on Sass errors (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1069">#1069</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/5e6a61bd7248ff13fd4dbe882b2556f70cecf892">5e6a61b</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/e8fbc7975c8f8f438eca2fdb96270e4e0de25a6a"><code>e8fbc79</code></a> chore(release): 13.2.0</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/e5581b75e84879f27e221d67caa8507897e7051d"><code>e5581b7</code></a> feat: add support for node-sass v8 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1100">#1100</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/acb3ce0ecf989f9e4d0fcec56fcb24c6f2e83012"><code>acb3ce0</code></a> chore(deps): bump loader-utils from 2.0.2 to 2.0.3 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1099">#1099</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/1cdea4e3f0604d7aea0c2b3aae569968e5342dd6"><code>1cdea4e</code></a> chore: update dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1098">#1098</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/094a303e3cd40ed447402bf670933391f42cd097"><code>094a303</code></a> docs: update cla link (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1096">#1096</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/c32f63aad510c8a0c0a5f684145e0c139c6f1344"><code>c32f63a</code></a> ci: add dependency review action (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1094">#1094</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/b31751dc173c64d0b3230efc928dbdcd378d9c8f"><code>b31751d</code></a> chore(release): 13.1.0</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/6e02c64da80e3c8b3b6399923b7268aaf957d2cb"><code>6e02c64</code></a> feat: allow to extend <code>conditionNames</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1092">#1092</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/edab08fa9d13097170d74bea2a0e19f246c96d2a"><code>edab08f</code></a> chore: update dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1093">#1093</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/3a34fefe69665f9e9cd47a550037b375f134e0ed"><code>3a34fef</code></a> chore: update commitlint action (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1091">#1091</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/sass-loader/compare/v10.3.0...v13.2.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.3.0&new-version=13.2.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:49 +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#337