Open greenkeeper[bot] opened 5 years ago
devDependency
chalk was updated from 2.4.0
to 4.0.0
.Update to this version instead 🚀
The new version differs by 7 commits.
31fa942
4.0.0
61999a4
Require Node.js 10
f0f4638
Change the TypeScript Level
type to be a union instead of enum
7f21f20
Properly check if level
is an integer (#393)
63469d3
Use Object.setPrototypeOf
as __proto__
could potentially be disabled (#387)
797461e
Meta tweaks
0e6fecc
Add link to replit run (#379)
See the full diff
The devDependency chalk was updated from
2.4.0
to3.0.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: sindresorhus License: MIT
Release Notes for v3.0.0
This release has been in development for more than a year and massively improves performance and the time it takes to import Chalk.
Thanks to @stroncium for his hard work on this.🙌
Breaking
.enabled
property in favor of.level
(#356) 1f77953chalk.constructor()
in favor ofchalk.Instance()
(#322) de2f4cdMinor breaking
flow-typed
).ChalkOptions
TypeScript type toOptions
cf66156dim
style workaround for Windows (#331) cd5de7ablue
color workaround for Windows (#330) 2ca015cEnhancements
chalk.stderr
for printing to stderr (#359) 2a53389blackBright
color. It's the same as thegray
color, but added for consistency. c25c32aansi256
andbgAnsi256
to TypeScript declaration (#368) fb8e85aansi
andbgAnsi
to TypeScript declaration (#369) 18c280dColor detection
FORCE_COLOR
environment variable can now be used to force a certain color level (#315) af4a078TERM=dumb
higher priority in the color detection chalk/supports-color@8d6a7b5Fixes
supportsColor
which is top‑level only (#342) b3e9b91chalk.supportsColor
(#347) d82b2a6unknown
instead of juststring
(#316) 7f6e563v2.4.1...v3.0.0
Commits
The new version differs by 55 commits.
20002d8
3.0.0
b393018
Meta tweaks
18c280d
Add
ansi
andbgAnsi
to TypeScript declaration (#369)628b595
Tidelift tasks
4de1841
3.0.0-beta.2
fb8e85a
Add
ansi256
andbgAnsi256
to TypeScript declarations (#368)eef8c8c
Replace level list with table in readme.md (#367)
48905d0
3.0.0-beta.1
1953816
Update dependencies
61aca7c
Improve require speed (#358)
4e65299
Fix const enum for TypeScript (#364)
2a53389
Add
chalk.stderr
(#359)6b4d206
Export TypeScript types for colors and modifiers (#357)
1f77953
Remove the
.enabled
property in favor of.level
(#356)87156ce
Fix support for nested styles (#335)
There are 55 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: