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 dependency @babel/preset-env to v7.3.1 #235

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/preset-env dependencies minor 7.2.3 -> 7.3.1 homepage, source

Release Notes

babel/babel ### [`v7.3.1`](https://togithub.com/babel/babel/releases/v7.3.1) [Compare Source](https://togithub.com/babel/babel/compare/v7.3.0...v7.3.1) #### v7.3.1 (2019-01-22) This release fixes some regressions introduced in v7.3.0 ##### :bug: Bug Fix - `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` - [#​9379](https://togithub.com/babel/babel/pull/9379) Revert "Differentiate object spread and non-spread properties ([#​9341](https://togithub.com/babel/babel/issues/9341))". ([@​danez](https://togithub.com/danez)) - `babel-parser` - [#​9377](https://togithub.com/babel/babel/pull/9377) fix new keyword broken by recent refactoring. ([@​danez](https://togithub.com/danez)) ##### Committers: 1 - Daniel Tschinder ([danez](https://togithub.com/danez)) ### [`v7.3.0`](https://togithub.com/babel/babel/releases/v7.3.0) [Compare Source](https://togithub.com/babel/babel/compare/v7.2.3...v7.3.0) #### v7.3.0 (2019-01-21) Thanks to [@​jamesgeorge007](https://togithub.com/jamesgeorge007) and [@​armano2](https://togithub.com/armano2) for their first PR! ##### :eyeglasses: Spec Compliancy - `babel-parser` - [#​9314](https://togithub.com/babel/babel/pull/9314) Disallow async functions as loop body. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​9315](https://togithub.com/babel/babel/pull/9315) Parse class heritage as strict mode code. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​9313](https://togithub.com/babel/babel/pull/9313) Disallow `new import(x)` and `import(x,)`. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​9311](https://togithub.com/babel/babel/pull/9311) Disallow trailing comma after rest. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :rocket: New Feature - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-private-methods` - [#​9101](https://togithub.com/babel/babel/pull/9101) Private Class Methods Stage 3: Private Accessors. ([@​tim-mc](https://togithub.com/tim-mc)) - `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator` - [#​9179](https://togithub.com/babel/babel/pull/9179) Transform for the smart pipeline operator proposal. ([@​thiagoarrais](https://togithub.com/thiagoarrais)) - `babel-preset-env-standalone`, `babel-preset-env` - [#​9345](https://togithub.com/babel/babel/pull/9345) Add support for transform-named-capturing-groups-regex in preset-env. ([@​existentialism](https://togithub.com/existentialism)) - `babel-helpers`, `babel-plugin-transform-named-capturing-groups-regex` - [#​7105](https://togithub.com/babel/babel/pull/7105) Add @​babel/plugin-transform-named-capturing-groups-regex. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-preset-env` - [#​9323](https://togithub.com/babel/babel/pull/9323) Add support for proposal-json-strings in preset-env. ([@​existentialism](https://togithub.com/existentialism)) - `babel-generator`, `babel-types` - [#​9309](https://togithub.com/babel/babel/pull/9309) Add emit and builder for TSImportType. ([@​hzoo](https://togithub.com/hzoo)) - `babel-parser` - [#​9302](https://togithub.com/babel/babel/pull/9302) [@​babel/parser](https://togithub.com/babel/parser)(ts): Add parsing of type import. ([@​armano2](https://togithub.com/armano2)) ##### :bug: Bug Fix - `babel-parser` - [#​9336](https://togithub.com/babel/babel/pull/9336) Disallow usage of invalid keyword after export abstract statement in Typescript. ([@​armano2](https://togithub.com/armano2)) - [#​9328](https://togithub.com/babel/babel/pull/9328) Fix handling newline with TypeScript declare and abstract classes. ([@​existentialism](https://togithub.com/existentialism)) - [#​9335](https://togithub.com/babel/babel/pull/9335) Fix range on TypeScript index signature parameters. ([@​existentialism](https://togithub.com/existentialism)) - [#​9292](https://togithub.com/babel/babel/pull/9292) Throw error if TypeScript class has empty implements. ([@​existentialism](https://togithub.com/existentialism)) - [#​9284](https://togithub.com/babel/babel/pull/9284) Fix location for typescript type assertions in AST. ([@​danez](https://togithub.com/danez)) - [#​9276](https://togithub.com/babel/babel/pull/9276) Ensure modifiers are included in TSParameterProperty ranges. ([@​existentialism](https://togithub.com/existentialism)) - [#​9230](https://togithub.com/babel/babel/pull/9230) babel-parser: typescript: add missing bigint keyword. ([@​armano2](https://togithub.com/armano2)) - `babel-types` - [#​9333](https://togithub.com/babel/babel/pull/9333) Copy "optional" property when cloning Identifier node. ([@​unconfident](https://togithub.com/unconfident)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators` - [#​9244](https://togithub.com/babel/babel/pull/9244) [decorators] Set method names at compile time instead of at runtime. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-builder-react-jsx`, `babel-plugin-transform-react-jsx` - [#​9119](https://togithub.com/babel/babel/pull/9119) Revert "Revert babel-helper-builder-react-jsx change from [#​4988](https://togithub.com/babel/babel/issues/4988)". ([@​danez](https://togithub.com/danez)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-private-methods` - [#​9248](https://togithub.com/babel/babel/pull/9248) [private methods] Define private methods before executing initializers. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-preset-env` - [#​9219](https://togithub.com/babel/babel/pull/9219) Fix handling scoped packages in preset-env include/exclude options. ([@​existentialism](https://togithub.com/existentialism)) ##### :nail_care: Polish - `babel-parser` - [#​9348](https://togithub.com/babel/babel/pull/9348) Parser Performance Collection. ([@​danez](https://togithub.com/danez)) ##### :memo: Documentation - [#​9370](https://togithub.com/babel/babel/pull/9370) add v7 downloads [skip ci]. ([@​hzoo](https://togithub.com/hzoo)) ##### :house: Internal - `babel-parser` - [#​9312](https://togithub.com/babel/babel/pull/9312) Merge declaration and init of props in parser's state. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-types` - [#​9245](https://togithub.com/babel/babel/pull/9245) [@​babel/types] Moved generators related to babel-types into the babel-types package directory.. ([@​cameron-martin](https://togithub.com/cameron-martin)) - Other - [#​9288](https://togithub.com/babel/babel/pull/9288) Test262 update. ([@​existentialism](https://togithub.com/existentialism)) - [#​9290](https://togithub.com/babel/babel/pull/9290) Use 2014-present in license. ([@​xtuc](https://togithub.com/xtuc)) - [#​9271](https://togithub.com/babel/babel/pull/9271) Bump license years for 2019. ([@​berlamhenderson](https://togithub.com/berlamhenderson)) - `babel-helpers` - [#​9166](https://togithub.com/babel/babel/pull/9166) Add mixins support to the \_decorate helper. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### Committers: 13 - Armano ([armano2](https://togithub.com/armano2)) - Berlam Henderson ([berlamhenderson](https://togithub.com/berlamhenderson)) - Brian Ng ([existentialism](https://togithub.com/existentialism)) - Cameron Martin ([cameron-martin](https://togithub.com/cameron-martin)) - Daniel Tschinder ([danez](https://togithub.com/danez)) - David Laban ([alsuren](https://togithub.com/alsuren)) - Henry Zhu ([hzoo](https://togithub.com/hzoo)) - Kagami Sascha Rosylight ([saschanaz](https://togithub.com/saschanaz)) - Nicolò Ribaudo ([nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Sven Sauleau ([xtuc](https://togithub.com/xtuc)) - Thiago Arrais ([thiagoarrais](https://togithub.com/thiagoarrais)) - Tim McClure ([tim-mc](https://togithub.com/tim-mc)) - [unconfident](https://togithub.com/unconfident)

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!".

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



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 301cb7ab1a673b8a6743688d4819db0981923970

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