plotly / react-chart-editor

Customizable React-based editor panel for Plotly charts
https://plotly.github.io/react-chart-editor/
MIT License
499 stars 101 forks source link

Update dependency css-loader to v5- autoclosed #1089

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
css-loader devDependencies major 4.3.0 -> 5.0.0

Release Notes

webpack-contrib/css-loader ### [`v5.0.0`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​500-httpsgithubcomwebpack-contribcss-loadercomparev430v500-2020-10-13) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v4.3.0...v5.0.0) ##### ⚠ BREAKING CHANGES - migrate on PostCSS 8 - runtime doesn't contain source maps code without `sourceMap: true` - returned value from the `getLocalIdent` escapes by default, the `exportName` value is always unescaped - Auto enable icss modules for all files for which `/\.icss\.\w+$/i` (the `modules.compileType` option is `icss`) - `[emoji]` placeholder was deprecated - `icss` option was removed (it was deprecated previously) ##### Features - allow named exports to have underscores in names ([#​1209](https://togithub.com/webpack-contrib/css-loader/issues/1209)) ([747d62b](https://togithub.com/webpack-contrib/css-loader/commit/747d62b75a878d8881f4819b96297667dc689b8f)) - hide warning when you don't need handle `url()`/`@import` ([#​1195](https://togithub.com/webpack-contrib/css-loader/issues/1195)) ([dd52931](https://togithub.com/webpack-contrib/css-loader/commit/dd52931150ed42f122d9017642437c26cc1b2422)) - improve error message ([52412f6](https://togithub.com/webpack-contrib/css-loader/commit/52412f6d5a54745ee37a4a67f038455c26ba5772)) - reduce runtime ([9f974be](https://togithub.com/webpack-contrib/css-loader/commit/9f974be81f5942d3afaf783529677bd541952fa3)) - add fallback if custom getLocalIdent returns `null`/`undefined` ([#​1193](https://togithub.com/webpack-contrib/css-loader/issues/1193)) ([0f95841](https://togithub.com/webpack-contrib/css-loader/commit/0f9584135e63f9f354043e7f414e0c1aad0edc6e))

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.

:no_bell: 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.