[refactor] Replace ansis with built-in function util.styleText (#3793)

> What does the pull request accomplish?

One external dependency less.
This commit is contained in:
Kristjan ESPERANTO
2025-05-27 22:36:02 +02:00
committed by GitHub
parent 85b4ece767
commit e26aed927d
5 changed files with 12 additions and 13 deletions

View File

@@ -31,6 +31,7 @@ planned for 2025-07-01
- Switch Stylelint config to flat format and simplify Stylelint scripts
- [workflow] Replace Node.js version v23 with v24 (#3770)
- [refactor] Replace deprecated constants `fs.F_OK` and `fs.R_OK` (#3789)
- [refactor] Replace `ansis` with built-in function `util.styleText`
### Fixed