Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~1.1.1
->~2.4.0
Release Notes
chalk/chalk
v2.4.2
Compare Source
f95d9ec
This release is done from the
v2-release
branch, asmaster
branch targets the work-in-progress v3 release.v2.4.1
Compare Source
v2.4.0
Compare Source
7c6f83f
v2.3.2
Compare Source
b764af9
d6e08c8
chalk.ansi256
when in a terminal with 256-color level support. chalk/ansi-styles@1ac7472
v2.3.1
Compare Source
level
when forcing color. chalk/supports-color@b16e9a4
cf7bd05
v2.3.0
Compare Source
.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
7be154c
v2.2.2
Compare Source
v2.2.0
Compare Source
Chalk now comes with TypeScript type definitions built-in.
f653b06
Note: It's incompatible with
@types/chalk
if you're currently using that: #215v2.1.0
Compare Source
v2.0.0
Compare Source
Two years ago, @qix- asked me about adding 256/Truecolor support to Chalk. 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 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
chalk.hasColor()
. Use thehas-ansi
package directly instead.04cae22
chalk.stripColor()
. Use thestrip-ansi
package directly instead.04cae22
chalk.styles
. Use theansi-styles
package directly instead.8702496
256/Truecolor support
Chalk now supports 256 colors and Truecolor (16 million colors). Terminal apps like Hyper and iTerm 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.
cb3f230
Tagged template literal
Chalk now ships with a tagged template literal that makes it much nicer to create long strings with lots of different styling.
Read more in the docs.
f66271e
Other
d1d855e
05f87e2
340588e
All changes
Made with ♥ by Josh, Sindre, and all our wonderful contributors.
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 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.