[PR #785] [CLOSED] Bump sass-loader from 8.0.2 to 10.1.1 #1751

Closed
opened 2026-02-25 23:30:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/785
Author: @dependabot-preview[bot]
Created: 1/12/2021
Status: Closed

Base: developHead: dependabot/npm_and_yarn/sass-loader-10.1.1


📝 Commits (1)

  • da068a7 Bump sass-loader from 8.0.2 to 10.1.1

📊 Changes

2 files changed (+81 additions, -25 deletions)

View changed files

📝 package-lock.json (+80 -24)
📝 package.json (+1 -1)

📄 Description

Bumps sass-loader from 8.0.2 to 10.1.1.

Release notes

Sourced from sass-loader's releases.

v10.1.1

10.1.1 (2021-01-11)

Bug Fixes

  • problem with resolving and the includePaths option (#913) (cadc75e)

v10.1.0

10.1.0 (2020-11-11)

Features

  • allow the additionalData to be async (#902) (9d925ff)

v10.0.5

10.0.5 (2020-11-02)

Bug Fixes

v10.0.4

10.0.4 (2020-10-22)

Bug Fixes

  • compatibility with the filesystem cache (#896) (e31f9b6)

v10.0.3

10.0.3 (2020-10-09)

Chore

  • update schema-utils

v10.0.2

10.0.2 (2020-09-03)

Bug Fixes

v10.0.1

10.0.1 (2020-08-25)

Changelog

Sourced from sass-loader's changelog.

10.1.1 (2021-01-11)

Bug Fixes

  • problem with resolving and the includePaths option (#913) (cadc75e)

10.1.0 (2020-11-11)

Features

  • allow the additionalData to be async (#902) (9d925ff)

10.0.5 (2020-11-02)

Bug Fixes

10.0.4 (2020-10-22)

Bug Fixes

  • compatibility with the filesystem cache (#896) (e31f9b6)

10.0.3 (2020-10-09)

Chore

  • update schema-utils

10.0.2 (2020-09-03)

Bug Fixes

10.0.1 (2020-08-25)

Chore

  • update deps

10.0.0 (2020-08-24)

Bug Fixes

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)
  • @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/floccusaddon/floccus/pull/785 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/12/2021 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/sass-loader-10.1.1` --- ### 📝 Commits (1) - [`da068a7`](https://github.com/floccusaddon/floccus/commit/da068a7b5490fa36b5acf834819fbf238eb6efeb) Bump sass-loader from 8.0.2 to 10.1.1 ### 📊 Changes **2 files changed** (+81 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+80 -24) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 8.0.2 to 10.1.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>v10.1.1</h2> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v10.1.0...v10.1.1">10.1.1</a> (2021-01-11)</h3> <h3>Bug Fixes</h3> <ul> <li>problem with resolving and the <code>includePaths</code> option (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/913">#913</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/cadc75e80caf7d32ea47de1cbaab639f9204c0eb">cadc75e</a>)</li> </ul> <h2>v10.1.0</h2> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v10.0.5...v10.1.0">10.1.0</a> (2020-11-11)</h2> <h3>Features</h3> <ul> <li>allow the <code>additionalData</code> to be async (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/902">#902</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/9d925ff794e1e4cb9db253a6867bfa2405ec3428">9d925ff</a>)</li> </ul> <h2>v10.0.5</h2> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v10.0.4...v10.0.5">10.0.5</a> (2020-11-02)</h3> <h3>Bug Fixes</h3> <ul> <li>support node-sass v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/899">#899</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/c3e279fb4668fce4c597a6c8cd1d0f2ff8bc95e5">c3e279f</a>)</li> </ul> <h2>v10.0.4</h2> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v10.0.3...v10.0.4">10.0.4</a> (2020-10-22)</h3> <h3>Bug Fixes</h3> <ul> <li>compatibility with the filesystem cache (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/896">#896</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/e31f9b682f62e957fd2075582c3cf6cf0daf6b52">e31f9b6</a>)</li> </ul> <h2>v10.0.3</h2> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v10.0.2...v10.0.3">10.0.3</a> (2020-10-09)</h3> <h3>Chore</h3> <ul> <li>update <code>schema-utils</code></li> </ul> <h2>v10.0.2</h2> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v10.0.1...v10.0.2">10.0.2</a> (2020-09-03)</h3> <h3>Bug Fixes</h3> <ul> <li>source maps generation (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/886">#886</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/8327d55df9e8fc6e24d2759d7bd50174ed1ff1e4">8327d55</a>)</li> </ul> <h2>v10.0.1</h2> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v10.0.0...v10.0.1">10.0.1</a> (2020-08-25)</h3> <!-- raw HTML omitted --> </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/v10.1.0...v10.1.1">10.1.1</a> (2021-01-11)</h3> <h3>Bug Fixes</h3> <ul> <li>problem with resolving and the <code>includePaths</code> option (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/913">#913</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/cadc75e80caf7d32ea47de1cbaab639f9204c0eb">cadc75e</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v10.0.5...v10.1.0">10.1.0</a> (2020-11-11)</h2> <h3>Features</h3> <ul> <li>allow the <code>additionalData</code> to be async (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/902">#902</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/9d925ff794e1e4cb9db253a6867bfa2405ec3428">9d925ff</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v10.0.4...v10.0.5">10.0.5</a> (2020-11-02)</h3> <h3>Bug Fixes</h3> <ul> <li>support node-sass v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/899">#899</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/c3e279fb4668fce4c597a6c8cd1d0f2ff8bc95e5">c3e279f</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v10.0.3...v10.0.4">10.0.4</a> (2020-10-22)</h3> <h3>Bug Fixes</h3> <ul> <li>compatibility with the filesystem cache (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/896">#896</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/e31f9b682f62e957fd2075582c3cf6cf0daf6b52">e31f9b6</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v10.0.2...v10.0.3">10.0.3</a> (2020-10-09)</h3> <h3>Chore</h3> <ul> <li>update <code>schema-utils</code></li> </ul> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v10.0.1...v10.0.2">10.0.2</a> (2020-09-03)</h3> <h3>Bug Fixes</h3> <ul> <li>source maps generation (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/886">#886</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/8327d55df9e8fc6e24d2759d7bd50174ed1ff1e4">8327d55</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v10.0.0...v10.0.1">10.0.1</a> (2020-08-25)</h3> <h3>Chore</h3> <ul> <li>update deps</li> </ul> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v10.0.0-rc.0...v10.0.0">10.0.0</a> (2020-08-24)</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/955b8632d35fd15c491c489d01db4567517e68aa"><code>955b863</code></a> chore(release): 10.1.1</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/cadc75e80caf7d32ea47de1cbaab639f9204c0eb"><code>cadc75e</code></a> fix: problem with resolving and the <code>includePaths</code> option (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/913">#913</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/4caf60fb4a5e8f2d13cdde531e5277b0d2b9ab0b"><code>4caf60f</code></a> chore(release): 10.1.0</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/9d925ff794e1e4cb9db253a6867bfa2405ec3428"><code>9d925ff</code></a> feat: allow the <code>additionalData</code> to be async (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/902">#902</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/e4afcd7f6c343f8b138d5ab9c262149f87f7293c"><code>e4afcd7</code></a> chore(release): 10.0.5</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/c3e279fb4668fce4c597a6c8cd1d0f2ff8bc95e5"><code>c3e279f</code></a> fix: support node-sass v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/899">#899</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/ce6b3b8440aec575b85ff20523224138eee59f43"><code>ce6b3b8</code></a> chore(release): 10.0.4</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/e31f9b682f62e957fd2075582c3cf6cf0daf6b52"><code>e31f9b6</code></a> fix: compatibility with the filesystem cache (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/896">#896</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/b37804613d6b69b54e4b08d6fa4954792d7bbb6e"><code>b378046</code></a> ci: updated webpack versions (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/895">#895</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/c2b02afe197908f367c1b33cdb338abe83f56ac6"><code>c2b02af</code></a> chore(release): 10.0.3</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/sass-loader/compare/v8.0.2...v10.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=sass-loader&package-manager=npm_and_yarn&previous-version=8.0.2&new-version=10.1.1)](https://dependabot.com/compatibility-score/?dependency-name=sass-loader&package-manager=npm_and_yarn&previous-version=8.0.2&new-version=10.1.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-25 23:30:43 +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/floccus#1751
No description provided.