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 minor devDeps #1007

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.8.3 -> 7.8.4
@babel/core (source) devDependencies patch 7.8.3 -> 7.8.4
@babel/node (source) devDependencies patch 7.8.3 -> 7.8.4
@babel/preset-env (source) devDependencies patch 7.8.3 -> 7.8.4
@babel/traverse (source) devDependencies patch 7.8.3 -> 7.8.4
@storybook/react devDependencies patch 5.3.9 -> 5.3.10
eslint-config-prettier devDependencies minor 6.9.0 -> 6.10.0
eslint-plugin-import devDependencies patch 2.20.0 -> 2.20.1
eslint-plugin-react devDependencies patch 7.18.0 -> 7.18.3
rimraf devDependencies patch 3.0.0 -> 3.0.1
sass-loader devDependencies minor 7.1.0 -> 7.3.1
webpack-dev-server devDependencies patch 3.10.1 -> 3.10.2

Release Notes

babel/babel ### [`v7.8.4`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v784-2020-01-30) [Compare Source](https://togithub.com/babel/babel/compare/v7.8.3...v7.8.4) > :warning: In Babel 7.8.0 we introduced the `--copy-ignored` option for `@babel/cli`, defaulting to `false`. However, previous versions behaved as if that option was present: for this reason, we changed its default value to `true` (when `--copy-files` is provided) and introduced a `--no-copy-ignored` option to disable it. > > ##### :eyeglasses: Spec Compliance > > - `babel-parser` > - [#​11031](https://togithub.com/babel/babel/pull/11031) fix: properly parse member expression after property initializer ([@​vedantroy](https://togithub.com/vedantroy)) > - [#​11017](https://togithub.com/babel/babel/pull/11017) Update coalesce precedence ([@​JLHwung](https://togithub.com/JLHwung)) > - [#​11009](https://togithub.com/babel/babel/pull/11009) fix: triple `__proto__` in object patterns should be allowed ([@​JLHwung](https://togithub.com/JLHwung)) > - [#​10987](https://togithub.com/babel/babel/pull/10987) Duplicate `__proto__` key should be allowed in object patterns ([@​JLHwung](https://togithub.com/JLHwung)) > > ##### :bug: Bug Fix > > - `babel-cli` > - [#​11063](https://togithub.com/babel/babel/pull/11063) [@​babel/cli] Copy ignored files by default ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) > - `babel-compat-data` > - [#​11066](https://togithub.com/babel/babel/pull/11066) Fix core-js 2 builtin data for opera ([@​danez](https://togithub.com/danez)) > - `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-classes`, `babel-plugin-transform-parameters`, `babel-plugin-transform-typeof-symbol`, `babel-preset-env` > - [#​11049](https://togithub.com/babel/babel/pull/11049) Avoid compiling the \_typeof helper with itself ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) > - `babel-traverse` > - [#​11011](https://togithub.com/babel/babel/pull/11011) Bug/missing references after crawl ([@​regiontog](https://togithub.com/regiontog)) > - `babel-plugin-transform-parameters` > - [#​9714](https://togithub.com/babel/babel/pull/9714) Fix rest parameters indexing with TypeScript 'this parameter' ([@​BenoitZugmeyer](https://togithub.com/BenoitZugmeyer)) > - `babel-plugin-transform-for-of` > - [#​11023](https://togithub.com/babel/babel/pull/11023) fix: for-of transform should skip for-await-of ([@​JLHwung](https://togithub.com/JLHwung)) > - `babel-compat-data`, `babel-preset-env` > - [#​11016](https://togithub.com/babel/babel/pull/11016) Re-generate preset-env fixtures ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) > - `babel-generator` > - [#​11014](https://togithub.com/babel/babel/pull/11014) Fix parentheses removal in nullish-coalescing operation ([@​sidntrivedi012](https://togithub.com/sidntrivedi012)) > - `babel-helper-compilation-targets` > - [#​11006](https://togithub.com/babel/babel/pull/11006) fix: supply '.' subpath for backward compatibility with node.js 13.0-13.1 ([@​JLHwung](https://togithub.com/JLHwung)) > > ##### :nail_care: Polish > > - `babel-core` > - [#​10969](https://togithub.com/babel/babel/pull/10969) polish: throw human-friendly error when item-option pair is incorrectly unwrapped ([@​JLHwung](https://togithub.com/JLHwung)) > > ##### :memo: Documentation > > - `babel-parser` > - [#​11015](https://togithub.com/babel/babel/pull/11015) add AST for the module attribute proposal ([@​xtuc](https://togithub.com/xtuc)) > > ##### :house: Internal > > - `babel-compat-data` > - [#​11039](https://togithub.com/babel/babel/pull/11039) Update compat table ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) > - [#​11041](https://togithub.com/babel/babel/pull/11041) Delete duplicated file in `@babel/compat-data` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) > - [#​10814](https://togithub.com/babel/babel/pull/10814) chore: map mobile browser data to their desktop version ([@​JLHwung](https://togithub.com/JLHwung)) > - [#​11024](https://togithub.com/babel/babel/pull/11024) Check that generated compat-data is up to date on CI ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) > - `babel-parser` > - [#​11032](https://togithub.com/babel/babel/pull/11032) refactor: simplify toAssignable routine ([@​JLHwung](https://togithub.com/JLHwung)) > - [#​11026](https://togithub.com/babel/babel/pull/11026) chore: use [@​babel/eslint-config-internal](https://togithub.com/babel/eslint-config-internal) ([@​JLHwung](https://togithub.com/JLHwung)) > - `babel-preset-env` > - [#​11030](https://togithub.com/babel/babel/pull/11030) update compat-data related docs/config [skip ci]([@​JLHwung](https://togithub.com/JLHwung)) > - `babel-compat-data`, `babel-node`, `babel-parser`, `babel-preset-env` > - [#​11025](https://togithub.com/babel/babel/pull/11025) Enable `no-process-exit` ([@​JLHwung](https://togithub.com/JLHwung)) > - Other > - [#​11021](https://togithub.com/babel/babel/pull/11021) chore: replace yarn-upgrade by bump-babel-dependencies in vuejs e2e tests ([@​JLHwung](https://togithub.com/JLHwung)) > - [#​11004](https://togithub.com/babel/babel/pull/11004) chore: test against [@​vue/babel-preset-app](https://togithub.com/vue/babel-preset-app) ([@​JLHwung](https://togithub.com/JLHwung)) > - `babel-core` > - [#​10995](https://togithub.com/babel/babel/pull/10995) Exclude `import()` tests from pubilsh build ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) > > ##### :running_woman: Performance > > - `babel-parser` > - [#​11029](https://togithub.com/babel/babel/pull/11029) fix(babel-parser): avoid state.clone() to clone the whole token store ([@​3cp](https://togithub.com/3cp))
storybookjs/storybook ### [`v5.3.10`](https://togithub.com/storybookjs/storybook/blob/master/CHANGELOG.md#​5310-February-2-2020) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v5.3.9...v5.3.10) ##### Bug Fixes - Core: Upgrade `min-css-extract-plugin` to fix SASS loading ([#​9652](https://togithub.com/storybookjs/storybook/pull/9652)) - CRA: Fix jsconfig support ([#​9324](https://togithub.com/storybookjs/storybook/pull/9324)) - Web-components: Fix default value for docs prop table ([#​9655](https://togithub.com/storybookjs/storybook/pull/9655)) - Web-components: Fix types to play nicely with lit-element ([#​9557](https://togithub.com/storybookjs/storybook/pull/9557)) - UI: Add support for className prop on Form.Field ([#​9665](https://togithub.com/storybookjs/storybook/pull/9665)) - Addon-storyshots: Remove excess slashes from jest transform warning ([#​9616](https://togithub.com/storybookjs/storybook/pull/9616)) ##### Maintenance - Ember: Migrate to new "import { hbs } from 'ember-cli-htmlbars'" ([#​9633](https://togithub.com/storybookjs/storybook/pull/9633)) - Build: Netlify for examples again ([#​9585](https://togithub.com/storybookjs/storybook/pull/9585)) - Publish: Remove docs to reduce package size ([#​9612](https://togithub.com/storybookjs/storybook/pull/9612))
prettier/eslint-config-prettier ### [`v6.10.0`](https://togithub.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md#Version-6100-2020-01-28) [Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v6.9.0...v6.10.0) - Added: [@​typescript-eslint/comma-spacing]. Thanks to Thanks to Masafumi Koba ([@​ybiquitous](https://togithub.com/ybiquitous))!!
benmosher/eslint-plugin-import ### [`v2.20.1`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2201---2020-02-01) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.20.0...v2.20.1) ##### Fixed - [`export`]: Handle function overloading in `*.d.ts` ([#​1619], thanks [@​IvanGoncharov]) - [`no-absolute-path`]: fix a crash with invalid import syntax ([#​1616], thanks [@​ljharb]) - [`import/external-module-folders` setting] now correctly works with directories containing modules symlinked from `node_modules` ([#​1605], thanks [@​skozin]) - [`extensions`]: for invalid code where `name` does not exist, do not crash ([#​1613], thanks [@​ljharb]) - [`extentions`]: Fix scope regex ([#​1611], thanks [@​yordis]) - [`no-duplicates`]: allow duplicate imports if one is a namespace and the other not ([#​1612], thanks [@​sveyret]) - Add some missing rule meta schemas and types ([#​1620], thanks [@​bmish]) - [`named`]: for importing from a module which re-exports named exports from a `node_modules` module ([#​1569], [#​1447], thanks [@​redbugz], [@​kentcdodds]) - [`order`]: Fix alphabetize for mixed requires and imports ([#​5625], thanks [@​wschurman]) ##### Changed - [`import/external-module-folders` setting] behavior is more strict now: it will only match complete path segments ([#​1605], thanks [@​skozin]) - [meta] fix "files" field to include/exclude the proper files ([#​1635], thanks [@​ljharb])
yannickcr/eslint-plugin-react ### [`v7.18.3`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7183---2020-02-02) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.18.2...v7.18.3) ##### Fixed - [`jsx-indent`][]: don't check literals not within JSX ([#​2564][] [@​toshi-toma](https://togithub.com/toshi-toma)) [7.18.3]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.18.2...v7.18.3 [#​2564]: https://togithub.com/yannickcr/eslint-plugin-react/issue/2564 ### [`v7.18.2`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7182---2020-02-01) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.18.1...v7.18.2) ##### Fixed - [`jsx-indent`][]: avoid a crash on non-string literals ([#​2561][] [@​ljharb](https://togithub.com/ljharb)) [7.18.2]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.18.1...v7.18.2 [#​2561]: https://togithub.com/yannickcr/eslint-plugin-react/issue/2561 ### [`v7.18.1`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7181---2020-02-01) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.18.0...v7.18.1) ##### Fixed - [`jsx-indent`][]: Does not check indents for JSXText ([#​2542][] [@​toshi-toma](https://togithub.com/toshi-toma)) - [`jsx-props-no-spreading`][]: add support for namespaced jsx components ([#​2534][] [@​jonathanpalma](https://togithub.com/jonathanpalma)) - [`jsx-no-target-blank`][]: allow rel to be an expression ([#​2544][] [@​odinho](https://togithub.com/odinho)) - [`sort-comp`][]: `|` isn’t a valid regex flag; `u` and `s` are ([@​ljharb](https://togithub.com/ljharb)) ##### Changed - [Docs] use `markdown-magic` to automatically sort all rules alphabetically ([#​1742][] [@​ybiquitous](https://togithub.com/ybiquitous)) - [Docs][`jsx-props-no-spreading`]\[]: fix typo to use correct rule ([#​2547][] [@​jonggyun](https://togithub.com/jonggyun))) [7.18.1]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.18.0...v7.18.1 [#​2547]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2547 [#​2544]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2544 [#​2542]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2542 [#​2534]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2534 [#​1742]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1742
isaacs/rimraf ### [`v3.0.1`](https://togithub.com/isaacs/rimraf/compare/v3.0.0...v3.0.1) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v3.0.0...v3.0.1)
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`, `outputStyle`) 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-dev-server ### [`v3.10.2`](https://togithub.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md#​3102httpsgithubcomwebpackwebpack-dev-servercomparev3100v3102-2020-01-31) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v3.10.1...v3.10.2)

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 tick the rebase/retry checkbox below.

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



This PR has been generated by WhiteSource Renovate. 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.