[PR #73] [CLOSED] chore(deps-dev): bump sass-loader from 10.1.1 to 11.1.0 #74

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 9fbd1ce chore(deps-dev): bump sass-loader from 10.1.1 to 11.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 11.1.0.

Release notes

Sourced from sass-loader's releases.

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.

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.

⚠ BREAKING CHANGES

  • minimum supported webpack version is 5

Features

  • supported the resolve.byDependency option, you can setup { resolve: { byDependency: { sass: { mainFiles: ['custom', '...'] } } } }

v10.2.0

10.2.0 (2021-05-10)

Features

Changelog

Sourced from sass-loader's changelog.

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.

⚠ BREAKING CHANGES

  • minimum supported webpack version is 5

Features

  • supported the resolve.byDependency option, you can setup { resolve: { byDependency: { sass: { mainFiles: ['custom', '...'] } } } }
Commits
  • 565eb3f chore(release): 11.1.0
  • 7869b29 feat: support node-sass v6.0.0 (#947)
  • 00a46a7 chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#946)
  • 883edd2 docs(readme): improve readability of resolving import at-rules and fix webpac...
  • 0c12b61 docs: fix typos
  • d0be2b5 docs: added important information about sass-loader (#931)
  • 71456e9 docs: resize Sass logo (#929)
  • 1329538 docs: update changelog
  • 58858f5 chore(release): 11.0.1
  • af5a072 fix: compatibility with custom importers for node-sass (#927)
  • 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/73 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/11/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/sass-loader-11.1.0` --- ### 📝 Commits (1) - [`9fbd1ce`](https://github.com/ArthurDanjou/website-old/commit/9fbd1cea404c79f9df81af959806b703eb7377ff) chore(deps-dev): bump sass-loader from 10.1.1 to 11.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 11.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>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> <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> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>webpack</code> version is <code>5</code></li> </ul> <h3>Features</h3> <ul> <li>supported the <a href="https://webpack.js.org/configuration/resolve/#resolvebydependency"><code>resolve.byDependency</code></a> option, you can setup <code>{ resolve: { byDependency: { sass: { mainFiles: ['custom', '...'] } } } }</code></li> </ul> <h2>v10.2.0</h2> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v10.1.1...v10.2.0">10.2.0</a> (2021-05-10)</h2> <h3>Features</h3> <ul> <li>support <code>node-sass</code> v6 (<a href="https://github.com/webpack-contrib/sass-loader/commit/dbbbdde8d73b5ebac89fdc3ca7009a644a471c5f">dbbbdde</a>)</li> </ul> </blockquote> </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/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> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>webpack</code> version is <code>5</code></li> </ul> <h3>Features</h3> <ul> <li>supported the <a href="https://webpack.js.org/configuration/resolve/#resolvebydependency"><code>resolve.byDependency</code></a> option, you can setup <code>{ resolve: { byDependency: { sass: { mainFiles: ['custom', '...'] } } } }</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/565eb3fc86427613921301e7218ca403ef1e2f4b"><code>565eb3f</code></a> chore(release): 11.1.0</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/7869b29916d5120037a0e67063420b3333d7f68b"><code>7869b29</code></a> feat: support <code>node-sass</code> v6.0.0 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/947">#947</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/00a46a7e32b7fe2b83280540ff31a7847fafc08b"><code>00a46a7</code></a> chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/946">#946</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/883edd2dc8d3aff3ceccf0b0a51234ec47d5f97d"><code>883edd2</code></a> docs(readme): improve readability of resolving import at-rules and fix webpac...</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/0c12b6161bfcfce353039ca3b19d8f92e45398cf"><code>0c12b61</code></a> docs: fix typos</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/d0be2b555f220e8b73b2a635e96c333b26ce9a5e"><code>d0be2b5</code></a> docs: added important information about sass-loader (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/931">#931</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/71456e9bdf2cb243b949cbbd0674453bb8014da7"><code>71456e9</code></a> docs: resize Sass logo (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/929">#929</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/1329538acf40023b0f13313fef716063ca665b89"><code>1329538</code></a> docs: update changelog</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/58858f577fb89c9d6bcdfd2874230edf332123c0"><code>58858f5</code></a> chore(release): 11.0.1</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/af5a072c5170f96f3d0643dec658248d98f65ff7"><code>af5a072</code></a> fix: compatibility with custom importers for <code>node-sass</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/927">#927</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/sass-loader/compare/v10.1.1...v11.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=11.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:50 +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#74