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 opentracing to ^0.14.4 #594

Open renovate[bot] opened 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update New value References Sourcegraph
opentracing dependencies patch ^0.14.4 source code search for "opentracing"

Release Notes

opentracing/opentracing-javascript ### [`v0.14.4`](https://togithub.com/opentracing/opentracing-javascript/blob/master/CHANGELOG.rst#​0144) [Compare Source](https://togithub.com/opentracing/opentracing-javascript/compare/6825dfaea65596b557435f225c82876492c84533...v0.14.4) - Add trace identifiers to the `SpanContext` ### [`v0.14.3`](https://togithub.com/opentracing/opentracing-javascript/blob/master/CHANGELOG.rst#​0143) [Compare Source](https://togithub.com/opentracing/opentracing-javascript/compare/3abef18b8533ef75e6ee5d4fcca5af712b2d92b9...6825dfaea65596b557435f225c82876492c84533) - Removed the dependency on `lodash` in the API compatibility checks as it was causing errors when the tests were run if `lodash` was not explicitly installed. ### [`v0.14.2`](https://togithub.com/opentracing/opentracing-javascript/blob/master/CHANGELOG.rst#​0142) [Compare Source](https://togithub.com/opentracing/opentracing-javascript/compare/0a96897a1f7194947f4ec59a5219ff34eeee4050...3abef18b8533ef75e6ee5d4fcca5af712b2d92b9) - `SpanOptions` is now exported from the library. - `MockTracer` is now exported from the library. - The `checkBaggageValues` option has been replaced with `skipBaggageChecks` and the `skipInjectExtractChecks` option has been added in the API compatibility checks. ### [`v0.14.1`](https://togithub.com/opentracing/opentracing-javascript/blob/master/CHANGELOG.rst#​0141) [Compare Source](https://togithub.com/opentracing/opentracing-javascript/compare/c69927b56426b5e492885cae2863dfda7e744f31...0a96897a1f7194947f4ec59a5219ff34eeee4050) - The `globalTracer` delegate will now correctly call `startSpan`, `inject` and `extract` with the configured global tracer as `this`.

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

Codecov Report

Merging #594 into master will increase coverage by 8.59%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #594      +/-   ##
==========================================
+ Coverage   74.49%   83.09%   +8.59%     
==========================================
  Files          15       15              
  Lines        1796     2058     +262     
  Branches      357      423      +66     
==========================================
+ Hits         1338     1710     +372     
- Misses        298      346      +48     
+ Partials      160        2     -158
Impacted Files Coverage Δ
src/logging.ts 44.06% <0%> (-4.66%) :arrow_down:
src/lang-handler.ts 13.33% <0%> (-1.67%) :arrow_down:
src/tracing.ts 100% <0%> (ø) :arrow_up:
src/fs.ts 90.41% <0%> (+1.34%) :arrow_up:
src/diagnostics.ts 68.42% <0%> (+1.75%) :arrow_up:
src/memfs.ts 90.81% <0%> (+3.91%) :arrow_up:
src/project-manager.ts 87.07% <0%> (+5.74%) :arrow_up:
src/symbols.ts 71.42% <0%> (+6.91%) :arrow_up:
src/packages.ts 95.18% <0%> (+8.69%) :arrow_up:
src/connection.ts 90.76% <0%> (+8.87%) :arrow_up:
... and 5 more

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 f5abb09...dea4f8b. Read the comment docs.