From 61207fc2cbaa9a2e13845272f7edf0f15970d5fb Mon Sep 17 00:00:00 2001 From: Jacob Richman Date: Fri, 31 Oct 2025 15:01:04 -0700 Subject: [PATCH] further incremental steps. Update the string width version to align with upstream ink (#12411) --- package-lock.json | 19 ++++++------------- packages/cli/package.json | 2 +- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c527619e3..3843db8047 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17277,7 +17277,7 @@ "read-package-up": "^11.0.0", "shell-quote": "^1.8.3", "simple-git": "^3.28.0", - "string-width": "^7.1.0", + "string-width": "^8.1.0", "strip-ansi": "^7.1.0", "strip-json-comments": "^3.1.1", "tar": "^7.5.1", @@ -17314,24 +17314,17 @@ "node": ">=20" } }, - "packages/cli/node_modules/emoji-regex": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz", - "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==", - "license": "MIT" - }, "packages/cli/node_modules/string-width": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", - "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.1.0.tgz", + "integrity": "sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==", "license": "MIT", "dependencies": { - "emoji-regex": "^10.3.0", - "get-east-asian-width": "^1.0.0", + "get-east-asian-width": "^1.3.0", "strip-ansi": "^7.1.0" }, "engines": { - "node": ">=18" + "node": ">=20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/packages/cli/package.json b/packages/cli/package.json index a0309c0995..e400e65405 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -54,7 +54,7 @@ "read-package-up": "^11.0.0", "shell-quote": "^1.8.3", "simple-git": "^3.28.0", - "string-width": "^7.1.0", + "string-width": "^8.1.0", "strip-ansi": "^7.1.0", "strip-json-comments": "^3.1.1", "tar": "^7.5.1",