algolia / community-project-boilerplate

Minimal setup for community projects [NO MORE MAINTAINED]
https://community.algolia.com/community-project-boilerplate
MIT License
3 stars 5 forks source link

fix(deps): update babel monorepo #225

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
@​babel/core dependencies minor 7.1.2 -> 7.2.2 homepage, source
@​babel/preset-env dependencies minor 7.1.0 -> 7.2.0 homepage, source

Release Notes

babel/babel ### [`v7.2.2`](https://renovatebot.com/gh/babel/babel/releases/v7.2.2) [Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.2.0...v7.2.2) #### v7.2.2 (2018-12-15) Mostrly bug fixes and internal changes. Thanks to [@​paleite](https://renovatebot.com/gh/paleite), [@​saschanaz](https://renovatebot.com/gh/saschanaz) and [@​joeldenning](https://renovatebot.com/gh/joeldenning) for their first PRs! ##### :bug: Bug Fix - `babel-plugin-transform-destructuring`, `babel-plugin-transform-spread` - [#​9108](https://renovatebot.com/gh/babel/babel/pull/9108) Correctly transform spreads to use proper concat method. ([@​danez](https://renovatebot.com/gh/danez)) - `babel-parser` - [#​9168](https://renovatebot.com/gh/babel/babel/pull/9168) [parser] Handle flow comments with leading spaces. ([@​vikr01](https://renovatebot.com/gh/vikr01)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​9171](https://renovatebot.com/gh/babel/babel/pull/9171) Fix transforming empty export statement. ([@​danez](https://renovatebot.com/gh/danez)) - `babel-node` - [#​9148](https://renovatebot.com/gh/babel/babel/pull/9148) Fix --root-mode option in babel-node. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - `babel-plugin-transform-classes` - [#​9135](https://renovatebot.com/gh/babel/babel/pull/9135) Inherit properties in function from method in loose mode. ([@​rubennorte](https://renovatebot.com/gh/rubennorte)) - `babel-preset-env` - [#​9140](https://renovatebot.com/gh/babel/babel/pull/9140) Disable parameter-destructuring in Edge 18. ([@​saschanaz](https://renovatebot.com/gh/saschanaz)) - `babel-plugin-transform-arrow-functions`, `babel-traverse` - [#​9060](https://renovatebot.com/gh/babel/babel/pull/9060) Not depending on return value of super(). Closes [#​9020](https://renovatebot.com/gh/babel/babel/issues/9020).. ([@​joeldenning](https://renovatebot.com/gh/joeldenning)) ##### :house: Internal - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-syntax-bigint`, `babel-plugin-transform-dotall-regex` - [#​9176](https://renovatebot.com/gh/babel/babel/pull/9176) Fix package.json repository URLs. ([@​paleite](https://renovatebot.com/gh/paleite)) - Other - [#​9158](https://renovatebot.com/gh/babel/babel/pull/9158) add triage label to new issues [skip ci]. ([@​danez](https://renovatebot.com/gh/danez)) - [#​9143](https://renovatebot.com/gh/babel/babel/pull/9143) Fix a typo from the issue template for bugs. ([@​saschanaz](https://renovatebot.com/gh/saschanaz)) - [#​9133](https://renovatebot.com/gh/babel/babel/pull/9133) Move to travis vm based builds. ([@​danez](https://renovatebot.com/gh/danez)) - [#​9132](https://renovatebot.com/gh/babel/babel/pull/9132) Ensure we always use repository versions of babel dependencies in tests. ([@​danez](https://renovatebot.com/gh/danez)) - [#​9131](https://renovatebot.com/gh/babel/babel/pull/9131) Update issue templates [skip ci]. ([@​hzoo](https://renovatebot.com/gh/hzoo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators` - [#​9059](https://renovatebot.com/gh/babel/babel/pull/9059) Move decorators transform to [@​babel/helper-create-class-features-plugin](https://renovatebot.com/gh/babel/helper-create-class-features-plugin). ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - `babel-core`, `babel-parser`, `babel-template` - [#​9128](https://renovatebot.com/gh/babel/babel/pull/9128) Fix running flow on travis and update flow. ([@​danez](https://renovatebot.com/gh/danez)) ##### Committers: 10 - Brian Ng ([existentialism](https://renovatebot.com/gh/existentialism)) - Daniel Tschinder ([danez](https://renovatebot.com/gh/danez)) - Henry Zhu ([hzoo](https://renovatebot.com/gh/hzoo)) - Joel Denning ([joeldenning](https://renovatebot.com/gh/joeldenning)) - Kagami Sascha Rosylight ([saschanaz](https://renovatebot.com/gh/saschanaz)) - Nicolò Ribaudo ([nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - Patrick Eriksson ([paleite](https://renovatebot.com/gh/paleite)) - Rubén Norte ([rubennorte](https://renovatebot.com/gh/rubennorte)) - Thiago Arrais ([thiagoarrais](https://renovatebot.com/gh/thiagoarrais)) - Vikram Rangaraj ([vikr01](https://renovatebot.com/gh/vikr01)) ### [`v7.2.0`](https://renovatebot.com/gh/babel/babel/blob/master/CHANGELOG.md#v720-2018-12-03) [Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.1.6...v7.2.0) 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)) ### [`v7.1.6`](https://renovatebot.com/gh/babel/babel/blob/master/CHANGELOG.md#v716-2018-11-13) [Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.1.5...v7.1.6) ##### :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)) ### [`v7.1.5`](https://renovatebot.com/gh/babel/babel/blob/master/CHANGELOG.md#v715-2018-11-06) [Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.1.2...v7.1.5) ##### :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))

Renovate configuration

:date: Schedule: "every weekend" in timezone Europe/Paris.

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR is stale, 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.

algobot commented 5 years ago

Deploy preview for community-project-boilerplate ready!

Built with commit b48594d1ff1923d8e1aa90c67c3084853762d7fe

https://deploy-preview-225--community-project-boilerplate.netlify.com