Skip to content

Commit 0dcdcc6

Browse files
authored
refactor: replace strip-ansi with native module (#2521)
Inspired by eslint/eslint#18982 This API is built-in since node 16.11. react-native-cli already requires node 18 as of last year.
1 parent 59e3ae6 commit 0dcdcc6

File tree

3 files changed

+9
-32
lines changed

3 files changed

+9
-32
lines changed

packages/cli-doctor/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"node-stream-zip": "^1.9.1",
2222
"ora": "^5.4.1",
2323
"semver": "^7.5.2",
24-
"strip-ansi": "^5.2.0",
2524
"wcwidth": "^1.0.1",
2625
"yaml": "^2.2.1"
2726
},

packages/cli-doctor/src/tools/healthchecks/common.ts

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import chalk from 'chalk';
22
import readline from 'readline';
33
import wcwidth from 'wcwidth';
4-
import stripAnsi from 'strip-ansi';
4+
import util from 'util';
55
import {logger} from '@react-native-community/cli-tools';
66
import {Loader} from '../../types';
77

@@ -94,7 +94,10 @@ const logError = ({
9494
function calculateMessageSize(message: string) {
9595
return Math.max(
9696
1,
97-
Math.ceil(wcwidth(stripAnsi(message)) / (process.stdout.columns || 80)),
97+
Math.ceil(
98+
wcwidth(util.stripVTControlCharacters(message)) /
99+
(process.stdout.columns || 80),
100+
),
98101
);
99102
}
100103

yarn.lock

+4-29
Original file line numberDiff line numberDiff line change
@@ -9701,16 +9701,7 @@ string-natural-compare@^3.0.1:
97019701
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
97029702
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
97039703

9704-
"string-width-cjs@npm:string-width@^4.2.0":
9705-
version "4.2.3"
9706-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
9707-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
9708-
dependencies:
9709-
emoji-regex "^8.0.0"
9710-
is-fullwidth-code-point "^3.0.0"
9711-
strip-ansi "^6.0.1"
9712-
9713-
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
9704+
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
97149705
version "4.2.3"
97159706
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
97169707
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -9805,7 +9796,7 @@ string_decoder@~1.1.1:
98059796
dependencies:
98069797
safe-buffer "~5.1.0"
98079798

9808-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
9799+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
98099800
version "6.0.1"
98109801
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
98119802
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -9819,20 +9810,13 @@ strip-ansi@^4.0.0:
98199810
dependencies:
98209811
ansi-regex "^3.0.0"
98219812

9822-
strip-ansi@^5.0.0, strip-ansi@^5.2.0:
9813+
strip-ansi@^5.0.0:
98239814
version "5.2.0"
98249815
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
98259816
integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
98269817
dependencies:
98279818
ansi-regex "^4.1.0"
98289819

9829-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
9830-
version "6.0.1"
9831-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
9832-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
9833-
dependencies:
9834-
ansi-regex "^5.0.1"
9835-
98369820
strip-ansi@^7.0.1:
98379821
version "7.0.1"
98389822
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2"
@@ -10681,7 +10665,7 @@ wordwrap@^1.0.0:
1068110665
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1068210666
integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
1068310667

10684-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
10668+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
1068510669
version "7.0.0"
1068610670
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1068710671
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -10699,15 +10683,6 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
1069910683
string-width "^4.1.0"
1070010684
strip-ansi "^6.0.0"
1070110685

10702-
wrap-ansi@^7.0.0:
10703-
version "7.0.0"
10704-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
10705-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
10706-
dependencies:
10707-
ansi-styles "^4.0.0"
10708-
string-width "^4.1.0"
10709-
strip-ansi "^6.0.0"
10710-
1071110686
wrap-ansi@^8.1.0:
1071210687
version "8.1.0"
1071310688
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)