Skip to content

Commit 14debf4

Browse files
mydeaclaude
andcommitted
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) <noreply@anthropic.com>
1 parent b4983b0 commit 14debf4

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -150,19 +150,11 @@
150150
"yalc": "^1.0.0-pre.53",
151151
"yarn-deduplicate": "6.0.2"
152152
},
153-
"//_resolutions_comment": [
154-
"Because new versions of strip-ansi, string-width, and wrap-ansi are ESM only packages,",
155-
"we need to resolve them to the CommonJS versions."
156-
],
157153
"resolutions": {
158154
"**/nx/minimatch": "10.2.5",
159155
"**/ng-packagr/postcss-url/minimatch": "3.1.5",
160156
"**/@angular-devkit/build-angular/minimatch": "5.1.9",
161-
"gauge/strip-ansi": "6.0.1",
162-
"wide-align/string-width": "4.2.3",
163-
"cliui/wrap-ansi": "7.0.0",
164157
"sucrase": "getsentry/sucrase#es2020-polyfills",
165-
"**/express/path-to-regexp": "0.1.12",
166158
"**/nitropack/rollup-plugin-visualizer": "^6.0.3"
167159
},
168160
"version": "0.0.0",

0 commit comments

Comments
 (0)