Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency chalk to v2 - autoclosed #16

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2018

This PR contains the following updates:

Package Type Update Change
chalk dependencies major ^1.0.0 -> ^2.0.0

Release Notes

chalk/chalk

v2.4.2

Compare Source


This release is done from the v2-release branch, as master branch targets the work-in-progress v3 release.

v2.4.1

Compare Source

  • Improved Flow type definition for CommonJS interop.

v2.4.0

Compare Source

  • Added Flow type definitions. 7c6f83f

v2.3.2

Compare Source

v2.3.1

Compare Source

v2.3.0

Compare Source

  • 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
  • TypeScript type definitions improvements. 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: #​215

v2.1.0

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source

version 2

Chalk is a Node.js module for styling and colorizing terminal output.

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
  • Requires Node.js 4 or later.
  • Removed chalk.hasColor(). Use the has-ansi package directly instead. 04cae22
  • Removed chalk.stripColor(). Use the strip-ansi package directly instead. 04cae22
  • Removed chalk.styles. Use the ansi-styles package directly instead. 8702496
256/Truecolor support

chalk rainbow

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.

const name = 'Sindre';
console.log(chalk`{bold Hello ${name}}`);

Read more in the docs.

f66271e

Other

All changes


Made with ♥ by Josh, Sindre, and all our wonderful contributors.


Renovate configuration

📅 Schedule: "before 3am on the first day of the month" in timezone Europe/Stockholm.

🚦 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot changed the title Update dependency chalk to v2 Update dependency chalk to v2 - autoclosed Nov 9, 2019
@renovate renovate bot closed this Nov 9, 2019
@renovate renovate bot deleted the renovate/chalk-2.x branch November 9, 2019 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant