sourcegraph / javascript-typescript-langserver

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

fix(deps): update dependency chalk to ^2.4.2 #586

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
chalk dependencies minor ^2.4.2 source code search for "chalk"

Release Notes

chalk/chalk ### [`v2.4.2`](https://togithub.com/chalk/chalk/releases/v2.4.2) [Compare Source](https://togithub.com/chalk/chalk/compare/v2.4.1...v2.4.2) - Strict mode in Flow definition ([#​309](https://togithub.com/chalk/chalk/issues/309)) [`f95d9ec`](https://togithub.com/chalk/chalk/commit/f95d9ec8c92329fd087fbd3ecb7a87d0e8345b59) * * * _This release is done from the [`v2-release`](https://togithub.com/chalk/chalk/commits/v2-release) branch, as `master` branch targets the work-in-progress v3 release._ ### [`v2.4.1`](https://togithub.com/chalk/chalk/releases/v2.4.1) [Compare Source](https://togithub.com/chalk/chalk/compare/v2.4.0...v2.4.1) - Improved Flow type definition for CommonJS interop. ### [`v2.4.0`](https://togithub.com/chalk/chalk/releases/v2.4.0) [Compare Source](https://togithub.com/chalk/chalk/compare/v2.3.2...v2.4.0) - Added Flow type definitions. [`7c6f83f`](https://togithub.com/chalk/chalk/commit/7c6f83f719b241b7a1a1cd54b256d123e53eab4a) ### [`v2.3.2`](https://togithub.com/chalk/chalk/releases/v2.3.2) [Compare Source](https://togithub.com/chalk/chalk/compare/v2.3.1...v2.3.2) - Fixed detection of color support for VSCode debug console. [chalk/supports-color@`b764af9`](https://togithub.com/chalk/supports-color/commit/b764af94766fd44e8a2ebf690c1c1b2e86d61328) - Fixed detection of 24M colors in Konsole. [chalk/supports-color@`d6e08c8`](https://togithub.com/chalk/supports-color/commit/d6e08c83d0e24241cb7d24206ef8753e839103eb) - Fixed using `chalk.ansi256` when in a terminal with 256-color level support. [chalk/ansi-styles@`1ac7472`](https://togithub.com/chalk/ansi-styles/commit/1ac7472f8bb4f583299b6d5ef87a383f7b564b4b) ### [`v2.3.1`](https://togithub.com/chalk/chalk/releases/v2.3.1) [Compare Source](https://togithub.com/chalk/chalk/compare/v2.3.0...v2.3.1) - Calculate proper `level` when forcing color. [chalk/supports-color@`b16e9a4`](https://togithub.com/chalk/supports-color/commit/b16e9a4b9f13b3930e184e2f582b55091216fe47) - Detect 16m color support on Windows >=10.0.14931. [chalk/supports-color@`cf7bd05`](https://togithub.com/chalk/supports-color/commit/cf7bd05b814246e76c7f09bdb8e14a2ee581a2dd) ### [`v2.3.0`](https://togithub.com/chalk/chalk/releases/v2.3.0) [Compare Source](https://togithub.com/chalk/chalk/compare/v2.2.2...v2.3.0) - Added a `.visible()` method for emitting text only when Chalk is enabled. This can be useful for purely cosmetic content that shouldn't be shown when there are no colors, like when piping the output. [`dc092b4`](https://togithub.com/chalk/chalk/commit/dc092b4a5f5ca77dd1e22607cdf2fdd388803064) - TypeScript type definitions improvements. [`7be154c`](https://togithub.com/chalk/chalk/commit/7be154c074026f77b99e7d854b3a4cdd5e4ae502) ### [`v2.2.2`](https://togithub.com/chalk/chalk/compare/v2.2.0...v2.2.2) [Compare Source](https://togithub.com/chalk/chalk/compare/v2.2.0...v2.2.2)

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 #586 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #586   +/-   ##
=======================================
  Coverage   83.09%   83.09%           
=======================================
  Files          15       15           
  Lines        2058     2058           
  Branches      423      423           
=======================================
  Hits         1710     1710           
  Misses        346      346           
  Partials        2        2

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 ec6a991...3481e33. Read the comment docs.