Skip to content

chore: migrate pnpm configuration to fix deprecation warnings - #376

Closed
V3RON wants to merge 2 commits into
mainfrom
claude/pnpm-warnings-migration-2de234
Closed

chore: migrate pnpm configuration to fix deprecation warnings#376
V3RON wants to merge 2 commits into
mainfrom
claude/pnpm-warnings-migration-2de234

Conversation

@V3RON

@V3RON V3RON commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Summary

Migrates pnpm configuration from deprecated package.json field to pnpm-workspace.yaml and disables automatic dependency installation before scripts.

Changes

  • Move pnpm.overrides from package.json to pnpm-workspace.yaml
  • Add allowBuilds config to permit build scripts for lefthook and unrs-resolver
  • Set verify-deps-before-run=error to disable auto-install before scripts

Result

  • ✅ Removes all pnpm deprecation warnings
  • ✅ Provides explicit control over when dependencies are automatically installed
  • ✅ Allows required build scripts to execute properly

@V3RON
V3RON force-pushed the claude/pnpm-warnings-migration-2de234 branch from dfdd449 to f48de7c Compare August 6, 2026 18:13
- Move pnpm.overrides from package.json to pnpm-workspace.yaml
- Add allowBuilds config to permit build scripts for lefthook and unrs-resolver
- Set verify-deps-before-run=error to disable auto-install before scripts

This removes all pnpm deprecation warnings and provides explicit control over
when dependencies are automatically installed.
@V3RON
V3RON force-pushed the claude/pnpm-warnings-migration-2de234 branch from f48de7c to 379e12d Compare August 6, 2026 18:14
@V3RON

V3RON commented Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

Outdated!

@V3RON V3RON closed this Aug 12, 2026
@V3RON
V3RON deleted the claude/pnpm-warnings-migration-2de234 branch August 12, 2026 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant