Update dependency style-loader to v2 #4

Merged
norwin merged 1 commit from renovate/style-loader-2.x into master 2020-11-05 22:55:39 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
style-loader devDependencies major ^1.2.1 -> ^2.0.0

Release Notes

webpack-contrib/style-loader

v2.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum supported Node.js version is 10.13.0
  • the esModule option is true by default, you need to change const locals = require('./styles.css')/require('./styles.css') on import locals from './styles.css'/import './styles.css'' (#​489) (727a24d)
  • removed support for loaders returning String instead of Array (#​491) (7a0ce4c)
⚠ NOTICE

To avoid problems between style-loader and mini-css-extract-plugin because of changing the esModule option to true by default we strongly recommend upgrading mini-css-extract-plugin to 1.0.0 version.


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.

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


  • 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 | |---|---|---|---| | [style-loader](https://github.com/webpack-contrib/style-loader) | devDependencies | major | [`^1.2.1` -> `^2.0.0`](https://renovatebot.com/diffs/npm/style-loader/1.3.0/2.0.0) | --- ### Release Notes <details> <summary>webpack-contrib/style-loader</summary> ### [`v2.0.0`](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#&#8203;200-httpsgithubcomwebpack-contribstyle-loadercomparev130v200-2020-10-09) [Compare Source](https://github.com/webpack-contrib/style-loader/compare/v1.3.0...v2.0.0) ##### ⚠ BREAKING CHANGES - minimum supported `Node.js` version is `10.13.0` - the `esModule` option is `true` by default, you need to change `const locals = require('./styles.css')`/`require('./styles.css')` on `import locals from './styles.css'`/`import './styles.css''` ([#&#8203;489](https://github.com/webpack-contrib/style-loader/issues/489)) ([727a24d](https://github.com/webpack-contrib/style-loader/commit/727a24d173a4d71a4100ffc2a37ab6c6684a6301)) - removed support for loaders returning `String` instead of `Array` ([#&#8203;491](https://github.com/webpack-contrib/style-loader/issues/491)) ([7a0ce4c](https://github.com/webpack-contrib/style-loader/commit/7a0ce4cfd19a2be6ad8ffe274d38618a77b22199)) ##### ⚠ NOTICE To avoid problems between `style-loader` and `mini-css-extract-plugin` because of changing the `esModule` option to `true` by default we strongly recommend upgrading `mini-css-extract-plugin` to `1.0.0` version. </details> --- ### 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. ? **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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-bot added 1 commit 2020-11-05 22:15:29 +01:00
norwin merged commit 30e08eacca into master 2020-11-05 22:55:39 +01:00
Sign in to join this conversation.
No reviewers
No labels
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: norwin/safe-bike-routing#4
No description provided.