Skip to content

Commit b7d6880

Browse files
ericfitzclaude
andcommitted
chore(deps): clean up redundant pnpm overrides
Remove 8 overrides that are no longer needed because parent semver ranges now resolve to safe versions naturally. Update undici pin from 6.24.0 to 6.24.1. Removed overrides (redundant): - lodash@<=4.17.22 -> 4.17.23 - dompurify@<=3.3.1 -> 3.3.2 - fast-xml-parser@<5.5.7 -> 5.5.7 - picomatch@>=4.0.0 <4.0.4 -> 4.0.4 - yaml@<1.10.3 -> 1.10.3 - handlebars@>=4.0.0 <4.7.9 -> 4.7.9 - brace-expansion@<2.0.3 -> 2.0.3 - brace-expansion@>=4.0.0 <5.0.5 -> 5.0.5 Retained overrides (still active): - minimatch@<3.1.4 -> 3.1.4 - rollup@<2.80.0 -> 2.80.0 - undici@<6.24.1 -> 6.24.1 (bumped from 6.24.0) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7c2eddf commit b7d6880

File tree

2 files changed

+21
-24
lines changed

2 files changed

+21
-24
lines changed

package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,7 @@
77
"overrides": {
88
"minimatch@<3.1.4": "3.1.4",
99
"rollup@<2.80.0": "2.80.0",
10-
"lodash@<=4.17.22": "4.17.23",
11-
"dompurify@<=3.3.1": "3.3.2",
12-
"undici@<6.24.0": "6.24.0",
13-
"fast-xml-parser@<5.5.7": "5.5.7",
14-
"picomatch@>=4.0.0 <4.0.4": "4.0.4",
15-
"yaml@<1.10.3": "1.10.3",
16-
"handlebars@>=4.0.0 <4.7.9": "4.7.9",
17-
"brace-expansion@<2.0.3": "2.0.3",
18-
"brace-expansion@>=4.0.0 <5.0.5": "5.0.5"
10+
"undici@<6.24.1": "6.24.1"
1911
}
2012
},
2113
"scripts": {

pnpm-lock.yaml

Lines changed: 20 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)