Commit feea7c5
authored
chore: bump slice-ansi from 8.0.0 to 9.0.0 (#1744)
Bumps [slice-ansi](https://github.com/chalk/slice-ansi) from 8.0.0 to
9.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/chalk/slice-ansi/releases">slice-ansi's
releases</a>.</em></p>
<blockquote>
<h2>v9.0.0</h2>
<h3>Breaking</h3>
<ul>
<li>Require Node.js 22 0a9ac73</li>
<li>Make <code>endSlice</code> exclude partial wide graphemes 0895c86
<ul>
<li>Previously, when slicing at a position that falls in the middle of a
wide character (e.g., fullwidth/CJK), the wide character was included.
Now it is excluded, making the behavior consistent with how
<code>startSlice</code> already excluded partial wide graphemes at the
beginning.</li>
</ul>
</li>
</ul>
<hr />
<p><a
href="https://github.com/chalk/slice-ansi/compare/v8.0.0...v9.0.0">https://github.com/chalk/slice-ansi/compare/v8.0.0...v9.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/chalk/slice-ansi/commit/50fc7781f5dd4d1421dbe061822d815708831af4"><code>50fc778</code></a>
9.0.0</li>
<li><a
href="https://github.com/chalk/slice-ansi/commit/0a9ac736e52b2027110fe5a2db6c506473c2a2f8"><code>0a9ac73</code></a>
Require Node.js 22</li>
<li><a
href="https://github.com/chalk/slice-ansi/commit/0895c86b7a17213056e8e3ba7a2605e02bc099fa"><code>0895c86</code></a>
Make <code>endSlice</code> exclude partial wide graphemes</li>
<li>See full diff in <a
href="https://github.com/chalk/slice-ansi/compare/v8.0.0...v9.0.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 6558505 commit feea7c5
File tree
4 files changed
+6
-6
lines changed- .yarn/cache
4 files changed
+6
-6
lines changedBinary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2658 | 2658 | | |
2659 | 2659 | | |
2660 | 2660 | | |
2661 | | - | |
| 2661 | + | |
2662 | 2662 | | |
2663 | 2663 | | |
2664 | 2664 | | |
| |||
10081 | 10081 | | |
10082 | 10082 | | |
10083 | 10083 | | |
10084 | | - | |
10085 | | - | |
10086 | | - | |
| 10084 | + | |
| 10085 | + | |
| 10086 | + | |
10087 | 10087 | | |
10088 | 10088 | | |
10089 | 10089 | | |
10090 | | - | |
| 10090 | + | |
10091 | 10091 | | |
10092 | 10092 | | |
10093 | 10093 | | |
| |||
0 commit comments