Skip to content

Update chalk in package.json from ~1.1.3 to 2.4.2#7

Open
ghost wants to merge 1 commit into
masterfrom
deps/update-dbb55a18
Open

Update chalk in package.json from ~1.1.3 to 2.4.2#7
ghost wants to merge 1 commit into
masterfrom
deps/update-dbb55a18

Conversation

@ghost

@ghost ghost commented Jan 13, 2019

Copy link
Copy Markdown

Overview

The following dependencies have been updated by dependencies.io:

  • chalk in package.json from "~1.1.3" to "2.4.2"

Details

chalk

This dependency is located in package.json and was updated from "~1.1.3" to "2.4.2".

2.0.0

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

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.

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.

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

Read more in the docs.

chalk/chalk@f66271e

Other

All changes

chalk/chalk@v1.1.3...v2.0.0


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

2.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://www.dependencies.io/github-redirect/chalk/chalk/issues/215

chalk/chalk@v2.1.0...v2.2.0

2.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. chalk/chalk@dc092b4
  • TypeScript type definitions improvements. chalk/chalk@7be154c

chalk/chalk@v2.2.0...v2.3.0

2.3.1

chalk/chalk@v2.3.0...v2.3.1

2.3.2

chalk/chalk@v2.3.1...v2.3.2

2.4.0

chalk/chalk@v2.3.2...v2.4.0

2.4.1
  • Improved Flow type definition for CommonJS interop.

chalk/chalk@v2.4.0...v2.4.1

2.4.2

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


We didn't find any content for 2.0.1, 2.1.0, or 2.2.2. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.

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