nuxt-community / vuetify-module

Vuetify Module for Nuxt 2
Other
628 stars 106 forks source link

chore(deps): update dependency sass-loader to v12 #453

Closed renovate[bot] closed 2 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.2.0 -> ^12.3.0 age adoption passing confidence

Release Notes

webpack-contrib/sass-loader ### [`v12.3.0`](https://togithub.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md#​1230-httpsgithubcomwebpack-contribsass-loadercomparev1220v1230-2021-10-27) [Compare Source](https://togithub.com/webpack-contrib/sass-loader/compare/v12.2.0...v12.3.0) ##### Features - added the `warnRuleAsWarning` option, allows to emit a warning on the `@warn` rule ([#​992](https://togithub.com/webpack-contrib/sass-loader/issues/992)) ([c652c79](https://togithub.com/webpack-contrib/sass-loader/commit/c652c79b67999546d0e65f237a947b3e1b454691)) - use webpack logger to log sass messages (only for `dart-sass`), configure it using [infrastructureLogging](https://webpack.js.org/configuration/other-options/#infrastructurelogging) ([#​991](https://togithub.com/webpack-contrib/sass-loader/issues/991)) ([bb7cef9](https://togithub.com/webpack-contrib/sass-loader/commit/bb7cef97d5d9ba26dc2db2e1948a2a04b26f4031)) ### [`v12.2.0`](https://togithub.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md#​1220-httpsgithubcomwebpack-contribsass-loadercomparev1210v1220-2021-10-12) [Compare Source](https://togithub.com/webpack-contrib/sass-loader/compare/v12.1.0...v12.2.0) ##### Features - add link field in schema ([#​976](https://togithub.com/webpack-contrib/sass-loader/issues/976)) ([1b453fb](https://togithub.com/webpack-contrib/sass-loader/commit/1b453fb4926ab27616f3c38104033fafe37633ab)) ### [`v12.1.0`](https://togithub.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md#​1210-httpsgithubcomwebpack-contribsass-loadercomparev1200v1210-2021-06-10) [Compare Source](https://togithub.com/webpack-contrib/sass-loader/compare/v12.0.0...v12.1.0) ##### Features - allow `String` value for the `implementation` option ([382a3ca](https://togithub.com/webpack-contrib/sass-loader/commit/382a3ca7ca8b7041712de30ce5ad8e6532944c1b)) ### [`v12.0.0`](https://togithub.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md#​1200-httpsgithubcomwebpack-contribsass-loadercomparev1111v1200-2021-06-01) [Compare Source](https://togithub.com/webpack-contrib/sass-loader/compare/v11.1.1...v12.0.0) ##### ⚠ BREAKING CHANGES - minimum supported `Node.js` version is `12.13.0` ##### Bug Fixes - crash in custom importers with worker threads ([#​958](https://togithub.com/webpack-contrib/sass-loader/issues/958)) ([67aa139](https://togithub.com/webpack-contrib/sass-loader/commit/67aa1391c12013aae70e08f5bbabb94e74b10a6d)) - resolving `_index.import.scss`/`index.import.scss` in packages ([#​906](https://togithub.com/webpack-contrib/sass-loader/issues/906)) ([6641a16](https://togithub.com/webpack-contrib/sass-loader/commit/6641a16d510db653fbdc2bcfc265603c9f6fcd1a)) ##### [11.1.1](https://togithub.com/webpack-contrib/sass-loader/compare/v11.1.0...v11.1.1) (2021-05-13) ##### Bug Fixes - disabled auto importing `fiber` on node >= 16 due incompatibility problems ([#​950](https://togithub.com/webpack-contrib/sass-loader/issues/950)) ([4ca004b](https://togithub.com/webpack-contrib/sass-loader/commit/4ca004b9e733bd2261ec68a7db4de07d79cf331a)) ### [`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/compare/v11.0.0...v11.0.1) [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', '...'] } } } }`

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.

codecov[bot] commented 3 years ago

Codecov Report

Merging #453 (9b37d21) into master (4ff3605) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #453   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines           75        75           
  Branches        24        24           
=========================================
  Hits            75        75           

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 4ff3605...9b37d21. Read the comment docs.