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 ^2.0.0 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate-tests
Copy link
Owner

@renovate-tests renovate-tests commented Feb 1, 2018

This Pull Request updates dependency chalk from ^1.0.0 to ^2.0.0

Release Notes

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


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


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

  • 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

Commits

chalk/chalk

v2.0.0

  • 2653218 meta tweaks
  • fe2e4b0 update code of conduct
  • 6c3e573 test on Node.js 6
  • a125eb0 OS X → macOS
  • d939a3f fix XO lint issue
  • 74c087d minor doc improvements (#​120)
  • 835ca3d You've just reached 10,000 dependent modules. (#​122)
  • 7c02cf4 Add log statement to chalk examples (#​129)
  • 4ce73b6 make XO happy
  • 492f11f add example file
  • 5a69476 add XO badge
  • 0d21449 check parent builder object for enabled status (#​142)
  • 9b60021 Drop support for Node.js 0.10 and 0.12
  • dbae68d Update dependent package count in the readme (#​154)
  • cb3f230 Add RGB (256/Truecolor) support (#​140)
  • 249b9ac ES2015ify the codebase
  • 0412cdf Minor code improvements
  • 8702496 Remove chalk.styles
  • 6f4d6b3 Bump dependencies
  • 1d73b21 Improve readme
  • 54975fb TEMPORARY: emergency travis CI fix (see comments)
  • 523b998 Revert "TEMPORARY: emergency travis CI fix (see comments)"
  • 18f2e7c add host information output
  • 608242a spoof supports-color
  • 09fb2d8 Re-implement chalk.enabled (#​160)
  • c015568 add rainbow example
  • 23ef1c7 fix linter errors
  • f66271e Add tagged template literal (#​163)
  • 3fca615 2.0.0

v2.0.1

v2.1.0

v2.2.0

  • a9f0c77 Use a Map and some minor regex tweaks
  • 37db75e Add related package in the readme
  • 7898eda Update chalk-pipe description
  • 5e6d5fd Add strip-ansi-stream to related modules
  • f653b06 Add TypeScript definitions (#​207)
  • f0533f6 Bump dev dependencies
  • d86db88 2.2.0

v2.2.2

  • 4372d27 Add Awesome mentioned badge
  • dc092b4 Add .visible for emitting text only when enabled (fixes #​192)
  • 6adf579 2.2.1
  • ede3103 add failing test for .visible bug
  • e2a4aa4 fix .visible when called after .enable is set to false
  • e1177ec 2.2.2

v2.3.0


This PR has been generated by Renovate Bot.

@renovate-tests renovate-tests changed the title Update dependency chalk to v2.3.0 Update dependency chalk to ^2.0.0 Feb 2, 2018
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.

None yet

1 participant