Gar
Gar
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior In arborist's inventory class it does its own attempts to normalize/account...
### Epic This is a follow up to https://github.com/npm/statusboard/issues/810 ```[tasklist] ### Tasks - [x] push out user input (proc-log.read) to dependencies - [x] spike on what an "npm is doing...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior According to @dstaley it can take tens of seconds for `process.report.getReport`...
The settings.yml file inheritance model does not work. We should let template-oss manage labels, if that's at all possible. We may end up in a situation like the current one,...
`nopt` was requiring `{ abbrev: "1" }` which at one time was breaking some builds. In general we should be sure that our dependencies are using `^` prefix right?
https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement New action!
### Overview Implement the spec at https://github.com/openjs-foundation/package-metadata-interoperability-collab-space/issues/15 ### The Plan Because this has a complete overlap with existing checks we do for installs, `npm-install-checks` will still be where this logic...
The [repo](https://github.com/npm/npm-merge-driver) is currently archived but the package is not. This package is distinct from the built-in merge conflict resolution that npm does automatically in npm. `npm-merge-driver` is a standalone...
odd numbered node.js versions are already not "supported" and are a problem when other packages adjust their engines entries to start omitting them. node.js versions are not 100% semver, the...
As per https://github.com/import-js/eslint-plugin-import/issues/2331, the eslint-plugin-import module will only work with packages that export some form of cjs. https://github.com/npm/template-oss/pull/453 fails linting because of this issue. We'll have to find another solution.