amilajack / eslint-plugin-flowtype-errors

Run Flow as an ESLint plugin
MIT License
402 stars 32 forks source link

Update babel monorepo - autoclosed #210

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies minor ^7.8.6 -> ^7.9.6
@babel/preset-env (source) devDependencies minor ^7.8.6 -> ^7.9.6
@babel/preset-flow devDependencies minor ^7.8.3 -> ^7.9.0
@babel/register devDependencies minor ^7.8.6 -> ^7.9.0
@babel/runtime (source) dependencies minor ^7.8.4 -> ^7.9.6

Release Notes

babel/babel ### [`v7.9.6`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v796-2020-04-29) [Compare Source](https://togithub.com/babel/babel/compare/v7.9.0...v7.9.6) ##### :eyeglasses: Spec Compliance - `babel-plugin-proposal-object-rest-spread` - [#​11471](https://togithub.com/babel/babel/pull/11471) Fix evaluation order with object spread, 2 ([@​jridgewell](https://togithub.com/jridgewell)) - [#​11412](https://togithub.com/babel/babel/pull/11412) Fix evaluation order with object spread ([@​Zzzen](https://togithub.com/Zzzen)) - `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#​11480](https://togithub.com/babel/babel/pull/11480) Super property eval order ([@​jridgewell](https://togithub.com/jridgewell)) ##### :rocket: New Feature - `babel-traverse`, `babel-types` - [#​11448](https://togithub.com/babel/babel/pull/11448) Adding createFlowUnionType in place of createUnionTypeAnnotation without breaking change ([@​Beraliv](https://togithub.com/Beraliv)) ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env` - [#​11495](https://togithub.com/babel/babel/pull/11495) Fix helpers.unsupportedIterableToArray for Map and Set ([@​ChintanAcharya](https://togithub.com/ChintanAcharya)) - `babel-traverse` - [#​11482](https://togithub.com/babel/babel/pull/11482) handle objectMethod in scope.isPure ([@​Zzzen](https://togithub.com/Zzzen)) - `babel-plugin-transform-typescript` - [#​11410](https://togithub.com/babel/babel/pull/11410) Throw error for TypeScript `declare const enum` ([@​dosentmatter](https://togithub.com/dosentmatter)) - `babel-compat-data` - [#​11462](https://togithub.com/babel/babel/pull/11462) chore: add node.js 14 support data ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​11449](https://togithub.com/babel/babel/pull/11449) Set exprAllowed to false for star token ([@​existentialism](https://togithub.com/existentialism)) - [#​11355](https://togithub.com/babel/babel/pull/11355) fix: disallow expression after binding identifier `of` ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11417](https://togithub.com/babel/babel/pull/11417) fix: report missing plugins on type exports ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11388](https://togithub.com/babel/babel/pull/11388) fix: do not push new token context when function is following dot/questionDot ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties` - [#​11424](https://togithub.com/babel/babel/pull/11424) Fix redeclaring private in nested class's superClass ([@​jridgewell](https://togithub.com/jridgewell)) - [#​11405](https://togithub.com/babel/babel/pull/11405) Fix nested classes reference private fields ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-traverse`, `babel-types` - [#​11378](https://togithub.com/babel/babel/pull/11378) transform-spread: create TS types (not Flow) when using TS ([@​Beraliv](https://togithub.com/Beraliv)) - `babel-standalone` - [#​11395](https://togithub.com/babel/babel/pull/11395) chore: update stage preset in babel-standalone ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-runtime` - [#​11366](https://togithub.com/babel/babel/pull/11366) fix: replace backslashes with forward slashes from resolved path for … ([@​johannes-z](https://togithub.com/johannes-z)) - `babel-generator`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-throw-expressions`, `babel-plugin-transform-async-to-generator` - [#​11382](https://togithub.com/babel/babel/pull/11382) Unify parens printing for postfix-like expressions ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-parser` - [#​11478](https://togithub.com/babel/babel/pull/11478) Add some parser missing plugins errors ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11417](https://togithub.com/babel/babel/pull/11417) fix: report missing plugins on type exports ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​11421](https://togithub.com/babel/babel/pull/11421) polish: recommend preset for js extensions ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11397](https://togithub.com/babel/babel/pull/11397) fix: add classPrivateProperties and classPrivateMethods to missing plugin helper ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - `babel-parser` - [#​11492](https://togithub.com/babel/babel/pull/11492) docs: update AST spec ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​11493](https://togithub.com/babel/babel/pull/11493) Add note about experimental nature of [@​babel/eslint-](https://togithub.com/babel/eslint-)\* packages ([@​kaicataldo](https://togithub.com/kaicataldo)) - [#​11403](https://togithub.com/babel/babel/pull/11403) contributing.md updates [skip ci]([@​hzoo](https://togithub.com/hzoo)) ##### :house: Internal - `babel-compat-data`, `babel-preset-env` - [#​11496](https://togithub.com/babel/babel/pull/11496) Update compat table script ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​11450](https://togithub.com/babel/babel/pull/11450) Update compat data ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​11479](https://togithub.com/babel/babel/pull/11479) Canary build of packages using CodeSandbox CI + mini repl ([@​hzoo](https://togithub.com/hzoo)) - [#​11467](https://togithub.com/babel/babel/pull/11467) chore: test against node.js 14 ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11456](https://togithub.com/babel/babel/pull/11456) remove `< x.y.z` engines specification ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11433](https://togithub.com/babel/babel/pull/11433) chore: remove included proposal plugins ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11422](https://togithub.com/babel/babel/pull/11422) chore: upgrade @​babel/\* deps ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-node` - [#​11440](https://togithub.com/babel/babel/pull/11440) refactor(babel-node): Refactor babel-node tests configuration ([@​arku](https://togithub.com/arku)) ##### :running_woman: Performance - `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-classes`, `babel-plugin-transform-function-name`, `babel-plugin-transform-parameters`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#​11401](https://togithub.com/babel/babel/pull/11401) Speed up the createSuper helper ([@​jridgewell](https://togithub.com/jridgewell)) ### [`v7.9.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v790-2020-03-20) [Compare Source](https://togithub.com/babel/babel/compare/v7.8.7...v7.9.0) ##### :rocket: New Feature - `babel-generator`, `babel-helper-builder-react-jsx-experimental`, `babel-helper-builder-react-jsx`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-function-name`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-regenerator`, `babel-preset-react`, `babel-preset-typescript`, `babel-standalone` - [#​11126](https://togithub.com/babel/babel/pull/11126) Mark transpiled JSX elements as pure ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-builder-react-jsx-experimental`, `babel-helper-builder-react-jsx`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-react-jsx`, `babel-preset-react`, `babel-standalone` - [#​11154](https://togithub.com/babel/babel/pull/11154) Add experimental version of the `babel-plugin-transform-react-jsx` transform ([@​lunaruan](https://togithub.com/lunaruan)) - `babel-compat-data`, `babel-preset-env` - [#​11083](https://togithub.com/babel/babel/pull/11083) Include preset modules ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10971](https://togithub.com/babel/babel/pull/10971) Add numeric separator to `shippedProposals` ([@​Wetinee](https://togithub.com/Wetinee)) - `babel-core`, `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-classes`, `babel-plugin-transform-function-name`, `babel-plugin-transform-parameters`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#​8656](https://togithub.com/babel/babel/pull/8656) Allow extending untranspiled classes ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-helper-module-transforms`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd` - [#​11194](https://togithub.com/babel/babel/pull/11194) Allow defining the moduleIds-related option in the transform plugins ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-generator`, `babel-parser`, `babel-plugin-syntax-record-and-tuple`, `babel-types` - [#​10865](https://togithub.com/babel/babel/pull/10865) Added support for record and tuple syntax. ([@​rickbutton](https://togithub.com/rickbutton)) - `babel-generator`, `babel-parser`, `babel-plugin-transform-flow-strip-types`, `babel-preset-flow` - [#​11178](https://togithub.com/babel/babel/pull/11178) Implement support for `declare` on class fields with Flow ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-types` - [#​10680](https://togithub.com/babel/babel/pull/10680) Add cloneDeepWithoutLoc ([@​Taym95](https://togithub.com/Taym95)) - `babel-generator` - [#​11028](https://togithub.com/babel/babel/pull/11028) Added jsescOptions to Numeric Literals ([@​sidntrivedi012](https://togithub.com/sidntrivedi012)) - `babel-generator`, `babel-parser`, `babel-types` - [#​11077](https://togithub.com/babel/babel/pull/11077) Add support for flow's SymbolTypeAnnotation ([@​existentialism](https://togithub.com/existentialism)) - `babel-parser` - [#​11117](https://togithub.com/babel/babel/pull/11117) Parse BigInts by default ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​11254](https://togithub.com/babel/babel/pull/11254) Add estree parsing support for `export * as A` ([@​existentialism](https://togithub.com/existentialism)) - [#​11246](https://togithub.com/babel/babel/pull/11246) feat: align ID_Start/ID_Continue regex to Unicode 13.0.0 ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-react-jsx-source`, `babel-preset-react` - [#​11139](https://togithub.com/babel/babel/pull/11139) feat(react-jsx-source): add columnNumber property ([@​motiz88](https://togithub.com/motiz88)) - `babel-generator`, `babel-parser`, `babel-plugin-transform-typescript`, `babel-preset-typescript`, `babel-types` - [#​11171](https://togithub.com/babel/babel/pull/11171) Add `import type` and `export type` support to TypeScript ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-helper-builder-react-jsx-experimental`, `babel-helper-builder-react-jsx`, `babel-helper-validator-identifier`, `babel-highlight`, `babel-parser`, `babel-types` - [#​11289](https://togithub.com/babel/babel/pull/11289) Add [@​babel/helper-validator-identifier](https://togithub.com/babel/helper-validator-identifier) ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-optional-chaining` - [#​11261](https://togithub.com/babel/babel/pull/11261) Memoize call expressions in optional chains in loose mode ([@​oliverdunk](https://togithub.com/oliverdunk)) - `babel-plugin-transform-react-jsx-self`, `babel-preset-react` - [#​11290](https://togithub.com/babel/babel/pull/11290) Pass the correct `this` to JSX's `__self` with the old plugin ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-builder-react-jsx-experimental`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#​11288](https://togithub.com/babel/babel/pull/11288) Use the correct `this` in `__self` for JSX elements in arrows ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-compat-data`, `babel-preset-env` - [#​11280](https://togithub.com/babel/babel/pull/11280) Move `object-rest-spread` after `transform-parameters` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-transform-for-of`, `babel-preset-env` - [#​11285](https://togithub.com/babel/babel/pull/11285) Allow for-of on polyfilled or builtin iterables without `Symbol` support ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​11263](https://togithub.com/babel/babel/pull/11263) Add for-of fallback for arrays in browsers without symbol support ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-object-rest-spread` - [#​11282](https://togithub.com/babel/babel/pull/11282) fix: object-rest-spread should not transform export array rest ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-register` - [#​11249](https://togithub.com/babel/babel/pull/11249) Add path separator to `@babel/register` sourceRoot ([@​andrewdotn](https://togithub.com/andrewdotn)) - `babel-core`, `babel-helpers`, `babel-plugin-transform-runtime` - [#​10575](https://togithub.com/babel/babel/pull/10575) Create File class for babel helpers ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime` - [#​11268](https://togithub.com/babel/babel/pull/11268) Allow rest/spread on polyfilled or builtin iterables without `Symbol` support ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​11148](https://togithub.com/babel/babel/pull/11148) Allow await when it is not in AsyncArrowHead ([@​arku](https://togithub.com/arku)) - `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-runtime-corejs2`, `babel-runtime` - [#​9794](https://togithub.com/babel/babel/pull/9794) fix(rest-spread): Do not require `Symbol.iterator` for strings ([@​clshortfuse](https://togithub.com/clshortfuse)) - `babel-generator` - [#​11255](https://togithub.com/babel/babel/pull/11255) Fix printing edge cases in Nullish Coalescing and Optional Chaining ([@​jridgewell](https://togithub.com/jridgewell)) ##### :nail_care: Polish - `babel-parser` - [#​11208](https://togithub.com/babel/babel/pull/11208) Rephrase parser error message ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-spread`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime` - [#​11264](https://togithub.com/babel/babel/pull/11264) Throw better errors for non-iterables when Symbol doesn't exist. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-helper-builder-react-jsx-experimental`, `babel-helper-builder-react-jsx`, `babel-helper-validator-identifier`, `babel-highlight`, `babel-parser`, `babel-types` - [#​11289](https://togithub.com/babel/babel/pull/11289) Add [@​babel/helper-validator-identifier](https://togithub.com/babel/helper-validator-identifier) ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-preset-env` - [#​11277](https://togithub.com/babel/babel/pull/11277) Update compat-data ([@​existentialism](https://togithub.com/existentialism)) - `babel-core` - [#​11276](https://togithub.com/babel/babel/pull/11276) chore: bump json5 and minimist ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​11250](https://togithub.com/babel/babel/pull/11250) Add stricter Optional Chain node validation ([@​jridgewell](https://togithub.com/jridgewell)) - [#​11267](https://togithub.com/babel/babel/pull/11267) Update Purish aliases ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-helpers`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-for-of`, `babel-plugin-transform-parameters`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​11262](https://togithub.com/babel/babel/pull/11262) Extract for-of iterator handling to a helper ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-logical-assignment-operators`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-parameters`, `babel-traverse` - [#​11260](https://togithub.com/babel/babel/pull/11260) Support more node types in generateUidBasedOnNode ([@​jridgewell](https://togithub.com/jridgewell)) - Other - [#​11259](https://togithub.com/babel/babel/pull/11259) Remove unused `gulp-rename` ([@​existentialism](https://togithub.com/existentialism)) ### [`v7.8.7`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v787-2020-03-05) [Compare Source](https://togithub.com/babel/babel/compare/v7.8.6...v7.8.7) ##### :bug: Bug Fix - `babel-preset-env` - [#​11201](https://togithub.com/babel/babel/pull/11201) Allow using `preset-env` with newer versions of `compat-data` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core` - [#​11193](https://togithub.com/babel/babel/pull/11193) Pass URLs to import() rather than paths ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​11198](https://togithub.com/babel/babel/pull/11198) fix(babel-parser): chain off optionally chained keys named class and function ([@​Vages](https://togithub.com/Vages)) - `babel-helper-call-delegate`, `babel-plugin-transform-parameters` - [#​11158](https://togithub.com/babel/babel/pull/11158) Fix scope of function body when var redeclares param ([@​openorclose](https://togithub.com/openorclose)) - `babel-generator` - [#​11190](https://togithub.com/babel/babel/pull/11190) Fix printing parentheses around optional chains ([@​sag1v](https://togithub.com/sag1v)) - `babel-types` - [#​11184](https://togithub.com/babel/babel/pull/11184) Add "Statement" as alias to Flow enum declaration ([@​gkz](https://togithub.com/gkz)) - `babel-plugin-transform-typescript` - [#​11129](https://togithub.com/babel/babel/pull/11129) Typescript: Preserve decorated definite class properties ([@​jamescdavis](https://togithub.com/jamescdavis)) ##### :house: Internal - `babel-parser` - [#​11192](https://togithub.com/babel/babel/pull/11192) Refactor: add parser message template ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​11181](https://togithub.com/babel/babel/pull/11181) Set correct version for [@​babel/eslint-plugin-development](https://togithub.com/babel/eslint-plugin-development) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

Renovate configuration

:date: Schedule: "before 3am on the first day of the month" (UTC).

:vertical_traffic_light: Automerge: Disabled due to failing status checks.

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