Skip to content
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

Remove table output #7401

Merged
merged 3 commits into from
Apr 22, 2024
Merged

Remove table output #7401

merged 3 commits into from
Apr 22, 2024

Commits on Apr 21, 2024

  1. deps: move cli-table3 to devDependencies

    We only need it for `scripts/publish.js`
    wraithgar committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    4a16a99 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. fix: Remove table output from many commands

    This removes table output from `hook`, `profile`, `doctor`, `org`, and `token`.
    It also removes table output from the `--long` or `--dry-run` output of
    install commands.
    
    Table output is discouraged in a cli for accessibility reasons.
    
    The tests for `token` were also rewritten because they did not actually
    test the behavior of npm with the registry.
    
    `this.config` was also removed from `token`.  npm-registry-fetch pulls
    all this from flatOptions already.
    wraithgar committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    5b6d515 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b0e76e View commit details
    Browse the repository at this point in the history