[PR #72] [CLOSED] Bump sass-loader from 7.1.0 to 8.0.0 #79

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • cf70ed2 Bump sass-loader from 7.1.0 to 8.0.0

📊 Changes

2 files changed (+29 additions, -68 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+28 -67)

📄 Description

Bumps sass-loader from 7.1.0 to 8.0.0.

Release notes

Sourced from sass-loader's releases.

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

v7.2.0

7.2.0 (2019-08-08)

... (truncated)
Changelog

Sourced from sass-loader's changelog.

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) 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

7.2.0 (2019-08-08)

... (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/72 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/7/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/sass-loader-8.0.0` --- ### 📝 Commits (1) - [`cf70ed2`](https://github.com/moollaza/repo-remover/commit/cf70ed258109815141648dad2cfc6d4882fec517) Bump sass-loader from 7.1.0 to 8.0.0 ### 📊 Changes **2 files changed** (+29 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+28 -67) </details> ### 📄 Description Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 7.1.0 to 8.0.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>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> <ul> <li><code>webpackImporter</code> option (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/732">#732</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/6f4ea37">6f4ea37</a>)</li> </ul> <h2>v7.2.0</h2> <p><a name="7.2.0"></a></p> <h1><a href="https://github.com/webpack-contrib/sass-loader/compare/v7.1.0...v7.2.0">7.2.0</a> (2019-08-08)</h1> </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> <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>) 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> <ul> <li><code>webpackImporter</code> option (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/732">#732</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/6f4ea37">6f4ea37</a>)</li> </ul> <p><a name="7.2.0"></a></p> <h1><a href="https://github.com/webpack-contrib/sass-loader/compare/v7.1.0...v7.2.0">7.2.0</a> (2019-08-08)</h1> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/aa9b53b4d1c14117c4ca114a13cecb6e53b4e87a"><code>aa9b53b</code></a> chore(release): 8.0.0</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/45ad0be17264ceada5f0b4fb87e9357abe85c4ff"><code>45ad0be</code></a> chore: next (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/748">#748</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/194fea4b206f76949830a0d8de49cff58a79c56e"><code>194fea4</code></a> chore(release): 7.3.1</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/11759202d50c377e2859dfd97f9c47fa7a0e5ec0"><code>1175920</code></a> fix: 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>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/a3ac649188ef29c359aed7cfefdb48575dcf1474"><code>a3ac649</code></a> chore(release): 7.3.0</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/6f4ea37eca98ed48305634416391f8a4c95a7e81"><code>6f4ea37</code></a> feat: <code>webpackImporter</code> option (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/732">#732</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/03302534d3661627cf51ab5f2d637af16d49fa52"><code>0330253</code></a> docs: standardize readme (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/730">#730</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/997a255d7bad7b1ce58bc51425fc048ee77b5d47"><code>997a255</code></a> fix: handle module import ending <code>/</code> as module (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/728">#728</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/071fa886398f1ad070fdbf3b286349029d244ed4"><code>071fa88</code></a> test: alias on directory with <code>_index</code> file (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/727">#727</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/6be93c87eeebbef56017ca4b332bcf68f92c829d"><code>6be93c8</code></a> test: import without quotes (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/726">#726</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/sass-loader/compare/v7.1.0...v8.0.0">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.0)](https://dependabot.com/compatibility-score.html?dependency-name=sass-loader&package-manager=npm_and_yarn&previous-version=7.1.0&new-version=8.0.0) 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:46 +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#79
No description provided.