You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(migration): respect existing pnpm config location in package.json
When a project already has a "pnpm" field in package.json (e.g., with
overrides, ignoredBuiltDependencies), keep using package.json for pnpm
config instead of creating a new pnpm-workspace.yaml. Only use
pnpm-workspace.yaml for projects without existing pnpm config.
This fixes ecosystem CI failures where projects with existing
pnpm.overrides in package.json (like dify) broke when overrides were
moved to pnpm-workspace.yaml, since pnpm doesn't properly apply file:
overrides from workspace yaml to transitive dependencies.
0 commit comments