pradel / react-responsive-modal

Simple responsive react modal
https://react-responsive-modal.leopradel.com/
MIT License
606 stars 95 forks source link

Update babel monorepo to v7.4.5 #324

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 devDependencies patch 7.4.4 -> 7.4.5 homepage, source
@​babel/preset-env devDependencies patch 7.4.4 -> 7.4.5 homepage, source

Release Notes

babel/babel ### [`v7.4.5`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v745-2019-05-21) [Compare Source](https://togithub.com/babel/babel/compare/v7.4.4...v7.4.5) ##### :bug: Bug Fix - `babel-parser` - [#​9998](https://togithub.com/babel/babel/pull/9998) Fix location for optional params in arrow functions ([@​danez](https://togithub.com/danez)) - [#​9982](https://togithub.com/babel/babel/pull/9982) Avoid unnecessary work during lookahead ([@​danez](https://togithub.com/danez)) - [#​9922](https://togithub.com/babel/babel/pull/9922) fix: allow shebang directive ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-preset-env` - [#​10002](https://togithub.com/babel/babel/pull/10002) Update preset-env dependencies and fix fixtures ([@​danez](https://togithub.com/danez)) - [#​9978](https://togithub.com/babel/babel/pull/9978) Fix mobile browsers support in preset-env ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​9902](https://togithub.com/babel/babel/pull/9902) Fix destructuring assignments being transpiled for edge 15 ([@​eps1lon](https://togithub.com/eps1lon)) - `babel-plugin-transform-typescript` - [#​9944](https://togithub.com/babel/babel/pull/9944) fix(typescript): erase type exports ([@​airato](https://togithub.com/airato)) ##### :nail_care: Polish - `babel-parser` - [#​9995](https://togithub.com/babel/babel/pull/9995) Do not use lookahead when parsing construct signature declarations in TS ([@​danez](https://togithub.com/danez)) - [#​9989](https://togithub.com/babel/babel/pull/9989) Only compute Position if not already in state ([@​danez](https://togithub.com/danez)) - [#​9988](https://togithub.com/babel/babel/pull/9988) Do not use lookahead when parsing jsx expression containers ([@​danez](https://togithub.com/danez)) - [#​9987](https://togithub.com/babel/babel/pull/9987) Do not use lookahead when parsing imports in declare module in flow ([@​danez](https://togithub.com/danez)) - [#​9985](https://togithub.com/babel/babel/pull/9985) Do not use lookahead when parsing declare module or declare module.exports in flow ([@​danez](https://togithub.com/danez)) - [#​9983](https://togithub.com/babel/babel/pull/9983) Do not use lookahead when parsing dynamic import or import.meta ([@​danez](https://togithub.com/danez)) - [#​9979](https://togithub.com/babel/babel/pull/9979) Remove guardedHandlers from ASTs ([@​danez](https://togithub.com/danez)) - `babel-preset-env` - [#​9992](https://togithub.com/babel/babel/pull/9992) use console.warn for warning ([@​schu34](https://togithub.com/schu34)) - `babel-core` - [#​9945](https://togithub.com/babel/babel/pull/9945) Fixed null error in plugin opts and added a test for it ([@​divbhasin](https://togithub.com/divbhasin)) - `babel-core`, `babel-traverse` - [#​9909](https://togithub.com/babel/babel/pull/9909) Add missing space in error messages ([@​pnavarrc](https://togithub.com/pnavarrc)) ##### :house: Internal - `babel-node` - [#​9914](https://togithub.com/babel/babel/pull/9914) [babel-node] Do not hardcode node flags ([@​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: 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.

codecov[bot] commented 5 years ago

Codecov Report

Merging #324 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #324   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          85     85           
  Branches       25     25           
=====================================
  Hits           85     85

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8ec601a...fad2c0a. Read the comment docs.