[PR #93] [CLOSED] chore(deps-dev): bump sass-loader from 10.1.1 to 12.1.0 #96

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/93
Author: @dependabot[bot]
Created: 6/11/2021
Status: Closed

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


📝 Commits (1)

  • fa09cb2 chore(deps-dev): bump sass-loader from 10.1.1 to 12.1.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps sass-loader from 10.1.1 to 12.1.0.

Release notes

Sourced from sass-loader's releases.

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

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

v11.0.0

Notes

  • using ~ is deprecated and can be removed from your code (we recommend it), but we still support it for historical reasons.

... (truncated)

Changelog

Sourced from sass-loader's changelog.

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)

Notes

  • using ~ is deprecated and can be removed from your code (we recommend it), but we still support it for historical reasons.

Why you can removed it? The loader will first try to resolve @import/@use as relative, if it cannot be resolved, the loader will try to resolve @import/@use inside node_modules. Using ~ means looking for files in node_modules or resolve.alias or resolve.fallback.

... (truncated)

Commits
  • 7d00b10 chore(release): 12.1.0
  • 382a3ca feat: allow String value for the implementation option
  • 68b93f1 chore: devdependencies updated (#966)
  • 7ca5450 chore: fix typo (#964)
  • 6ceaa0f chore(release): 12.0.0
  • e013c4f chore: fix engines (#960)
  • 530765b chore!: minimum supported Node.js version is 12.13.0
  • a248836 refactor: logic of sass resolution
  • 6641a16 fix: resolving _index.import.scss/index.import.scss in packages (#906)
  • 67aa139 fix: crash in custom importers with worker threads (#958)
  • Additional commits viewable in compare view

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/93 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/11/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/sass-loader-12.1.0` --- ### 📝 Commits (1) - [`fa09cb2`](https://github.com/ArthurDanjou/website-old/commit/fa09cb214baf7369fef539bd87e72d8a48d65c8c) chore(deps-dev): bump sass-loader from 10.1.1 to 12.1.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 10.1.1 to 12.1.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.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> <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>v11.0.0</h2> <h3>Notes</h3> <ul> <li>using <code>~</code> is deprecated and can be removed from your code (<strong>we recommend it</strong>), but we still support it for historical reasons.</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.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> <h3>Notes</h3> <ul> <li>using <code>~</code> is deprecated and can be removed from your code (<strong>we recommend it</strong>), but we still support it for historical reasons.</li> </ul> <p>Why you can removed it? The loader will first try to resolve <code>@import</code>/<code>@use</code> as relative, if it cannot be resolved, the loader will try to resolve <code>@import</code>/<code>@use</code> inside <a href="https://webpack.js.org/configuration/resolve/#resolve-modules"><code>node_modules</code></a>. Using <code>~</code> means looking for files in <a href="https://webpack.js.org/configuration/resolve/#resolve-modules"><code>node_modules</code></a> or <code>resolve.alias</code> or <code>resolve.fallback</code>.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/7d00b10e735e0c1272955737f48f0034bc5ec955"><code>7d00b10</code></a> chore(release): 12.1.0</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/382a3ca7ca8b7041712de30ce5ad8e6532944c1b"><code>382a3ca</code></a> feat: allow <code>String</code> value for the <code>implementation</code> option</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/68b93f1b429ded4445beb4b4bd16b1ac5993e854"><code>68b93f1</code></a> chore: devdependencies updated (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/966">#966</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/7ca5450779f3edb1486bed6bb5be35755d857252"><code>7ca5450</code></a> chore: fix typo (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/964">#964</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/6ceaa0fe8bce480159d06e856680f2edab13847a"><code>6ceaa0f</code></a> chore(release): 12.0.0</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/e013c4f03fa4599fe8f1d3ea8c70a76db8af9136"><code>e013c4f</code></a> chore: fix <code>engines</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/960">#960</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/530765b13ff0490af67a7adc6f1c827f3b68dabf"><code>530765b</code></a> chore!: minimum supported <code>Node.js</code> version is <code>12.13.0</code></li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/a2488364cacd68fbd2425f80790afd7613e2f866"><code>a248836</code></a> refactor: logic of sass resolution</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/6641a16d510db653fbdc2bcfc265603c9f6fcd1a"><code>6641a16</code></a> fix: 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>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/67aa1391c12013aae70e08f5bbabb94e74b10a6d"><code>67aa139</code></a> fix: crash in custom importers with worker threads (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/958">#958</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/sass-loader/compare/v10.1.1...v12.1.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.1.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:05:56 +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#96