[PR #673] [CLOSED] Bump sass-loader from 8.0.2 to 10.0.3 #1701

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/673
Author: @dependabot-preview[bot]
Created: 10/10/2020
Status: Closed

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


📝 Commits (1)

  • cdc18a0 Bump sass-loader from 8.0.2 to 10.0.3

📊 Changes

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

View changed files

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

📄 Description

Bumps sass-loader from 8.0.2 to 10.0.3.

Release notes

Sourced from sass-loader's releases.

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)

Chore

  • update deps

v10.0.0

10.0.0 (2020-08-24)

Bug Fixes

  • handle absolute windows path in source maps

See notes for https://github.com/webpack-contrib/sass-loader/releases/tag/v10.0.0-rc.0 release

v10.0.0-rc.0

10.0.0-rc.0 (2020-08-24)

⚠ BREAKING CHANGES

  • loader generates absolute sources in source maps, also avoids modifying sass source maps if the sourceMap option is false

v9.0.3

9.0.3 (2020-08-05)

Bug Fixes

v9.0.2

9.0.2 (2020-07-07)

Changelog

Sourced from sass-loader's changelog.

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

  • handle absolute windows path in source maps

10.0.0-rc.0 (2020-08-24)

⚠ BREAKING CHANGES

  • loader generates absolute sources in source maps, also avoids modifying sass source maps if the sourceMap option is false

9.0.3 (2020-08-05)

Bug Fixes

9.0.2 (2020-07-07)

Bug Fixes

9.0.1 (2020-07-03)

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/673 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 10/10/2020 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/sass-loader-10.0.3` --- ### 📝 Commits (1) - [`cdc18a0`](https://github.com/floccusaddon/floccus/commit/cdc18a0594ef7d235b8f3fc0e4cf9c3cc8e0ccbb) Bump sass-loader from 8.0.2 to 10.0.3 ### 📊 Changes **2 files changed** (+63 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+62 -24) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 8.0.2 to 10.0.3. <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.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> <h3>Chore</h3> <ul> <li>update deps</li> </ul> <h2>v10.0.0</h2> <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> <ul> <li>handle absolute windows path in source maps</li> </ul> <p>See notes for <a href="https://github.com/webpack-contrib/sass-loader/releases/tag/v10.0.0-rc.0">https://github.com/webpack-contrib/sass-loader/releases/tag/v10.0.0-rc.0</a> release</p> <h2>v10.0.0-rc.0</h2> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v9.0.3...v10.0.0-rc.0">10.0.0-rc.0</a> (2020-08-24)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>loader generates absolute <code>sources</code> in source maps, also avoids modifying <code>sass</code> source maps if the <code>sourceMap</code> option is <code>false</code></li> </ul> <h2>v9.0.3</h2> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v9.0.2...v9.0.3">9.0.3</a> (2020-08-05)</h3> <h3>Bug Fixes</h3> <ul> <li>resolution algorithm (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/875">#875</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/ea73cfab047c751e1055d0c2ec58ef503f7dbe36">ea73cfa</a>)</li> </ul> <h2>v9.0.2</h2> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v9.0.1...v9.0.2">9.0.2</a> (2020-07-07)</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.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> <ul> <li>handle absolute windows path in source maps</li> </ul> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v9.0.3...v10.0.0-rc.0">10.0.0-rc.0</a> (2020-08-24)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>loader generates absolute <code>sources</code> in source maps, also avoids modifying <code>sass</code> source maps if the <code>sourceMap</code> option is <code>false</code></li> </ul> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v9.0.2...v9.0.3">9.0.3</a> (2020-08-05)</h3> <h3>Bug Fixes</h3> <ul> <li>resolution algorithm (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/875">#875</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/ea73cfab047c751e1055d0c2ec58ef503f7dbe36">ea73cfa</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v9.0.1...v9.0.2">9.0.2</a> (2020-07-07)</h3> <h3>Bug Fixes</h3> <ul> <li>resolution algorithm for <code>node-sass</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/866">#866</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/4584c9054befbc56661e2781a55df96fb9f94673">4584c90</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v9.0.0...v9.0.1">9.0.1</a> (2020-07-03)</h3> <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/c2b02afe197908f367c1b33cdb338abe83f56ac6"><code>c2b02af</code></a> chore(release): 10.0.3</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/69bd1f4c350cc110222fc31f55a504c4daa254ba"><code>69bd1f4</code></a> chore(deps): update (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/893">#893</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/d67aa5ac22b911b331e264e51907c47663182cfe"><code>d67aa5a</code></a> chore(release): 10.0.2</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/8327d55df9e8fc6e24d2759d7bd50174ed1ff1e4"><code>8327d55</code></a> fix: source maps generation (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/886">#886</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/53592dabf019fdadaa7504e37a807b7ba5b16ecd"><code>53592da</code></a> chore(deps): update (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/887">#887</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/b3a19813a5574ee26f7bbc4b035c236d9edaa3df"><code>b3a1981</code></a> chore(release): 10.0.1</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/716d2bf585600e43df46028020c91ffdf5b26cce"><code>716d2bf</code></a> chore(deps): update (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/884">#884</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/d1517085071692480db70f1b06b113bbf8231427"><code>d151708</code></a> chore(release): 10.0.0</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/32491c1f347399cfde9c0ac9f7c612daef8ac33f"><code>32491c1</code></a> refactor: improve <code>sources</code> checks (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/883">#883</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/7d8b8ab0e583486ce05ddf3eaa5b92919cf51c33"><code>7d8b8ab</code></a> chore(release): 10.0.0-rc.0</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/sass-loader/compare/v8.0.2...v10.0.3">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.0.3)](https://dependabot.com/compatibility-score/?dependency-name=sass-loader&package-manager=npm_and_yarn&previous-version=8.0.2&new-version=10.0.3) 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:34 +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#1701
No description provided.