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

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 minor 7.7.7 -> 7.8.0
@babel/core (source) devDependencies minor 7.7.7 -> 7.8.0
@babel/node (source) devDependencies minor 7.7.7 -> 7.8.0
@babel/plugin-proposal-object-rest-spread devDependencies minor 7.7.7 -> 7.8.0
@babel/polyfill (source) devDependencies minor 7.7.0 -> 7.8.0
@babel/preset-env (source) devDependencies minor 7.7.7 -> 7.8.2
@babel/preset-react (source) devDependencies minor 7.7.4 -> 7.8.0
@babel/traverse (source) devDependencies minor 7.7.4 -> 7.8.0
@storybook/react devDependencies minor 5.2.8 -> 5.3.2
css-loader devDependencies patch 3.4.1 -> 3.4.2
eslint-plugin-import devDependencies minor 2.19.1 -> 2.20.0
sass-loader devDependencies minor 7.1.0 -> 7.3.1

Release Notes

babel/babel ### [`v7.8.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v780-2020-01-12) [Compare Source](https://togithub.com/babel/babel/compare/v7.7.7...v7.8.0) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​10980](https://togithub.com/babel/babel/pull/10980) Disallow private name in object elements and TS type elements ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10955](https://togithub.com/babel/babel/pull/10955) LiteralPropertyName should allow BigIntLiteral ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10953](https://togithub.com/babel/babel/pull/10953) fix: check await when parsing AsyncArrowBindingIdentifier ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10947](https://togithub.com/babel/babel/pull/10947) Fix: TopLevelAwait should respect await identifiers defined in sub scope. ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10946](https://togithub.com/babel/babel/pull/10946) fix: Class Field Initializer should not allow await expression as immediate child ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-numeric-separator` - [#​10938](https://togithub.com/babel/babel/pull/10938) StringNumericLiteral does not include NumericLiteralSeparator ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator`, `babel-parser`, `babel-plugin-proposal-private-methods` - [#​10456](https://togithub.com/babel/babel/pull/10456) [parser] Disallow duplicate and undeclared private names ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :boom: Breaking Change - `babel-types` - [#​10917](https://togithub.com/babel/babel/pull/10917) (opt-in) Improve [@​babel/types](https://togithub.com/babel/types) with env.BABEL_TYPES_8_BREAKING ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :rocket: New Feature - `babel-standalone` - [#​10821](https://togithub.com/babel/babel/pull/10821) Merge env-standalone to babel-standalone ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​10783](https://togithub.com/babel/babel/pull/10783) Add babelrc.json support ([@​yordis](https://togithub.com/yordis)) - [#​10903](https://togithub.com/babel/babel/pull/10903) Add support for babel.config.mjs and .babelrc.mjs ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-compat-data`, `babel-preset-env-standalone`, `babel-preset-env` - [#​10811](https://togithub.com/babel/babel/pull/10811) Add optional-chaining and nullish-coalescing to preset-env ([@​Druotic](https://togithub.com/Druotic)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-systemjs` - [#​10780](https://togithub.com/babel/babel/pull/10780) add `allowTopLevelThis` option to `transform-modules-systemjs` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​10817](https://togithub.com/babel/babel/pull/10817) enable optional chaining by default in [@​babel/parser](https://togithub.com/babel/parser) ([@​jackisherwood](https://togithub.com/jackisherwood)) - `babel-cli` - [#​10887](https://togithub.com/babel/babel/pull/10887) --copy-ignored flag added to CLI ([@​rajasekarm](https://togithub.com/rajasekarm)) - [#​9144](https://togithub.com/babel/babel/pull/9144) Add --out-file-extension option to babel-cli ([@​eps1lon](https://togithub.com/eps1lon)) - `babel-core`, `babel-generator`, `babel-parser` - [#​10819](https://togithub.com/babel/babel/pull/10819) Enable nullish coalescing by default in [@​babel/parser](https://togithub.com/babel/parser) ([@​layershifter](https://togithub.com/layershifter)) - `babel-core`, `babel-parser` - [#​10843](https://togithub.com/babel/babel/pull/10843) [parser] enable dynamic import by default ([@​AbdulAli19](https://togithub.com/AbdulAli19)) ##### :bug: Bug Fix - `babel-node` - [#​10763](https://togithub.com/babel/babel/pull/10763) Filename detection should respect short flags ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-numeric-separator` - [#​10938](https://togithub.com/babel/babel/pull/10938) StringNumericLiteral does not include NumericLiteralSeparator ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-preset-env` - [#​10790](https://togithub.com/babel/babel/pull/10790) Use chrome data when android is absent ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10930](https://togithub.com/babel/babel/pull/10930) fix: Promise.any requires global.AggregateError ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​10944](https://togithub.com/babel/babel/pull/10944) When reading a new string, U+2028/2029 should correctly set the new column ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10937](https://togithub.com/babel/babel/pull/10937) Refactor parseSubscript ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10901](https://togithub.com/babel/babel/pull/10901) fix: lost leading comment after named import ([@​elevatebart](https://togithub.com/elevatebart)) - `babel-traverse` - [#​10949](https://togithub.com/babel/babel/pull/10949) Override toString in case this function is printed ([@​jayenashar](https://togithub.com/jayenashar)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​10934](https://togithub.com/babel/babel/pull/10934) helper-module-transforms: dereference imported template tag ([@​ajafff](https://togithub.com/ajafff)) - `babel-traverse`, `babel-types` - [#​10912](https://togithub.com/babel/babel/pull/10912) Fix parameter expression get binding ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​10914](https://togithub.com/babel/babel/pull/10914) [@​babel-core](https://togithub.com/babel-core): parse should parse only ([@​kaicataldo](https://togithub.com/kaicataldo)) - `babel-helpers` - [#​10902](https://togithub.com/babel/babel/pull/10902) fix: Object.getOwnPropertySymbols called on non-object ([@​bassaer](https://togithub.com/bassaer)) ##### :nail_care: Polish - `babel-node` - [#​9695](https://togithub.com/babel/babel/pull/9695) Use `babel >` as prompt in babel-node ([@​ZYSzys](https://togithub.com/ZYSzys)) - `babel-parser` - [#​10906](https://togithub.com/babel/babel/pull/10906) refactor: remove inClassProperty parser state ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - `babel-preset-env` - [#​10982](https://togithub.com/babel/babel/pull/10982) CONTRIBUTING: Update link to plugin-features.js [skip ci]([@​andersk](https://togithub.com/andersk)) - Other - [#​10973](https://togithub.com/babel/babel/pull/10973) Added instructions to fork the repo in order to setup. ([@​sidntrivedi012](https://togithub.com/sidntrivedi012)) ##### :house: Internal - `babel-preset-env` - [#​10983](https://togithub.com/babel/babel/pull/10983) chore: update corejs fixtures ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10974](https://togithub.com/babel/babel/pull/10974) chore: update caniuse-usage Chrome 49 related fixtures ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10924](https://togithub.com/babel/babel/pull/10924) Replace custom "findSuggestion" function with "levenary" ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core` - [#​10507](https://togithub.com/babel/babel/pull/10507) Prepare [@​babel/core](https://togithub.com/babel/core) for asynchronicity ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#​10979](https://togithub.com/babel/babel/pull/10979) Reduce false negative cases of typescript parser tests ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10976](https://togithub.com/babel/babel/pull/10976) Update Test262, Flow and TS parser tests ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10964](https://togithub.com/babel/babel/pull/10964) Bump coverage target from 80% to 90% ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10958](https://togithub.com/babel/babel/pull/10958) Fix recent e2e-vuejs-cli error ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10919](https://togithub.com/babel/babel/pull/10919) Add integration test: e2e-vue-cli ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10943](https://togithub.com/babel/babel/pull/10943) chore: update test262 ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10918](https://togithub.com/babel/babel/pull/10918) chore: refine e2e test scripts ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10905](https://togithub.com/babel/babel/pull/10905) chore: separate build-standalone with coverage ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10898](https://togithub.com/babel/babel/pull/10898) Move coverage to GitHub actions ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-helper-compilation-targets`, `babel-preset-env` - [#​10899](https://togithub.com/babel/babel/pull/10899) Extract targets parser and compat data from preset-env ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​10950](https://togithub.com/babel/babel/pull/10950) test: add invalid-lone-import test ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10936](https://togithub.com/babel/babel/pull/10936) refactor: remove unecessary checkYieldAwaitInDefaultParams ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10935](https://togithub.com/babel/babel/pull/10935) refactor: remove unused invalidTemplateEscapePosition tokenizer state ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10939](https://togithub.com/babel/babel/pull/10939) TSTypeCastExpression should not be inside call parameters ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10942](https://togithub.com/babel/babel/pull/10942) Remove unused parser methods ([@​JLHwung](https://togithub.com/JLHwung)) - _Every package_ - [#​10849](https://togithub.com/babel/babel/pull/10849) chore: specify package type [skip-ci]([@​JLHwung](https://togithub.com/JLHwung)) ##### :leftwards_arrow_with_hook: Revert - `babel-cli` - [#​10923](https://togithub.com/babel/babel/pull/10923) fix: minified should not accept optional argument ([@​JLHwung](https://togithub.com/JLHwung))
storybookjs/storybook ### [`v5.3.2`](https://togithub.com/storybookjs/storybook/releases/v5.3.2) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v5.3.1...v5.3.2) ##### Bug Fixes - Source-loader: Disable eslint entirely for generated code ([#​9410](https://togithub.com/storybookjs/storybook/pull/9410)) ### [`v5.3.1`](https://togithub.com/storybookjs/storybook/releases/v5.3.1) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v5.3.0...v5.3.1) ##### Bug Fixes - Core: Fix generated entry to import at top of file ([#​9398](https://togithub.com/storybookjs/storybook/pull/9398)) ### [`v5.3.0`](https://togithub.com/storybookjs/storybook/blob/master/CHANGELOG.md#​530-January-11-2020) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v5.2.8...v5.3.0) Storybook 5.3 is here! - 📝 [Custom documentation in MDX](https://medium.com/storybookjs/rich-docs-with-storybook-mdx-61bc145ae7bc) - 🎨 [Multi-framework SB Docs (React, Vue, Angular, WC, Ember)](https://medium.com/storybookjs/storybook-docs-for-new-frameworks-b1f6090ee0ea) - 📦 [Web-components framework support](https://dev.to/open-wc/storybook-for-web-components-on-steroids-4h29) - 🔼 [Main.js declarative configuration](https://medium.com/storybookjs/declarative-storybook-configuration-49912f77b78) 5.3 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching `5.3.0-alpha.*`, `5.3.0-beta.*`, and `5.3.0-rc.*` for the full list of changes. See [MIGRATION.md](https://togithub.com/storybookjs/storybook/blob/next/MIGRATION.md) to upgrade from `5.0` or earlier.
webpack-contrib/css-loader ### [`v3.4.2`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​342httpsgithubcomwebpack-contribcss-loadercomparev341v342-2020-01-10) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v3.4.1...v3.4.2)
benmosher/eslint-plugin-import ### [`v2.20.0`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2200---2020-01-10) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.19.1...v2.20.0) ##### Added - [`order`]: added `caseInsensitive` as an additional option to `alphabetize` ([#​1586], thanks [@​dbrewer5]) - [`no-restricted-paths`]: New `except` option per `zone`, allowing exceptions to be defined for a restricted zone ([#​1238], thanks [@​rsolomon]) ##### Fixed - [`no-unused-modules`]: fix usage of `import/extensions` settings ([#​1560], thanks [@​stekycz]) - [`import/extensions`]: ignore non-main modules ([#​1563], thanks [@​saschanaz]) - TypeScript config: lookup for external modules in [@​types](https://togithub.com/types) folder ([#​1526], thanks [@​joaovieira]) - [`no-extraneous-dependencies`]: ensure `node.source` is truthy ([#​1589], thanks [@​ljharb]) - [`extensions`]: Ignore query strings when checking for extensions ([#​1572], thanks [@​pcorpet]) ##### Docs - [`extensions`]: improve `ignorePackages` docs ([#​1248], thanks [@​ivo-stefchev]) ##### Added - [`order`]: add option pathGroupsExcludedImportTypes to allow ordering of external import types ([#​1565], thanks [@​Mairu])
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))

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 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.