-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit e2bdeed
authored
chore(deps): update dependency ansis to v4.2.0 (#2979)
> [!NOTE]
> Mend has cancelled [the proposed
renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842)
of the Renovate GitHub app being renamed to `mend[bot]`.
>
> This notice will be removed on 2025-10-07.
<hr>
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [ansis](https://redirect.github.com/webdiscus/ansis) | [`4.1.0` ->
`4.2.0`](https://renovatebot.com/diffs/npm/ansis/4.1.0/4.2.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>webdiscus/ansis (ansis)</summary>
###
[`v4.2.0`](https://redirect.github.com/webdiscus/ansis/blob/HEAD/CHANGELOG.md#420-2025-09-20)
[Compare
Source](https://redirect.github.com/webdiscus/ansis/compare/v4.1.0...v4.2.0)
- feat: add support named truecolor via `ansis.extend()`.
Foreground methods are created from the provided color names, and
matching background methods `bg*` are generated automatically.
Example:
```js
import ansis from 'ansis';
import colorNames from 'css-color-names';
const color = ansis.extend(colorNames);
console.log(color.orange('Orange foreground'));
console.log(color.bgOrange('Orange background')); // auto-generated from
"orange"
```
This release removes the last barrier for projects migrating from Chalk
v4 that used named truecolor, e.g.
`chalk.keyword('orange')('text')`. Ansis now provides this feature with
a simpler, more intuitive API.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/RobinTail/express-zod-api).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent aa37ece commit e2bdeedCopy full SHA for e2bdeed
File tree
Expand file treeCollapse file tree
1 file changed
+77
-77
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+77
-77
lines changedOpen diff view settings
Collapse file
+77-77Lines changed: 77 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments