Skip to content

Commit 17cf193

Browse files
designcodeclaude
andauthored
chore(repo): downgrade pnpm to 10.34.3 and pin renovate off 10.34.4 (#180)
Roll the packageManager field back from pnpm 10.34.4 to 10.34.3, and add an allowedVersions constraint to the renovate pnpm rule so it skips 10.34.4 while staying open to later releases. Assisted-by: Claude Opus 4.8 via Claude Code Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent a47b602 commit 17cf193

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Tigris monorepo for storage SDK",
55
"private": true,
66
"type": "module",
7-
"packageManager": "pnpm@10.34.4",
7+
"packageManager": "pnpm@10.34.3",
88
"scripts": {
99
"build": "pnpm -r --if-present run build",
1010
"dev": "pnpm -r --if-present run dev",

renovate.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,10 @@
8787
"groupName": "github-actions"
8888
},
8989
{
90-
"description": "Group pnpm bumps (packageManager field + workflows)",
90+
"description": "Group pnpm bumps (packageManager field + workflows); skip 10.34.4, which we rolled back from",
9191
"matchPackageNames": ["pnpm"],
92-
"groupName": "pnpm"
92+
"groupName": "pnpm",
93+
"allowedVersions": "<10.34.4 || >10.34.4"
9394
}
9495
]
9596
}

0 commit comments

Comments
 (0)