Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: npm@6.9.0 #167

Closed
wants to merge 28 commits into from
Closed

Release: npm@6.9.0 #167

wants to merge 28 commits into from

Commits on Feb 18, 2019

  1. tar-stream@2.0.0

    zkat committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    dd90c43 View commit details
    Browse the repository at this point in the history
  2. test: add mock-tarball utility

    zkat committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    cec1e82 View commit details
    Browse the repository at this point in the history
  3. agent-base@4.2.1

    zkat committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    ee6b674 View commit details
    Browse the repository at this point in the history
  4. install: always save package_lock.json when using `--package-lock-onl…

    …y` (#146)
    
    PR-URL: #146
    Credit: @aeschright
    Reviewed-By: @zkat
    aeschright authored and zkat committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    684bccf View commit details
    Browse the repository at this point in the history
  5. view: set modified to undefined when not retrievable (#153)

    PR-URL: #153
    Credit: @simonua
    Reviewed-By: @zkat
    simonua authored and zkat committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    cf09fba View commit details
    Browse the repository at this point in the history
  6. install.sh: print out tar version when the flag is supported (#154)

    not all the tar implementations support --version flag
    e.g. the one used in openbsd doesn't, so the installation process fails
    
    PR-URL: #154
    Credit: @agudulin
    Reviewed-By: @zkat
    agudulin authored and zkat committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    774fc26 View commit details
    Browse the repository at this point in the history
  7. stars: Fix typo in error message (#158)

    The command is called stars, not starts.
    
    PR-URL: #158
    Credit: @phihag
    Reviewed-By: @zkat
    phihag authored and zkat committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    863baff View commit details
    Browse the repository at this point in the history
  8. doc: add npm add as alias to npm install (#160)

    PR-URL: #160
    Credit: @ahasall
    Reviewed-By: @zkat
    ahasall authored and zkat committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    5d76338 View commit details
    Browse the repository at this point in the history
  9. docs: updating link to RFC #10 in the changelog (#162)

    PR-URL: #162
    Credit: @mansona
    Reviewed-By: @zkat
    mansona authored and zkat committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    489c221 View commit details
    Browse the repository at this point in the history
  10. run-script: Check run script existence with undefined (#139)

    PR-URL: #139
    Credit: @vlasy
    Reviewed-By: @zkat
    vlasy authored and zkat committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    b8b8afd View commit details
    Browse the repository at this point in the history
  11. error-message: strip version info from pkg on E404 (#132)

    Fixes: https://npm.community/t/4227
    PR-URL: #132
    Credit: @larsgw
    Reviewed-By: @iarna
    Reviewed-By: @zkat
    larsgw authored and zkat committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    a805a95 View commit details
    Browse the repository at this point in the history
  12. docs: described exit codes in npm-audit docs

    PR-URL: #135
    Credit: @emilis-tm
    Reviewed-By: @zkat
    emilis-tm authored and zkat committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    433020e View commit details
    Browse the repository at this point in the history
  13. install: match git semver ranges (#115)

    Fixes: https://npm.community/t/3784
    PR-URL: #115
    Credit: @larsgw
    Reviewed-By: @iarna
    Reviewed-By: @zkat
    larsgw authored and zkat committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    8047b19 View commit details
    Browse the repository at this point in the history
  14. update: re-enable updating local packages

    PR #11584 removed the possibility of updating local
    packages (linked with symlinks) with `npm update`.
    Reason was that this functionality didn't work in
    v3.6.0. However, the system behind local dependencies
    has since changed, and I can't reproduce the original
    error anymore.
    
    Reverts 59e5056
    
    Fixes: https://npm.community/t/1725?u=larsgw
    PR-URL: #73
    Credit: @larsgw
    Reviewed-By: @iarna
    Reviewed-By: @zkat
    larsgw authored and zkat committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    e135c2b View commit details
    Browse the repository at this point in the history
  15. lock-verify@2.1.0

    Adds support for package aliases
    zkat committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    2ce23ba View commit details
    Browse the repository at this point in the history
  16. install: add support for package aliases (#3)

    PR-URL: #3
    Credit: @zkat
    Reviewed-By: @aeschright
    zkat authored Feb 18, 2019
    Configuration menu
    Copy the full SHA
    b7b54f2 View commit details
    Browse the repository at this point in the history
  17. pacote@9.5.0

    Adds opts.before support
    zkat committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    baaedbc View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. install: add --before date support for time traveling~ (#90)

    PR-URL: #90
    Credit: @zkat
    Reviewed-By: @aeschright
    Reviewed-By: @iarna
    zkat authored Feb 19, 2019
    1 Configuration menu
    Copy the full SHA
    2ba3a0f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. licensee@6.1.0 (#164)

    PR-URL: #164
    Credit: @kemitchell
    Reviewed-By: @zkat
    kemitchell authored and zkat committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    57e771a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b78288 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b8b651 View commit details
    Browse the repository at this point in the history
  4. tap@12.5.3

    zkat committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    96e4fa9 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    f957798 View commit details
    Browse the repository at this point in the history
  6. update AUTHORS

    zkat committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    5ac0950 View commit details
    Browse the repository at this point in the history
  7. 6.9.0-next.0

    zkat committed Feb 20, 2019
    1 Configuration menu
    Copy the full SHA
    de0ebe1 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. 6.9.0

    zkat committed Mar 6, 2019
    2 Configuration menu
    Copy the full SHA
    656bce7 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. Update knownBroken version (#165)

    PR-URL: #165
    Credit: @ljharb
    Reviewed-By: @zkat
    Reviewed-By: @aeschright
    ljharb authored and aeschright committed Mar 19, 2019
    2 Configuration menu
    Copy the full SHA
    6b1a9da View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    d075471 View commit details
    Browse the repository at this point in the history