comparison-sorting / merge-sort

:dragon: Mergesort algorithm for JavaScript
https://aureooms.github.io/js-mergesort
GNU Affero General Public License v3.0
1 stars 0 forks source link

Update babel monorepo to v7.10.4 #26

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.10.3 -> 7.10.4
@babel/core (source) devDependencies patch 7.10.3 -> 7.10.4
@babel/polyfill (source) devDependencies patch 7.10.1 -> 7.10.4
@babel/preset-env (source) devDependencies patch 7.10.3 -> 7.10.4
@babel/register devDependencies patch 7.10.3 -> 7.10.4

Release Notes

babel/babel ### [`v7.10.4`](https://togithub.com/babel/babel/releases/v7.10.4) [Compare Source](https://togithub.com/babel/babel/compare/v7.10.3...v7.10.4) ##### v7.10.4 (2020-06-30) Thanks [@​penguingovernor](https://togithub.com/penguingovernor), [@​sajadtorkamani](https://togithub.com/sajadtorkamani) and [@​wojtekmaj](https://togithub.com/wojtekmaj) for their first PRs! ##### :eyeglasses: Spec Compliance - `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties` - [#​11669](https://togithub.com/babel/babel/pull/11669) Add `delete obj?.#x.a` support ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-types` - [#​11652](https://togithub.com/babel/babel/pull/11652) fix: implement early errors for record and tuple ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-types` - [#​11752](https://togithub.com/babel/babel/pull/11752) [regression] Don't validate file.comments in `@babel/types` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-do-expressions`, `babel-types` - [#​11724](https://togithub.com/babel/babel/pull/11724) fix: do-statementlist behavior ([@​wlawt](https://togithub.com/wlawt)) ##### :nail_care: Polish - `babel-parser` - [#​11722](https://togithub.com/babel/babel/pull/11722) Add better parser error when using jsx ([@​penguingovernor](https://togithub.com/penguingovernor)) - `babel-core` - [#​11544](https://togithub.com/babel/babel/pull/11544) Refine babel core types ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-core`, `babel-helper-fixtures`, `babel-standalone`, `babel-traverse` - [#​11758](https://togithub.com/babel/babel/pull/11758) Replace non-inclusive "whitelist" and "blacklist" terms with "allowlist" etc. ([@​wojtekmaj](https://togithub.com/wojtekmaj)) - `babel-parser` - [#​11376](https://togithub.com/babel/babel/pull/11376) Add [@​babel/eslint-plugin-development-internal](https://togithub.com/babel/eslint-plugin-development-internal) ([@​kaicataldo](https://togithub.com/kaicataldo)) - `babel-core` - [#​11544](https://togithub.com/babel/babel/pull/11544) Refine babel core types ([@​JLHwung](https://togithub.com/JLHwung)) ##### Committers: 7 - Huáng Jùnliàng ([@​JLHwung](https://togithub.com/JLHwung)) - Jorge Henriquez ([@​penguingovernor](https://togithub.com/penguingovernor)) - Kai Cataldo ([@​kaicataldo](https://togithub.com/kaicataldo)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Simon Kotwicz ([@​simonkotwicz](https://togithub.com/simonkotwicz)) - William Law ([@​wlawt](https://togithub.com/wlawt)) - Wojciech Maj ([@​wojtekmaj](https://togithub.com/wojtekmaj))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



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

codecov-commenter commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #26   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          102       102           
=========================================
  Hits           102       102           

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 77298ce...db68c8f. Read the comment docs.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling db68c8f87838e350ce95fdf1b1beebe7315e9835 on renovate/babel-monorepo into 77298ceb547406797c6b0bd4bb63507556c63779 on master.