fix: standardize pnpm to 10.32.1 to match other headlamp plugins #80
Reference in New Issue
Block a user
Delete Branch "fix/standardize-pnpm-version"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Updates
packageManagerfield frompnpm@9.15.4topnpm@10.32.1to ensure consistency across all headlamp plugins.Context
All other headlamp plugins (argocd-plugin, polaris-plugin, sealed-secrets-plugin) use pnpm@10.32.1. The rook-plugin was using pnpm@9.15.4 due to a previous workaround for pnpm@latest (11.x) build script approval issues.
Changes
package.jsonpackageManagerfield frompnpm@9.15.4topnpm@10.32.1Testing
Verified locally:
pnpm run tsc- passedpnpm run lint- passed (with pre-existing indentation warnings)pnpm run format:check- passedpnpm test- all 37 tests passedThe pnpm lockfile remains unchanged as the dependency resolution is identical between pnpm@9.15.4 and pnpm@10.32.1 for this project.
Related
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.