diff --git a/.changeset/yellow-ways-pull.md b/.changeset/yellow-ways-pull.md new file mode 100644 index 0000000000..7448cfc60f --- /dev/null +++ b/.changeset/yellow-ways-pull.md @@ -0,0 +1,5 @@ +--- +"@pnpm/list": patch +--- + +Update cli-columns to v4. diff --git a/packages/list/package.json b/packages/list/package.json index c517604070..495945520a 100644 --- a/packages/list/package.json +++ b/packages/list/package.json @@ -41,7 +41,7 @@ "@zkochan/npm-package-arg": "^2.0.1", "archy": "^1.0.0", "chalk": "^4.1.0", - "cli-columns": "^3.1.2", + "cli-columns": "^4.0.0", "dependencies-hierarchy": "workspace:10.0.11", "p-limit": "^3.1.0", "ramda": "^0.27.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 077446c8bb..0ba667a39f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1058,7 +1058,7 @@ importers: '@zkochan/npm-package-arg': ^2.0.1 archy: ^1.0.0 chalk: ^4.1.0 - cli-columns: ^3.1.2 + cli-columns: ^4.0.0 dependencies-hierarchy: workspace:10.0.11 p-limit: ^3.1.0 ramda: ^0.27.1 @@ -1071,7 +1071,7 @@ importers: '@zkochan/npm-package-arg': 2.0.1 archy: 1.0.0 chalk: 4.1.2 - cli-columns: 3.1.2 + cli-columns: 4.0.0 dependencies-hierarchy: link:../dependencies-hierarchy p-limit: 3.1.0 ramda: 0.27.1 @@ -6791,12 +6791,12 @@ packages: resolution: {integrity: sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==} engines: {node: '>=6'} - /cli-columns/3.1.2: - resolution: {integrity: sha1-ZzLZcpee/CrkRKHwjgj6E5yWoY4=} - engines: {node: '>= 4'} + /cli-columns/4.0.0: + resolution: {integrity: sha512-XW2Vg+w+L9on9wtwKpyzluIPCWXjaBahI7mTcYjx+BVIYD9c3yqcv/yKC7CmdCZat4rq2yiE1UMSJC5ivKfMtQ==} + engines: {node: '>= 10'} dependencies: - string-width: 2.1.1 - strip-ansi: 3.0.1 + string-width: 4.2.3 + strip-ansi: 6.0.1 dev: false /cli-cursor/1.0.2: @@ -9684,6 +9684,7 @@ packages: /is-fullwidth-code-point/2.0.0: resolution: {integrity: sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=} engines: {node: '>=4'} + dev: true /is-fullwidth-code-point/3.0.0: resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} @@ -13849,6 +13850,7 @@ packages: dependencies: is-fullwidth-code-point: 2.0.0 strip-ansi: 4.0.0 + dev: true /string-width/4.2.3: resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} @@ -13910,6 +13912,7 @@ packages: engines: {node: '>=4'} dependencies: ansi-regex: 5.0.1 + dev: true /strip-ansi/6.0.1: resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}