Open
Conversation
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.3->^5.0.0Release Notes
chalk/chalk
v5.2.0Compare Source
7443e9f7443e9f7443e9f7443e9fv5.1.2Compare Source
a34bcf6v5.1.1Compare Source
6e0df05v5.1.0Compare Source
d7d7571v5.0.1Compare Source
mainfield to package.json for backwards compatibility with some developer tools85f7e96v5.0.0Compare Source
Breaking
fa16f4echalk.Instance→Chalkchalk.supportsColor→supportsColorchalk.stderr→chalkStderrchalk.stderr.supportsColor→supportsColorStderr.keyword(),.hsl(),.hsv(),.hwb(), and.ansi()coloring methods (#433)4cf2e40color-convertpackage.chalk-template(#524)c987c61Improvements
04fdbd6overlinestyle (#433)4cf2e400fba91bv4.1.2Compare Source
v4.1.1Compare Source
v4.1.0Compare Source
09ddbadv4.0.0Compare Source
Breaking
61999a4LevelTypeScript type to be a union instead of enumf0f4638Improvements
Object.setPrototypeOfas__proto__could potentially be disabled (#387)63469d3v3.0.0Compare Source
Thanks to @stroncium for his hard work on this. 🙌
Breaking
3ef170b.enabledproperty in favor of.level(#356)1f77953chalk.constructor()in favor ofchalk.Instance()(#322)de2f4cdMinor breaking
98628d9d3be9c6flow-typed).ChalkOptionsTypeScript type toOptionscf66156dimstyle workaround for Windows (#331)cd5de7abluecolor workaround for Windows (#330)2ca015cEnhancements
c08417e61aca7cchalk.stderrfor printing to stderr (#359)2a53389blackBrightcolor. It's the same as thegraycolor, but added for consistency.c25c32a98309486b4d206ansi256andbgAnsi256to TypeScript declaration (#368)fb8e85aansiandbgAnsito TypeScript declaration (#369)18c280dColor detection
FORCE_COLORenvironment variable can now be used to force a certain color level (#315)af4a078TERM=dumbhigher priority in the color detection chalk/supports-color@8d6a7b5Fixes
87156ce4e65299supportsColorwhich is top‑level only (#342)b3e9b91chalk.supportsColor(#347)d82b2a6unknowninstead of juststring(#316)7f6e563v2.4.2Compare Source
This release is done from the
v2-releasebranch, asmasterbranch targets the work-in-progress v3 release.v2.4.1Compare Source
v2.4.0Compare Source
v2.3.2Compare Source
chalk.ansi256when in a terminal with 256-color level support. chalk/ansi-styles@1ac7472v2.3.1Compare Source
levelwhen forcing color. chalk/supports-color@b16e9a4v2.3.0Compare 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. chalk/chalk@dc092b4v2.2.2Compare Source
v2.2.0Compare Source
Chalk now comes with TypeScript type definitions built-in. chalk/chalk@f653b06
Note: It's incompatible with
@types/chalkif you're currently using that: https://github.com/chalk/chalk/issues/215v2.1.0Compare Source
v2.0.1Compare Source
v2.0.0: 2.0.0Compare 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-ansipackage directly instead. chalk/chalk@04cae22chalk.stripColor(). Use thestrip-ansipackage directly instead. chalk/chalk@04cae22chalk.styles. Use theansi-stylespackage directly instead. chalk/chalk@8702496256/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.
chalk/chalk@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.
chalk/chalk@f66271e
Other
All changes
Made with ♥ by Josh, Sindre, and all our wonderful contributors.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.