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

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@babel/cli (source) devDependencies patch 7.6.2 -> 7.6.4
@babel/core (source) devDependencies patch 7.6.2 -> 7.6.4
@babel/node (source) devDependencies patch 7.6.2 -> 7.6.3
@babel/preset-env (source) devDependencies patch 7.6.2 -> 7.6.3
@babel/preset-react (source) devDependencies minor 7.0.0 -> 7.6.3
@babel/traverse (source) devDependencies patch 7.6.2 -> 7.6.3
@hot-loader/react-dom devDependencies minor 16.9.0 -> 16.10.2
@storybook/react devDependencies patch 5.2.3 -> 5.2.4
autoprefixer devDependencies patch 9.6.4 -> 9.6.5
enzyme-adapter-react-16 (source) devDependencies minor 1.14.0 -> 1.15.1
react-ace devDependencies patch 7.0.4 -> 7.0.5
react-hot-loader devDependencies patch 4.12.14 -> 4.12.15
sass-loader devDependencies minor 7.1.0 -> 7.3.1
webpack devDependencies patch 4.41.0 -> 4.41.1

Release Notes

babel/babel ### [`v7.6.4`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v764-2019-10-10) [Compare Source](https://togithub.com/babel/babel/compare/v7.6.3...v7.6.4) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​10491](https://togithub.com/babel/babel/pull/10491) Trailing comma after rest - The final fix ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-transform-fixture-test-runner` - [#​10536](https://togithub.com/babel/babel/pull/10536) Revert "chore: Upgrade source-map to 0.6.1 ([#​10446](https://togithub.com/babel/babel/issues/10446))" ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.6.3`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v763-2019-10-08) [Compare Source](https://togithub.com/babel/babel/compare/v7.6.2...v7.6.3) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​10469](https://togithub.com/babel/babel/pull/10469) Disallow await inside async arrow params ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10493](https://togithub.com/babel/babel/pull/10493) [parser] Disallow numeric separators in legacy octal like integers ([@​gonzarodriguezt](https://togithub.com/gonzarodriguezt)) ##### :rocket: New Feature - `babel-types` - [#​10504](https://togithub.com/babel/babel/pull/10504) Add declarations for more of [@​babel/types](https://togithub.com/babel/types) exports ([@​Jessidhia](https://togithub.com/Jessidhia)) ##### :bug: Bug Fix - `babel-plugin-transform-block-scoping` - [#​10343](https://togithub.com/babel/babel/pull/10343) Do not remove let bindings even they are wrapped in closure ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​10119](https://togithub.com/babel/babel/pull/10119) add scope to TSModuleDeclaration ([@​tanhauhau](https://togithub.com/tanhauhau)) - [#​10332](https://togithub.com/babel/babel/pull/10332) Do not allow member expressions to start async arrows ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10490](https://togithub.com/babel/babel/pull/10490) [parser] Don't crash on comment after trailing comma after elision ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-react-constant-elements`, `babel-traverse` - [#​10529](https://togithub.com/babel/babel/pull/10529) Do not hoist jsx referencing a mutable binding ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-typescript` - [#​10220](https://togithub.com/babel/babel/pull/10220) Flow: interface identifier should be declared in the scope ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-core` - [#​10419](https://togithub.com/babel/babel/pull/10419) assertNoDuplicates throw with more context ([@​hjdivad](https://togithub.com/hjdivad)) - [#​10511](https://togithub.com/babel/babel/pull/10511) Add filename to transform error ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - Other - [#​10506](https://togithub.com/babel/babel/pull/10506) Use `make -j` for parallel build ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10443](https://togithub.com/babel/babel/pull/10443) perf: only apply lazy cjs module transform on cli and core ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10494](https://togithub.com/babel/babel/pull/10494) Enable optional chaining and nullish coalescing plugins ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner`, `babel-node`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-preset-react` - [#​10249](https://togithub.com/babel/babel/pull/10249) Add windows to travis ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-parser` - [#​10371](https://togithub.com/babel/babel/pull/10371) perf: replace lookahead by lookaheadCharCode ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​10443](https://togithub.com/babel/babel/pull/10443) perf: only apply lazy cjs module transform on cli and core ([@​JLHwung](https://togithub.com/JLHwung))
storybookjs/storybook ### [`v5.2.4`](https://togithub.com/storybookjs/storybook/releases/v5.2.4) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v5.2.3...v5.2.4) ##### Bug Fixes - Angular: Fix angular2-template-loader / raw-loader version conflicts ([#​8269](https://togithub.com/storybookjs/storybook/pull/8269)) - CSF: Warn when CSF and `storiesOf` mixed in one file ([#​8411](https://togithub.com/storybookjs/storybook/pull/8411)) - Addon API: Clean preview hooks when removing a story ([#​8408](https://togithub.com/storybookjs/storybook/pull/8408)) - Update button.svelte ([#​8369](https://togithub.com/storybookjs/storybook/pull/8369)) - CSF: Ignore \_\_esModule export ([#​8317](https://togithub.com/storybookjs/storybook/pull/8317)) ##### Maintenance - Publish top-level .js and .d.ts files ([#​8354](https://togithub.com/storybookjs/storybook/pull/8354))
postcss/autoprefixer ### [`v9.6.5`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​965) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.6.4...9.6.5) - Fix selector prefixing (by Andrey Alexandrov).
airbnb/enzyme ### [`v1.15.1`](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.15.0...enzyme-adapter-react-16@​1.15.1) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.15.0...enzyme-adapter-react-16@​1.15.1) ### [`v1.15.0`](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.14.0...enzyme-adapter-react-16@​1.15.0) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.14.0...enzyme-adapter-react-16@​1.15.0)
securingsincity/react-ace ### [`v7.0.5`](https://togithub.com/securingsincity/react-ace/blob/master/CHANGELOG.md#​705) [Compare Source](https://togithub.com/securingsincity/react-ace/compare/v7.0.4...v7.0.5) - Upgrades dev dependencies
gaearon/react-hot-loader ### [`v4.12.15`](https://togithub.com/gaearon/react-hot-loader/blob/master/CHANGELOG.md#​41215httpsgithubcomgaearonreact-hot-loadercomparev41214v41215-2019-10-08) [Compare Source](https://togithub.com/gaearon/react-hot-loader/compare/v4.12.14...v4.12.15) ##### Bug Fixes - React 16.10 support ([b7ed82a](https://togithub.com/gaearon/react-hot-loader/commit/b7ed82a))
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.1`](https://togithub.com/webpack/webpack/releases/v4.41.1) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.41.0...v4.41.1) ### Bugfixes - fix incorrect request shortening when directory looks similar to parent directory - fix crash when timezone is unknown

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.