Skip to content

Commit 409cc18

Browse files
JohnMcLearclaude
andcommitted
fix: also add pnpm.overrides for picomatch
The CI publish workflow uses pnpm, which doesn't honor npm's 'overrides' field. Add the equivalent pnpm.overrides so pnpm install in CI also pins picomatch to 2.3.1 (rpt2 0.32.x glob compat). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 68104d8 commit 409cc18

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
"overrides": {
5454
"picomatch": "2.3.1"
5555
},
56+
"pnpm": {
57+
"overrides": {
58+
"picomatch": "2.3.1"
59+
}
60+
},
5661
"funding": {
5762
"type": "individual",
5863
"url": "https://etherpad.org/"

0 commit comments

Comments
 (0)