[PR #973] [MERGED] ⬆️ Bump sass-loader from 8.0.2 to 9.0.0 #2976

Closed
opened 2026-03-17 00:38:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/973
Author: @dependabot[bot]
Created: 7/2/2020
Status: Merged
Merged: 7/2/2020
Merged by: @liyasthomas

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


📝 Commits (1)

  • a412095 ⬆️ Bump sass-loader from 8.0.2 to 9.0.0

📊 Changes

2 files changed (+62 additions, -10 deletions)

View changed files

📝 package-lock.json (+61 -9)
📝 package.json (+1 -1)

📄 Description

Bumps sass-loader from 8.0.2 to 9.0.0.

Release notes

Sourced from sass-loader's releases.

v9.0.0

9.0.0 (2020-07-02)

⚠ BREAKING CHANGES

  • minimum supported Nodejs version is 10.13
  • prefer sass (dart-sass) by default, it is strongly recommended to migrate on sass (dart-sass)
  • the prependData option was removed in favor the additionalData option, see docs
  • when the sourceMap is true, sassOptions.sourceMap, sassOptions.sourceMapContents, sassOptions.sourceMapEmbed, sassOptions.sourceMapRoot and sassOptions.omitSourceMapUrl will be ignored.

Features

  • pass the loader context to custom importers under the this.webpackLoaderContext property (#853) (d487683)
  • supports for process.cwd() resolution logic by default (#837) (0c8d3b3)
  • supports for SASS-PATH env variable resolution logic by default (#836) (8376179)
  • supports for the sass property for the exports field from package.json (conditional exports, for more information read docs)

Bug Fixes

  • avoid different content on different os (#832) (68dd278)
  • resolution logic when the includePaths option used was improved (#827) (cbe5ad4)
  • resolution logic for file:// scheme was improved (17832fd)
  • resolution logic for absolute paths and server relative URLs was improved
  • source maps generation was improved
Changelog

Sourced from sass-loader's changelog.

9.0.0 (2020-07-02)

⚠ BREAKING CHANGES

  • minimum supported Nodejs version is 10.13
  • prefer sass (dart-sass) by default, it is strongly recommended to migrate on sass (dart-sass)
  • the prependData option was removed in favor the additionalData option, see docs
  • when the sourceMap is true, sassOptions.sourceMap, sassOptions.sourceMapContents, sassOptions.sourceMapEmbed, sassOptions.sourceMapRoot and sassOptions.omitSourceMapUrl will be ignored.

Features

  • pass the loader context to custom importers under the this.webpackLoaderContext property (#853) (d487683)
  • supports for process.cwd() resolution logic by default (#837) (0c8d3b3)
  • supports for SASS-PATH env variable resolution logic by default (#836) (8376179)
  • supports for the sass property for the exports field from package.json (conditional exports, for more information read docs)

Bug Fixes

  • avoid different content on different os (#832) (68dd278)
  • resolution logic when the includePaths option used was improved (#827) (cbe5ad4)
  • resolution logic for file:// scheme was improved (17832fd)
  • resolution logic for absolute paths and server relative URLs was improved
  • source maps generation was improved
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/973 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/2/2020 **Status:** ✅ Merged **Merged:** 7/2/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/sass-loader-9.0.0` --- ### 📝 Commits (1) - [`a412095`](https://github.com/hoppscotch/hoppscotch/commit/a412095707eaa3c2356c0b00b1a6fbba1de5772b) :arrow_up: Bump sass-loader from 8.0.2 to 9.0.0 ### 📊 Changes **2 files changed** (+62 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+61 -9) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 8.0.2 to 9.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>v9.0.0</h2> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v8.0.2...v9.0.0">9.0.0</a> (2020-07-02)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported Nodejs version is <code>10.13</code></li> <li>prefer <code>sass</code> (<code>dart-sass</code>) by default, it is strongly recommended to migrate on <code>sass</code> (<code>dart-sass</code>)</li> <li>the <code>prependData</code> option was removed in favor the <code>additionalData</code> option, see <a href="https://github.com/webpack-contrib/sass-loader#additionaldata">docs</a></li> <li>when the <code>sourceMap</code> is <code>true</code>, <code>sassOptions.sourceMap</code>, <code>sassOptions.sourceMapContents</code>, <code>sassOptions.sourceMapEmbed</code>, <code>sassOptions.sourceMapRoot</code> and <code>sassOptions.omitSourceMapUrl</code> will be ignored.</li> </ul> <h3>Features</h3> <ul> <li>pass the loader context to custom importers under the <code>this.webpackLoaderContext</code> property (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/853">#853</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/d487683221fcd1e5a173e083b4b40644751c8cb1">d487683</a>)</li> <li>supports for <code>process.cwd()</code> resolution logic by default (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/837">#837</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/0c8d3b3fb1cf371779b4a886cfc4e60facf68759">0c8d3b3</a>)</li> <li>supports for <code>SASS-PATH</code> env variable resolution logic by default (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/836">#836</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/83761798380dcccc5a2badde3b3affe2bac385e8">8376179</a>)</li> <li>supports for the <code>sass</code> property for the <code>exports</code> field from <code>package.json</code> (conditional exports, for more information read <a href="https://nodejs.org/api/esm.html">docs</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>avoid different content on different os (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/832">#832</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/68dd27883ce0536adc5bc170816242c67fb118ff">68dd278</a>)</li> <li>resolution logic when the <code>includePaths</code> option used was improved (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/827">#827</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/cbe5ad407582a617be097d3eadd3ad8619e52507">cbe5ad4</a>)</li> <li>resolution logic for <code>file://</code> scheme was improved (<a href="https://github.com/webpack-contrib/sass-loader/commit/17832fdb11f91593f4e2995003d67aebefb3be90">17832fd</a>)</li> <li>resolution logic for absolute paths and server relative URLs was improved</li> <li>source maps generation was improved</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> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v8.0.2...v9.0.0">9.0.0</a> (2020-07-02)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported Nodejs version is <code>10.13</code></li> <li>prefer <code>sass</code> (<code>dart-sass</code>) by default, it is strongly recommended to migrate on <code>sass</code> (<code>dart-sass</code>)</li> <li>the <code>prependData</code> option was removed in favor the <code>additionalData</code> option, see <a href="https://github.com/webpack-contrib/sass-loader#additionaldata">docs</a></li> <li>when the <code>sourceMap</code> is <code>true</code>, <code>sassOptions.sourceMap</code>, <code>sassOptions.sourceMapContents</code>, <code>sassOptions.sourceMapEmbed</code>, <code>sassOptions.sourceMapRoot</code> and <code>sassOptions.omitSourceMapUrl</code> will be ignored.</li> </ul> <h3>Features</h3> <ul> <li>pass the loader context to custom importers under the <code>this.webpackLoaderContext</code> property (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/853">#853</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/d487683221fcd1e5a173e083b4b40644751c8cb1">d487683</a>)</li> <li>supports for <code>process.cwd()</code> resolution logic by default (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/837">#837</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/0c8d3b3fb1cf371779b4a886cfc4e60facf68759">0c8d3b3</a>)</li> <li>supports for <code>SASS-PATH</code> env variable resolution logic by default (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/836">#836</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/83761798380dcccc5a2badde3b3affe2bac385e8">8376179</a>)</li> <li>supports for the <code>sass</code> property for the <code>exports</code> field from <code>package.json</code> (conditional exports, for more information read <a href="https://nodejs.org/api/esm.html">docs</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>avoid different content on different os (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/832">#832</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/68dd27883ce0536adc5bc170816242c67fb118ff">68dd278</a>)</li> <li>resolution logic when the <code>includePaths</code> option used was improved (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/827">#827</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/cbe5ad407582a617be097d3eadd3ad8619e52507">cbe5ad4</a>)</li> <li>resolution logic for <code>file://</code> scheme was improved (<a href="https://github.com/webpack-contrib/sass-loader/commit/17832fdb11f91593f4e2995003d67aebefb3be90">17832fd</a>)</li> <li>resolution logic for absolute paths and server relative URLs was improved</li> <li>source maps generation was improved</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/45bd8655864adbfe7e1c71a277c8e9cbb22b86ab"><code>45bd865</code></a> chore(release): 9.0.0</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/062991588769f20bd9887a2913e8fdd22ac7eedb"><code>0629915</code></a> refactor: code before release</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/c11478da281ce06812f9d8444d713cce501b7c72"><code>c11478d</code></a> test: ambiguous imports (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/855">#855</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/73009fda97881f6675649d7c6e9bd94f7afe4372"><code>73009fd</code></a> docs: yarn pnp + using <code>dart-sass</code> by default (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/854">#854</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/d487683221fcd1e5a173e083b4b40644751c8cb1"><code>d487683</code></a> feat: pass the loader context to custom importers under `this.webpackLoaderCo...</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/b3ffd5b44df1c0950489afe2c85ca28af331ca4a"><code>b3ffd5b</code></a> test: resolution logic (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/852">#852</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/3abe3f57b1789ce094c387a51d8ed75adb742f4f"><code>3abe3f5</code></a> fix: resolution logic</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/20b7a11d5db7d17eb7fac7e36ed97f320e148ad7"><code>20b7a11</code></a> docs: fix link for prependData (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/847">#847</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/006c02e29ae46698c1ecd26f693f4e7322e2ec78"><code>006c02e</code></a> refactor: code</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/2a18d5b3d664cfec65dc9f22600e59dedef40bfb"><code>2a18d5b</code></a> ci: node@14 (<a href="https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/842">#842</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/sass-loader/compare/v8.0.2...v9.0.0">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=8.0.2&new-version=9.0.0)](https://help.github.com/articles/configuring-automated-security-fixes) 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:38:09 +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#2976
No description provided.