Skip to content
Permalink
latest

Commits on Aug 22, 2020

  1. Fix spelling of npm in bug templates (#1701)

    lumaxis committed Aug 22, 2020

Commits on Aug 17, 2020

  1. 6.14.8

    ruyadorno committed Aug 17, 2020
  2. update AUTHORS

    ruyadorno committed Aug 17, 2020
  3. docs: changelog for 6.14.8

    ruyadorno committed Aug 17, 2020
  4. chore: Do not send user secret in the referer header

    PR-URL: #1663
    Credit: @assapir
    Close: #1663
    Reviewed-by: @ruyadorno
    assapir authored and ruyadorno committed Aug 17, 2020
  5. fix: remove unused broken require

    Fixes: #1658
    
    PR-URL: #1661
    Credit: @aduh95
    Close: #1661
    Reviewed-by: @ruyadorno
    aduh95 authored and ruyadorno committed Aug 17, 2020
  6. Node-gyp supports both Python and legacy Python

    PR-URL: #1614
    Credit: @cclauss
    Close: #1614
    Reviewed-by: @ruyadorno
    cclauss authored and ruyadorno committed Aug 17, 2020
  7. fix: npm install --dev deprecation message

    - also fix: add npm ci --dev deprecation message
    - Related to #1539
    
    PR-URL: #1575
    Credit: @sandratatarevicova
    Close: #1575
    Reviewed-by: @ruyadorno
    sandratatarevicova authored and ruyadorno committed Aug 17, 2020
  8. Docs: add missing metadata in semver page

    PR-URL: #1572
    Credit: @tripu
    Close: #1572
    Reviewed-by: @ruyadorno
    tripu authored and ruyadorno committed Aug 17, 2020
  9. test: increase whoami with bearer auth timeout

    This makes the test pass on slow architectures (such as armhf) on emulated environments (such as qemu)
    
    PR-URL: #1454
    Credit: @LocutusOfBorg
    Close: #1454
    Reviewed-by: @ruyadorno
    LocutusOfBorg authored and ruyadorno committed Aug 17, 2020
  10. meant@1.0.2

    PR-URL: #1544
    Credit: @watilde
    Close: #1544
    Reviewed-by: @ruyadorno
    ruyadorno committed Aug 17, 2020
  11. npm-registry-fetch@4.0.7

    ruyadorno committed Aug 17, 2020
  12. update-notifier@2.5.0

    ruyadorno committed Aug 17, 2020

Commits on Aug 14, 2020

  1. fix: typo in v6 issue template

    darcyclarke committed Aug 14, 2020
  2. chore: fix up issue templates

    darcyclarke committed Aug 14, 2020

Commits on Aug 13, 2020

  1. Update bug_7.md

    darcyclarke committed Aug 13, 2020
  2. chore: rename bug template for v7

    darcyclarke committed Aug 13, 2020

Commits on Aug 6, 2020

  1. chore: adding labels to new bugs

    darcyclarke committed Aug 6, 2020
  2. chore: fix issue templates to allow for bug filing again

    darcyclarke committed Aug 6, 2020
  3. chore: add/update github issue templates

    darcyclarke committed Aug 6, 2020

Commits on Jul 21, 2020

  1. 6.14.7

    claudiahdz committed Jul 21, 2020
  2. update AUTHORS

    claudiahdz committed Jul 21, 2020
  3. docs: changelog for 6.14.7

    claudiahdz committed Jul 21, 2020
  4. npm-lifecycle@3.1.5

    claudiahdz committed Jul 21, 2020
  5. npm-audit-report@1.3.3

    claudiahdz committed Jul 21, 2020
  6. libcipm@4.0.8

    claudiahdz committed Jul 21, 2020
  7. gentle-fs@2.3.1

    claudiahdz committed Jul 21, 2020
  8. bin-links@1.1.8

    claudiahdz committed Jul 21, 2020
  9. fix: npm ls --parseable --long output

    PR-URL: #1547
    Credit: @ruyadorno
    Close: #1547
    Reviewed-by: @claudiahdz
    ruyadorno authored and claudiahdz committed Jul 21, 2020

Commits on Jul 20, 2020

  1. fix: gracefully handle error during npm install

    PR-URL: #1009
    Credit: @danielleadams
    Close: #1009
    Reviewed-by: @claudiahdz
    danielleadams authored and claudiahdz committed Jul 20, 2020
  2. Fix package id in shrinkwrap lifecycle step output

    Currently all logging related to shrinkwrap steps reports 'undefined'
    for the package in output and log messages.
    
    This is due to the package associated with the `idealTree` being
    recreated in the `savePackageJson()` method which precedes these
    steps. For now, just copy forward the `_id` attribute which lifecycle
    logging expects, but note that mutating `package` here is surprising.
    
    Fixes npm/npm#20756
    
    PR-URL: #288
    Credit: @bz2
    Close: #288
    Reviewed-by: @claudiahdz
    bz2 authored and claudiahdz committed Jul 20, 2020
  3. fix: git tag handling regression on shrinkwrap

    claudiahdz committed Jul 20, 2020
  4. fix: npm explore spawn shell correctly

    PR-URL: #784
    Credit: @jasisk
    Close: #784
    Reviewed-by: @claudiahdz
    jasisk authored and claudiahdz committed Jul 20, 2020
  5. deps: fix outdated dev deps

    claudiahdz committed Jul 20, 2020
Older
You can’t perform that action at this time.