Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: npm/cli
base: v5.4.1
Choose a base ref
...
head repository: npm/cli
compare: v5.4.2
Choose a head ref
  • 13 commits
  • 20 files changed
  • 5 contributors

Commits on Sep 9, 2017

  1. Copy the full SHA
    e274500 View commit details
    Browse the repository at this point in the history
  2. install: fix bug with rollback of failed optional packages on Windows

    This change ensures an fsync after updating `package.json` on Windows,
    which prevents an issue that intermittently occurs when rolling back a
    package with many dependencies such as fsevents.
    
    In testing it does not appear that fsync has as much of a performance
    impact on Windows as it does on other platforms, so this should not affect
    install times on Windows materially.
    
    Fixes: #17671
    Fixes: #18287
    Fixes: #18453
    Fixes: #18380
    Fixes: #18441
    PR-URL: npm/npm#18458
    Credit: @marcins
    Reviewed-By: @iarna
    marcins authored and iarna committed Sep 9, 2017
    Copy the full SHA
    0b28ac7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2017

  1. Copy the full SHA
    339f17b View commit details
    Browse the repository at this point in the history
  2. write-file-atomic@2.1.0

    iarna committed Sep 11, 2017
    Copy the full SHA
    3a1b299 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2017

  1. move: Stop writing package.json

    Now that we have a refresh-package-json phase, full package data is not
    available in the move phase, so writing here deletes important info.  Beyond
    that, the `refresh-package-json` phase takes care of the writing for us.
    iarna committed Sep 14, 2017
    Copy the full SHA
    cd8687e View commit details
    Browse the repository at this point in the history
  2. outdated: Use fetch-package-metadata, not cache.add

    Use fetchPackageMetadata to get metadata for extracting version from
    packages instead of cache.add (which in npm5 does not actually return
    package metadata anymore)
    
    PR-URL: npm/npm#18385
    Fixes: #16825
    Credit: @joshclow
    Reviewed-By: @iarna
    Josh Clow authored and iarna committed Sep 14, 2017
    Copy the full SHA
    5bd0244 View commit details
    Browse the repository at this point in the history
  3. doc: add "notice" loglevel and correct the default

    The "notice" loglevel was added and made the default in `npm@5`, but the
    docs were not updated to this change. This patch updates the loglevel
    docs to the new default and adds "notice" to the list of possible
    values.
    
    I don't know how to describe "notice" so I just left it at that.
    
    PR-URL: npm/npm#18397
    Credit: @kenany
    Reviewed-By: @iarna
    kenany authored and iarna committed Sep 14, 2017
    Copy the full SHA
    b2ab6f4 View commit details
    Browse the repository at this point in the history
  4. doc: In npm-config, note that env vars use _ in place of -.

    PR-URL: npm/npm#18372
    Credit: @jakubholynet
    Reviewed-By: @iarna
    holyjak authored and iarna committed Sep 14, 2017
    Copy the full SHA
    e5aedcd View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. unsupported: Update test matrix

    iarna committed Sep 15, 2017
    Copy the full SHA
    a537064 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    11cadb6 View commit details
    Browse the repository at this point in the history
  3. doc: changelog for 5.4.2

    iarna committed Sep 15, 2017
    Copy the full SHA
    2eef82c View commit details
    Browse the repository at this point in the history
  4. update AUTHORS

    iarna committed Sep 15, 2017
    Copy the full SHA
    f4e267f View commit details
    Browse the repository at this point in the history
  5. 5.4.2

    iarna committed Sep 15, 2017
    Copy the full SHA
    20589f4 View commit details
    Browse the repository at this point in the history