kamontat / Portfolio-old

My Portfolio
https://kamontat.space
MIT License
0 stars 0 forks source link

Update babel monorepo to v7.2.0 #49

Open renovate[bot] opened 6 years ago

renovate[bot] commented 6 years ago

This PR contains the following updates:

Package Type Update Change References
@​babel/core devDependencies minor 7.0.1 -> 7.2.0 homepage, source
@​babel/plugin-proposal-decorators devDependencies minor 7.0.0 -> 7.2.0 source

Release Notes

babel/babel ### [`v7.2.0`](https://renovatebot.com/gh/babel/babel/releases/v7.2.0) [Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.1.6...v7.2.0) #### v7.2.0 (2018-12-03) Thanks to [@​Gcaufy](https://renovatebot.com/gh/Gcaufy), [@​morozRed](https://renovatebot.com/gh/morozRed), [@​phapp88](https://renovatebot.com/gh/phapp88), [@​tim-mc](https://renovatebot.com/gh/tim-mc) and [@​katrotz](https://renovatebot.com/gh/katrotz) for their first PRs! You can read more about this release at . ##### :rocket: New Feature - `babel-parser` - [#​8289](https://renovatebot.com/gh/babel/babel/pull/8289) Implement Smart Pipeline proposal in [@​babel/parser](https://renovatebot.com/gh/babel/parser). ([@​mAAdhaTTah](https://renovatebot.com/gh/mAAdhaTTah)) - `babel-core` - [#​8986](https://renovatebot.com/gh/babel/babel/pull/8986) Export [@​babel/parser](https://renovatebot.com/gh/babel/parser)#tokTypes in [@​babel/core](https://renovatebot.com/gh/babel/core). ([@​kaicataldo](https://renovatebot.com/gh/kaicataldo)) - `babel-node` - [#​9078](https://renovatebot.com/gh/babel/babel/pull/9078) Pass `rootMode` from `@babel/node`.. ([@​wtgtybhertgeghgtwtg](https://renovatebot.com/gh/wtgtybhertgeghgtwtg)) - `babel-generator`, `babel-helpers`, `babel-plugin-class-features`, `babel-plugin-proposal-private-methods`, `babel-plugin-syntax-class-properties`, `babel-types` - [#​8654](https://renovatebot.com/gh/babel/babel/pull/8654) Private class methods stage 3. ([@​tim-mc](https://renovatebot.com/gh/tim-mc)) - `babel-preset-env` - [#​9048](https://renovatebot.com/gh/babel/babel/pull/9048) Update mappings for node 10 in preset-env. ([@​existentialism](https://renovatebot.com/gh/existentialism)) ##### :bug: Bug Fix - `babel-parser` - [#​9114](https://renovatebot.com/gh/babel/babel/pull/9114) Parse non-octals with leading zeros in non strict mode correctly. ([@​danez](https://renovatebot.com/gh/danez)) - [#​9074](https://renovatebot.com/gh/babel/babel/pull/9074) Disallow await inside arrow functions. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - [#​9069](https://renovatebot.com/gh/babel/babel/pull/9069) [flow] Allow type casts in array patterns inside arrow parameters. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - [#​9058](https://renovatebot.com/gh/babel/babel/pull/9058) Fix compatibility between typescript and jsx plugins in interface declarations. ([@​danez](https://renovatebot.com/gh/danez)) - [#​9055](https://renovatebot.com/gh/babel/babel/pull/9055) Fix bug with parsing TS generic async arrow function. ([@​existentialism](https://renovatebot.com/gh/existentialism)) - [#​9035](https://renovatebot.com/gh/babel/babel/pull/9035) Fix parsing typescript function types with destructuring. ([@​danez](https://renovatebot.com/gh/danez)) - `babel-helper-fixtures`, `babel-parser` - [#​9113](https://renovatebot.com/gh/babel/babel/pull/9113) Ignore empty fixture directories and fix fixtures in the parser. ([@​danez](https://renovatebot.com/gh/danez)) - `babel-preset-env` - [#​9091](https://renovatebot.com/gh/babel/babel/pull/9091) Update mapping for regex unicode plugin in preset-env. ([@​existentialism](https://renovatebot.com/gh/existentialism)) - `babel-plugin-transform-destructuring` - [#​8916](https://renovatebot.com/gh/babel/babel/pull/8916) Fix destructuring assignment in arrow functions without block. ([@​RubenVerborgh](https://renovatebot.com/gh/RubenVerborgh)) - `babel-plugin-proposal-optional-chaining` - [#​9073](https://renovatebot.com/gh/babel/babel/pull/9073) Microbouji patch/8136. ([@​jridgewell](https://renovatebot.com/gh/jridgewell)) - `babel-core`, `babel-helper-wrap-function`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-function-sent`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-classes` - [#​9039](https://renovatebot.com/gh/babel/babel/pull/9039) Fix recursive async function expressions. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - `babel-core` - [#​9034](https://renovatebot.com/gh/babel/babel/pull/9034) Normalize presets before merging config with others.. ([@​loganfsmyth](https://renovatebot.com/gh/loganfsmyth)) ##### :nail_care: Polish - `babel-generator` - [#​9089](https://renovatebot.com/gh/babel/babel/pull/9089) Remove unused variable. ([@​Gcaufy](https://renovatebot.com/gh/Gcaufy)) - `babel-node` - [#​9079](https://renovatebot.com/gh/babel/babel/pull/9079) Move `fs-readdir-recursive` and `output-file-sync` to `devDependencies` for `@babel/node`.. ([@​wtgtybhertgeghgtwtg](https://renovatebot.com/gh/wtgtybhertgeghgtwtg)) - `babel-parser` - [#​9046](https://renovatebot.com/gh/babel/babel/pull/9046) a better error message for disallowed trailing commas/additional parameters after rest elements in function params. ([@​morozRed](https://renovatebot.com/gh/morozRed)) - `babel-*` - [#​8769](https://renovatebot.com/gh/babel/babel/pull/8769) Add plugins name. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) ##### :house: Internal - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods` - [#​9083](https://renovatebot.com/gh/babel/babel/pull/9083) Make [@​babel/plugin-class-features](https://renovatebot.com/gh/babel/plugin-class-features) a normal helper package. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - Other - [#​9096](https://renovatebot.com/gh/babel/babel/pull/9096) Add node 11 to CI and remove node 9. ([@​danez](https://renovatebot.com/gh/danez)) - [#​9094](https://renovatebot.com/gh/babel/babel/pull/9094) Skip minifying standalone in non-publish runs. ([@​danez](https://renovatebot.com/gh/danez)) - `babel-types` - [#​9093](https://renovatebot.com/gh/babel/babel/pull/9093) Fix warning when using prettier in code generators. ([@​danez](https://renovatebot.com/gh/danez)) - `babel-generator` - [#​9089](https://renovatebot.com/gh/babel/babel/pull/9089) Remove unused variable. ([@​Gcaufy](https://renovatebot.com/gh/Gcaufy)) ##### Committers: 15 - Brian Ng ([existentialism](https://renovatebot.com/gh/existentialism)) - Daniel Tschinder ([danez](https://renovatebot.com/gh/danez)) - Gcaufy ([Gcaufy](https://renovatebot.com/gh/Gcaufy)) - Grigory Moroz ([morozRed](https://renovatebot.com/gh/morozRed)) - James DiGioia ([mAAdhaTTah](https://renovatebot.com/gh/mAAdhaTTah)) - Justin Ridgewell ([jridgewell](https://renovatebot.com/gh/jridgewell)) - Kai Cataldo ([kaicataldo](https://renovatebot.com/gh/kaicataldo)) - Logan Smyth ([loganfsmyth](https://renovatebot.com/gh/loganfsmyth)) - Nicolò Ribaudo ([nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - Paul Happ ([phapp88](https://renovatebot.com/gh/phapp88)) - Ruben Verborgh ([RubenVerborgh](https://renovatebot.com/gh/RubenVerborgh)) - Sergey Rubanov ([chicoxyzzy](https://renovatebot.com/gh/chicoxyzzy)) - Tim McClure ([tim-mc](https://renovatebot.com/gh/tim-mc)) - Veaceslav Cotruta ([katrotz](https://renovatebot.com/gh/katrotz)) - [wtgtybhertgeghgtwtg](https://renovatebot.com/gh/wtgtybhertgeghgtwtg) ### [`v7.1.6`](https://renovatebot.com/gh/babel/babel/releases/v7.1.6) [Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.1.5...v7.1.6) #### v7.1.6 (2018-11-13) Various bug fixes. Thanks to [@​neoziro](https://renovatebot.com/gh/neoziro), [@​AlicanC](https://renovatebot.com/gh/AlicanC) and [@​ljqx](https://renovatebot.com/gh/ljqx) for their first PR! :tada: ##### :bug: Bug Fix - `babel-generator` - [#​9003](https://renovatebot.com/gh/babel/babel/pull/9003) Fix retainLines regression for arrow functions. ([@​loganfsmyth](https://renovatebot.com/gh/loganfsmyth)) - `babel-types` - [#​8997](https://renovatebot.com/gh/babel/babel/pull/8997) Fix cloneNode with typeAnnotation.. ([@​neoziro](https://renovatebot.com/gh/neoziro)) - `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-react-jsx` - [#​8701](https://renovatebot.com/gh/babel/babel/pull/8701) Fix "TypeError: comments is not iterable". ([@​AlicanC](https://renovatebot.com/gh/AlicanC)) - `babel-core` - [#​9004](https://renovatebot.com/gh/babel/babel/pull/9004) Fix browser files to have the same API as the nodejs ones. ([@​danez](https://renovatebot.com/gh/danez)) - Other - [#​9007](https://renovatebot.com/gh/babel/babel/pull/9007) [Types] fix generated TS/Flow comment types. ([@​ljqx](https://renovatebot.com/gh/ljqx)) - `babel-preset-env` - [#​8555](https://renovatebot.com/gh/babel/babel/pull/8555) preset-env: fix `opera` from `esmodules` target and Browserslist not used. ([@​ylemkimon](https://renovatebot.com/gh/ylemkimon)) - `babel-plugin-proposal-decorators`, `babel-traverse` - [#​8970](https://renovatebot.com/gh/babel/babel/pull/8970) [decorators] Correctly insert `_initialize(this)` after `super()`.. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - `babel-parser` - [#​8972](https://renovatebot.com/gh/babel/babel/pull/8972) Fix several edge cases with context expression state. ([@​danez](https://renovatebot.com/gh/danez)) ##### :nail_care: Polish - `babel-parser` - [#​8984](https://renovatebot.com/gh/babel/babel/pull/8984) Rename primitive types to reserved types. ([@​danez](https://renovatebot.com/gh/danez)) ##### :house: Internal - [#​8982](https://renovatebot.com/gh/babel/babel/pull/8982) fix publish command [skip ci]. ([@​hzoo](https://renovatebot.com/gh/hzoo)) - [#​8988](https://renovatebot.com/gh/babel/babel/pull/8988) Remove definition of micromatch which was removed.. ([@​danez](https://renovatebot.com/gh/danez)) ##### Committers: 10 - Alican Çubukçuoğlu ([AlicanC](https://renovatebot.com/gh/AlicanC)) - Brian Ng ([existentialism](https://renovatebot.com/gh/existentialism)) - Daniel Tschinder ([danez](https://renovatebot.com/gh/danez)) - Greg Bergé ([neoziro](https://renovatebot.com/gh/neoziro)) - Henry Zhu ([hzoo](https://renovatebot.com/gh/hzoo)) - Logan Smyth ([loganfsmyth](https://renovatebot.com/gh/loganfsmyth)) - Nicolò Ribaudo ([nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - Remi Liu ([ljqx](https://renovatebot.com/gh/ljqx)) - Tien Pham ([tienpham94](https://renovatebot.com/gh/tienpham94)) - ylemkimon ([ylemkimon](https://renovatebot.com/gh/ylemkimon)) ### [`v7.1.5`](https://renovatebot.com/gh/babel/babel/releases/v7.1.5) [Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.1.2...v7.1.5) #### v7.1.5 (2018-11-06) Various bug fixes and additions. And thanks to [@​benmosher](https://renovatebot.com/gh/benmosher), [@​ryanwmarsh](https://renovatebot.com/gh/ryanwmarsh), [@​Cyp](https://renovatebot.com/gh/Cyp), [@​vvyomjjain](https://renovatebot.com/gh/vvyomjjain), [@​byronluk](https://renovatebot.com/gh/byronluk), [@​everdimension](https://renovatebot.com/gh/everdimension) for their first PRs! ##### :eyeglasses: Spec Compliancy - `babel-parser`, `babylon` - [#​7727](https://renovatebot.com/gh/babel/babel/pull/7727) Fix await in function name and parameters. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) ##### :rocket: New Feature - `babel-parser` - [#​8828](https://renovatebot.com/gh/babel/babel/pull/8828) Typescript: Validate tuple type element positions. ([@​Retsam](https://renovatebot.com/gh/Retsam)) - [#​8883](https://renovatebot.com/gh/babel/babel/pull/8883) [flow] Add support for parsing `_` as implicit instantiation in call/new. ([@​jbrown215](https://renovatebot.com/gh/jbrown215)) - `babel-core`, `babel-generator`, `babel-parser`, `babel-plugin-syntax-typescript`, `babel-traverse` - [#​8448](https://renovatebot.com/gh/babel/babel/pull/8448) Remove Babylon plugins for features already merged to the ECMAScript spec. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - `babel-parser`, `babel-types` - [#​8884](https://renovatebot.com/gh/babel/babel/pull/8884) [flow] Explicit inexact objects with `...`. ([@​jbrown215](https://renovatebot.com/gh/jbrown215)) - `babel-preset-env` - [#​8898](https://renovatebot.com/gh/babel/babel/pull/8898) Update preset-env data. ([@​existentialism](https://renovatebot.com/gh/existentialism)) ##### :bug: Bug Fix - `babel-parser` - [#​8956](https://renovatebot.com/gh/babel/babel/pull/8956) Do not allow TypeCastExpressions w/o parens . ([@​danez](https://renovatebot.com/gh/danez)) - [#​8954](https://renovatebot.com/gh/babel/babel/pull/8954) Allow function types in type params within arrow return types. ([@​danez](https://renovatebot.com/gh/danez)) - [#​8866](https://renovatebot.com/gh/babel/babel/pull/8866) Closes [#​8865](https://renovatebot.com/gh/babel/babel/issues/8865). ([@​byronluk](https://renovatebot.com/gh/byronluk)) - `babel-core` - [#​8910](https://renovatebot.com/gh/babel/babel/pull/8910) Resolve babel.config.js 'babelrcRoots' values relative to the config file.. ([@​loganfsmyth](https://renovatebot.com/gh/loganfsmyth)) - [#​8950](https://renovatebot.com/gh/babel/babel/pull/8950) Fix message when plugin of a wrong type is passed. ([@​everdimension](https://renovatebot.com/gh/everdimension)) - `babel-plugin-transform-block-scoping` - [#​8937](https://renovatebot.com/gh/babel/babel/pull/8937) rename colliding let bindings with for loop init. ([@​byronluk](https://renovatebot.com/gh/byronluk)) - [#​8914](https://renovatebot.com/gh/babel/babel/pull/8914) Treat break inside block inside loop. ([@​thiagoarrais](https://renovatebot.com/gh/thiagoarrais)) - `babel-preset-env` - [#​8926](https://renovatebot.com/gh/babel/babel/pull/8926) preset-env: Edge support for arrow param destructuring. ([@​benmosher](https://renovatebot.com/gh/benmosher)) - `babel-generator` - [#​8868](https://renovatebot.com/gh/babel/babel/pull/8868) fix single-arg async arrows when retainLines=true. ([@​ryanwmarsh](https://renovatebot.com/gh/ryanwmarsh)) - `babel-traverse` - [#​8880](https://renovatebot.com/gh/babel/babel/pull/8880) fix: Expression x === 'y' && '' should not evaluate to undefined.. ([@​Cyp](https://renovatebot.com/gh/Cyp)) ##### :nail_care: Polish - [#​8873](https://renovatebot.com/gh/babel/babel/pull/8873) fixed an extra word. ([@​vvyomjjain](https://renovatebot.com/gh/vvyomjjain)) ##### Committers: 14 - Ben Mosher ([benmosher](https://renovatebot.com/gh/benmosher)) - Brian Ng ([existentialism](https://renovatebot.com/gh/existentialism)) - Byron Luk ([byronluk](https://renovatebot.com/gh/byronluk)) - Daniel Tschinder ([danez](https://renovatebot.com/gh/danez)) - James Garbutt ([43081j](https://renovatebot.com/gh/43081j)) - Jordan Brown ([jbrown215](https://renovatebot.com/gh/jbrown215)) - Logan Smyth ([loganfsmyth](https://renovatebot.com/gh/loganfsmyth)) - Nicolò Ribaudo ([nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - Ryan Marsh ([ryanwmarsh](https://renovatebot.com/gh/ryanwmarsh)) - Thiago Arrais ([thiagoarrais](https://renovatebot.com/gh/thiagoarrais)) - Vyom Jain ([vvyomjjain](https://renovatebot.com/gh/vvyomjjain)) - [Cyp](https://renovatebot.com/gh/Cyp) - [Retsam](https://renovatebot.com/gh/Retsam) - [everdimension](https://renovatebot.com/gh/everdimension) ### [`v7.1.2`](https://renovatebot.com/gh/babel/babel/blob/master/CHANGELOG.md#​712-2018-09-28) [Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.1.1...v7.1.2) Same as v7.1.1, except compiled against Node 6 instead of Node 8 by accident (e.g had `async functions`). ### [`v7.1.1`](https://renovatebot.com/gh/babel/babel/blob/master/CHANGELOG.md#v711-2018-09-28) [Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.1.0...v7.1.1) > EDIT: had a publish issue here as well where it compiled against Node 8 instead of Node 6 so 7.1.2 will fix this. > Also force publish `@babel/runtime` and `@babel/runtime-corejs2`. We need to fix the publishing around that since Lerna doesn't pickup the `@babel/helpers` changes as there is no "dependency" > > ##### :bug: Bug Fix > > - `babel-generator`, `babel-parser`, `babel-types` > - [#​8755](https://renovatebot.com/gh/babel/babel/pull/8755) TypeScript: reserve `unknown` as TSUnknownKeyword. ([@​g-plane](https://renovatebot.com/gh/g-plane)) > - `babel-plugin-transform-destructuring` > - [#​8535](https://renovatebot.com/gh/babel/babel/pull/8535) Do not unpack array patterns that update a referenced binding. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) > - `babel-plugin-proposal-decorators` > - [#​8742](https://renovatebot.com/gh/babel/babel/pull/8742) [decorators] Support async and generator methods. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) > - `babel-helpers`, `babel-plugin-proposal-decorators` > - [#​8761](https://renovatebot.com/gh/babel/babel/pull/8761) [decorators] Fields are enumerable. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) > - `babel-generator` > - [#​8751](https://renovatebot.com/gh/babel/babel/pull/8751) Fix some missing parens cases with OptionalMemberExpression in generator. ([@​existentialism](https://renovatebot.com/gh/existentialism)) > - [#​8727](https://renovatebot.com/gh/babel/babel/pull/8727) Handle throw expressions in generator. ([@​existentialism](https://renovatebot.com/gh/existentialism)) > > ##### :house: Internal > > - Other > - [#​8780](https://renovatebot.com/gh/babel/babel/pull/8780) Run test262 tests for exportNamespaceFrom. ([@​existentialism](https://renovatebot.com/gh/existentialism)) > - `babel-helper-transform-fixture-test-runner` > - [#​8768](https://renovatebot.com/gh/babel/babel/pull/8768) Use babel-check-duplicated-nodes. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) ### [`v7.1.0`](https://renovatebot.com/gh/babel/babel/blob/master/CHANGELOG.md#v710-2018-09-17) [Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.0.1...v7.1.0) Check ##### :rocket: New Feature - `babel-cli`, `babel-core` - [#​8660](https://renovatebot.com/gh/babel/babel/pull/8660) Better support monorepos by allowing users to opt into automatically resolving 'root' with `rootMode: "upward"`.. ([@​loganfsmyth](https://renovatebot.com/gh/loganfsmyth)) - `babel-helper-transform-fixture-test-runner` - [#​7582](https://renovatebot.com/gh/babel/babel/pull/7582) Allow regular plugins/presets resolution algorithm for packages outsi…. ([@​Andarist](https://renovatebot.com/gh/Andarist)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-syntax-decorators` - [#​7976](https://renovatebot.com/gh/babel/babel/pull/7976) Add support for the new decorators proposal. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-class-properties` - [#​8205](https://renovatebot.com/gh/babel/babel/pull/8205) Private Static Fields Features: Stage 3. ([@​rricard](https://renovatebot.com/gh/rricard)) ##### :bug: Bug Fix - `babel-parser` - [#​8698](https://renovatebot.com/gh/babel/babel/pull/8698) Fix parsing of newline between 'async' and 'function'. ([@​existentialism](https://renovatebot.com/gh/existentialism)) - [#​8677](https://renovatebot.com/gh/babel/babel/pull/8677) Fix typescript parsing typed object shorthand methods. ([@​existentialism](https://renovatebot.com/gh/existentialism)) - `babel-plugin-transform-typescript` - [#​8682](https://renovatebot.com/gh/babel/babel/pull/8682) Fix TSParameterProperty getting lost with transform-classes. ([@​existentialism](https://renovatebot.com/gh/existentialism)) - [#​8695](https://renovatebot.com/gh/babel/babel/pull/8695) Adjust TSParameterProperty handling to work with transform-parameters. ([@​existentialism](https://renovatebot.com/gh/existentialism)) - [#​8666](https://renovatebot.com/gh/babel/babel/pull/8666) Fix typescript import elision. ([@​Retsam](https://renovatebot.com/gh/Retsam)) - `babel-preset-env` - [#​8693](https://renovatebot.com/gh/babel/babel/pull/8693) Fix es6.string.iterator mapping in babel-preset-env. ([@​existentialism](https://renovatebot.com/gh/existentialism)) - `babel-core`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-runtime` - [#​8659](https://renovatebot.com/gh/babel/babel/pull/8659) Fix version checks in .availableHelper and transform-runtime definitions.. ([@​loganfsmyth](https://renovatebot.com/gh/loganfsmyth)) - Other - [#​8627](https://renovatebot.com/gh/babel/babel/pull/8627) ts generator: allow reserved keywords in interfaces. ([@​43081j](https://renovatebot.com/gh/43081j)) - `babel-plugin-transform-parameters` - [#​8414](https://renovatebot.com/gh/babel/babel/pull/8414) Allow patterns as argument of RestElement. ([@​microbouji](https://renovatebot.com/gh/microbouji)) - `babel-core`, `babel-plugin-transform-runtime` - [#​8624](https://renovatebot.com/gh/babel/babel/pull/8624) Verify 'sourceMap' option with hasOwnProperty, and verify string-typed 'version'. ([@​loganfsmyth](https://renovatebot.com/gh/loganfsmyth)) - `babel-helpers`, `babel-plugin-proposal-class-properties` - [#​8614](https://renovatebot.com/gh/babel/babel/pull/8614) [static private] Unify loose handling of static and instance props. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-plugin-transform-runtime` - [#​8581](https://renovatebot.com/gh/babel/babel/pull/8581) Fix grammar in error message at [@​babel/plugin-transform-runtime](https://renovatebot.com/gh/babel/plugin-transform-runtime). ([@​tricknotes](https://renovatebot.com/gh/tricknotes)) - `babel-parser` - [#​8576](https://renovatebot.com/gh/babel/babel/pull/8576) More helpful errorr message for missing decoratorsBeforeExport in parser. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) ##### :memo: Documentation - [#​8561](https://renovatebot.com/gh/babel/babel/pull/8561) Added pronounciation of babel. ([@​siddhant1](https://renovatebot.com/gh/siddhant1)) ##### :house: Internal - `babel-core` - [#​8714](https://renovatebot.com/gh/babel/babel/pull/8714) Fix Flow error with new versionRange test.. ([@​loganfsmyth](https://renovatebot.com/gh/loganfsmyth)) - Other - [#​8679](https://renovatebot.com/gh/babel/babel/pull/8679) remove force publish, temp tag [skip ci]. ([@​hzoo](https://renovatebot.com/gh/hzoo)) - `babel-plugin-transform-runtime` - [#​8661](https://renovatebot.com/gh/babel/babel/pull/8661) Makefile: run fix json on fix. ([@​xtuc](https://renovatebot.com/gh/xtuc)) - `babel-*` - [#​8658](https://renovatebot.com/gh/babel/babel/pull/8658) Format fixture options.json with Prettier.. ([@​loganfsmyth](https://renovatebot.com/gh/loganfsmyth)) - `babel-parser` - [#​8630](https://renovatebot.com/gh/babel/babel/pull/8630) Bump flow to 0.80 and fix sourceType error. ([@​existentialism](https://renovatebot.com/gh/existentialism)) - [#​8610](https://renovatebot.com/gh/babel/babel/pull/8610) types: missing `unambiguous` sourceType. ([@​xtuc](https://renovatebot.com/gh/xtuc)) - [#​8170](https://renovatebot.com/gh/babel/babel/pull/8170) [@​babel/parser](https://renovatebot.com/gh/babel/parser): expose a TypeScript definition file from package. ([@​AviVahl](https://renovatebot.com/gh/AviVahl)) - `babel-*` - [#​8573](https://renovatebot.com/gh/babel/babel/pull/8573) add access public to all packages [skip ci]. ([@​hzoo](https://renovatebot.com/gh/hzoo))

Renovate configuration

:date: Schedule: "after 10pm every weekday,before 5am every weekday,every weekend" (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.


This PR has been generated by Renovate Bot. View repository job log here.