Update dependency sass-loader to v9 #173

Merged
konrad merged 1 commits from renovate/sass-loader-9.x into master 2020-07-02 15:04:38 +00:00
Member

This PR contains the following updates:

Package Type Update Change
sass-loader devDependencies major 8.0.2 -> 9.0.0

Release Notes

webpack-contrib/sass-loader

v9.0.0

Compare Source

⚠ 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
8.0.2 (2020-01-13)
Bug Fixes
8.0.1 (2020-01-10)
Bug Fixes

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged, as Gitea does not support ignoring PRs.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sass-loader](https://github.com/webpack-contrib/sass-loader) | devDependencies | major | [`8.0.2` -> `9.0.0`](https://renovatebot.com/diffs/npm/sass-loader/8.0.2/9.0.0) | --- ### Release Notes <details> <summary>webpack-contrib/sass-loader</summary> ### [`v9.0.0`](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md#&#8203;900-httpsgithubcomwebpack-contribsass-loadercomparev802v900-2020-07-02) [Compare Source](https://github.com/webpack-contrib/sass-loader/compare/v8.0.2...v9.0.0) ##### ⚠ 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](https://github.com/webpack-contrib/sass-loader#additionaldata) - 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 ([#&#8203;853](https://github.com/webpack-contrib/sass-loader/issues/853)) ([d487683](https://github.com/webpack-contrib/sass-loader/commit/d487683221fcd1e5a173e083b4b40644751c8cb1)) - supports for `process.cwd()` resolution logic by default ([#&#8203;837](https://github.com/webpack-contrib/sass-loader/issues/837)) ([0c8d3b3](https://github.com/webpack-contrib/sass-loader/commit/0c8d3b3fb1cf371779b4a886cfc4e60facf68759)) - supports for `SASS-PATH` env variable resolution logic by default ([#&#8203;836](https://github.com/webpack-contrib/sass-loader/issues/836)) ([8376179](https://github.com/webpack-contrib/sass-loader/commit/83761798380dcccc5a2badde3b3affe2bac385e8)) - supports for the `sass` property for the `exports` field from `package.json` (conditional exports, for more information read [docs](https://nodejs.org/api/esm.html)) ##### Bug Fixes - avoid different content on different os ([#&#8203;832](https://github.com/webpack-contrib/sass-loader/issues/832)) ([68dd278](https://github.com/webpack-contrib/sass-loader/commit/68dd27883ce0536adc5bc170816242c67fb118ff)) - resolution logic when the `includePaths` option used was improved ([#&#8203;827](https://github.com/webpack-contrib/sass-loader/issues/827)) ([cbe5ad4](https://github.com/webpack-contrib/sass-loader/commit/cbe5ad407582a617be097d3eadd3ad8619e52507)) - resolution logic for `file://` scheme was improved ([17832fd](https://github.com/webpack-contrib/sass-loader/commit/17832fdb11f91593f4e2995003d67aebefb3be90)) - resolution logic for absolute paths and server relative URLs was improved - source maps generation was improved ##### [8.0.2](https://github.com/webpack-contrib/sass-loader/compare/v8.0.1...v8.0.2) (2020-01-13) ##### Bug Fixes - compatibility with node@8 ([#&#8203;798](https://github.com/webpack-contrib/sass-loader/issues/798)) ([6f3852f](https://github.com/webpack-contrib/sass-loader/commit/6f3852f7d393dd0bc8f8d264d81ecc941bc72511)) ##### [8.0.1](https://github.com/webpack-contrib/sass-loader/compare/v8.0.0...v8.0.1) (2020-01-10) ##### Bug Fixes - support webpack@5 ([#&#8203;794](https://github.com/webpack-contrib/sass-loader/issues/794)) ([6c59e37](https://github.com/webpack-contrib/sass-loader/commit/6c59e37e3f67668d7a3908444ddfc0176bc5601f)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :ghost: **Immortal**: This PR will be recreated if closed unmerged, as Gitea does not support ignoring PRs. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2020-07-02 15:01:01 +00:00
renovate added 1 commit 2020-07-02 15:01:17 +00:00
continuous-integration/drone/pr Build is passing Details
9db404634b
Update dependency sass-loader to v9
konrad merged commit 183dc51072 into master 2020-07-02 15:04:38 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.