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 np to v7 #50

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
np devDependencies major 6.5.0 -> 7.0.0

Release Notes

sindresorhus/np ### [`v7.0.0`](https://togithub.com/sindresorhus/np/releases/v7.0.0) [Compare Source](https://togithub.com/sindresorhus/np/compare/v6.5.0...v7.0.0) ##### Breaking - Prefer local install ([#​572](https://togithub.com/sindresorhus/np/issues/572)) [`0cff2b4`](https://togithub.com/sindresorhus/np/commit/0cff2b4) If you run the global `np` command, it will now defer to the local `np` if any. This is important when you use config and other things which might change across `np` versions. This is unlikely to be a breaking change for most people, but it's a major version to me safe. ##### Improvements - Show files added since the last release and not part of the package ([#​456](https://togithub.com/sindresorhus/np/issues/456)) [`08a2c06`](https://togithub.com/sindresorhus/np/commit/08a2c06) ##### Fixes - Fix error when Yarn cannot find test script ([#​567](https://togithub.com/sindresorhus/np/issues/567)) [`c77e191`](https://togithub.com/sindresorhus/np/commit/c77e191)

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 3 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 7bc60613626fe3ec3de0a778723d66df62e4faac on renovate/np-7.x into 03c87f29e9f1257ee6bff009138097859c782b00 on master.

codecov-io commented 3 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #50   +/-   ##
=========================================
  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 03c87f2...7bc6061. Read the comment docs.