sourcegraph / javascript-typescript-langserver

JavaScript and TypeScript code intelligence through the Language Server Protocol
https://sourcegraph.com
Apache License 2.0
793 stars 72 forks source link

fix(deps): update dependency string-similarity to v4 #654

Open renovate[bot] opened 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update New value References Sourcegraph
string-similarity dependencies major ^4.0.2 source code search for "string-similarity"

Release Notes

aceakash/string-similarity ### [`v4.0.2`](https://togithub.com/aceakash/string-similarity/releases/4.0.2) [Compare Source](https://togithub.com/aceakash/string-similarity/compare/4.0.1...4.0.2) Update all dependencies to latest ### [`v4.0.1`](https://togithub.com/aceakash/string-similarity/releases/4.0.1) [Compare Source](https://togithub.com/aceakash/string-similarity/compare/68da344556dfdb0659edc561f599a84d8d4bb387...4.0.1) - Including UMD build ### [`v4.0.0`](https://togithub.com/aceakash/string-similarity/compare/3.0.0...68da344556dfdb0659edc561f599a84d8d4bb387) [Compare Source](https://togithub.com/aceakash/string-similarity/compare/3.0.0...68da344556dfdb0659edc561f599a84d8d4bb387) ### [`v3.0.0`](https://togithub.com/aceakash/string-similarity/releases/3.0.0) [Compare Source](https://togithub.com/aceakash/string-similarity/compare/2.0.0...3.0.0) - Performance improvement for `compareTwoStrings(..)`: now O(n) instead of O(n^2) - The algorithm has been tweaked slightly to disregard spaces and word boundaries. This will change the rating values slightly but not enough to make a significant difference - Adding a `bestMatchIndex` to the results for `findBestMatch(..)` to point to the best match in the supplied `targetStrings` array

Renovate configuration

:date: Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

: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.

codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #654   +/-   ##
======================================
  Coverage    82.4%   82.4%           
======================================
  Files          15      15           
  Lines        2126    2126           
  Branches      448     509   +61     
======================================
  Hits         1752    1752           
  Misses        364     364           
  Partials       10      10

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 4e9cabb...c614177. Read the comment docs.