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 dependency @babel/core to v7.11.1 #35

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies patch 7.11.0 -> 7.11.1

Release Notes

babel/babel ### [`v7.11.1`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7111-2020-08-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.11.0...v7.11.1) ##### :bug: Bug Fix - `babel-parser` - [#​11912](https://togithub.com/babel/babel/pull/11912) rescan gt/lt token after TsAsExpression is parsed ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​11906](https://togithub.com/babel/babel/pull/11906) Do not cache non-existent config files forever ([@​devongovett](https://togithub.com/devongovett)) - `babel-plugin-transform-block-scoping`, `babel-standalone` - [#​11901](https://togithub.com/babel/babel/pull/11901) fix: ensure `[…map.keys]` can be correctly transformed in loose mode ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - [#​11900](https://togithub.com/babel/babel/pull/11900) docs: remove experimental warning on README ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-parser` - [#​11871](https://togithub.com/babel/babel/pull/11871) Parser refactoring ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​11899](https://togithub.com/babel/babel/pull/11899) Update `@babel/*` deps ([@​JLHwung](https://togithub.com/JLHwung))

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 this update again.



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

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling ac40cc82022f796f0ae569192b049cda73bb481b on renovate/babel-monorepo into e5c1a2c9ab55f2e2f8427ee3cd6736dd7b981c29 on master.

codecov-commenter commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #35   +/-   ##
=========================================
  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 e5c1a2c...ac40cc8. Read the comment docs.