[PR #258] [CLOSED] chore(deps-dev): bump sass-loader from 10.2.0 to 13.0.0 #267

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/258
Author: @dependabot[bot]
Created: 5/19/2022
Status: Closed

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


📝 Commits (1)

  • 9d336be chore(deps-dev): bump sass-loader from 10.2.0 to 13.0.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 13.0.0.

Release notes

Sourced from sass-loader's releases.

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)

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)

... (truncated)

Changelog

Sourced from sass-loader's changelog.

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)

12.2.0 (2021-10-12)

Features

... (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/258 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/19/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/sass-loader-13.0.0` --- ### 📝 Commits (1) - [`9d336be`](https://github.com/ArthurDanjou/website-old/commit/9d336beeae1fa21793dffc9d371491c100dd6c0a) chore(deps-dev): bump sass-loader from 10.2.0 to 13.0.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 13.0.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.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> <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> <!-- 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.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> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/webpack-contrib/sass-loader/commit/58ffb686768defb684669a2428bea040c95c2399"><code>58ffb68</code></a> feat: emit <code>@warning</code> as webpack warning (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1054">#1054</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/06d7533cef2029d4a91f4760071078eb676c8c1c"><code>06d7533</code></a> fix: do not store original sass error in webpack error(<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1053">#1053</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/040a5114e0499a47debd07f87d8deb6217f51767"><code>040a511</code></a> chore(deps): update (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1051">#1051</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/4762909775ac4ca34a585f52fc22c8de902ef0be"><code>4762909</code></a> refactor!: 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><a href="https://github.com/webpack-contrib/sass-loader/commit/7be1c1c2a5c1aeaf8b7480ceca9c06a370e47ac3"><code>7be1c1c</code></a> chore: update github actions (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1049">#1049</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/39e68a99b335051cc8a7cfc38718da8c883e24f6"><code>39e68a9</code></a> ci: remove node v17 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1046">#1046</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/2d565b238c8f72e83022ca0a935893d073c4907e"><code>2d565b2</code></a> chore: add node 18 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1045">#1045</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/d7c05efd79309dc659767023a8c825655b406820"><code>d7c05ef</code></a> test: more (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/1044">#1044</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/sass-loader/compare/v10.2.0...v13.0.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=13.0.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:33 +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#267