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

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
@babel/cli (source) devDependencies minor 7.4.4 -> 7.6.2
@babel/core (source) devDependencies minor 7.4.5 -> 7.6.2
@babel/node (source) devDependencies minor 7.4.5 -> 7.6.2
@babel/plugin-proposal-object-rest-spread devDependencies minor 7.4.4 -> 7.6.2
@babel/polyfill (source) devDependencies minor 7.4.4 -> 7.6.0
@babel/preset-env (source) devDependencies minor 7.4.5 -> 7.6.2
@babel/traverse (source) devDependencies minor 7.4.5 -> 7.6.2
@hot-loader/react-dom devDependencies minor 16.8.6 -> 16.9.0
autoprefixer devDependencies minor 9.5.1 -> 9.6.1
babel-eslint devDependencies patch 10.0.1 -> 10.0.3
babel-jest devDependencies minor 24.8.0 -> 24.9.0
css-loader devDependencies minor 3.0.0 -> 3.2.0
enzyme (source) devDependencies minor 3.9.0 -> 3.10.0
enzyme-adapter-react-16 (source) devDependencies minor 1.13.2 -> 1.14.0
eslint-plugin-import devDependencies minor 2.17.3 -> 2.18.2
eslint-plugin-react devDependencies minor 7.13.0 -> 7.14.3
jest (source) devDependencies minor 24.8.0 -> 24.9.0
jest-cli (source) devDependencies minor 24.8.0 -> 24.9.0
postcss (source) devDependencies patch 7.0.16 -> 7.0.18
postcss-custom-properties devDependencies patch 8.0.10 -> 8.0.11
prettier (source) devDependencies minor 1.17.1 -> 1.18.2
react (source) devDependencies minor 16.8.6 -> 16.9.0
react-dom (source) devDependencies minor 16.8.6 -> 16.9.0
react-hot-loader devDependencies minor 4.9.0 -> 4.12.14
react-test-renderer (source) devDependencies minor 16.8.6 -> 16.9.0
sass-loader devDependencies minor 7.1.0 -> 7.3.1
webpack devDependencies minor 4.32.2 -> 4.41.0
webpack-cli devDependencies patch 3.3.2 -> 3.3.9
webpack-dev-server devDependencies minor 3.5.1 -> 3.8.1

Release Notes

