javascript-typescript-langserver icon indicating copy to clipboard operation
javascript-typescript-langserver copied to clipboard

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

Open renovate[bot] opened this issue 6 years ago • 1 comments

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

Compare Source

Update all dependencies to latest

v4.0.1

Compare Source

  • Including UMD build

v4.0.0

Compare Source

v3.0.0

Compare Source

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


  • [ ] If you want to rebase/retry this PR, check this box

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

renovate[bot] avatar Jan 02 '20 19:01 renovate[bot]

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.

codecov-io avatar Jan 02 '20 19:01 codecov-io