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

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.6.4 -> 7.7.0
@babel/core (source) devDependencies minor 7.6.4 -> 7.7.2
@babel/node (source) devDependencies minor 7.6.3 -> 7.7.0
@babel/polyfill (source) devDependencies minor 7.6.0 -> 7.7.0
@babel/preset-env (source) devDependencies minor 7.6.3 -> 7.7.1
@babel/preset-react (source) devDependencies minor 7.6.3 -> 7.7.0
@babel/traverse (source) devDependencies minor 7.6.3 -> 7.7.2
@hot-loader/react-dom devDependencies minor 16.10.2 -> 16.11.0
@storybook/react devDependencies patch 5.2.5 -> 5.2.6
glob devDependencies patch 7.1.5 -> 7.1.6
prettier (source) devDependencies minor 1.18.2 -> 1.19.1
react-hot-loader devDependencies patch 4.12.15 -> 4.12.16
sass-loader devDependencies minor 7.1.0 -> 7.3.1

Release Notes

babel/babel ### [`v7.7.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v770-2019-11-05) [Compare Source](https://togithub.com/babel/babel/compare/v7.6.4...v7.7.0) ##### :eyeglasses: Spec Compliance - `babel-types` - [#​10621](https://togithub.com/babel/babel/pull/10621) throw a TypeError if identifier validation fails. ([@​dentrado](https://togithub.com/dentrado)) - `babel-parser` - [#​10559](https://togithub.com/babel/babel/pull/10559) fix: Exclude catch clause from let identifier error. ([@​gonzarodriguezt](https://togithub.com/gonzarodriguezt)) - [#​10567](https://togithub.com/babel/babel/pull/10567) [parser] Exception to 8 and 9 in tagged template. ([@​pnowak](https://togithub.com/pnowak)) - [#​10532](https://togithub.com/babel/babel/pull/10532) Allow duplicate **proto** keys in patterns, simple case ([#​6705](https://togithub.com/babel/babel/issues/6705)). ([@​alejo90](https://togithub.com/alejo90)) ##### :rocket: New Feature - `babel-generator`, `babel-helper-create-class-features-plugin`, `babel-parser`, `babel-plugin-transform-typescript`, `babel-preset-typescript`, `babel-types` - [#​10545](https://togithub.com/babel/babel/pull/10545) Add support for TS declare modifier on fields. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-parser`, `babel-preset-typescript` - [#​10363](https://togithub.com/babel/babel/pull/10363) [@​babel/parser](https://togithub.com/babel/parser) error recovery. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core` - [#​10599](https://togithub.com/babel/babel/pull/10599) Add support for .cjs config files. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10501](https://togithub.com/babel/babel/pull/10501) Add support for babel.config.json. ([@​devongovett](https://togithub.com/devongovett)) - [#​10361](https://togithub.com/babel/babel/pull/10361) feat: if code frame error is on a single line, highlight the whole path. ([@​SimenB](https://togithub.com/SimenB)) - `babel-plugin-syntax-top-level-await`, `babel-preset-env` - [#​10573](https://togithub.com/babel/babel/pull/10573) Create [@​babel/plugin-syntax-top-level-await](https://togithub.com/babel/plugin-syntax-top-level-await). ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-builder-react-jsx`, `babel-plugin-transform-react-jsx`, `babel-preset-react` - [#​10572](https://togithub.com/babel/babel/pull/10572) [transform-react-jsx] Add useSpread option to transform JSX. ([@​ivandevp](https://togithub.com/ivandevp)) - `babel-generator`, `babel-parser`, `babel-plugin-proposal-decorators`, `babel-plugin-syntax-flow`, `babel-types` - [#​10344](https://togithub.com/babel/babel/pull/10344) Flow enums parsing. ([@​gkz](https://togithub.com/gkz)) - `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-umd`, `babel-preset-env` - [#​10477](https://togithub.com/babel/babel/pull/10477) Changes UMD callsite to be more likely to pass in the intended object.. ([@​MicahZoltu](https://togithub.com/MicahZoltu)) - `babel-parser` - [#​10449](https://togithub.com/babel/babel/pull/10449) Create parser plugin "topLevelAwait". ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10521](https://togithub.com/babel/babel/pull/10521) [parser] Enable "exportNamespaceFrom" by default. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10483](https://togithub.com/babel/babel/pull/10483) [parser] Add support for private fields in TypeScript. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-types` - [#​10543](https://togithub.com/babel/babel/pull/10543) add assertions signature for TypeScript. ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-cli`, `babel-register` - [#​8622](https://togithub.com/babel/babel/pull/8622) Make dir for babel --out-file. ([@​TrySound](https://togithub.com/TrySound)) - `babel-cli` - [#​10399](https://togithub.com/babel/babel/pull/10399) Closes [#​8326](https://togithub.com/babel/babel/issues/8326), add back --quiet option.. ([@​chris-peng-1244](https://togithub.com/chris-peng-1244)) ##### :bug: Bug Fix - `babel-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-function-sent`, `babel-preset-env` - [#​10422](https://togithub.com/babel/babel/pull/10422) Correctly delegate .return() in async generator. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​10628](https://togithub.com/babel/babel/pull/10628) Don't throw when destructuring into a var named as an import. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-modules-systemjs` - [#​10638](https://togithub.com/babel/babel/pull/10638) fix: remove ExportNamedDeclaration when the specifier is empty. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​10631](https://togithub.com/babel/babel/pull/10631) [TS] Parse calls with type args in optional chains. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10607](https://togithub.com/babel/babel/pull/10607) fixed missing errors on assignment pattern in object expression. ([@​vivek12345](https://togithub.com/vivek12345)) - [#​10594](https://togithub.com/babel/babel/pull/10594) [parser] Parse only modifiers of actual methods. ([@​gonzarodriguezt](https://togithub.com/gonzarodriguezt)) - `babel-plugin-transform-typescript` - [#​10555](https://togithub.com/babel/babel/pull/10555) [TS] Correctly transform computed strings and templates in enums. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core` - [#​10623](https://togithub.com/babel/babel/pull/10623) Fix: inputSourceMap should work when it is an external file. ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10539](https://togithub.com/babel/babel/pull/10539) fix: remove filename annotation in buildCodeFrameError. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-decorators` - [#​10578](https://togithub.com/babel/babel/pull/10578) [decorators] fix: support string literal properties. ([@​mwhitworth](https://togithub.com/mwhitworth)) - `babel-helpers`, `babel-plugin-proposal-dynamic-import`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env` - [#​10574](https://togithub.com/babel/babel/pull/10574) fix: \_interopRequireWildcard should only cache objects. ([@​samMeow](https://togithub.com/samMeow)) - `babel-traverse` - [#​9777](https://togithub.com/babel/babel/pull/9777) [traverse] Allow skipping nodes inserted with .replaceWith(). ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-preset-env` - [#​10146](https://togithub.com/babel/babel/pull/10146) Inject core-js@3 imports in Program:exit instead of on post(). ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator` - [#​10519](https://togithub.com/babel/babel/pull/10519) Fix generator missing parens around an arrow returning function type. ([@​existentialism](https://togithub.com/existentialism)) - `babel-plugin-transform-async-to-generator`, `babel-preset-env`, `babel-traverse` - [#​9939](https://togithub.com/babel/babel/pull/9939) Don't use args rest/spread to hoist super method calls. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-plugin-transform-classes`, `babel-plugin-transform-regenerator`, `babel-preset-env` - [#​9481](https://togithub.com/babel/babel/pull/9481) [preset-env] Don't use async-to-generator when already using regenerator. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env` - [#​10585](https://togithub.com/babel/babel/pull/10585) fix(babel‑helpers/interopRequireWildcard): Avoid double nullish check. ([@​ExE-Boss](https://togithub.com/ExE-Boss)) - `babel-register` - [#​10557](https://togithub.com/babel/babel/pull/10557) fix: disable caching when babel could not read/write cache. ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-cli`, `babel-node` - [#​10619](https://togithub.com/babel/babel/pull/10619) chore: remove output-file-sync dependency. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-register` - [#​10614](https://togithub.com/babel/babel/pull/10614) chore: bump source-map-support to 0.5.14. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-regexp-features-plugin`, `babel-plugin-proposal-unicode-property-regex`, `babel-plugin-transform-dotall-regex`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-plugin-transform-unicode-regex`, `babel-preset-env` - [#​10447](https://togithub.com/babel/babel/pull/10447) Merge multiple regex transform plugin. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-preset-env` - [#​10612](https://togithub.com/babel/babel/pull/10612) chore: update web.immediate support fixtures. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-module-imports` - [#​10608](https://togithub.com/babel/babel/pull/10608) Use .find instead of .filter to get targetPath in ImportInjector. ([@​Andarist](https://togithub.com/Andarist)) - Other - [#​10600](https://togithub.com/babel/babel/pull/10600) Test node@13 on circle. ([@​existentialism](https://togithub.com/existentialism)) - [#​10593](https://togithub.com/babel/babel/pull/10593) chore: replace outdated travis-ci.org badges [ci skip]. ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10591](https://togithub.com/babel/babel/pull/10591) chore: test against Node.js 13. ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10556](https://togithub.com/babel/babel/pull/10556) Add master branch workflow for test262 tests. ([@​jbhoosreddy](https://togithub.com/jbhoosreddy)) - [#​10553](https://togithub.com/babel/babel/pull/10553) chore: introduce envinfo into environment section. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-runtime` - [#​10418](https://togithub.com/babel/babel/pull/10418) docs: add homepage link. ([@​DanArthurGallagher](https://togithub.com/DanArthurGallagher)) - `babel-helper-annotate-as-pure`, `babel-helper-bindify-decorators`, `babel-helper-builder-binary-assignment-operator-visitor`, `babel-helper-builder-react-jsx`, `babel-helper-call-delegate`, `babel-helper-define-map`, `babel-helper-explode-assignable-expression`, `babel-helper-explode-class`, `babel-helper-function-name`, `babel-helper-get-function-arity`, `babel-helper-hoist-variables`, `babel-helper-member-expression-to-functions`, `babel-helper-module-imports`, `babel-helper-module-transforms`, `babel-helper-optimise-call-expression`, `babel-helper-remap-async-to-generator`, `babel-helper-replace-supers`, `babel-helper-simple-access`, `babel-helper-split-export-declaration`, `babel-helper-wrap-function`, `babel-helpers`, `babel-template` - [#​10568](https://togithub.com/babel/babel/pull/10568) Bump babel-types to ^7.6.3. ([@​JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-traverse` - [#​10480](https://togithub.com/babel/babel/pull/10480) Traverse performance. ([@​JLHwung](https://togithub.com/JLHwung))
storybookjs/storybook ### [`v5.2.6`](https://togithub.com/storybookjs/storybook/blob/master/CHANGELOG.md#​526-November-9-2019) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v5.2.5...v5.2.6) ##### Bug Fixes - Addon-info: Remove jsnext:main ([#​8764](https://togithub.com/storybookjs/storybook/pull/8764)) - Addon-info: Fix "The prop 'children' is marked as required in 'Td'" ([#​8745](https://togithub.com/storybookjs/storybook/pull/8745)) - UI: Fix unmount components on Canvas/Docs tab switch ([#​8625](https://togithub.com/storybookjs/storybook/pull/8625)) - Addon-docs: Fix code style inside LI ([#​8708](https://togithub.com/storybookjs/storybook/pull/8708)) - Remove min-height CSS rule from DocsPage wrapper ([#​8366](https://togithub.com/storybookjs/storybook/pull/8366)) - Core: Revert webpack rebuild changes in node_modules ([#​8657](https://togithub.com/storybookjs/storybook/pull/8657)) - Addon-notes: Add key to render function ([#​8633](https://togithub.com/storybookjs/storybook/pull/8633)) - Addon-docs: Fix story scroll-to heuristics ([#​8629](https://togithub.com/storybookjs/storybook/pull/8629)) - React-native-server: Changed default port to number in CLI options ([#​8584](https://togithub.com/storybookjs/storybook/pull/8584)) - Increase TooltipLinkList max-height to accommodate more links ([#​8545](https://togithub.com/storybookjs/storybook/pull/8545)) - Prevent form submission as search is done while typing ([#​8546](https://togithub.com/storybookjs/storybook/pull/8546)) - Ondevice-knobs: Fix peer dep ([#​8644](https://togithub.com/storybookjs/storybook/pull/8644))
isaacs/node-glob ### [`v7.1.6`](https://togithub.com/isaacs/node-glob/compare/v7.1.5...v7.1.6) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v7.1.5...v7.1.6)
prettier/prettier ### [`v1.19.1`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#​1191) [Compare Source](https://togithub.com/prettier/prettier/compare/1.19.0...1.19.1) [diff](https://togithub.com/prettier/prettier/compare/1.19.0...1.19.1) ##### CLI ##### Fix `--stdin` regression in 1.19.0 ([#​6894](https://togithub.com/prettier/prettier/pull/6894) by [@​lydell](https://togithub.com/lydell)) // Prettier stable $ echo "test" | prettier --stdin --parser babel [error] regeneratorRuntime is not defined // Prettier master $ echo "test" | prettier --stdin --parser babel test; ##### TypeScript ##### Fix formatting of union type as arrow function return type ([#​6896](https://togithub.com/prettier/prettier/pull/6896) by [@​thorn0](https://togithub.com/thorn0)) ```jsx // Input export const getVehicleDescriptor = async ( vehicleId: string, ): Promise => {} // Prettier stable export const getVehicleDescriptor = async ( vehicleId: string ): Promise<| Collections.Parts.PrintedCircuitBoardAssembly["attributes"] | undefined> => {}; // Prettier master export const getVehicleDescriptor = async ( vehicleId: string ): Promise< Collections.Parts.PrintedCircuitBoardAssembly["attributes"] | undefined > => {}; ``` ### [`v1.19.0`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#​1190) [Compare Source](https://togithub.com/prettier/prettier/compare/1.18.2...1.19.0) [diff](https://togithub.com/prettier/prettier/compare/1.18.2...1.19.0) 🔗 [Release Notes](https://prettier.io/blog/2019/11/09/1.19.0.html)
gaearon/react-hot-loader ### [`v4.12.16`](https://togithub.com/gaearon/react-hot-loader/blob/master/CHANGELOG.md#​41216httpsgithubcomgaearonreact-hot-loadercomparev41215v41216-2019-11-06) [Compare Source](https://togithub.com/gaearon/react-hot-loader/compare/v4.12.15...v4.12.16)
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.



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.