[PR #78] [CLOSED] Bump sass-loader from 7.1.0 to 8.0.1 #83

Closed
opened 2026-02-26 04:36:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moollaza/repo-remover/pull/78
Author: @dependabot-preview[bot]
Created: 1/13/2020
Status: Closed

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


📝 Commits (1)

  • bda2bad Bump sass-loader from 7.1.0 to 8.0.1

📊 Changes

2 files changed (+33 additions, -67 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+32 -66)

📄 Description

Bumps sass-loader from 7.1.0 to 8.0.1.

Release notes

Sourced from sass-loader's releases.

v8.0.1

8.0.1 (2020-01-10)

Bug Fixes

v8.0.0

⚠ BREAKING CHANGES

  • minimum required webpack version is 4.36.0
  • minimum required node.js version is 8.9.0
  • move all sass (includePaths, importer, functions) options to the sassOptions option. The functions option can't be used as Function, you should use sassOption as Function to achieve this.
  • the data option was renamed to the prependData option
  • default value of the sourceMap option depends on the devtool value (eval/false values don't enable source map generation)

Features

  • automatically use the fibers package if it is possible (#744) (96184e1)
  • source map generation depends on the devtool option (#743) (fcea88e)
  • validate loader options (#737) (7b543fc)
  • reworked error handling from node-sass/sass
  • improve resolution for @import (including support _index and index files in a directory)

Bug Fixes

  • compatibility with pnp

v7.3.1

7.3.1 (2019-08-20)

Bug Fixes

  • minimum node version in package.json (#733) (1175920)

v7.3.0

7.3.0 (2019-08-20)

Bug Fixes

Features

... (truncated)
Changelog

Sourced from sass-loader's changelog.

8.0.1 (2020-01-10)

Bug Fixes

8.0.0 (2019-08-29)

⚠ BREAKING CHANGES

  • minimum required webpack version is 4.36.0
  • minimum required node.js version is 8.9.0
  • move all sass (includePaths, importer, functions, outputStyle) options to the sassOptions option. The functions option can't be used as Function, you should use sassOption as Function to achieve this.
  • the data option was renamed to the prependData option
  • default value of the sourceMap option depends on the devtool value (eval/false values don't enable source map generation)

Features

  • automatically use the fibers package if it is possible (#744) (96184e1)
  • source map generation depends on the devtool option (#743) (fcea88e)
  • validate loader options (#737) (7b543fc)
  • reworked error handling from node-sass/sass
  • improve resolution for @import (including support _index and index files in a directory)

Bug Fixes

  • compatibility with pnp

7.3.1 (2019-08-20)

Bug Fixes

  • minimum node version in package.json (#733) (1175920)

7.3.0 (2019-08-20)

Bug Fixes

Features

... (truncated)
Commits
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for sass-loader since your current version.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/moollaza/repo-remover/pull/78 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/13/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/sass-loader-8.0.1` --- ### 📝 Commits (1) - [`bda2bad`](https://github.com/moollaza/repo-remover/commit/bda2bad3f5bdb2721af077501f4662ce9024e527) Bump sass-loader from 7.1.0 to 8.0.1 ### 📊 Changes **2 files changed** (+33 additions, -67 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+32 -66) </details> ### 📄 Description Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 7.1.0 to 8.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>v8.0.1</h2> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v8.0.0...v8.0.1">8.0.1</a> (2020-01-10)</h3> <h3>Bug Fixes</h3> <ul> <li>support webpack@5 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/794">#794</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/6c59e37e3f67668d7a3908444ddfc0176bc5601f">6c59e37</a>)</li> </ul> <h2>v8.0.0</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum required <code>webpack</code> version is <code>4.36.0</code></li> <li>minimum required <code>node.js</code> version is <code>8.9.0</code></li> <li>move all sass (<code>includePaths</code>, <code>importer</code>, <code>functions</code>) options to the <code>sassOptions</code> option. The <code>functions</code> option can't be used as <code>Function</code>, you should use <code>sassOption</code> as <code>Function</code> to achieve this.</li> <li>the <code>data</code> option was renamed to the <code>prependData</code> option</li> <li>default value of the <code>sourceMap</code> option depends on the <code>devtool</code> value (<code>eval</code>/<code>false</code> values don't enable source map generation)</li> </ul> <h3>Features</h3> <ul> <li>automatically use the <code>fibers</code> package if it is possible (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/744">#744</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/96184e1">96184e1</a>)</li> <li>source map generation depends on the <code>devtool</code> option (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/743">#743</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/fcea88e">fcea88e</a>)</li> <li>validate loader options (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/737">#737</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/7b543fc">7b543fc</a>)</li> <li>reworked error handling from <code>node-sass</code>/<code>sass</code></li> <li>improve resolution for <code>@import</code> (including support <code>_index</code> and <code>index</code> files in a directory)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>compatibility with <code>pnp</code></li> </ul> <h2>v7.3.1</h2> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v7.3.0...v7.3.1">7.3.1</a> (2019-08-20)</h3> <h3>Bug Fixes</h3> <ul> <li>minimum <code>node</code> version in <code>package.json</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/733">#733</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/1175920">1175920</a>)</li> </ul> <h2>v7.3.0</h2> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v7.2.0...v7.3.0">7.3.0</a> (2019-08-20)</h2> <h3>Bug Fixes</h3> <ul> <li>handle module import ending <code>/</code> as module (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/728">#728</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/997a255">997a255</a>)</li> <li>resolution algorithm (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/720">#720</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/0e94940">0e94940</a>)</li> <li>use &quot;compressed&quot; output when mode is &quot;production&quot; (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/723">#723</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/b2af379">b2af379</a>)</li> </ul> <h3>Features</h3> </tr></table> ... (truncated) </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/v8.0.0...v8.0.1">8.0.1</a> (2020-01-10)</h3> <h3>Bug Fixes</h3> <ul> <li>support webpack@5 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/794">#794</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/6c59e37e3f67668d7a3908444ddfc0176bc5601f">6c59e37</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v7.3.1...v8.0.0">8.0.0</a> (2019-08-29)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum required <code>webpack</code> version is <code>4.36.0</code></li> <li>minimum required <code>node.js</code> version is <code>8.9.0</code></li> <li>move all sass (<code>includePaths</code>, <code>importer</code>, <code>functions</code>, <code>outputStyle</code>) options to the <code>sassOptions</code> option. The <code>functions</code> option can't be used as <code>Function</code>, you should use <code>sassOption</code> as <code>Function</code> to achieve this.</li> <li>the <code>data</code> option was renamed to the <code>prependData</code> option</li> <li>default value of the <code>sourceMap</code> option depends on the <code>devtool</code> value (<code>eval</code>/<code>false</code> values don't enable source map generation)</li> </ul> <h3>Features</h3> <ul> <li>automatically use the <code>fibers</code> package if it is possible (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/744">#744</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/96184e1">96184e1</a>)</li> <li>source map generation depends on the <code>devtool</code> option (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/743">#743</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/fcea88e">fcea88e</a>)</li> <li>validate loader options (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/737">#737</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/7b543fc">7b543fc</a>)</li> <li>reworked error handling from <code>node-sass</code>/<code>sass</code></li> <li>improve resolution for <code>@import</code> (including support <code>_index</code> and <code>index</code> files in a directory)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>compatibility with <code>pnp</code></li> </ul> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v7.3.0...v7.3.1">7.3.1</a> (2019-08-20)</h3> <h3>Bug Fixes</h3> <ul> <li>minimum <code>node</code> version in <code>package.json</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/733">#733</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/1175920">1175920</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v7.2.0...v7.3.0">7.3.0</a> (2019-08-20)</h2> <h3>Bug Fixes</h3> <ul> <li>handle module import ending <code>/</code> as module (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/728">#728</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/997a255">997a255</a>)</li> <li>resolution algorithm (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/720">#720</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/0e94940">0e94940</a>)</li> <li>use &quot;compressed&quot; output when mode is &quot;production&quot; (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/723">#723</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/b2af379">b2af379</a>)</li> </ul> <h3>Features</h3> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/3b51d47d0696c78c90c39212fc0a5b3fa3197091"><code>3b51d47</code></a> chore(release): 8.0.1</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/6c59e37e3f67668d7a3908444ddfc0176bc5601f"><code>6c59e37</code></a> fix: support webpack@5 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/794">#794</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/5611f735148fce385a18ec25dac117fc6bde1509"><code>5611f73</code></a> docs: improved documentation after breaking changes in release version 8.0.0 ...</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/4834287c92cfb06adf99e48bb680072ffb063640"><code>4834287</code></a> refactor: use startsWith (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/792">#792</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/22c597b74af930ce2b7095af55abab7a00b50c3c"><code>22c597b</code></a> refactor: use Array.includes (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/777">#777</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/ed345fa4c5b3f5964ab34703e6e2e54e6cd76c8f"><code>ed345fa</code></a> chore(deps): switch to memfs (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/791">#791</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/2e14b68e1956b7b1ca2bfad74d631352706c6383"><code>2e14b68</code></a> chore: removed the duplicated prettier config (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/781">#781</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/927438710231781f302be35248b69a03eabe39e8"><code>9274387</code></a> chore(deps): update (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/772">#772</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/6d11b7b8d6230c17465f85574600de46e244fa42"><code>6d11b7b</code></a> docs: overhaul readme (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/771">#771</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/185ba80d1bde2a44a8e60069eca0c7e266531037"><code>185ba80</code></a> test: sass modules &quot;<a href="https://github.com/use">@use</a>&quot; (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/770">#770</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/sass-loader/compare/v7.1.0...v8.0.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~evilebottnawi">evilebottnawi</a>, a new releaser for sass-loader since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=sass-loader&package-manager=npm_and_yarn&previous-version=7.1.0&new-version=8.0.1)](https://dependabot.com/compatibility-score.html?dependency-name=sass-loader&package-manager=npm_and_yarn&previous-version=7.1.0&new-version=8.0.1) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:36:47 +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/repo-remover-moollaza#83
No description provided.