plotly / react-chart-editor

Customizable React-based editor panel for Plotly charts
https://plotly.github.io/react-chart-editor/
MIT License
505 stars 105 forks source link

Update minor devDeps #1096

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
@babel/node (source) devDependencies patch 7.12.1 -> 7.12.6
@babel/preset-react (source) devDependencies patch 7.12.1 -> 7.12.5
@babel/traverse (source) devDependencies patch 7.12.1 -> 7.12.5
babel-jest devDependencies patch 26.6.1 -> 26.6.3
babel-loader devDependencies minor 8.1.0 -> 8.2.0
css-loader devDependencies patch 5.0.0 -> 5.0.1
eslint (source) devDependencies minor 7.12.1 -> 7.13.0
jest (source) devDependencies patch 26.6.1 -> 26.6.3
jest-cli (source) devDependencies patch 26.6.1 -> 26.6.3
postcss (source) devDependencies patch 8.1.4 -> 8.1.6

Release Notes

babel/babel ### [`v7.12.6`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7126-2020-11-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.12.1...v7.12.6) ##### :bug: Bug Fix - `babel-node` - [#​12297](https://togithub.com/babel/babel/pull/12297) babel-node: support require flag in repl mode ([@​markshlick](https://togithub.com/markshlick)) ##### :house: Internal - [#​12304](https://togithub.com/babel/babel/pull/12304) Create a new "PR: Output optimization🔬" label ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :leftwards_arrow_with_hook: Revert - `babel-traverse`, `babel-types` - [#​12307](https://togithub.com/babel/babel/pull/12307) Revert "Mark `ThisExpression` and `Super` as `Purish`" ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
facebook/jest ### [`v26.6.3`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2663) [Compare Source](https://togithub.com/facebook/jest/compare/v26.6.2...v26.6.3) ##### Fixes - `[jest-resolve-dependencies]` Continue dependency resolution if mock dependency can't be found ([#​10779](https://togithub.com/facebook/jest/pull/10779)) ### [`v26.6.2`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2662) [Compare Source](https://togithub.com/facebook/jest/compare/v26.6.1...v26.6.2) ##### Features - `[jest-core]` Add `findRelatedTests` and `nonFlagArgs` in allowed config options for `updateConfigAndRun` in watch plugins ([#​10659](https://togithub.com/facebook/jest/pull/10659)) ##### Fixes - `[babel-plugin-jest-hoist]` Preserve order of hoisted mock nodes within containing block ([#​10536](https://togithub.com/facebook/jest/pull/10536)) - `[babel-plugin-jest-hoist]` Hoist pure constants to support experimental JSX transform in hoisted mocks ([#​10723](https://togithub.com/facebook/jest/pull/10723)) - `[babel-preset-jest]` Update `babel-preset-current-node-syntax` to support top level await ([#​10747](https://togithub.com/facebook/jest/pull/10747)) - `[expect]` Revert "Fix `objectContaining` to work recursively into sub-objects ([#​10508](https://togithub.com/facebook/jest/pull/10508))" ([#​10766](https://togithub.com/facebook/jest/pull/10766)) - `[jest-circus, jest-jasmine2]` fix: don't assume `stack` is always a string ([#​10697](https://togithub.com/facebook/jest/pull/10697)) - `[jest-config]` Fix bug introduced in watch mode by PR [#​10678](https://togithub.com/facebook/jest/pull/10678/files#r511037803) ([#​10692](https://togithub.com/facebook/jest/pull/10692)) - `[jest-config]` Throw correct error for missing preset modules ([#​10737](https://togithub.com/facebook/jest/pull/10737)) - `[jest-resolve-dependencies]` Resolve mocks as dependencies ([#​10713](https://togithub.com/facebook/jest/pull/10713)) - `[jest-runtime]` Handle file URLs in dynamic imports ([#​10744](https://togithub.com/facebook/jest/pull/10744)) - `[jest-runtime, babel-jest]` Pass more ESM options to `@jest/transform` ([#​10752](https://togithub.com/facebook/jest/pull/10752)) - `[jest-runtime]` Properly inject `extraGlobals` into the runtime ([#​10758](https://togithub.com/facebook/jest/pull/10758)) - `[jest-transform]` Link to ESM docs on syntax errors ([#​10748](https://togithub.com/facebook/jest/pull/10748)) ##### Chore & Maintenance - `[docs]` Add docs for using mocks in TypeScript ([#​10415](https://togithub.com/facebook/jest/pull/10415)) - `[eslint-config-fb-strict]` Move package from this repo to `fbjs` repo ([#​10739](https://togithub.com/facebook/jest/pull/10739)) - `[examples]` Update TypeScript example to show use of newer Jest types ([#​10399](https://togithub.com/facebook/jest/pull/10399)) - `[jest-cli]` chore: standardize files and folder names ([#​10698](https://togithub.com/facebook/jest/pull/10698))
babel/babel-loader ### [`v8.2.0`](https://togithub.com/babel/babel-loader/releases/v8.2.0) [Compare Source](https://togithub.com/babel/babel-loader/compare/v8.1.0...v8.2.0) - Replace `mkdirp` with `make-dir` [`47958ca`](https://togithub.com/babel/babel-loader/commit/47958ca3857e489e450b27c6f3266375015cba82) ([@​JLHwung](https://togithub.com/JLHwung)) - Use async config loading when available [`d8cff97`](https://togithub.com/babel/babel-loader/commit/d8cff97ff387ded0fc9b5cbc489228c96c5ab14a) ([@​the-spyke](https://togithub.com/the-spyke))
webpack-contrib/css-loader ### [`v5.0.1`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​501-httpsgithubcomwebpack-contribcss-loadercomparev500v501-2020-11-04) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v5.0.0...v5.0.1)
eslint/eslint ### [`v7.13.0`](https://togithub.com/eslint/eslint/releases/v7.13.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.12.1...v7.13.0) - [`254e00f`](https://togithub.com/eslint/eslint/commit/254e00fea8745ff5a8bcc8cb874fcfd02996d81b) New: Configurable List Size For Per-Rule Performance Metrics ([#​13812](https://togithub.com/eslint/eslint/issues/13812)) (Bryan Mishkin) - [`6c3c710`](https://togithub.com/eslint/eslint/commit/6c3c710ade7cd8654990f1adb55b58f038eab92d) Docs: fix broken url in docs ([#​13815](https://togithub.com/eslint/eslint/issues/13815)) (SaintMalik) - [`4a09149`](https://togithub.com/eslint/eslint/commit/4a091495a236d231a5065ece972719a0c4dd1b77) Sponsors: Sync README with website (ESLint Jenkins) - [`fb6fcbf`](https://togithub.com/eslint/eslint/commit/fb6fcbfe0a8c41b92f0a33ab90f159037bd195e2) Docs: Fix reference to Code of Conduct ([#​13797](https://togithub.com/eslint/eslint/issues/13797)) (Tobias Nießen) - [`1b89ebe`](https://togithub.com/eslint/eslint/commit/1b89ebe1bdbef7de6001100945b8f71429df302c) Sponsors: Sync README with website (ESLint Jenkins)
postcss/postcss ### [`v8.1.6`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​816) [Compare Source](https://togithub.com/postcss/postcss/compare/8.1.5...8.1.6) - Reverted `package.exports` Node.js 15 fix. ### [`v8.1.5`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​815) [Compare Source](https://togithub.com/postcss/postcss/compare/8.1.4...8.1.5) - Fixed Node.js 15 warning (by 沈鸿飞).

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.