babel/babel ### [`v7.6.2`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v762-2019-09-23) [Compare Source](https://togithub.com/babel/babel/compare/v7.6.0...v7.6.2) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​10472](https://togithub.com/babel/babel/pull/10472) added check to disallow super.private variable access and test case added. ([@​vivek12345](https://togithub.com/vivek12345)) - [#​10468](https://togithub.com/babel/babel/pull/10468) [parser] Disallow numeric separator in unicode scape sequences. ([@​ivandevp](https://togithub.com/ivandevp)) - [#​10467](https://togithub.com/babel/babel/pull/10467) [parser] Invalid NonOctal Decimal. ([@​gonzarodriguezt](https://togithub.com/gonzarodriguezt)) - [#​10461](https://togithub.com/babel/babel/pull/10461) [parser] Disallow static fields named `constructor`. ([@​guywaldman](https://togithub.com/guywaldman)) - [#​10455](https://togithub.com/babel/babel/pull/10455) [parser] Report escapes in kws only if they won't be used as identifiers. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-parser` - [#​10445](https://togithub.com/babel/babel/pull/10445) Leave trailing comments after handling a possible trailing comma. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli` - [#​10400](https://togithub.com/babel/babel/pull/10400) fix: allow the process to exit naturally. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​10402](https://togithub.com/babel/babel/pull/10402) fix: pass optionLoc when validating plugin object. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-block-scoping`, `babel-plugin-transform-spread`, `babel-traverse` - [#​10417](https://togithub.com/babel/babel/pull/10417) Do not guess relative execution status for exported fns. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` - [#​10275](https://togithub.com/babel/babel/pull/10275) fix object rest in array pattern. ([@​tanhauhau](https://togithub.com/tanhauhau)) ##### :house: Internal - `babel-plugin-transform-named-capturing-groups-regex` - [#​10430](https://togithub.com/babel/babel/pull/10430) refactor: replace regexp-tree by regexpu. ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​10441](https://togithub.com/babel/babel/pull/10441) Update GitHub actions to v2. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10427](https://togithub.com/babel/babel/pull/10427) chore: add lint-ts rule. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-fixtures` - [#​10428](https://togithub.com/babel/babel/pull/10428) chore: remove tryResolve dependency. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-node` - [#​10429](https://togithub.com/babel/babel/pull/10429) Remove babel polyfill dependency of babel-node. ([@​bdwain](https://togithub.com/bdwain)) - `babel-generator`, `babel-helper-fixtures` - [#​10420](https://togithub.com/babel/babel/pull/10420) chore: remove trim-right dependency. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core`, `babel-plugin-transform-runtime`, `babel-register` - [#​10405](https://togithub.com/babel/babel/pull/10405) Remove circular dependency. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-parser` - [#​10421](https://togithub.com/babel/babel/pull/10421) Miscellaneous perf tweak. ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.6.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v760-2019-09-06) [Compare Source](https://togithub.com/babel/babel/compare/v7.5.5...v7.6.0) ##### :eyeglasses: Spec Compliance - `babel-generator`, `babel-parser` - [#​10269](https://togithub.com/babel/babel/pull/10269) Fix parenthesis for nullish coalescing ([@​vivek12345](https://togithub.com/vivek12345)) - `babel-helpers`, `babel-plugin-transform-block-scoping`, `babel-traverse` - [#​9498](https://togithub.com/babel/babel/pull/9498) Fix tdz checks in transform-block-scoping plugin ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :rocket: New Feature - `babel-core` - [#​10181](https://togithub.com/babel/babel/pull/10181) feat(errors): validate preset when filename is absent ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-private-methods` - [#​10217](https://togithub.com/babel/babel/pull/10217) Class Private Static Accessors ([@​tim-mc](https://togithub.com/tim-mc)) - `babel-generator`, `babel-parser`, `babel-types` - [#​10148](https://togithub.com/babel/babel/pull/10148) V8intrinsic syntax plugin ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-preset-typescript` - [#​10382](https://togithub.com/babel/babel/pull/10382) Allow setting 'allowNamespaces' in typescript preset ([@​dsgkirkby](https://togithub.com/dsgkirkby)) - `babel-parser` - [#​10352](https://togithub.com/babel/babel/pull/10352) Do not register ambient classes to the TS scope ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-types` - [#​10248](https://togithub.com/babel/babel/pull/10248) Add static to class property builder ([@​yuri-karadzhov](https://togithub.com/yuri-karadzhov)) ##### :bug: Bug Fix - `babel-helpers`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env` - [#​10396](https://togithub.com/babel/babel/pull/10396) fix: early return when instance is not iterable ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-runtime` - [#​10398](https://togithub.com/babel/babel/pull/10398) Add supports for polyfill computed methods ([@​rhyzx](https://togithub.com/rhyzx)) - `babel-preset-env` - [#​10397](https://togithub.com/babel/babel/pull/10397) Don't polyfill when evaluation is not confident ([@​rhyzx](https://togithub.com/rhyzx)) - [#​10218](https://togithub.com/babel/babel/pull/10218) [preset-env] Include / exclude module plugins properly ([@​AdamRamberg](https://togithub.com/AdamRamberg)) - [#​10284](https://togithub.com/babel/babel/pull/10284) Replace es.string.reverse with es.array.reverse ([@​epicfaace](https://togithub.com/epicfaace)) - `babel-plugin-transform-named-capturing-groups-regex` - [#​10395](https://togithub.com/babel/babel/pull/10395) fix: transform name capturing regex once ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​10098](https://togithub.com/babel/babel/pull/10098) fix typescript for babel-types ([@​tanhauhau](https://togithub.com/tanhauhau)) - [#​10319](https://togithub.com/babel/babel/pull/10319) Add a builder definition including name for tsTypeParameter ([@​deificx](https://togithub.com/deificx)) - `babel-parser` - [#​10380](https://togithub.com/babel/babel/pull/10380) Refactor trailing comment adjustment ([@​banga](https://togithub.com/banga)) - [#​10369](https://togithub.com/babel/babel/pull/10369) Retain trailing comments in array expressions ([@​banga](https://togithub.com/banga)) - [#​10292](https://togithub.com/babel/babel/pull/10292) fix: assign trailing comment to ObjectProperty only when inside an ObjectExpression ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-types` - [#​10366](https://togithub.com/babel/babel/pull/10366) Don't allow JSXNamespacedName to chain ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-generator`, `babel-plugin-transform-typescript`, `babel-types` - [#​10341](https://togithub.com/babel/babel/pull/10341) Add TSBigIntKeyword to [@​babel/types](https://togithub.com/babel/types) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-types` - [#​9960](https://togithub.com/babel/babel/pull/9960) Do not delete "fake" source map comments from strings ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-flow-comments` - [#​10329](https://togithub.com/babel/babel/pull/10329) Fix flow comments plugin issues ([@​zaygraveyard](https://togithub.com/zaygraveyard)) - `babel-helpers`, `babel-plugin-transform-react-constant-elements` - [#​10307](https://togithub.com/babel/babel/pull/10307) [fix] jsx helper calls order ([@​Sinewyk](https://togithub.com/Sinewyk)) - `babel-plugin-proposal-decorators` - [#​10302](https://togithub.com/babel/babel/pull/10302) fix: register inserted class declaration ([@​thiagoarrais](https://togithub.com/thiagoarrais)) - `babel-plugin-proposal-do-expressions`, `babel-traverse` - [#​10070](https://togithub.com/babel/babel/pull/10070) Do expressions transform for switch statements ([@​tanhauhau](https://togithub.com/tanhauhau)) - [#​10277](https://togithub.com/babel/babel/pull/10277) remove finally from completion record in try statement ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-helpers`, `babel-plugin-transform-named-capturing-groups-regex` - [#​10136](https://togithub.com/babel/babel/pull/10136) fix capturing group for matchAll ([@​tanhauhau](https://togithub.com/tanhauhau)) ##### :nail_care: Polish - `babel-plugin-transform-runtime`, `babel-preset-env` - [#​10372](https://togithub.com/babel/babel/pull/10372) Don't allow instance properties transformation on namespace ([@​rhyzx](https://togithub.com/rhyzx)) ##### :memo: Documentation - [#​10313](https://togithub.com/babel/babel/pull/10313) Adds note about two approval policy to PR template ([@​thiagoarrais](https://togithub.com/thiagoarrais)) ##### :house: Internal - `babel-register` - [#​9847](https://togithub.com/babel/babel/pull/9847) Remove core-js dependency from [@​babel/register](https://togithub.com/babel/register) ([@​coreyfarrell](https://togithub.com/coreyfarrell)) - `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner`, `babel-preset-env` - [#​10401](https://togithub.com/babel/babel/pull/10401) Use "validateLogs" for preset-env's debug fixtures ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​10380](https://togithub.com/babel/babel/pull/10380) Refactor trailing comment adjustment ([@​banga](https://togithub.com/banga)) - `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-dynamic-import`, `babel-preset-env` - [#​10326](https://togithub.com/babel/babel/pull/10326) Allow testing logs with `@babel/helper-transform-fixture-test-runner` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-runtime-corejs2`, `babel-runtime`, `babel-types` - [#​10331](https://togithub.com/babel/babel/pull/10331) Commit generated code ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-create-class-features-plugin`, `babel-helper-fixtures`, `babel-node`, `babel-parser`, `babel-plugin-proposal-do-expressions`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-standalone`, `babel-template`, `babel-traverse`, `babel-types` - [#​10228](https://togithub.com/babel/babel/pull/10228) Update dev dependencies and fix linting errors ([@​danez](https://togithub.com/danez)) - `babel-cli` - [#​10244](https://togithub.com/babel/babel/pull/10244) added flow to babel cli ([@​Letladi](https://togithub.com/Letladi)) ##### :running_woman: Performance - `babel-helpers`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env` - [#​10161](https://togithub.com/babel/babel/pull/10161) Improves the logic to import objects in helpers ([@​ifsnow](https://togithub.com/ifsnow)) - `babel-traverse` - [#​10243](https://togithub.com/babel/babel/pull/10243) perf: always return `void 0` as undefined node ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.5.5`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v755-2019-07-17) [Compare Source](https://togithub.com/babel/babel/compare/v7.5.0...v7.5.5) ##### :bug: Bug Fix - `babel-code-frame` - [#​10211](https://togithub.com/babel/babel/pull/10211) fix code-frame marker with highlighting ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-plugin-proposal-object-rest-spread` - [#​10200](https://togithub.com/babel/babel/pull/10200) Workaround [#​10179](https://togithub.com/babel/babel/issues/10179) in proposal-object-rest-spread ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-types` - [#​10198](https://togithub.com/babel/babel/pull/10198) add assertShape to validate templateElement ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-helper-create-class-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-helper-replace-supers`, `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-object-super`, `babel-types` - [#​10017](https://togithub.com/babel/babel/pull/10017) destructuring private fields with array pattern / object pattern ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-plugin-transform-flow-comments` - [#​9901](https://togithub.com/babel/babel/pull/9901) fix transform-flow-comments for import types ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-core`, `babel-helpers` - [#​10208](https://togithub.com/babel/babel/pull/10208) always throw when add missing helpers ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-plugin-transform-runtime` - [#​10207](https://togithub.com/babel/babel/pull/10207) Closes [#​10205](https://togithub.com/babel/babel/issues/10205) ([@​sag1v](https://togithub.com/sag1v)) - `babel-helpers`, `babel-plugin-transform-instanceof` - [#​10197](https://togithub.com/babel/babel/pull/10197) fix: custom instOfHandler result should be cast to boolean ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-parser`, `babel-plugin-transform-typescript` - [#​10014](https://togithub.com/babel/babel/pull/10014) Use correct extension for typescript fixtures ([@​danez](https://togithub.com/danez)) ##### :running_woman: Performance - `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` - [#​10189](https://togithub.com/babel/babel/pull/10189) perf: match ownKeys perf to the one of objectSpread ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.5.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v750-2019-07-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.4.4...v7.5.0) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​10099](https://togithub.com/babel/babel/pull/10099) Disallow "let" as name at lexical bindings ([@​g-plane](https://togithub.com/g-plane)) ##### :rocket: New Feature - `babel-parser` - [#​10091](https://togithub.com/babel/babel/pull/10091) BigInt type for Flow ([@​tanhauhau](https://togithub.com/tanhauhau)) - [#​9450](https://togithub.com/babel/babel/pull/9450) Implement f# pipeline in parser ([@​mAAdhaTTah](https://togithub.com/mAAdhaTTah)) - [#​9912](https://togithub.com/babel/babel/pull/9912) [legacy decorators] Allow decorating generator methods ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​9864](https://togithub.com/babel/babel/pull/9864) [@​babel/parser] Add "allowUndeclaredExports" option ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-dynamic-import`, `babel-preset-env-standalone`, `babel-preset-env` - [#​10109](https://togithub.com/babel/babel/pull/10109) Add [@​babel/plugin-proposal-dynamic-import](https://togithub.com/babel/plugin-proposal-dynamic-import) to [@​babel/preset-env](https://togithub.com/babel/preset-env) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-dynamic-import`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs` - [#​9552](https://togithub.com/babel/babel/pull/9552) Create [@​babel/plugin-proposal-dynamic-import](https://togithub.com/babel/plugin-proposal-dynamic-import) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator` - [#​9984](https://togithub.com/babel/babel/pull/9984) Transform for F# Pipeline ([@​thiagoarrais](https://togithub.com/thiagoarrais)) - `babel-plugin-transform-typescript`, `babel-types` - [#​9785](https://togithub.com/babel/babel/pull/9785) Implement TypeScript namespace support ([@​Wolvereness](https://togithub.com/Wolvereness)) ##### :bug: Bug Fix - `babel-plugin-proposal-do-expressions`, `babel-traverse` - [#​10072](https://togithub.com/babel/babel/pull/10072) fix await and yield for do expression ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-helpers`, `babel-plugin-transform-react-constant-elements` - [#​10155](https://togithub.com/babel/babel/pull/10155) Added es3 backward compatibility for react helper code ([@​sormy](https://togithub.com/sormy)) - `babel-preset-env` - [#​10127](https://togithub.com/babel/babel/pull/10127) Bump compat-table and updating preset-env mappings ([@​existentialism](https://togithub.com/existentialism)) - [#​8897](https://togithub.com/babel/babel/pull/8897) Allow `defaults` query in preset-env ([@​existentialism](https://togithub.com/existentialism)) - `babel-parser` - [#​10132](https://togithub.com/babel/babel/pull/10132) fix import typeof in declare module ([@​tanhauhau](https://togithub.com/tanhauhau)) - [#​10084](https://togithub.com/babel/babel/pull/10084) flow - allow type parameter defaults in function declarations ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-types` - [#​10126](https://togithub.com/babel/babel/pull/10126) fix exportKind declaration in babel-types ([@​zxbodya](https://togithub.com/zxbodya)) - `babel-node` - [#​9951](https://togithub.com/babel/babel/pull/9951) Prevents exception on PnP ([@​arcanis](https://togithub.com/arcanis)) - `babel-generator` - [#​10041](https://togithub.com/babel/babel/pull/10041) Fix printer for explicitly inexact Flow types ([@​mrtnzlml](https://togithub.com/mrtnzlml)) - `babel-plugin-transform-typescript` - [#​10034](https://togithub.com/babel/babel/pull/10034) Use scope for typescript export removals ([@​Wolvereness](https://togithub.com/Wolvereness)) - [#​10019](https://togithub.com/babel/babel/pull/10019) fix(typescript): erase default export if exporting a TS type ([@​airato](https://togithub.com/airato)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-traverse` - [#​10029](https://togithub.com/babel/babel/pull/10029) Fixed computed keys for class expression ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` - [#​9384](https://togithub.com/babel/babel/pull/9384) Retry to fix object spread helper compatibility ([@​saschanaz](https://togithub.com/saschanaz)) - `babel-plugin-transform-destructuring` - [#​10013](https://togithub.com/babel/babel/pull/10013) fix destructuring rest with template literal ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-typescript` - [#​9610](https://togithub.com/babel/babel/pull/9610) Use `injectInitialization` to generate ts parameter properties ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-core` - [#​10157](https://togithub.com/babel/babel/pull/10157) Fix incorrect usage of $o instead of %o in debug ([@​ChlorideCull](https://togithub.com/ChlorideCull)) - `babel-helpers` - [#​10117](https://togithub.com/babel/babel/pull/10117) Simplify the helpers for classPrivateField{Get,Set} ([@​arv](https://togithub.com/arv)) - `babel-plugin-transform-typescript` - [#​10047](https://togithub.com/babel/babel/pull/10047) Refactor isImportTypeOnly helper function ([@​Andarist](https://togithub.com/Andarist)) ##### :memo: Documentation - `babel-plugin-proposal-partial-application`, `babel-plugin-syntax-partial-application` - [#​10103](https://togithub.com/babel/babel/pull/10103) docs: update readmes ([@​xtuc](https://togithub.com/xtuc))
postcss/autoprefixer ### [`v9.6.1`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​961) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.6.0...9.6.1) - Fix `-webkit-line-clamp` truncating multi-line text support. ### [`v9.6.0`](https://togithub.com/postcss/autoprefixer/releases/9.6.0) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.5.1...9.6.0) Unseen University coat of arms by Damien Tonkin Autoprefixer 9.6 marked `browsers` option as deprecated and added `text-orientation` and `@media (min-resolution: 2x)` support. We added the “Sponsor” button to your repository. You can support Autoprefixer and other open source projects important for your business by [Tidelift](https://tidelift.com/subscription/pkg/npm-autoprefixer). #### Browsers Autoprefixer adds prefixes only for target browsers, browsers which is support on your project. Initially, Autoprefixer had the `browsers` option to set target browsers. But we found that many tools need target browsers too. [`postcss-preset-env`](https://preset-env.cssdb.org/) and `babel-preset-env` use them to add only actual polyfills, [postcss-normalize](https://togithub.com/csstools/postcss-normalize) uses them to add only necessary CSS reset rules, plugins for ESLint and Stylelint will warn you if some of the target browsers doesn’t support your code. This is why we created [Browserslist](https://togithub.com/browserslist/browserslist) config file. It is a single config for all tools. A lot of users still uses the `browsers` option. We understand them; it is hard to change old practice. Unfortunately, using the `browsers` option creates many problems. For instance, you can miss that your build tool has own Autoprefixer inside. It will cut your prefixes because it will not know about your target browsers. This is why, in 9.6, we decided to deprecate the `browsers` option. Autoprefixer will show a warning on this option. In the next 10.0 release, we will drop this option. This is how you can migrate: 1. Create `browserslist` key with an array in `package.json`. 2. Copy queries from the `browsers` option. If you have `browsers: [“last 1 version”, “not dead”]`, then you need: ```js "browserslist": [ "last 1 version", "not dead" ] ``` #### HiDPI Media Query We all need to support HiDPI/retina screen now. Autoprefixer supports specific media query for HiDPI screens: ```css .image { background-image: url(image@1x.png); } @​media (min-resolution: 2dppx) { .image { background-image: url(image@2x.png); } } ``` ```css .image { background-image: url(image@1x.png); } @​media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx) { .image { background-image: url(image@2x.png); } } ``` Bug we found that [CSS Values 4 spec](https://www.w3.org/TR/css-values-4/#resolution) added `x` alias for `dppx`. Autoprefixer 9.6 supports `@media (min-resolution: 2x)` shortcut. Note, that Autoprefixer will not convert it to `2dppx`. Autoprefixer adds only prefixes. Use [`postcss-preset-env`](https://preset-env.cssdb.org/) to add polyfills. #### Other - [`text-orientation`](https://tympanus.net/codrops/css_reference/text-orientation/) property support was added. - [@​jmmarco](https://togithub.com/jmmarco) added `CONTRIBUTING.md`
babel/babel-eslint ### [`v10.0.3`](https://togithub.com/babel/babel-eslint/releases/v10.0.3) [Compare Source](https://togithub.com/babel/babel-eslint/compare/v10.0.2...v10.0.3) Fixes [#​791](https://togithub.com/babel/babel-eslint/issues/791), also [eslint/eslint#​12117](https://togithub.com/eslint/eslint/issues/12117) Some context: [#​793 (comment)](https://togithub.com/babel/babel-eslint/pull/793#issuecomment-524435971) We ended up going with [@​JLHwung](https://togithub.com/JLHwung)'s PR [#​794](https://togithub.com/babel/babel-eslint/pull/794) which uses ESLint's deps instead of going with peerDeps since it really depends on the version being used and we don't want users to have to install it directly on their own. babel-eslint is patching patches of the dependencies of ESLint itself so these kinds of issues have happened in the past. We'll need to look into figuring out how to have a more solid way of modifying behavior instead of this monkeypatching type of thing for future releases. ### [`v10.0.2`](https://togithub.com/babel/babel-eslint/releases/v10.0.2) [Compare Source](https://togithub.com/babel/babel-eslint/compare/v10.0.1...v10.0.2) > Fixes [#​772](https://togithub.com/babel/babel-eslint/issues/772)
facebook/jest ### [`v24.9.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2490) [Compare Source](https://togithub.com/facebook/jest/compare/v24.8.0...v24.9.0) ##### Features - `[expect]` Highlight substring differences when matcher fails, part 1 ([#​8448](https://togithub.com/facebook/jest/pull/8448)) - `[expect]` Highlight substring differences when matcher fails, part 2 ([#​8528](https://togithub.com/facebook/jest/pull/8528)) - `[expect]` Improve report when mock-spy matcher fails, part 1 ([#​8640](https://togithub.com/facebook/jest/pull/8640)) - `[expect]` Improve report when mock-spy matcher fails, part 2 ([#​8649](https://togithub.com/facebook/jest/pull/8649)) - `[expect]` Improve report when mock-spy matcher fails, part 3 ([#​8697](https://togithub.com/facebook/jest/pull/8697)) - `[expect]` Improve report when mock-spy matcher fails, part 4 ([#​8710](https://togithub.com/facebook/jest/pull/8710)) - `[expect]` Throw matcher error when received cannot be jasmine spy ([#​8747](https://togithub.com/facebook/jest/pull/8747)) - `[expect]` Improve report when negative CalledWith assertion fails ([#​8755](https://togithub.com/facebook/jest/pull/8755)) - `[expect]` Improve report when positive CalledWith assertion fails ([#​8771](https://togithub.com/facebook/jest/pull/8771)) - `[expect]` Display equal values for ReturnedWith similar to CalledWith ([#​8791](https://togithub.com/facebook/jest/pull/8791)) - `[expect, jest-snapshot]` Change color from green for some args in matcher hints ([#​8812](https://togithub.com/facebook/jest/pull/8812)) - `[jest-snapshot]` Highlight substring differences when matcher fails, part 3 ([#​8569](https://togithub.com/facebook/jest/pull/8569)) - `[jest-core]` Improve report when snapshots are obsolete ([#​8448](https://togithub.com/facebook/jest/pull/8665)) - `[jest-cli]` Improve chai support (with detailed output, to match jest exceptions) ([#​8454](https://togithub.com/facebook/jest/pull/8454)) - `[*]` Manage the global timeout with `--testTimeout` command line argument. ([#​8456](https://togithub.com/facebook/jest/pull/8456)) - `[pretty-format]` Render custom displayName of memoized components ([#​8546](https://togithub.com/facebook/jest/pull/8546)) - `[jest-validate]` Allow `maxWorkers` as part of the `jest.config.js` ([#​8565](https://togithub.com/facebook/jest/pull/8565)) - `[jest-runtime]` Allow passing configuration objects to transformers ([#​7288](https://togithub.com/facebook/jest/pull/7288)) - `[@jest/core, @​jest/test-sequencer]` Support async sort in custom `testSequencer` ([#​8642](https://togithub.com/facebook/jest/pull/8642)) - `[jest-runtime, @​jest/fake-timers]` Add `jest.advanceTimersToNextTimer` ([#​8713](https://togithub.com/facebook/jest/pull/8713)) - `[@jest-transform]` Extract transforming require logic within `jest-core` into `@jest-transform` ([#​8756](https://togithub.com/facebook/jest/pull/8756)) - `[jest-matcher-utils]` Add color options to `matcherHint` ([#​8795](https://togithub.com/facebook/jest/pull/8795)) - `[jest-circus/jest-jasmine2]` Give clearer output for Node assert errors ([#​8792](https://togithub.com/facebook/jest/pull/8792)) - `[jest-runner]` Export all types in the type signature of `jest-runner` ([#​8825](https://togithub.com/facebook/jest/pull/8825)) ##### Fixes - `[jest-cli]` Detect side-effect only imports when running `--onlyChanged` or `--changedSince` ([#​8670](https://togithub.com/facebook/jest/pull/8670)) - `[jest-cli]` Allow `--maxWorkers` to work with % input again ([#​8565](https://togithub.com/facebook/jest/pull/8565)) - `[babel-plugin-jest-hoist]` Expand list of whitelisted globals in global mocks ([#​8429](https://togithub.com/facebook/jest/pull/8429)) - `[jest-core]` Make watch plugin initialization errors look nice ([#​8422](https://togithub.com/facebook/jest/pull/8422)) - `[jest-snapshot]` Prevent inline snapshots from drifting when inline snapshots are updated ([#​8492](https://togithub.com/facebook/jest/pull/8492)) - `[jest-haste-map]` Don't throw on missing mapper in Node crawler ([#​8558](https://togithub.com/facebook/jest/pull/8558)) - `[jest-core]` Fix incorrect `passWithNoTests` warning ([#​8595](https://togithub.com/facebook/jest/pull/8595)) - `[jest-snapshots]` Fix test retries that contain snapshots ([#​8629](https://togithub.com/facebook/jest/pull/8629)) - `[jest-mock]` Fix incorrect assignments when restoring mocks in instances where they originally didn't exist ([#​8631](https://togithub.com/facebook/jest/pull/8631)) - `[expect]` Fix stack overflow when matching objects with circular references ([#​8687](https://togithub.com/facebook/jest/pull/8687)) - `[jest-haste-map]` Workaround a node >=12.5.0 bug that causes the process not to exit after tests have completed and cancerous memory growth ([#​8787](https://togithub.com/facebook/jest/pull/8787)) ##### Chore & Maintenance - `[jest-leak-detector]` remove code repeat ([#​8438](https://togithub.com/facebook/jest/pull/8438)) - `[docs]` Add example to `jest.requireActual` ([#​8482](https://togithub.com/facebook/jest/pull/8482)) - `[docs]` Add example to `jest.mock` for mocking ES6 modules with the `factory` parameter ([#​8550](https://togithub.com/facebook/jest/pull/8550)) - `[docs]` Add information about using `jest.doMock` with ES6 imports ([#​8573](https://togithub.com/facebook/jest/pull/8573)) - `[docs]` Fix variable name in custom-matcher-api code example ([#​8582](https://togithub.com/facebook/jest/pull/8582)) - `[docs]` Fix example used in custom environment docs ([#​8617](https://togithub.com/facebook/jest/pull/8617)) - `[docs]` Updated react tutorial to refer to new package of react-testing-library ([@​testing-library/react](https://togithub.com/testing-library/react)) ([#​8753](https://togithub.com/facebook/jest/pull/8753)) - `[docs]` Updated imports of react-testing-library to [@​testing-library/react](https://togithub.com/testing-library/react) in website ([#​8757](https://togithub.com/facebook/jest/pull/8757)) - `[jest-core]` Add `getVersion` (moved from `jest-cli`) ([#​8706](https://togithub.com/facebook/jest/pull/8706)) - `[docs]` Fix MockFunctions example that was using toContain instead of toContainEqual ([#​8765](https://togithub.com/facebook/jest/pull/8765)) - `[*]` Make sure copyright header comment includes license ([#​8783](https://togithub.com/facebook/jest/pull/8783)) - `[*]` Check copyright and license as one joined substring ([#​8815](https://togithub.com/facebook/jest/pull/8815)) - `[docs]` Fix WatchPlugins `jestHooks.shouldRunTestSuite` example that receives an object ([#​8784](https://togithub.com/facebook/jest/pull/8784)) - `[*]` Enforce LF line endings ([#​8809](https://togithub.com/facebook/jest/pull/8809)) - `[pretty-format]` Delete obsolete link and simplify structure in README ([#​8824](https://togithub.com/facebook/jest/pull/8824)) ##### Performance - `[jest-watcher]` Minor optimization for JestHook ([#​8746](https://togithub.com/facebook/jest/pull/8746)) - `[@jest/reporters]` Prevent runaway CPU useage with `--notify` on macOS ([#​8830](https://togithub.com/facebook/jest/issues/8830))
webpack-contrib/css-loader ### [`v3.2.0`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​320httpsgithubcomwebpack-contribcss-loadercomparev310v320-2019-08-06) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v3.1.0...v3.2.0) ##### Bug Fixes - replace `.` characters in localIndent to `-` character (regression) ([#​982](https://togithub.com/webpack-contrib/css-loader/issues/982)) ([967fb66](https://togithub.com/webpack-contrib/css-loader/commit/967fb66)) ##### Features - support es modules for assets loader ([#​984](https://togithub.com/webpack-contrib/css-loader/issues/984)) ([9c5126c](https://togithub.com/webpack-contrib/css-loader/commit/9c5126c)) ### [`v3.1.0`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​320httpsgithubcomwebpack-contribcss-loadercomparev310v320-2019-08-06) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v3.0.0...v3.1.0) ##### Bug Fixes - replace `.` characters in localIndent to `-` character (regression) ([#​982](https://togithub.com/webpack-contrib/css-loader/issues/982)) ([967fb66](https://togithub.com/webpack-contrib/css-loader/commit/967fb66)) ##### Features - support es modules for assets loader ([#​984](https://togithub.com/webpack-contrib/css-loader/issues/984)) ([9c5126c](https://togithub.com/webpack-contrib/css-loader/commit/9c5126c))
airbnb/enzyme ### [`v3.10.0`](https://togithub.com/airbnb/enzyme/blob/master/CHANGELOG.md#​3100) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme@3.9.0...enzyme@3.10.0) ##### New Stuff - `shallow` add `suspenseFallback` option; support `Suspense`/`Lazy` ([#​1975](https://togithub.com/airbnb/enzyme/issues/1975)) - `shallow`/`mount`: add `invoke(propName)(...args)` ([#​1856](https://togithub.com/airbnb/enzyme/issues/1856), [#​945](https://togithub.com/airbnb/enzyme/issues/945)) - `shallow`: Support rendering and `dive()`ing `createContext()` providers and consumers ([#​1966](https://togithub.com/airbnb/enzyme/issues/1966)) - `mount`/`shallow`: add `getWrappingComponent` ([#​1960](https://togithub.com/airbnb/enzyme/issues/1960)) - `Utils`: add `isCustomComponent` ([#​1960](https://togithub.com/airbnb/enzyme/issues/1960)) - `Utils`: add `stub` argument to `spyMethod` - `EnzymeAdapter`: add `matchesElementType` ([#​2146](https://togithub.com/airbnb/enzyme/issues/2146)) - `RSTTraversal`: add `getHTMLFromHostNodes` ##### Fixes - `selectors`: unwrap `memo` elements - in both directions ([#​2146](https://togithub.com/airbnb/enzyme/issues/2146)) - `shallow`: properly determine "should render" for `PureComponent`s ([#​2096](https://togithub.com/airbnb/enzyme/issues/2096)) - `mount`/`shallow`: `renderProp`: improve error messages ([#​2070](https://togithub.com/airbnb/enzyme/issues/2070)) - `mount`: `setContext`: use proper wrapper name in error message - `shallow`: `.contains()`: clean up error message - `shallow`/`mount`: `hasClass`: avoid a crash with a non-string argument ([#​2057](https://togithub.com/airbnb/enzyme/issues/2057)) - `mount`: properly handle HTML of multiple nodes ([#​2052](https://togithub.com/airbnb/enzyme/issues/2052)) - `shallow`: ensure that if gDSFP exists, cDU is called. ([#​2027](https://togithub.com/airbnb/enzyme/issues/2027)) - `shallow`: Mock sCU if gDSFP defined in shallow renderer rerender ([#​1981](https://togithub.com/airbnb/enzyme/issues/1981)) - `mount`: `.state()`: allow getting state from stateful children of a stateless root ([#​2043](https://togithub.com/airbnb/enzyme/issues/2043)) - `mount`: `.text()`: properly recurse through fragments and arrays ([#​2028](https://togithub.com/airbnb/enzyme/issues/2028)) ##### Refactors - `ReactWrapper`/`ShallowWrapper`: ensure calling an adapter‘s nodeToElement preserves the receiver - `mount`: use `getHTMLFromHostNodes` ##### Docs - explain why need to re-call .find() after update ([#​2140](https://togithub.com/airbnb/enzyme/issues/2140)) - `shallow`: fix childAt ([#​2134](https://togithub.com/airbnb/enzyme/issues/2134)) - Update v2 -> v3 migration guide re props after a stage change ([#​1300](https://togithub.com/airbnb/enzyme/issues/1300)) - `debug`: Added documentation for `verbose` flag ([#​2104](https://togithub.com/airbnb/enzyme/issues/2104)) - Add on the fly JSDOM include example ([#​2072](https://togithub.com/airbnb/enzyme/issues/2072)) - `reduce`/`reduceRight`: fix example code ([#​2066](https://togithub.com/airbnb/enzyme/issues/2066), [#​2065](https://togithub.com/airbnb/enzyme/issues/2065), [#​2064](https://togithub.com/airbnb/enzyme/issues/2064)) - update `simulateError` with `getDerivedStateFromError` ([#​2036](https://togithub.com/airbnb/enzyme/issues/2036)) - `shallow`: `.hasClass`: fix use of `mount` - add link to Cheerio API and another example ([#​756](https://togithub.com/airbnb/enzyme/issues/756)) - `jest`: Update deprecated jest config key ([#​2024](https://togithub.com/airbnb/enzyme/issues/2024))
benmosher/eslint-plugin-import ### [`v2.18.2`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2182---2019-07-19) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.18.1...v2.18.2) - Skip warning on type interfaces ([#​1425], thanks [@​lencioni]) ### [`v2.18.1`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2181---2019-07-18) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.18.0...v2.18.1) ##### Fixed - Improve parse perf when using `@typescript-eslint/parser` ([#​1409], thanks [@​bradzacher]) - [`prefer-default-export`]: don't warn on TypeAlias & TSTypeAliasDeclaration ([#​1377], thanks [@​sharmilajesupaul]) - [`no-unused-modules`]: Exclude package "main"/"bin"/"browser" entry points ([#​1404], thanks [@​rfermann]) - [`export`]: false positive for typescript overloads ([#​1412], thanks [@​golopot]) ##### Refactors - [`no-extraneous-dependencies`], `importType`: remove lodash ([#​1419], thanks [@​ljharb]) ### [`v2.18.0`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2180---2019-06-24) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.17.3...v2.18.0) ##### Added - Support eslint v6 ([#​1393], thanks [@​sheepsteak]) - [`order`]: Adds support for correctly sorting unknown types into a single group ([#​1375], thanks [@​swernerx]) - [`order`]: add fixer for destructuring commonjs import ([#​1372], thanks [@​golopot]) - typescript config: add TS def extensions + defer to TS over JS ([#​1366], thanks [@​benmosher]) ##### Fixed - [`no-unused-modules`]: handle ClassDeclaration ([#​1371], thanks [@​golopot]) ##### Docs - [`no-cycle`]: split code examples so file separation is obvious ([#​1370], thanks [@​alex-page]) - [`no-named-as-default-member`]: update broken link ([#​1389], thanks [@​fooloomanzoo])
yannickcr/eslint-plugin-react ### [`v7.14.3`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7143---2019-07-23) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.14.2...v7.14.3) ##### Fixed - Fix [`prop-types`][] to ignore validation when Flow indexers are used ([#​2330][] [@​yannickcr](https://togithub.com/yannickcr)) - Fix error being thrown after the first warning when react version cannot be detected ([#​2336][] [@​abhishekdev](https://togithub.com/abhishekdev)) - Fix component detection when `memo` and `forwardRef` are used together ([#​2349][] [@​yannickcr](https://togithub.com/yannickcr)) ##### Changed - Documentation improvements ([@​ljharb](https://togithub.com/ljharb), [#​2354][] [@​golopot](https://togithub.com/golopot)) [7.14.3]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.14.2...v7.14.3 [#​2330]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2330 [#​2336]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2336 [#​2349]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2349 [#​2354]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2354 ### [`v7.14.2`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7142---2019-06-24) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.14.1...v7.14.2) ##### Fixed - Fix [`prop-types`][] crash on for...of destructuring ([#​2326][] [@​yannickcr](https://togithub.com/yannickcr)) [7.14.2]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.14.1...v7.14.2 [#​2326]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2326 ### [`v7.14.1`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7141---2019-06-24) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.14.0...v7.14.1) ##### Fixed - Fix [`prop-types`][] crash on multiple destructuring ([#​2319][] [@​golopot](https://togithub.com/golopot)) [7.14.1]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.14.0...v7.14.1 [#​2319]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2319 ### [`v7.14.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7140---2019-06-23) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.13.0...v7.14.0) ##### Added - Add [`jsx-curly-newline`][] rule ([#​1493][] [@​golopot](https://togithub.com/golopot)) - Add support for nested destructuring to [`prop-types`][] ([#​296][] [#​1422][] [@​golopot](https://togithub.com/golopot)) - Add support for variables defined as props to [`prop-types`][] and [`no-unused-prop-types`][] ([#​442][] [#​833][] [#​1002][] [#​1116][] [#​1257][] [#​1764][] [@​golopot](https://togithub.com/golopot)) - Add `checkFragmentShorthand` option to [`jsx-key`][] ([#​2316][] [@​kaykayehnn](https://togithub.com/kaykayehnn)) ##### Fixed - Fix [`no-did-mount-set-state`][] and [`no-did-update-set-state`][] to handle cDU and cDM defined as class properties ([#​1595][] [@​jaaberg](https://togithub.com/jaaberg)) - Fix [`sort-prop-types`][] cash when a shape PropType is defined in a variable ([#​1749][] [@​alexzherdev](https://togithub.com/alexzherdev)) - Fix [`no-unused-state`][] false positive when using state of non-lifecycle method ([#​2274][] [@​golopot](https://togithub.com/golopot)) - Fix [`static-property-placement`][] false positive when accessing static property inside method ([#​2283][] [@​dmason30](https://togithub.com/dmason30)) - Fix [`prop-type`][] detection for annotated props with default value ([#​2298][] [@​yannickcr](https://togithub.com/yannickcr)) ##### Changed - Add ESLint 6.0.0 as valid peerDependency ([@​yannickcr](https://togithub.com/yannickcr)) - Improve [`no-render-return-value`][] performance ([#​2259][] [@​golopot](https://togithub.com/golopot)) - Change [`jsx-sort-props`][] to report errors only on the identifier ([#​2312][] [@​MrHen](https://togithub.com/MrHen)) - Change to warn only once if react version cannot be detected ([#​2276][] [@​ljharb](https://togithub.com/ljharb)) - Documentation improvements ([#​2263][] [@​dimitropoulos](https://togithub.com/dimitropoulos), [#​2262][] [@​ybiquitous](https://togithub.com/ybiquitous), [#​2295][] [@​battaglr](https://togithub.com/battaglr), [#​2302][] [@​Jason-Cooke](https://togithub.com/Jason-Cooke), [#​2303][] [@​golopot](https://togithub.com/golopot)) - Code refactoring ([#​2265][] [#​2267][] [#​2286][] [#​2294][] [@​golopot](https://togithub.com/golopot), [@​ljharb](https://togithub.com/ljharb)) - Tests improvements ([#​2304][] [#​1047][] [@​golopot](https://togithub.com/golopot), [@​yannickcr](https://togithub.com/yannickcr)) [7.14.0]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.13.0...v7.14.0 [#​296]: https://togithub.com/yannickcr/eslint-plugin-react/issues/296 [#​442]: https://togithub.com/yannickcr/eslint-plugin-react/issues/442 [#​833]: https://togithub.com/yannickcr/eslint-plugin-react/issues/833 [#​1002]: https://togithub.com/yannickcr/eslint-plugin-react/issues/1002 [#​1047]: https://togithub.com/yannickcr/eslint-plugin-react/issues/1047 [#​1116]: https://togithub.com/yannickcr/eslint-plugin-react/issues/1116 [#​1257]: https://togithub.com/yannickcr/eslint-plugin-react/issues/1257 [#​1422]: https://togithub.com/yannickcr/eslint-plugin-react/issues/1422 [#​1493]: https://togithub.com/yannickcr/eslint-plugin-react/issues/1493 [#​1595]: https://togithub.com/yannickcr/eslint-plugin-react/issues/1595 [#​1749]: https://togithub.com/yannickcr/eslint-plugin-react/issues/1749 [#​1764]: https://togithub.com/yannickcr/eslint-plugin-react/issues/1764 [#​2259]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2259 [#​2262]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2262 [#​2263]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2263 [#​2265]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2265 [#​2267]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2267 [#​2274]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2274 [#​2276]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2276 [#​2283]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2283 [#​2286]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2286 [#​2294]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2294 [#​2295]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2295 [#​2298]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2298 [#​2302]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2302 [#​2303]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2303 [#​2304]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2304 [#​2312]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2312 [#​2316]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2316
postcss/postcss ### [`v7.0.18`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​7018) [Compare Source](https://togithub.com/postcss/postcss/compare/7.0.17...7.0.18) - Fix TypeScript type definitions (by Jan Buschtöns). ### [`v7.0.17`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​7017) [Compare Source](https://togithub.com/postcss/postcss/compare/7.0.16...7.0.17) - Fix TypeScript type definitions (by Bob Matcuk and Jan Buschtöns).
postcss/postcss-custom-properties ### [`v8.0.11`](https://togithub.com/postcss/postcss-custom-properties/blob/master/CHANGELOG.md#​8011-June-20-2019) [Compare Source](https://togithub.com/postcss/postcss-custom-properties/compare/654d59d97d39d1591867f53a0c9572df1a7b79b4...8.0.11) - Added: Synchronous transforms when async is unnecessary (thank [@​eteeselink](https://togithub.com/eteeselink)) - Fixed: Unexpected mutations to imported Custom Properties (thank [@​EECOLOR](https://togithub.com/EECOLOR)) - Fixed: Transforms throwing over unknown Custom Properties
prettier/prettier ### [`v1.18.2`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#​1182) [Compare Source](https://togithub.com/prettier/prettier/compare/1.18.1...1.18.2) [diff](https://togithub.com/prettier/prettier/compare/1.18.1...1.18.2) - TypeScript: only add trailing commas in tuples for `--trailing-comma=all` ([#​6199] by [@​duailibe]) In Prettier 1.18 we added trailing commas in tuples when `--trailing-comma=all`, but it was also adding for `--trailing-comma=es5`. [#​6199]: [#​6199](https://togithub.com/prettier/prettier/pull/6199) [@​duailibe]: ### [`v1.18.1`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#​1181) [Compare Source](https://togithub.com/prettier/prettier/compare/1.18.0...1.18.1) [diff](https://togithub.com/prettier/prettier/compare/1.18.0...1.18.1) - TypeScript: Add trailing comma in tsx, only for arrow function ([#​6190] by [@​sosukesuzuki]) Prettier inserts a trailing comma to single type parameter for arrow functions in tsx, since v 1.18. But, this feature inserts a trailing comma to type parameter for besides arrow functions too (e.g, function , interface). This change fix it. ```tsx // Input interface Interface1 { one: "one"; } function function1() { return "one"; } // Output (Prettier 1.18.0) interface Interface1 { one: "one"; } function function1() { return "one"; } // Output (Prettier 1.18.1) interface Interface1 { one: "one"; } function function1() { return "one"; } ``` - Config: Match dotfiles in config overrides ([#​6194] by [@​duailibe]) When using [`overrides`](https://prettier.io/docs/en/configuration.html#configuration-overrides) in the config file, Prettier was not matching dotfiles (files that start with `.`). This was fixed in 1.18.1 [#​6190]: https://togithub.com/prettier/prettier/pull/6190 [#​6194]: https://togithub.com/prettier/prettier/pull/6194 [@​duailibe]: https://togithub.com/duailibe [@​sosukesuzuki]: https://togithub.com/sosukesuzuki ### [`v1.18.0`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#​1180) [Compare Source](https://togithub.com/prettier/prettier/compare/1.17.1...1.18.0) [diff](https://togithub.com/prettier/prettier/compare/1.17.1...1.18.0) 🔗 [Release Notes](https://prettier.io/blog/2019/06/06/1.18.0.html)
facebook/react ### [`v16.9.0`](https://togithub.com/facebook/react/blob/master/CHANGELOG.md#​1690-Aug

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