npm / npm/rfcs

Feature Request: npm update : output summary of packages updated and (if available) changelog url

Open
#555 11 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
777
Forks
267
PR merge metrics
No merged PRs in 30d

Description

npm update doesn't output what it's updated
so you have to do npm outdated first, then google each package for changelog or changes or blog posts

it would be nice, for each package updated, it would output a 'changes/changelog/change delta' file

for this to really work, each package would need a changelog file with a 'delta' of changes, e.g. a version-number-tag, followed by changes since the previous release. i'm sure if you specified a 'changelog' standard, they (the package maintainers) would come to the party. perl, nothing to do with npm/js, does it a different way with a 'perldelta[version-number]' file with changes since the previous release

but just a npm update --verbose, listing packages updated with from/to versions, would help

and thanks for npm, appreciated!
andrew

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The request concerns the npm update command and proposes either changelog output or an npm update --verbose summary with package versions. Start by reviewing the npm CLI update implementation and this issue's discussion; done would require an agreed output and changelog behavior for updated packages.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
cli
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.