matthewmueller / x-ray

The next web scraper. See through the <html> noise.
MIT License
5.87k stars 349 forks source link

Update dependency chalk to v2 #293

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 6 years ago

This PR contains the following updates:

Package Type Update Change References
chalk dependencies major ~1.1.1 -> ~2.4.0 source

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) ### [`v2.2.0`](https://togithub.com/chalk/chalk/releases/v2.2.0) [Compare Source](https://togithub.com/chalk/chalk/compare/v2.1.0...v2.2.0) Chalk now comes with TypeScript type definitions built-in. [`f653b06`](https://togithub.com/chalk/chalk/commit/f653b061d6fbdb1c7224f7d80476391202c47877) Note: It's incompatible with `@types/chalk` if you're currently using that: [#​215](https://togithub.com/chalk/chalk/issues/215) ### [`v2.1.0`](https://togithub.com/chalk/chalk/compare/v2.0.0...v2.1.0) [Compare Source](https://togithub.com/chalk/chalk/compare/v2.0.0...v2.1.0) ### [`v2.0.0`](https://togithub.com/chalk/chalk/releases/v2.0.0) [Compare Source](https://togithub.com/chalk/chalk/compare/v1.1.3...v2.0.0) ![version 2](https://user-images.githubusercontent.com/170270/27715287-7c5b1b0e-5d36-11e7-8536-b5cd061d5caf.gif) > Chalk is a [Node.js](https://nodejs.org) module for styling and colorizing terminal output. Two years ago, [@​qix-](https://togithub.com/qix-) [asked me about adding 256/Truecolor support to Chalk](https://twitter.com/IAmQix/status/613445958777507840). He soon after joined the Chalk team. And now we’re finally able to ship Truecolor support in Chalk! Chalk has had an immense growth since the [1.0.0 release](https://togithub.com/chalk/chalk/releases/tag/v1.0.0) in 2015. It's now trusted by more than 17.000 packages, up from 3000, and it's the 5th most depended upon package on npm. #### Highlights ##### Breaking changes - Requires Node.js 4 or later. - Removed `chalk.hasColor()`. Use the [`has-ansi`](https://togithub.com/chalk/has-ansi) package directly instead. [`04cae22`](https://togithub.com/chalk/chalk/commit/04cae226cc0fc11fd7898f3fa91fdc4a3b3e496b) - Removed `chalk.stripColor()`. Use the [`strip-ansi`](https://togithub.com/chalk/strip-ansi) package directly instead. [`04cae22`](https://togithub.com/chalk/chalk/commit/04cae226cc0fc11fd7898f3fa91fdc4a3b3e496b) - Removed `chalk.styles`. Use the [`ansi-styles`](https://togithub.com/chalk/ansi-styles) package directly instead. [`8702496`](https://togithub.com/chalk/chalk/commit/870249689acc6b04e81e96d2c09c39b76c640a94) ##### 256/Truecolor support ![chalk rainbow](https://user-images.githubusercontent.com/170270/27715291-8106fa38-5d36-11e7-9623-47bfc5e9cca3.gif) Chalk now supports [256 colors and Truecolor (16 million colors)](https://togithub.com/chalk/chalk#​256-and-truecolor-color-support). Terminal apps like [Hyper](https://hyper.is) and [iTerm](https://www.iterm2.com/) supports Truecolor, enabling you to create really immersive CLI experiences. Chalk is smart enough to downsample the colors to whatever the terminal supports, so you can use any colors without having to think whether it's supported or not. [Read more in the docs.](https://togithub.com/chalk/chalk#​256-and-truecolor-color-support) [`cb3f230`](https://togithub.com/chalk/chalk/commit/cb3f2308e17cd2878d2722db7762bdc725e9ff48) ##### Tagged template literal Chalk now ships with a [tagged template literal](http://exploringjs.com/es6/ch_template-literals.html#_tagged-template-literals) that makes it much nicer to create long strings with lots of different styling. ```js const name = 'Sindre'; console.log(chalk`{bold Hello ${name}}`); ``` [Read more in the docs.](https://togithub.com/chalk/chalk#tagged-template-literal) [`f66271e`](https://togithub.com/chalk/chalk/commit/f66271e01a901470a3d5afcb3feae552848ccf0c) ##### Other - Added bright color variants. [chalk/ansi-styles@`d1d855e`](https://togithub.com/chalk/ansi-styles/commit/d1d855e75b9178700312d4076a42b510c9e0c289) - Fixed a bleed issue on macOS. [`05f87e2`](https://togithub.com/chalk/chalk/commit/05f87e25e108726ee469aa56cc88fcc160a911ed) - Added support for 256 color output on Windows 10 build 10586 or newer. [chalk/supports-color@`340588e`](https://togithub.com/chalk/supports-color/commit/340588ef8225d294d72aea7dd3343287220ed093) #### All changes * * * Made with ♥ by [Josh](https://togithub.com/Qix-), [Sindre](https://togithub.com/sindresorhus), and all our wonderful [contributors](https://togithub.com/sindresorhus/chalk/graphs/contributors).

Renovate configuration

:date: Schedule: At any time (no schedule defined).

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

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



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

renovate[bot] commented 5 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 2.x releases. However, if you upgrade to 2.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.