[PR #167] [CLOSED] chore(deps-dev): bump sass-loader from 10.1.1 to 12.2.0 #176

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/167
Author: @dependabot[bot]
Created: 10/13/2021
Status: Closed

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


📝 Commits (1)

  • f18f9c9 chore(deps-dev): bump sass-loader from 10.1.1 to 12.2.0

📊 Changes

2 files changed (+9 additions, -1 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+8 -0)

📄 Description

Bumps sass-loader from 10.1.1 to 12.2.0.

Release notes

Sourced from sass-loader's releases.

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)

Bug Fixes

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

v11.1.0

11.1.0 (2021-05-10)

Features

v11.0.1

11.0.1 (2021-02-08)

Bug Fixes

... (truncated)

Changelog

Sourced from sass-loader's changelog.

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)

Features

11.0.1 (2021-02-08)

Bug Fixes

  • compatibility with custom importers for node-sass (#927) (af5a072)

11.0.0 (2021-02-05)

... (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/167 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/13/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/sass-loader-12.2.0` --- ### 📝 Commits (1) - [`f18f9c9`](https://github.com/ArthurDanjou/website-old/commit/f18f9c9a1be6b9cd34109275ca6c9551ef508e64) chore(deps-dev): bump sass-loader from 10.1.1 to 12.2.0 ### 📊 Changes **2 files changed** (+9 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+8 -0) </details> ### 📄 Description Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 10.1.1 to 12.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>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> <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>v11.1.0</h2> <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> <h3>Features</h3> <ul> <li>support <code>node-sass</code> v6.0.0 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/947">#947</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/7869b29916d5120037a0e67063420b3333d7f68b">7869b29</a>)</li> </ul> <h2>v11.0.1</h2> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v11.0.0...v11.0.1">11.0.1</a> (2021-02-08)</h3> <h3>Bug Fixes</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.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> <h3>Features</h3> <ul> <li>support <code>node-sass</code> v6.0.0 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/947">#947</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/7869b29916d5120037a0e67063420b3333d7f68b">7869b29</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v11.0.0...v11.0.1">11.0.1</a> (2021-02-08)</h3> <h3>Bug Fixes</h3> <ul> <li>compatibility with custom importers for <code>node-sass</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/927">#927</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/af5a072c5170f96f3d0643dec658248d98f65ff7">af5a072</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v10.1.1...v11.0.0">11.0.0</a> (2021-02-05)</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/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><a href="https://github.com/webpack-contrib/sass-loader/commit/f26b809b29f7c84bd4e7b3738b6628cb54da8bcb"><code>f26b809</code></a> docs: update templates (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/981">#981</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/40bcb91b01c947daf9b308f91090f2682cc844c4"><code>40bcb91</code></a> ci: update <code>codecov-action</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/980">#980</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/372f64db8680a51aa4d3a64fb0131f8666c801c4"><code>372f64d</code></a> ci: remove outdated node version</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/873c31d9e54cc408ef7da743822732d7571e6269"><code>873c31d</code></a> ci: update commitlint action to v4 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/979">#979</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/e75023c247bf8f720ca186c818ca19bffab4d207"><code>e75023c</code></a> ci: setup npm cache (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/977">#977</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/1b453fb4926ab27616f3c38104033fafe37633ab"><code>1b453fb</code></a> feat: add link field in schema (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/976">#976</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/c926982a6b4988854f1ca9c2c430182df4601451"><code>c926982</code></a> ci: use <code>actions/setup-node@v2</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/975">#975</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/sass-loader/compare/v10.1.1...v12.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.1.1&new-version=12.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:11 +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#176