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

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@babel/plugin-proposal-object-rest-spread devDependencies patch 7.9.0 -> 7.9.5
@babel/preset-env (source) devDependencies patch 7.9.0 -> 7.9.5
@babel/traverse (source) devDependencies patch 7.9.0 -> 7.9.5
autoprefixer devDependencies patch 9.7.5 -> 9.7.6
babel-jest devDependencies minor 25.2.6 -> 25.3.0
css-loader devDependencies minor 3.4.2 -> 3.5.2
jest (source) devDependencies minor 25.2.7 -> 25.3.0
jest-cli (source) devDependencies minor 25.2.7 -> 25.3.0

Release Notes

babel/babel ### [`v7.9.5`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v795-2020-04-07) [Compare Source](https://togithub.com/babel/babel/compare/v7.9.0...v7.9.5) ##### :bug: Bug Fix - `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-parameters` - [#​11326](https://togithub.com/babel/babel/pull/11326) Correctly transpile when default parameter initializer references binding in rest pattern ([@​vedantroy](https://togithub.com/vedantroy)) - `babel-traverse` - [#​11375](https://togithub.com/babel/babel/pull/11375) Fixed generateUid creating clashing ids after scope re-crawling ([@​Andarist](https://togithub.com/Andarist)) - [#​11323](https://togithub.com/babel/babel/pull/11323) Fixed issue with programPath.scope.references not being registered back correctly after scope re-crawling ([@​Andarist](https://togithub.com/Andarist)) - `babel-plugin-transform-destructuring` - [#​11360](https://togithub.com/babel/babel/pull/11360) fix Incorrect destructuring compilation of \`for (let \[[x] = [1]] = \[]… ([@​Zzzen](https://togithub.com/Zzzen)) - `babel-preset-env` - [#​11373](https://togithub.com/babel/babel/pull/11373) Fixed useBuiltIns and modules validation when using 'false' as option ([@​JMarkoski](https://togithub.com/JMarkoski)) - `babel-plugin-transform-classes` - [#​11341](https://togithub.com/babel/babel/pull/11341) Fix createSuper in Babel <7.5.5 ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-function-name`, `babel-plugin-transform-function-name` - [#​11361](https://togithub.com/babel/babel/pull/11361) fix: do not add function name when parent's operator is not `=` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-builder-react-jsx-experimental`, `babel-plugin-transform-react-jsx` - [#​11354](https://togithub.com/babel/babel/pull/11354) fix auto import error with whitespace JSXText ([@​lunaruan](https://togithub.com/lunaruan)) - `babel-types` - [#​11359](https://togithub.com/babel/babel/pull/11359) fix: allow logical assignment operators in AssignmentExpression ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-parameters` - [#​11346](https://togithub.com/babel/babel/pull/11346) Set correct async/generator in IIFE for params ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin` - [#​11345](https://togithub.com/babel/babel/pull/11345) Ignore abstract methods when decorating class ([@​oliverdunk](https://togithub.com/oliverdunk)) ##### :nail_care: Polish - `babel-plugin-transform-parameters` - [#​11349](https://togithub.com/babel/babel/pull/11349) Don't check type annotations when deciding params scope ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#​11368](https://togithub.com/babel/babel/pull/11368) Simplify scope.hasReferences implementation ([@​Andarist](https://togithub.com/Andarist)) - `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-classes`, `babel-plugin-transform-parameters`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#​11358](https://togithub.com/babel/babel/pull/11358) Don't call `createSuper` in loose mode (it was unused) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator` - [#​11328](https://togithub.com/babel/babel/pull/11328) polish: align optional chain whitespace behavior to their sibiling ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - [#​11374](https://togithub.com/babel/babel/pull/11374) Bump handlebars dep ([@​existentialism](https://togithub.com/existentialism)) - [#​11347](https://togithub.com/babel/babel/pull/11347) Fix e2e publish test when branching from an older version ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​11329](https://togithub.com/babel/babel/pull/11329) chore: remove unused graceful-fs ([@​JLHwung](https://togithub.com/JLHwung))
postcss/autoprefixer ### [`v9.7.6`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​976) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.7.5...9.7.6) - Revert `-webkit-stretch` fix.
facebook/jest ### [`v25.3.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2530) [Compare Source](https://togithub.com/facebook/jest/compare/v25.2.6...v25.3.0) ##### Features - `[babel-jest]` Support passing `supportsDynamicImport` and `supportsStaticESM` ([#​9766](https://togithub.com/facebook/jest/pull/9766)) - `[babel-preset-jest]` Enable all syntax plugins not enabled by default that works on current version of Node ([#​9774](https://togithub.com/facebook/jest/pull/9774)) - `[jest-circus]` Enable writing async test event handlers ([#​9397](https://togithub.com/facebook/jest/pull/9397)) - `[jest-runtime, @​jest/transformer]` Support passing `supportsDynamicImport` and `supportsStaticESM` ([#​9597](https://togithub.com/facebook/jest/pull/9597)) ##### Chore & Maintenance - `[*]` Replace `any`s with `unknown`s ([#​9626](https://togithub.com/facebook/jest/pull/9626)) - `[@jest/transform]` Expose type `CacheKeyOptions` for `getCacheKey` ([#​9762](https://togithub.com/facebook/jest/pull/9762)) - `[@jest/types]` Correct type `testRegex` for `ProjectConfig` ([#​9780](https://togithub.com/facebook/jest/pull/9780))
webpack-contrib/css-loader ### [`v3.5.2`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​352-httpsgithubcomwebpack-contribcss-loadercomparev351v352-2020-04-10) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v3.5.1...v3.5.2) ### [`v3.5.1`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​351-httpsgithubcomwebpack-contribcss-loadercomparev350v351-2020-04-07) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v3.5.0...v3.5.1) ### [`v3.5.0`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​350-httpsgithubcomwebpack-contribcss-loadercomparev342v350-2020-04-06) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v3.4.2...v3.5.0) ##### Features - accept semver compatible postcss AST ([#​1049](https://togithub.com/webpack-contrib/css-loader/issues/1049)) ([14c4faa](https://togithub.com/webpack-contrib/css-loader/commit/14c4faae87305c9b965de4f468bb1e118f6b84cc)) - allow to determinate css modules using the `modules.auto` option, please look at an [example](https://togithub.com/webpack-contrib/css-loader#pure-css-css-modules-and-postcss) of how you can simplify the configuration. ([#​1067](https://togithub.com/webpack-contrib/css-loader/issues/1067)) ([c673cf4](https://togithub.com/webpack-contrib/css-loader/commit/c673cf418e901c5050bc697eb45401dc9a42c477)) - the `modules.exportGlobals` option for export global classes and ids ([#​1069](https://togithub.com/webpack-contrib/css-loader/issues/1069)) ([519e5f4](https://togithub.com/webpack-contrib/css-loader/commit/519e5f41539f4c87ec96db0a908aaadecc284a6c)) - the `modules.mode` option may be a function ([#​1065](https://togithub.com/webpack-contrib/css-loader/issues/1065)) ([0d8ac3b](https://togithub.com/webpack-contrib/css-loader/commit/0d8ac3bcb831bc747657c914aba106b93840737e)) ##### [3.4.2](https://togithub.com/webpack-contrib/css-loader/compare/v3.4.1...v3.4.2) (2020-01-10) ##### Bug Fixes - do not duplicate css on `composes` ([#​1040](https://togithub.com/webpack-contrib/css-loader/issues/1040)) ([df79602](https://togithub.com/webpack-contrib/css-loader/commit/df7960277be20ec80e9be1a41ac53baf69847fa0)) ##### [3.4.1](https://togithub.com/webpack-contrib/css-loader/compare/v3.4.0...v3.4.1) (2020-01-03) ##### Bug Fixes - do not output `undefined` when sourceRoot is unavailable ([#​1036](https://togithub.com/webpack-contrib/css-loader/issues/1036)) ([ded2a79](https://togithub.com/webpack-contrib/css-loader/commit/ded2a797271f2adf864bf92300621c024974bc79)) - don't output invalid es5 code when locals do not exists ([#​1035](https://togithub.com/webpack-contrib/css-loader/issues/1035)) ([b60e62a](https://togithub.com/webpack-contrib/css-loader/commit/b60e62a655719cc1779fae7d577af6ad6cf42135))

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

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