Skip to content

feat(cli/config)!: breaking changes #9854

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 17 commits into
base: v11
Choose a base branch
from
Draft

Conversation

KSXGitHub
Copy link
Contributor

@KSXGitHub KSXGitHub commented Aug 14, 2025

TODO:

  • Remove auth information from pnpm config list.
  • Stop reading workspace specific settings (such as packages) from rc files.
  • Exclude workspace specific settings from rawConfig.
  • Prevent pnpm config set from setting workspace specific settings.
  • Make pnpm config get <array> output JSON.
  • Explicit INI format.
    • --format json|ini.
    • --ini is an alias for --format ini.
    • --json is an alias for --format json.
  • More consistent casing for pnpm config list
    • pnpm config list --json should print all top-level keys in camelCase.
    • pnpm config list --json should print registries instead of registry and @scope:registry.
    • pnpm config list [--ini] should print workspace-specific keys in camelCase and other in kebab-case.
  • Undo 529f9bd, merge the workspace specific settings into rawConfig as camelCase instead.
    • Implement.
    • Exclude workspace specific settings from rawConfig.
    • Fix existing tests.
    • Test: Generic.
    • Test: Overriding.
    • Test: Convert case.
  • Changeset.
Cancelled TODO:
  • Test 529f9bd
    • Fix existing tests.
    • Test: Generic.
    • Test: Overriding.
    • Test: Convert case.

@zkochan zkochan added this to the v11.0 milestone Aug 14, 2025
@KSXGitHub KSXGitHub force-pushed the cli-config-breaking-changes branch from 9a0b040 to c6117b9 Compare August 14, 2025 10:40
@KSXGitHub KSXGitHub force-pushed the cli-config-breaking-changes branch from b96d217 to 3145b8e Compare August 21, 2025 13: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.

2 participants