amilajack / eslint-plugin-flowtype-errors

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

Update babel monorepo to ^7.7.7 #194

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 patch ^7.7.4 -> ^7.7.7
@babel/core (source) devDependencies patch ^7.7.4 -> ^7.7.7
@babel/preset-env (source) devDependencies patch ^7.7.4 -> ^7.7.7
@babel/register devDependencies patch ^7.7.4 -> ^7.7.7
@babel/runtime (source) dependencies patch ^7.7.4 -> ^7.7.7

Release Notes

babel/babel ### [`v7.7.7`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v777-2019-12-19) [Compare Source](https://togithub.com/babel/babel/compare/v7.7.5...v7.7.7) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​10576](https://togithub.com/babel/babel/pull/10576) [parser] validation for parentheses in the left-hand side of assignment expressions ([@​boweihan](https://togithub.com/boweihan)) ##### :bug: Bug Fix - `babel-plugin-proposal-object-rest-spread` - [#​10863](https://togithub.com/babel/babel/pull/10863) fix: add computed property support for object Ref ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​10890](https://togithub.com/babel/babel/pull/10890) fix: skip merging large input sourcemaps ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10885](https://togithub.com/babel/babel/pull/10885) fix: avoid string copy when processing input source-map ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-node` - [#​10871](https://togithub.com/babel/babel/pull/10871) Allow -r from node_modules with [@​babel/node](https://togithub.com/babel/node) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-parameters` - [#​10053](https://togithub.com/babel/babel/pull/10053) Check shadow variable to identifier in default parameters ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​10828](https://togithub.com/babel/babel/pull/10828) [@​babel/eslint-parser](https://togithub.com/babel/eslint-parser): fix ImportExpression node to match ESTree spec ([@​kaicataldo](https://togithub.com/kaicataldo)) - [#​10827](https://togithub.com/babel/babel/pull/10827) [@​babel/eslint-parser](https://togithub.com/babel/eslint-parser): fix BigIntLiteral node to match ESTree spec ([@​kaicataldo](https://togithub.com/kaicataldo)) ##### :nail_care: Polish - `babel-plugin-transform-react-jsx` - [#​10868](https://togithub.com/babel/babel/pull/10868) Fix pragmaFrag spelling in error message ([@​azizhk](https://togithub.com/azizhk)) ##### :house: Internal - `babel-generator`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-unicode-property-regex`, `babel-plugin-syntax-pipeline-operator`, `babel-plugin-transform-dotall-regex`, `babel-preset-env-standalone`, `babel-preset-typescript`, `babel-standalone` - [#​10882](https://togithub.com/babel/babel/pull/10882) Ignore some files in npm package ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​10874](https://togithub.com/babel/babel/pull/10874) chore: cache chocolatey installation temporary files ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10880](https://togithub.com/babel/babel/pull/10880) chore: add PR Intent checkbox [ci-skip]([@​JLHwung](https://togithub.com/JLHwung)) - [#​10870](https://togithub.com/babel/babel/pull/10870) chore: update babel-eslint to 11.0.0-beta.2 ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10848](https://togithub.com/babel/babel/pull/10848) Tune eslint packages test configuration ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-preset-env` - [#​10873](https://togithub.com/babel/babel/pull/10873) chore: download compat-table when build-data is run ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10846](https://togithub.com/babel/babel/pull/10846) Update corejs fixtures ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10837](https://togithub.com/babel/babel/pull/10837) refactor: rewrite available-plugins to esm ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​10858](https://togithub.com/babel/babel/pull/10858) Properly serialize non-json values in parser tests ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli`, `babel-node`, `babel-register` - [#​10847](https://togithub.com/babel/babel/pull/10847) Add missing dev dependencies ([@​JLHwung](https://togithub.com/JLHwung)) ##### :leftwards_arrow_with_hook: Revert - `babel-plugin-transform-classes`, `babel-plugin-transform-regenerator`, `babel-preset-env` - [#​10839](https://togithub.com/babel/babel/pull/10839) Use `async-to-generator` even when `regenerator` is enabled ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.7.5`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v775-2019-12-06) [Compare Source](https://togithub.com/babel/babel/compare/v7.7.4...v7.7.5) ##### :bug: Bug Fix - `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2` - [#​10549](https://togithub.com/babel/babel/pull/10549) Add ".js" extension to injected polyfill imports ([@​shimataro](https://togithub.com/shimataro)) - `babel-cli` - [#​10283](https://togithub.com/babel/babel/pull/10283) `babel --watch` should have equivalent file selection logic with `babel` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​10801](https://togithub.com/babel/babel/pull/10801) Use scope flags to check arguments ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10800](https://togithub.com/babel/babel/pull/10800) Allow tuple rest trailing comma ([@​yeonjuan](https://togithub.com/yeonjuan)) - [#​10475](https://togithub.com/babel/babel/pull/10475) Correctly disambiguate / after async fuctions ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-transform-modules-amd` - [#​10806](https://togithub.com/babel/babel/pull/10806) fix(optional chaining): Optional delete returns true with nullish base ([@​mpaarating](https://togithub.com/mpaarating)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-amd` - [#​10764](https://togithub.com/babel/babel/pull/10764) fix: rewriteBindingInitVisitor should skip on scopable node ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-plugin-transform-runtime` - [#​10788](https://togithub.com/babel/babel/pull/10788) Do not transpile typeof helper with itself in babel/runtime ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core` - [#​10778](https://togithub.com/babel/babel/pull/10778) refactor: Improve error message in [@​babel/core](https://togithub.com/babel/core) ([@​jaroslav-kubicek](https://togithub.com/jaroslav-kubicek)) ##### :house: Internal - `babel-preset-env-standalone` - [#​10779](https://togithub.com/babel/babel/pull/10779) Bundle standalone using rollup ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​10781](https://togithub.com/babel/babel/pull/10781) Tune makefile scripts ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-transform-fixture-test-runner` - [#​10566](https://togithub.com/babel/babel/pull/10566) Incorrect trace position in fixture runner ([@​JLHwung](https://togithub.com/JLHwung))

Renovate configuration

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

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about these updates again.



Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.