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 #985

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
eslint-config-prettier devDependencies minor 6.5.0 -> 6.6.0
react (source) devDependencies minor 16.11.0 -> 16.12.0
react-dom (source) devDependencies minor 16.11.0 -> 16.12.0
react-hot-loader devDependencies patch 4.12.16 -> 4.12.18
react-test-renderer (source) devDependencies minor 16.11.0 -> 16.12.0
sass-loader devDependencies minor 7.1.0 -> 7.3.1

Release Notes

prettier/eslint-config-prettier ### [`v6.6.0`](https://togithub.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md#Version-660-2019-11-17) [Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v6.5.0...v6.6.0) - Added: New [eslint-plugin-vue] rules: [vue/dot-location] and [vue/keyword-spacing]. Thanks to [@​xcatliu](https://togithub.com/xcatliu)!
facebook/react ### [`v16.12.0`](https://togithub.com/facebook/react/blob/master/CHANGELOG.md#​16120-November-14-2019) [Compare Source](https://togithub.com/facebook/react/compare/v16.11.0...v16.12.0) ##### React DOM - Fix passive effects (`useEffect`) not being fired in a multi-root app. ([@​acdlite](https://togithub.com/acdlite) in [#​17347](https://togithub.com/facebook/react/pull/17347)) ##### React Is - Fix `lazy` and `memo` types considered elements instead of components ([@​bvaughn](https://togithub.com/bvaughn) in [#​17278](https://togithub.com/facebook/react/pull/17278))
gaearon/react-hot-loader ### [`v4.12.18`](https://togithub.com/gaearon/react-hot-loader/blob/master/CHANGELOG.md#​41218httpsgithubcomgaearonreact-hot-loadercomparev41217v41218-2019-11-16) [Compare Source](https://togithub.com/gaearon/react-hot-loader/compare/v4.12.17...v4.12.18) ### [`v4.12.17`](https://togithub.com/gaearon/react-hot-loader/blob/master/CHANGELOG.md#​41218httpsgithubcomgaearonreact-hot-loadercomparev41217v41218-2019-11-16) [Compare Source](https://togithub.com/gaearon/react-hot-loader/compare/v4.12.16...v4.12.17)
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))

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.