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 Pull Request updates dependency chalk from
v2.0.0
tov2.3.0
Release Notes
v2.2.0
Chalk now comes with TypeScript type definitions built-in. chalk/chalk@f653b06
Note: It's incompatible with
@types/chalk
if you're currently using that:https://github.com/chalk/chalk/issues/215
v2.3.0
.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. chalk/chalk@dc092b4Commits
v2.0.1
caeb7d8
fix missing TERM cases5827081
2.0.1v2.1.0
3d10f8f
Code style tweaks5ec90cb
Link to v2 release notes8d26c14
Minor meta tweaks23092ee
add note about brightBlack (ref chalk/ansi-styles#33)5cdd9ed
Demonstrate crash when using Truecolor methods and color is unsupported (#174)e8d28f3
Return emptystring
when there are no arguments (#183)4c4eb1f
Move testing toava
(#182)4c4ba2d
Fix template literal test7dbd8c3
Add related packages in the readme (#193)7a75399
Add failing template testsfbd17e7
Escape backslashes in template arguments (fixes #177)0827d3b
Fix level when supportsColor returns falsey (fixes #176, #175)f0c0178
Allow multiple arguments in base chalk object (fixes #187)106f086
Rewrite templating system (closes #186, fixes #184)69ac663
Fix undefined and null interpolated expressions (fixes #194)38f641a
v2.1.0v2.2.0
a9f0c77
Use aMap
and some minor regex tweaks37db75e
Add related package in the readme7898eda
Update chalk-pipe description5e6d5fd
Addstrip-ansi-stream
to related modulesf653b06
Add TypeScript definitions (#207)f0533f6
Bump dev dependenciesd86db88
2.2.0v2.2.2
4372d27
Add Awesome mentioned badgedc092b4
Add .visible for emitting text only when enabled (fixes #192)6adf579
2.2.1ede3103
add failing test for .visible buge2a4aa4
fix .visible when called after .enable is set to falsee1177ec
2.2.2v2.3.0
7be154c
TypeScript fixes (#217)14e0aa9
2.3.0This PR has been generated by Renovate Bot.