Skip to content

chore(deps) migrate .npmrc settings to pnpm-workspace.yaml#28

Open
indexzero wants to merge 1 commit intomainfrom
fix/pnpm-workspace-yaml
Open

chore(deps) migrate .npmrc settings to pnpm-workspace.yaml#28
indexzero wants to merge 1 commit intomainfrom
fix/pnpm-workspace-yaml

Conversation

@indexzero
Copy link
Copy Markdown
Owner

What

Replace .npmrc with pnpm-workspace.yaml as the project-level config file. minimumReleaseAge: 2890 moves from kebab-case .npmrc syntax to the camelCase pnpm-workspace.yaml format. The tar exclude from minimumReleaseAgeExclude is dropped.

Why

pnpm-workspace.yaml is the canonical config location for pnpm 10+. The .npmrc file was using pnpm-specific settings (minimum-release-age) that belong in pnpm-workspace.yaml.

Risk Assessment

Low risk: Only changes where pnpm reads a single setting from. pnpm install --frozen-lockfile passes with the new config.

Move minimumReleaseAge from .npmrc (kebab-case) to pnpm-workspace.yaml
(camelCase), the canonical config location for pnpm 10. Drop the tar
exclude from minimumReleaseAgeExclude.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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