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 rxjs to ^5.5.12 #595

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
rxjs dependencies patch ^5.5.12 source code search for "rxjs"

Release Notes

reactivex/rxjs ### [`v5.5.12`](https://togithub.com/reactivex/rxjs/compare/5.5.11...5.5.12) [Compare Source](https://togithub.com/reactivex/rxjs/compare/5.5.11...5.5.12) ### [`v5.5.11`](https://togithub.com/reactivex/rxjs/compare/5.5.10...5.5.11) [Compare Source](https://togithub.com/reactivex/rxjs/compare/5.5.10...5.5.11) ### [`v5.5.10`](https://togithub.com/reactivex/rxjs/compare/5.5.9...5.5.10) [Compare Source](https://togithub.com/reactivex/rxjs/compare/5.5.9...5.5.10) ### [`v5.5.9`](https://togithub.com/reactivex/rxjs/compare/5.5.8...5.5.9) [Compare Source](https://togithub.com/reactivex/rxjs/compare/5.5.8...5.5.9) ### [`v5.5.8`](https://togithub.com/reactivex/rxjs/compare/5.5.7...5.5.8) [Compare Source](https://togithub.com/reactivex/rxjs/compare/5.5.7...5.5.8) ### [`v5.5.7`](https://togithub.com/reactivex/rxjs/compare/5.5.6...5.5.7) [Compare Source](https://togithub.com/reactivex/rxjs/compare/5.5.6...5.5.7) ### [`v5.5.6`](https://togithub.com/reactivex/rxjs/blob/master/CHANGELOG.md#​556-httpsgithubcomReactiveXRxJScompare555v556-2017-12-21) [Compare Source](https://togithub.com/reactivex/rxjs/compare/5.5.5...5.5.6) ##### Bug Fixes - **Observable:** rethrow errors when syncErrorThrowable and inherit it from destination. Fixes [#​2813](https://togithub.com/ReactiveX/RxJS/issues/2813) ([541b49d](https://togithub.com/ReactiveX/RxJS/commit/541b49d)) ### [`v5.5.5`](https://togithub.com/reactivex/rxjs/blob/master/CHANGELOG.md#​555-httpsgithubcomReactiveXRxJScompare554v555-2017-12-06) [Compare Source](https://togithub.com/reactivex/rxjs/compare/5.5.4...5.5.5) ##### Support Added - **Bazel:** Add files to support users that want Bazel builds with RxJS ([12dac3b](https://togithub.com/ReactiveX/rxjs/commit/12dac3b)) ### [`v5.5.4`](https://togithub.com/reactivex/rxjs/blob/master/CHANGELOG.md#​554-httpsgithubcomReactiveXRxJScompare553v554-2017-12-05) [Compare Source](https://togithub.com/reactivex/rxjs/compare/5.5.3...5.5.4) ##### Bug Fixes - **scheduler:** resolve regression on angular router with zones ([#​3158](https://togithub.com/ReactiveX/RxJS/issues/3158)) ([520b06a](https://togithub.com/ReactiveX/RxJS/commit/520b06a)) - **publish:** re-publish after having built with proper version of TypeScript. ([f0ff5bc](https://togithub.com/ReactiveX/RxJS/commit/f0ff5bc), closes[#​3155](https://togithub.com/ReactiveX/rxjs/issues/3155)) ### [`v5.5.3`](https://togithub.com/reactivex/rxjs/blob/master/CHANGELOG.md#​553-httpsgithubcomReactiveXRxJScompare552v553-2017-12-01) [Compare Source](https://togithub.com/reactivex/rxjs/compare/5.5.2...5.5.3) ##### Bug Fixes - **concatStatic:** missing exports for mergeStatic and concatStatic ([#​2999](https://togithub.com/ReactiveX/RxJS/issues/2999)) ([cae5f9b](https://togithub.com/ReactiveX/RxJS/commit/cae5f9b)) - **scheduler:** prevent unwanted clearInterval ([#​3044](https://togithub.com/ReactiveX/RxJS/issues/3044)) ([7d722d4](https://togithub.com/ReactiveX/RxJS/commit/7d722d4)), closes [#​3042](https://togithub.com/ReactiveX/RxJS/issues/3042) - **SystemJS:** avoid node module resolution of pipeable operators ([#​3025](https://togithub.com/ReactiveX/RxJS/issues/3025)) ([d77e3d7](https://togithub.com/ReactiveX/RxJS/commit/d77e3d7)), closes [#​2971](https://togithub.com/ReactiveX/RxJS/issues/2971) [#​2996](https://togithub.com/ReactiveX/RxJS/issues/2996) [#​3011](https://togithub.com/ReactiveX/RxJS/issues/3011) - **typings:** fix subscribe overloads ([#​3053](https://togithub.com/ReactiveX/RxJS/issues/3053)) ([1a9fd42](https://togithub.com/ReactiveX/RxJS/commit/1a9fd42)), closes [#​3052](https://togithub.com/ReactiveX/RxJS/issues/3052) ### [`v5.5.2`](https://togithub.com/reactivex/rxjs/blob/master/CHANGELOG.md#​552-httpsgithubcomReactiveXRxJScompare551v552-2017-10-25) [Compare Source](https://togithub.com/reactivex/rxjs/compare/5.5.1...5.5.2) ##### Bug Fixes - **package:** fixed import failures in Webpack ([#​2987](https://togithub.com/ReactiveX/RxJS/issues/2987)) ([e16202d](https://togithub.com/ReactiveX/RxJS/commit/e16202d)) - **typings:** improved type inference for arguments to publishReplay ([#​2992](https://togithub.com/ReactiveX/RxJS/issues/2992)) ([0753ff7](https://togithub.com/ReactiveX/RxJS/commit/0753ff7)), closes [#​2991](https://togithub.com/ReactiveX/RxJS/issues/2991) - **typings:** ensure TS types for `zip` and `combineLatest` are properly inferred. ([b8e6cf8](https://togithub.com/ReactiveX/RxJS/commit/b8e6cf8)) - **typings:** publish variants will properly return ConnectableObservable([#​2983](https://togithub.com/ReactiveX/RxJS/issues/2983)) ([d563bfa](https://togithub.com/ReactiveX/RxJS/commit/d563bfa)) ### [`v5.5.1`](https://togithub.com/reactivex/rxjs/blob/master/CHANGELOG.md#​551-httpsgithubcomReactiveXRxJScompare550v551-2017-10-24) [Compare Source](https://togithub.com/reactivex/rxjs/compare/5.5.0...5.5.1) ##### Bug Fixes - **build:** Remove `module` and `es2015` keys to avoid resolution conflicts ([5073139](https:/github.com/ReactiveX/RxJS/commit/5073139)) - **ajaxobservable:** fix operator import path ([d9b62ed](https://togithub.com/ReactiveX/RxJS/commit/d9b62ed))

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 #595 into master will increase coverage by 8.59%. The diff coverage is n/a.

Impacted file tree graph

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