[PR #1475] [CLOSED] chore(deps-dev): bump sass-loader from 10.1.1 to 11.0.1 #3339

Closed
opened 2026-03-17 00:57:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1475
Author: @dependabot[bot]
Created: 2/9/2021
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/sass-loader-11.0.1


📝 Commits (1)

  • c5323fe chore(deps-dev): bump sass-loader from 10.1.1 to 11.0.1

📊 Changes

2 files changed (+2172 additions, -1338 deletions)

View changed files

📝 package-lock.json (+2171 -1337)
📝 package.json (+1 -1)

📄 Description

Bumps sass-loader from 10.1.1 to 11.0.1.

Release notes

Sourced from sass-loader's releases.

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.

⚠ BREAKING CHANGES

  • minimum supported webpack version is 5

Features

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

Sourced from sass-loader's changelog.

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.

⚠ BREAKING CHANGES

  • minimum supported webpack version is 5

Features

  • supported the resolve.byDependency option, you can setup { resolve: { byDependency: { sass: { mainFiles: ['custom', '...'] } } } }
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/hoppscotch/hoppscotch/pull/1475 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/9/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/sass-loader-11.0.1` --- ### 📝 Commits (1) - [`c5323fe`](https://github.com/hoppscotch/hoppscotch/commit/c5323fe37b035238fa1d1014c0df29b4657d1aaa) chore(deps-dev): bump sass-loader from 10.1.1 to 11.0.1 ### 📊 Changes **2 files changed** (+2172 additions, -1338 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+2171 -1337) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 10.1.1 to 11.0.1. <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.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>.</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>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> <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>.</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/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><a href="https://github.com/webpack-contrib/sass-loader/commit/0db6fb61416052ad750383efb829e2c42a75a238"><code>0db6fb6</code></a> chore(release): 11.0.0</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/90dc7f1fa69e1aba2a04ea39563bc524653733ac"><code>90dc7f1</code></a> test: circular (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/921">#921</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/f403a4e161b852bfd501d65ca6b4795f7c6c1b4a"><code>f403a4e</code></a> feat: support the <code>resolve.byDependecy.sass</code> option (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/920">#920</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/1d8c318b72501bda0e042771dfa210057cd64582"><code>1d8c318</code></a> refactor: code (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/919">#919</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/f8c80553899c963d2693ad4e0a69525ae5006973"><code>f8c8055</code></a> refactor: drop webpack@4 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/912">#912</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/ca6eca0642c11b3d5310cb8db74c87df41449348"><code>ca6eca0</code></a> test: deprecation message (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/915">#915</a>)</li> <li>See full diff in <a href="https://github.com/webpack-contrib/sass-loader/compare/v10.1.1...v11.0.1">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.0.1)](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>
kerem 2026-03-17 00:57:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3339
No description provided.