plotly / react-chart-editor

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

Update minor devDeps #996

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
css-loader devDependencies patch 3.4.0 -> 3.4.1
eslint-config-prettier devDependencies minor 6.7.0 -> 6.9.0
postcss (source) devDependencies patch 7.0.25 -> 7.0.26
postcss-combine-duplicated-selectors devDependencies minor 8.0.3 -> 8.1.0
sass-loader devDependencies minor 7.1.0 -> 7.3.1
style-loader devDependencies patch 1.1.1 -> 1.1.2
webpack devDependencies patch 4.41.4 -> 4.41.5

Release Notes

webpack-contrib/css-loader ### [`v3.4.1`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​341httpsgithubcomwebpack-contribcss-loadercomparev340v341-2020-01-03) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v3.4.0...v3.4.1)
prettier/eslint-config-prettier ### [`v6.9.0`](https://togithub.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md#Version-690-2019-12-27) [Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v6.8.0...v6.9.0) - Added: [vue/max-len]. Thanks to [@​xcatliu](https://togithub.com/xcatliu)! ### [`v6.8.0`](https://togithub.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md#Version-680-2019-12-25) [Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/dcca556e260af985ece4d9af92531fa649268f80...v6.8.0) - Added: [@​typescript-eslint/no-extra-semi]. Thanks to [@​xcatliu](https://togithub.com/xcatliu)!
postcss/postcss ### [`v7.0.26`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​7026) [Compare Source](https://togithub.com/postcss/postcss/compare/7.0.25...7.0.26) - Fix TypeScript definition (by Natalie Weizenbaum).
ChristianMurphy/postcss-combine-duplicated-selectors ### [`v8.1.0`](https://togithub.com/ChristianMurphy/postcss-combine-duplicated-selectors/compare/v8.0.3...v8.1.0) [Compare Source](https://togithub.com/ChristianMurphy/postcss-combine-duplicated-selectors/compare/v8.0.3...v8.1.0)
webpack-contrib/sass-loader ### [`v7.3.1`](https://togithub.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md#​800httpsgithubcomwebpack-contribsass-loadercomparev731v800-2019-08-29) [Compare Source](https://togithub.com/webpack-contrib/sass-loader/compare/v7.3.0...v7.3.1) ##### ⚠ BREAKING CHANGES - minimum required `webpack` version is `4.36.0` - minimum required `node.js` version is `8.9.0` - move all sass (`includePaths`, `importer`, `functions`) options to the `sassOptions` option. The `functions` option can't be used as `Function`, you should use `sassOption` as `Function` to achieve this. - the `data` option was renamed to the `prependData` option - default value of the `sourceMap` option depends on the `devtool` value (`eval`/`false` values don't enable source map generation) ##### Features - automatically use the `fibers` package if it is possible ([#​744](https://togithub.com/webpack-contrib/sass-loader/issues/744)) ([96184e1](https://togithub.com/webpack-contrib/sass-loader/commit/96184e1)) - source map generation depends on the `devtool` option ([#​743](https://togithub.com/webpack-contrib/sass-loader/issues/743)) ([fcea88e](https://togithub.com/webpack-contrib/sass-loader/commit/fcea88e)) - validate loader options ([#​737](https://togithub.com/webpack-contrib/sass-loader/issues/737)) ([7b543fc](https://togithub.com/webpack-contrib/sass-loader/commit/7b543fc)) - reworked error handling from `node-sass`/`sass` - improve resolution for `@import` (including support `_index` and `index` files in a directory) ##### Bug Fixes - compatibility with `pnp` ##### [7.3.1](https://togithub.com/webpack-contrib/sass-loader/compare/v7.3.0...v7.3.1) (2019-08-20) ##### Bug Fixes - minimum `node` version in `package.json` ([#​733](https://togithub.com/webpack-contrib/sass-loader/issues/733)) ([1175920](https://togithub.com/webpack-contrib/sass-loader/commit/1175920)) ### [`v7.3.0`](https://togithub.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md#​730httpsgithubcomwebpack-contribsass-loadercomparev720v730-2019-08-20) [Compare Source](https://togithub.com/webpack-contrib/sass-loader/compare/v7.2.0...v7.3.0) ##### Bug Fixes - handle module import ending `/` as module ([#​728](https://togithub.com/webpack-contrib/sass-loader/issues/728)) ([997a255](https://togithub.com/webpack-contrib/sass-loader/commit/997a255)) - resolution algorithm ([#​720](https://togithub.com/webpack-contrib/sass-loader/issues/720)) ([0e94940](https://togithub.com/webpack-contrib/sass-loader/commit/0e94940)) - use "compressed" output when mode is "production" ([#​723](https://togithub.com/webpack-contrib/sass-loader/issues/723)) ([b2af379](https://togithub.com/webpack-contrib/sass-loader/commit/b2af379)) ##### Features - `webpackImporter` option ([#​732](https://togithub.com/webpack-contrib/sass-loader/issues/732)) ([6f4ea37](https://togithub.com/webpack-contrib/sass-loader/commit/6f4ea37)) ### [`v7.2.0`](https://togithub.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md#​720httpsgithubcomwebpack-contribsass-loadercomparev710v720-2019-08-08) [Compare Source](https://togithub.com/webpack-contrib/sass-loader/compare/v7.1.0...v7.2.0) ##### Bug Fixes - better handle stdin in sources ([#​681](https://togithub.com/webpack-contrib/sass-loader/issues/681)) ([e279f2a](https://togithub.com/webpack-contrib/sass-loader/commit/e279f2a)) - prefer `sass`/`scss`/`css` extensions ([#​711](https://togithub.com/webpack-contrib/sass-loader/issues/711)) ([6fc9d4e](https://togithub.com/webpack-contrib/sass-loader/commit/6fc9d4e)) - relax node engine ([#​708](https://togithub.com/webpack-contrib/sass-loader/issues/708)) ([2a51502](https://togithub.com/webpack-contrib/sass-loader/commit/2a51502)) ##### Features - allow passing `functions` option as function ([#​651](https://togithub.com/webpack-contrib/sass-loader/issues/651)) ([6c9654d](https://togithub.com/webpack-contrib/sass-loader/commit/6c9654d)) - support `data` as `Function` ([#​648](https://togithub.com/webpack-contrib/sass-loader/issues/648)) ([aa64e1b](https://togithub.com/webpack-contrib/sass-loader/commit/aa64e1b)) - support `sass` and `style` fields in `package.json` ([#​647](https://togithub.com/webpack-contrib/sass-loader/issues/647)) ([a8709c9](https://togithub.com/webpack-contrib/sass-loader/commit/a8709c9)) - support auto resolving `dart-sass` ([ff90dd6](https://togithub.com/webpack-contrib/sass-loader/commit/ff90dd6))
webpack-contrib/style-loader ### [`v1.1.2`](https://togithub.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#​112httpsgithubcomwebpack-contribstyle-loadercomparev111v112-2019-12-25) [Compare Source](https://togithub.com/webpack-contrib/style-loader/compare/v1.1.1...v1.1.2)
webpack/webpack ### [`v4.41.5`](https://togithub.com/webpack/webpack/releases/v4.41.5) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.41.4...v4.41.5) ### Bugfixes - handle relative paths with `webpack://` prefix in SourceMaps correctly - fixes a non-determinism about `providedExports` with `export *` which caused changing module hashes and unnecessary HMR invalidation

Renovate configuration

:date: Schedule: "before 2am on monday" (UTC).

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

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

renovate[bot] commented 4 years ago

PR has been edited

:construction_worker: This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.