From 14debf46bdb164bd3e01ccb85b148eb45daaa8c3 Mon Sep 17 00:00:00 2001 From: Francesco Gringl-Novy Date: Wed, 13 May 2026 17:28:36 +0200 Subject: [PATCH] chore(deps): Remove redundant yarn resolutions Drop four resolution overrides whose parent packages already constrain the transitive dep to the same (CJS) version yarn would naturally pick: - gauge/strip-ansi (gauge pins ^6.0.1) - wide-align/string-width (wide-align constrains to <=4) - cliui/wrap-ansi (cliui pins ^7.0.0) - **/express/path-to-regexp (express 4.22.1 pins ~0.1.12) Verified by running yarn install: lockfile is unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) --- package.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/package.json b/package.json index 8bbc950f0de2..f2e88c15b553 100644 --- a/package.json +++ b/package.json @@ -150,19 +150,11 @@ "yalc": "^1.0.0-pre.53", "yarn-deduplicate": "6.0.2" }, - "//_resolutions_comment": [ - "Because new versions of strip-ansi, string-width, and wrap-ansi are ESM only packages,", - "we need to resolve them to the CommonJS versions." - ], "resolutions": { "**/nx/minimatch": "10.2.5", "**/ng-packagr/postcss-url/minimatch": "3.1.5", "**/@angular-devkit/build-angular/minimatch": "5.1.9", - "gauge/strip-ansi": "6.0.1", - "wide-align/string-width": "4.2.3", - "cliui/wrap-ansi": "7.0.0", "sucrase": "getsentry/sucrase#es2020-polyfills", - "**/express/path-to-regexp": "0.1.12", "**/nitropack/rollup-plugin-visualizer": "^6.0.3" }, "version": "0.0.0",