plotly / react-chart-editor

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

Update minor devDeps #979

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@storybook/react devDependencies patch 5.2.4 -> 5.2.5
glob devDependencies patch 7.1.4 -> 7.1.5
react (source) devDependencies minor 16.10.2 -> 16.11.0
react-dom (source) devDependencies minor 16.10.2 -> 16.11.0
react-test-renderer (source) devDependencies minor 16.10.2 -> 16.11.0
sass-loader devDependencies minor 7.1.0 -> 7.3.1
webpack devDependencies patch 4.41.1 -> 4.41.2
webpack-dev-server devDependencies minor 3.8.2 -> 3.9.0

Release Notes

storybookjs/storybook ### [`v5.2.5`](https://togithub.com/storybookjs/storybook/blob/master/CHANGELOG.md#​525-October-22-2019) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v5.2.4...v5.2.5) ##### Bug Fixes - UI: Fix React15 support ([#​8454](https://togithub.com/storybookjs/storybook/pull/8454)) - React-native-server: Convert port to number in CLI options ([#​8491](https://togithub.com/storybookjs/storybook/pull/8491)) - Addon-docs: Fix React.forwardedRef/memo props ([#​8445](https://togithub.com/storybookjs/storybook/pull/8445)) - MDX: Handle `` name starting with number ([#​8469](https://togithub.com/storybookjs/storybook/pull/8469)) - React: Fix custom themes breaking the welcome demo ([#​8259](https://togithub.com/storybookjs/storybook/pull/8259)) - Addon-jest: Make withTests type generic ([#​8410](https://togithub.com/storybookjs/storybook/pull/8410)) ##### Dependency Upgrades - [Security] Bump lodash from 4.17.11 to 4.17.15 ([#​8351](https://togithub.com/storybookjs/storybook/pull/8351)) ##### Dependency Upgrades - Add "[@​types/react-textarea-autosize](https://togithub.com/types/react-textarea-autosize)" to dependencies ([#​8503](https://togithub.com/storybookjs/storybook/pull/8503))
isaacs/node-glob ### [`v7.1.5`](https://togithub.com/isaacs/node-glob/compare/v7.1.4...v7.1.5) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v7.1.4...v7.1.5)
facebook/react ### [`v16.11.0`](https://togithub.com/facebook/react/blob/master/CHANGELOG.md#​16110-October-22-2019) [Compare Source](https://togithub.com/facebook/react/compare/v16.10.2...v16.11.0) ##### React DOM - Fix `mouseenter` handlers from firing twice inside nested React containers. [@​yuanoook](https://togithub.com/yuanoook) in [#​16928](https://togithub.com/facebook/react/pull/16928) - Remove `unstable_createRoot` and `unstable_createSyncRoot` experimental APIs. (These are available in the Experimental channel as `createRoot` and `createSyncRoot`.) ([@​acdlite](http://github.com/acdlite) in [#​17088](https://togithub.com/facebook/react/pull/17088))
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/webpack ### [`v4.41.2`](https://togithub.com/webpack/webpack/releases/v4.41.2) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.41.1...v4.41.2) ### Bugfixes - fix issue with invalide timezone
webpack/webpack-dev-server ### [`v3.9.0`](https://togithub.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md#​390httpsgithubcomwebpackwebpack-dev-servercomparev382v390-2019-10-22) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v3.8.2...v3.9.0) ##### Bug Fixes - add `hostname` and `port` to bonjour name to prevent name collisions ([#​2276](https://togithub.com/webpack/webpack-dev-server/issues/2276)) ([d8af2d9](https://togithub.com/webpack/webpack-dev-server/commit/d8af2d9)) - add `extKeyUsage` to self-signed cert ([#​2274](https://togithub.com/webpack/webpack-dev-server/issues/2274)) ([a4dbc3b](https://togithub.com/webpack/webpack-dev-server/commit/a4dbc3b)) ##### Features - add multiple `openPage` support ([#​2266](https://togithub.com/webpack/webpack-dev-server/issues/2266)) ([c9e9178](https://togithub.com/webpack/webpack-dev-server/commit/c9e9178)) ##### [3.8.2](https://togithub.com/webpack/webpack-dev-server/compare/v3.8.1...v3.8.2) (2019-10-02) ##### Security - update `selfsigned` package ##### [3.8.1](https://togithub.com/webpack/webpack-dev-server/compare/v3.8.0...v3.8.1) (2019-09-16) ##### Bug Fixes - add null check for connection.headers ([#​2200](https://togithub.com/webpack/webpack-dev-server/issues/2200)) ([7964997](https://togithub.com/webpack/webpack-dev-server/commit/7964997)) - false positive for an absolute path in the `ContentBase` option on windows ([#​2202](https://togithub.com/webpack/webpack-dev-server/issues/2202)) ([68ecf78](https://togithub.com/webpack/webpack-dev-server/commit/68ecf78)) - add status in quiet log level ([#​2235](https://togithub.com/webpack/webpack-dev-server/issues/2235)) ([7e2224e](https://togithub.com/webpack/webpack-dev-server/commit/7e2224e)) - scriptHost in client ([#​2246](https://togithub.com/webpack/webpack-dev-server/issues/2246)) ([00903f6](https://togithub.com/webpack/webpack-dev-server/commit/00903f6))

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.



This PR has been generated by Renovate Bot. View repository job log here.

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.