This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
chalk | dependencies | major | 4.1.2 -> 5.2.0 |
v5.2.0
7443e9f
7443e9f
7443e9f
7443e9f
v5.1.2
v5.1.1
6e0df05
v5.1.0
v5.0.1
main
field to package.json for backwards compatibility with some developer tools 85f7e96
v5.0.0
fa16f4e
chalk.Instance
→ Chalk
chalk.supportsColor
→ supportsColor
chalk.stderr
→ chalkStderr
chalk.stderr.supportsColor
→ supportsColorStderr
.keyword()
, .hsl()
, .hsv()
, .hwb()
, and .ansi()
coloring methods (#433) 4cf2e40
color-convert
package.chalk-template
(#524) c987c61
-import chalk from 'chalk';
+import chalkTemplate from 'chalk-template';
-chalk`2 + 3 = {bold ${2 + 3}}`;
+chalkTemplate`2 + 3 = {bold ${2 + 3}}`;
This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.