swashata / wp-webpack-script

💥🔥📦👩‍💻 An easy to use, pre configured, hackable webpack setup & development server for WordPress themes and plugins.
https://wpack.io
MIT License
407 stars 57 forks source link

fix(deps): update dependency sass-loader to v11 - autoclosed #1217

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sass-loader 10.1.1 -> 11.1.1 age adoption passing confidence

Release Notes

webpack-contrib/sass-loader ### [`v11.1.1`](https://togithub.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md#​1111-httpsgithubcomwebpack-contribsass-loadercomparev1110v1111-2021-05-13) [Compare Source](https://togithub.com/webpack-contrib/sass-loader/compare/v11.1.0...v11.1.1) ### [`v11.1.0`](https://togithub.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md#​1110-httpsgithubcomwebpack-contribsass-loadercomparev1101v1110-2021-05-10) [Compare Source](https://togithub.com/webpack-contrib/sass-loader/compare/v11.0.1...v11.1.0) ##### Features - support `node-sass` v6.0.0 ([#​947](https://togithub.com/webpack-contrib/sass-loader/issues/947)) ([7869b29](https://togithub.com/webpack-contrib/sass-loader/commit/7869b29916d5120037a0e67063420b3333d7f68b)) ##### [11.0.1](https://togithub.com/webpack-contrib/sass-loader/compare/v11.0.0...v11.0.1) (2021-02-08) ##### Bug Fixes - compatibility with custom importers for `node-sass` ([#​927](https://togithub.com/webpack-contrib/sass-loader/issues/927)) ([af5a072](https://togithub.com/webpack-contrib/sass-loader/commit/af5a072c5170f96f3d0643dec658248d98f65ff7)) ### [`v11.0.1`](https://togithub.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md#​1101-httpsgithubcomwebpack-contribsass-loadercomparev1100v1101-2021-02-08) [Compare Source](https://togithub.com/webpack-contrib/sass-loader/compare/v11.0.0...v11.0.1) ### [`v11.0.0`](https://togithub.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md#​1100-httpsgithubcomwebpack-contribsass-loadercomparev1011v1100-2021-02-05) [Compare Source](https://togithub.com/webpack-contrib/sass-loader/compare/v10.2.0...v11.0.0) ##### Notes - using `~` is deprecated and can be removed from your code (**we recommend it**), but we still support it for historical reasons. Why you can removed it? The loader will first try to resolve `@import`/`@use` as relative, if it cannot be resolved, the loader will try to resolve `@import`/`@use` inside [`node_modules`](https://webpack.js.org/configuration/resolve/#resolve-modules). Using `~` means looking for files in [`node_modules`](https://webpack.js.org/configuration/resolve/#resolve-modules) or `resolve.alias` or `resolve.fallback`. ##### ⚠ BREAKING CHANGES - minimum supported `webpack` version is `5` ##### Features - supported the [`resolve.byDependency`](https://webpack.js.org/configuration/resolve/#resolvebydependency) option, you can setup `{ resolve: { byDependency: { sass: { mainFiles: ['custom', '...'] } } } }` ##### [10.1.1](https://togithub.com/webpack-contrib/sass-loader/compare/v10.1.0...v10.1.1) (2021-01-11) ##### Bug Fixes - problem with resolving and the `includePaths` option ([#​913](https://togithub.com/webpack-contrib/sass-loader/issues/913)) ([cadc75e](https://togithub.com/webpack-contrib/sass-loader/commit/cadc75e80caf7d32ea47de1cbaab639f9204c0eb)) ### [`v10.2.0`](https://togithub.com/webpack-contrib/sass-loader/releases/v10.2.0) [Compare Source](https://togithub.com/webpack-contrib/sass-loader/compare/v10.1.1...v10.2.0) ##### Features - support `node-sass` v6 ([dbbbdde](https://togithub.com/webpack-contrib/sass-loader/commit/dbbbdde8d73b5ebac89fdc3ca7009a644a471c5f))

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.