Skip to content

Commit feea7c5

Browse files
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=slice-ansi&package-manager=npm_and_yarn&previous-version=8.0.0&new-version=9.0.0)](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

4 files changed

+6
-6
lines changed
-8.35 KB
Binary file not shown.
8.84 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"semver": "^7.5.4",
7272
"semver-parser": "^4.1.6",
7373
"shell-escape": "^0.2.0",
74-
"slice-ansi": "^8.0.0",
74+
"slice-ansi": "^9.0.0",
7575
"string-width": "^8.0.0",
7676
"tempfile": "^6.0.1",
7777
"uuid": "^13.0.0"

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2658,7 +2658,7 @@ __metadata:
26582658
semver: ^7.5.4
26592659
semver-parser: ^4.1.6
26602660
shell-escape: ^0.2.0
2661-
slice-ansi: ^8.0.0
2661+
slice-ansi: ^9.0.0
26622662
string-width: ^8.0.0
26632663
tempfile: ^6.0.1
26642664
ts-jest: ^29.2.5
@@ -10081,13 +10081,13 @@ __metadata:
1008110081
languageName: node
1008210082
linkType: hard
1008310083

10084-
"slice-ansi@npm:^8.0.0":
10085-
version: 8.0.0
10086-
resolution: "slice-ansi@npm:8.0.0"
10084+
"slice-ansi@npm:^9.0.0":
10085+
version: 9.0.0
10086+
resolution: "slice-ansi@npm:9.0.0"
1008710087
dependencies:
1008810088
ansi-styles: ^6.2.3
1008910089
is-fullwidth-code-point: ^5.1.0
10090-
checksum: a3a6947f2a87ebe8fe0de234184e2ff057ecb4532666acae60c6906d8d27253016d5890b6f2b1cb10b7763376b7626b60e54f489f657eb20cdfd8797ac04d2c1
10090+
checksum: 93bc3bfb66d4ec1bbe9e1f185869abcc1697cbafe8807188b34bc625f3554f877e02e4a13c8c67845296946364d225f622ac8438b837bf026f11d585b7427d96
1009110091
languageName: node
1009210092
linkType: hard
1009310093

0 commit comments

Comments
 (0)