KEMBAR78
Comparing v6.11.2...v6.11.3 · npm/cli · GitHub
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.11.2
Choose a base ref
...
head repository: npm/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.11.3
Choose a head ref
  • 9 commits
  • 20 files changed
  • 3 contributors

Commits on Aug 30, 2019

  1. Don't override user specified depth in outdated

    Restores ability to update packages using `--depth` as suggested by `npm audit`.
    
    i.e `npm update eslint-utils --depth 2`.
    
    PR-URL: #239
    Credit: @G-Rath
    Close: #239
    Reviewed-by: @claudiahdz
    G-Rath authored and claudiahdz committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    235ed1d View commit details
    Browse the repository at this point in the history
  2. Revert "install: do not descend into directory deps' child modules"

    This reverts commit 45772af
    
    Fix: https://npm.community/t/6-11-1-some-dependencies-are-no-longer-being-installed/9586/4
    
    Also adds 2 tests to verify regression behavior.
    
    PR-URL: #242
    Credit: @isaacs
    Close: #242
    Reviewed-by: @claudiahdz
    isaacs authored and claudiahdz committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    1fafb51 View commit details
    Browse the repository at this point in the history
  3. read-cmd-shim@1.0.4

    claudiahdz committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    e5fbb7e View commit details
    Browse the repository at this point in the history
  4. npm-pick-manifest@3.0.2

    claudiahdz committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    23ce656 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2019

  1. ci: pass appropriate configs for file/dir modes

    Re: https://npm.community/t/6-11-2-npm-ci-installs-package-with-wrong-permissions/9720
    
    Still passing a plain old (non-Figgy Pudding) object into libcipm,
    duplicating the extra keys added in figgy-config.js.
    
    This is not a clean or nice or elegant solution, but it works, without
    regressing the config env var issue.
    
    Pairing with @claudiahdz
    
    PR-URL: #243
    Credit: @isaacs
    Close: #243
    Reviewed-by: @claudiahdz
    isaacs committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    cebf542 View commit details
    Browse the repository at this point in the history
  2. docs: change log for 6.11.3

    claudiahdz authored and isaacs committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    fc5fc76 View commit details
    Browse the repository at this point in the history
  3. test: fix outdated-depth test

    isaacs committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    5d3aaf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. update AUTHORS

    claudiahdz committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    8d738b4 View commit details
    Browse the repository at this point in the history
  2. 6.11.3

    claudiahdz committed Sep 3, 2019
    1 Configuration menu
    Copy the full SHA
    b4ff454 View commit details
    Browse the repository at this point in the history
Loading