statusboard
statusboard copied to clipboard
Public monitor/status/health board for @npm/cli-team's maintained projects
### Summary The CLI should support automation tokens (which are already available on the [website](https://github.blog/changelog/2020-10-02-npm-automation-tokens/)). Currently, `npm access` has a binary understanding of 2fa support with the subcommands `2fa-required` &...
### Summary `npm` should be competitive in terms of performance & security as a package manager. Learning from the ecosystem, we can take some of the best ideas introduced by...
Our deprecation warnings show items as flags, which means if you `npm config set foo` where `foo` is deprecated you get a warning that implies you used `--foo`. We can't...
### Exit Criteria - [ ] https://github.com/npm/cli/issues/4724 - [x] https://github.com/npm/cli/issues/4527 - [ ] https://github.com/npm/cli/issues/5444
make --auth-type=web the default for login + publish to the public registry in npm 9 (ref https://github.com/npm/rfcs/issues/629)
### Summary As more & more [organizations](https://sfconservancy.org/news/2020/jun/23/gitbranchname/) [adopt](https://about.gitlab.com/blog/2021/03/10/new-git-default-branch-name/) new [defaults](https://github.blog/changelog/2020-10-01-the-default-branch-for-newly-created-repositories-is-now-main/) for the default git branch name, we should update [`hosted-git-info`](https://github.com/npm/hosted-git-info) to follow suit. ### Exit Criteria - [ ] `HEAD`...
### Summary In v7 we stopped installing linked deps, in v8 we added the flag `--install-links` to accommodate this use case. In v9 we should make this the default again...