Skip to content

Commit 2207628

Browse files
authoredSep 20, 2023
fix: use strip-ansi module instead of internal regex (#6823)
1 parent 03912db commit 2207628

File tree

11 files changed

+20
-23
lines changed

11 files changed

+20
-23
lines changed
 

‎DEPENDENCIES.md

+1
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ graph LR;
569569
npm-->sigstore-tuf["@sigstore/tuf"];
570570
npm-->spawk;
571571
npm-->ssri;
572+
npm-->strip-ansi;
572573
npm-->supports-color;
573574
npm-->tap;
574575
npm-->tar;

‎lib/commands/outdated.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const npa = require('npm-package-arg')
66
const pickManifest = require('npm-pick-manifest')
77
const localeCompare = require('@isaacs/string-locale-compare')('en')
88

9-
const ansiTrim = require('../utils/ansi-trim.js')
9+
const ansiTrim = require('strip-ansi')
1010
const ArboristWorkspaceCmd = require('../arborist-cmd.js')
1111

1212
class Outdated extends ArboristWorkspaceCmd {

‎lib/utils/ansi-trim.js

-3
This file was deleted.

‎lib/utils/format-search-stream.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const { Minipass } = require('minipass')
22
const columnify = require('columnify')
3-
const ansiTrim = require('../utils/ansi-trim.js')
3+
const ansiTrim = require('strip-ansi')
44

55
// This module consumes package data in the following format:
66
//

‎package-lock.json

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"read",
6969
"semver",
7070
"ssri",
71+
"strip-ansi",
7172
"supports-color",
7273
"tar",
7374
"text-table",
@@ -146,6 +147,7 @@
146147
"read": "^2.1.0",
147148
"semver": "^7.5.4",
148149
"ssri": "^10.0.5",
150+
"strip-ansi": "^6.0.1",
149151
"supports-color": "^9.4.0",
150152
"tar": "^6.1.15",
151153
"text-table": "~0.2.0",

‎package.json

+2
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
"read": "^2.1.0",
112112
"semver": "^7.5.4",
113113
"ssri": "^10.0.5",
114+
"strip-ansi": "^6.0.1",
114115
"supports-color": "^9.4.0",
115116
"tar": "^6.1.15",
116117
"text-table": "~0.2.0",
@@ -181,6 +182,7 @@
181182
"read",
182183
"semver",
183184
"ssri",
185+
"strip-ansi",
184186
"supports-color",
185187
"tar",
186188
"text-table",

‎tap-snapshots/test/lib/commands/search.js.test.cjs

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ NAME | DESCRIPTION | AUTHOR | DATE
2121
libnpmhook | programmatic API… | =nlf… | 2020-11-03 | 6.0.1 | npm hooks registry npm api
2222
libnpmpublish | Programmatic API… | =nlf… | 2020-11-03 | 4.0.0 |
2323
libnpmfund | Programmatic API… | =nlf… | 2020-12-08 | 1.0.2 | npm npmcli libnpm cli git fund gitfund
24-
@npmcli/map-workspaces | Retrieves a… | =nlf… | 2020-09-30 | 1.0.1 | npm npmcli [31mlibnpm[0m cli workspaces map-workspaces
24+
@npmcli/map-workspaces | Retrieves a… | =nlf… | 2020-09-30 | 1.0.1 | npm bad map npmcli [31mlibnpm[0m cli workspaces map-workspaces
2525
libnpmversion | library to do the… | =nlf… | 2020-11-04 | 1.0.7 |
2626
@types/libnpmsearch | TypeScript… | =types | 2019-09-26 | 2.0.1 |
2727
pkg-no-desc | | =lukekarrys | 2019-09-26 | 1.0.0 |
@@ -39,7 +39,7 @@ NAME | DESCRIPTION | AUTHOR | DATE
3939
libnpmhook | programmatic API… | =nlf… | 2020-11-03 | 6.0.1 | npm hooks registry npm api
4040
libnpmpublish | Programmatic API… | =nlf… | 2020-11-03 | 4.0.0 | 
4141
libnpmfund | Programmatic API… | =nlf… | 2020-12-08 | 1.0.2 | npm npmcli libnpm cli git fund gitfund
42-
@npmcli/map-workspaces | Retrieves a… | =nlf… | 2020-09-30 | 1.0.1 | npm npmcli [31mlibnpm[0m cli workspaces map-workspaces[31m[0m
42+
@npmcli/map-workspaces | Retrieves a… | =nlf… | 2020-09-30 | 1.0.1 | npm bad map npmcli [31mlibnpm[0m cli workspaces map-workspaces[31m[0m
4343
libnpmversion | library to do the… | =nlf… | 2020-11-04 | 1.0.7 | 
4444
@types/libnpmsearch | TypeScript… | =types | 2019-09-26 | 2.0.1 | 
4545
pkg-no-desc | | =lukekarrys | 2019-09-26 | 1.0.0 | 
@@ -56,7 +56,7 @@ libnpmteam npm Team management APIs =nlf =ruyadorno =darcyclarke =isaacs 2020-11
5656
libnpmhook programmatic API for managing npm registry hooks =nlf =ruyadorno =darcyclarke =isaacs 2020-11-03 6.0.1 npm hooks registry npm api
5757
libnpmpublish Programmatic API for the bits behind npm publish and unpublish =nlf =ruyadorno =darcyclarke =isaacs 2020-11-03 4.0.0
5858
libnpmfund Programmatic API for npm fund =nlf =ruyadorno =darcyclarke =isaacs 2020-12-08 1.0.2 npm npmcli libnpm cli git fund gitfund
59-
@npmcli/map-workspaces Retrieves a name:pathname Map for a given workspaces config =nlf =ruyadorno =darcyclarke =isaacs 2020-09-30 1.0.1 npm npmcli libnpm cli workspaces map-workspaces
59+
@npmcli/map-workspaces Retrieves a name:pathname Map for a given workspaces config =nlf =ruyadorno =darcyclarke =isaacs 2020-09-30 1.0.1 npm bad map npmcli libnpm cli workspaces map-workspaces
6060
libnpmversion library to do the things that 'npm version' does =nlf =ruyadorno =darcyclarke =isaacs 2020-11-04 1.0.7
6161
@types/libnpmsearch TypeScript definitions for libnpmsearch =types 2019-09-26 2.0.1
6262
pkg-no-desc =lukekarrys 2019-09-26 1.0.0
@@ -80,7 +80,7 @@ libnpmteam | npm Team management… | =nlf… | 2020-11
8080
libnpmhook | programmatic API… | =nlf… | 2020-11-03 | 6.0.1 | npm hooks registry npm api
8181
libnpmpublish | Programmatic API… | =nlf… | 2020-11-03 | 4.0.0 |
8282
libnpmfund | Programmatic API… | =nlf… | 2020-12-08 | 1.0.2 | npm npmcli libnpm cli git fund gitfund
83-
@npmcli/map-workspaces | Retrieves a… | =nlf… | 2020-09-30 | 1.0.1 | npm npmcli libnpm cli workspaces map-workspaces
83+
@npmcli/map-workspaces | Retrieves a… | =nlf… | 2020-09-30 | 1.0.1 | npm bad map npmcli libnpm cli workspaces map-workspaces
8484
libnpmversion | library to do the… | =nlf… | 2020-11-04 | 1.0.7 |
8585
@types/libnpmsearch | TypeScript… | =types | 2019-09-26 | 2.0.1 |
8686
pkg-no-desc | | =lukekarrys | 2019-09-26 | 1.0.0 |
@@ -98,7 +98,7 @@ libnpmteam | npm Team management… | =nlf… | 2020-11
9898
libnpmhook | programmatic API… | =nlf… | 2020-11-03 | 6.0.1 | npm hooks registry npm api
9999
libnpmpublish | Programmatic API… | =nlf… | 2020-11-03 | 4.0.0 |
100100
libnpmfund | Programmatic API… | =nlf… | 2020-12-08 | 1.0.2 | npm npmcli libnpm cli git fund gitfund
101-
@npmcli/map-workspaces | Retrieves a… | =nlf… | 2020-09-30 | 1.0.1 | npm npmcli libnpm cli workspaces map-workspaces
101+
@npmcli/map-workspaces | Retrieves a… | =nlf… | 2020-09-30 | 1.0.1 | npm bad map npmcli libnpm cli workspaces map-workspaces
102102
@types/libnpmsearch | TypeScript… | =types | 2019-09-26 | 2.0.1 |
103103
pkg-no-desc | | =lukekarrys | 2019-09-26 | 1.0.0 |
104104
`
@@ -115,7 +115,7 @@ libnpmteam | npm Team management… | =nlf… | 2020-11
115115
libnpmhook | programmatic API… | =nlf… | 2020-11-03 | 6.0.1 | npm hooks registry npm api
116116
libnpmpublish | Programmatic API… | =nlf… | 2020-11-03 | 4.0.0 |
117117
libnpmfund | Programmatic API… | =nlf… | 2020-12-08 | 1.0.2 | npm npmcli libnpm cli git fund gitfund
118-
@npmcli/map-workspaces | Retrieves a… | =nlf… | 2020-09-30 | 1.0.1 | npm npmcli libnpm cli workspaces map-workspaces
118+
@npmcli/map-workspaces | Retrieves a… | =nlf… | 2020-09-30 | 1.0.1 | npm bad map npmcli libnpm cli workspaces map-workspaces
119119
@types/libnpmsearch | TypeScript… | =types | 2019-09-26 | 2.0.1 |
120120
pkg-no-desc | | =lukekarrys | 2019-09-26 | 1.0.0 |
121121
`
@@ -132,7 +132,7 @@ libnpmteam | npm Team management… | =nlf… | 2020-11
132132
libnpmhook | programmatic API… | =nlf… | 2020-11-03 | 6.0.1 | npm hooks registry npm api
133133
libnpmpublish | Programmatic API… | =nlf… | 2020-11-03 | 4.0.0 |
134134
libnpmfund | Programmatic API… | =nlf… | 2020-12-08 | 1.0.2 | npm npmcli libnpm cli git fund gitfund
135-
@npmcli/map-workspaces | Retrieves a… | =nlf… | 2020-09-30 | 1.0.1 | npm npmcli libnpm cli workspaces map-workspaces
135+
@npmcli/map-workspaces | Retrieves a… | =nlf… | 2020-09-30 | 1.0.1 | npm bad map npmcli libnpm cli workspaces map-workspaces
136136
@types/libnpmsearch | TypeScript… | =types | 2019-09-26 | 2.0.1 |
137137
pkg-no-desc | | =lukekarrys | 2019-09-26 | 1.0.0 |
138138
`

‎test/fixtures/libnpmsearch-stream-result.js

+3
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,9 @@ module.exports = [
217217
description: 'Retrieves a name:pathname Map for a given workspaces config',
218218
keywords: [
219219
'\x1B[33mnpm\x1B[39m',
220+
// eslint-disable-next-line no-octal-escape
221+
'\x1b]4;0;?\007',
222+
'\u001b[Hbad map',
220223
'npmcli',
221224
'libnpm',
222225
'cli',

‎test/lib/commands/hook.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ t.test('npm hook ls', async t => {
243243
'received the correct arguments'
244244
)
245245
t.equal(outputs[0][0], 'You have 3 hooks configured.', 'prints the correct header')
246-
const out = require('../../../lib/utils/ansi-trim')(outputs[1][0])
246+
const out = require('strip-ansi')(outputs[1][0])
247247
t.match(out, /semver.*https:\/\/google.com.*\n.*\n.*never triggered/, 'prints package hook')
248248
t.match(out, /@npmcli.*https:\/\/google.com.*\n.*\n.*triggered just now/, 'prints scope hook')
249249
t.match(out, /~npm.*https:\/\/google.com.*\n.*\n.*never triggered/, 'prints owner hook')
@@ -292,7 +292,7 @@ t.test('npm hook ls, single result', async t => {
292292
'received the correct arguments'
293293
)
294294
t.equal(outputs[0][0], 'You have one hook configured.', 'prints the correct header')
295-
const out = require('../../../lib/utils/ansi-trim')(outputs[1][0])
295+
const out = require('strip-ansi')(outputs[1][0])
296296
t.match(out, /semver.*https:\/\/google.com.*\n.*\n.*never triggered/, 'prints package hook')
297297
})
298298

‎test/lib/commands/org.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const t = require('tap')
2-
const ansiTrim = require('../../../lib/utils/ansi-trim.js')
2+
const ansiTrim = require('strip-ansi')
33
const mockNpm = require('../../fixtures/mock-npm')
44

55
const mockOrg = async (t, { orgSize = 1, orgList = {}, ...npmOpts } = {}) => {

‎test/lib/utils/ansi-trim.js

-8
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.