You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make --silent truly silent (eg dont set up any process listeners) and create a net-new way of hiding only logging output. (The opposite could also be done). Then go through and remove all npm.silent checks. [BUG] Inconsistent --silent for npm install cli#4877 (comment)
Make run-script banners a log event. They have been swapped to stderr for json mode, but I think they should always be on stderr. I think an open question would be if they should be called with output.error or as an actual log (maybe with a custom META prefix)? [BUG] When run script loglevel is ignored unless set to "silent" cli#3354 (comment)
Resetting the old issue so we can consolidate it into a better task list.
These are changes in consideration for future semver major npm releases.
Breaking changes
stdin
across all commands (ie. https://github.com/npm/rfcs/blob/3d5b2130504139bdc8a3b599923aa07d2ff79c96/accepted/0000-dependency-selector-syntax.md#commands-could-read-from-stdin)bun.lockb
to ignorelist npm-packlist#168npm pack
doesn't match directory prefiex (dist-*
doesn't matchdist-cjs/index.js
) cli#7514 [BUG/QUESTION] since npm 9.x some files[] globs undermatch npm-packlist#152 at this point.--silent
truly silent (eg dont set up any process listeners) and create a net-new way of hiding only logging output. (The opposite could also be done). Then go through and remove allnpm.silent
checks. [BUG] Inconsistent --silent for npm install cli#4877 (comment)run-script
banners a log event. They have been swapped to stderr for json mode, but I think they should always be on stderr. I think an open question would be if they should be called withoutput.error
or as an actual log (maybe with a customMETA
prefix)? [BUG] When run script loglevel is ignored unless set to "silent" cli#3354 (comment)--ignore-scripts
to theprepare
script when packing and publishing [BUG]--ignore-scripts
is not respected bynpm publish
cli#3707 [BUG] npm pack and publish should not run hooks, or hooks need to have opt-out cli#7211 (comment)pack --json
return an object likepublish --json
instead of an arrayview --json
result
anderror
to start (🚲 those names).bun.lock
to default pack ignorelist feat: add bun.lock to ignorelist npm-packlist#257Features
npm link
experienceimport-maps
SupportThe text was updated successfully, but these errors were encountered: