KEMBAR78
Comparing v6.12.1...v6.13.0 · 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.12.1
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.13.0
Choose a head ref
  • 19 commits
  • 315 files changed
  • 9 contributors

Commits on Oct 31, 2019

  1. test: Clean up some flakiness and inconsistency

    * Get rid of a lot of usage of osenv.tmpdir in tests.
    * Remove unnecessary creation/deletion of common.pkg
    * Reduce rimraf.sync wherever possible (often collides with
      common-tap.js's rimraf on windows)
    * Use common test utilities wherever possible.
    * DRY tests with test templates where it makes sense.
    
    PR-URL: #240
    Credit: @isaacs
    Close: #240
    Reviewed-by: @ruyadorno
    isaacs authored and ruyadorno committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    9a2d8af View commit details
    Browse the repository at this point in the history
  2. use github actions for CI

    PR-URL: #272
    Credit: @JasonEtco
    Close: #272
    Reviewed-by: @ruyadorno
    JasonEtco authored and ruyadorno committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    688cd97 View commit details
    Browse the repository at this point in the history
  3. pacote@9.5.9

    ruyadorno committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    a37296b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21fc17a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. docs: migrate existing docs to gatsby

    - chore(docs): remove html from docs build
    - feat(docs): migrate new Gatsby site to cli/docs
    - chore(docs): fix docs url path
    - chore(docs): add new build doc step
    - chore(docs): add static linking
    - chore(docs): add npm favicon
    - chore(docs): update files for tests
    - chore(docs): make relative paths absolute
    - chore(docs): fix routing on docs dependant tests
    - chore(docs): add prepublishOnly docs building step
    - chore(docs): add docs/public to .gitignore
    - chore(docs): rename dot json markdown files with hyphen names
    - chore(docs): clean package.json
    - chore(docs): highlight scripts in list
    - chore(docs): add strong styles
    - chore(docs): fix .json links on markdown
    - Added copy to the features page
      - Added an install page (copied from existing online docs)
      - Added a FeatureLink component to components/links.js
    - feat(docs): replace docs sh script with node
    - chore(docs): fix docs building process
    - chore(docs): docs folder cleanup
    
    PR-URL: #274
    Credit: @claudiahdz
    Close: #274
    Reviewed-by: @ruyadorno
    claudiahdz authored and ruyadorno committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    ae4c74d View commit details
    Browse the repository at this point in the history
  2. unsupported: npm v6.10.0 breaks on node v6.0, v6.1, v9.0 - v9.2

    nvm-sh/nvm@100861d
    
    PR-URL: #279
    Credit: @ljharb
    Close: #279
    Reviewed-by: @ruyadorno
    ljharb authored and ruyadorno committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    cd14d47 View commit details
    Browse the repository at this point in the history
  3. support: add support subcommand

    PR-URL: #246
    Credit: @kemitchell
    Close: #246
    Reviewed-by: @ruyadorno
    
    Thanks @kemitchell for providing the initial work that served as a base
    for `npm fund`, its original commits messages are preserved as such:
    
    - support: add support subcommand
    - support: fix request caching
    - support: further sanitize contributor data
    - doc: Fix typo
    - support: simplify to just collecting and showing URLs
    - install: improve `npm support` test
    - install: drop "the" before "projects you depend on"
    - doc: Reword mention of `npm support` in `package.json` spec
    kemitchell authored and ruyadorno committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    266d076 View commit details
    Browse the repository at this point in the history
  4. fund: add fund command

    This commit introduces the `npm fund` command that lists all `funding`
    info provided by the installed dependencies of a given project.
    
    Notes on implementation:
    
    - `lib/utils/funding.js` Provides helpers to validate funding info and
    return a tree-shaped structure containing the funding data for all deps.
    - `lib/fund.js` Implements `npm fund <pkg>` command
    - Added tests
      - `npm install` mention of funding
      - `npm fund <pkg>` variations
      - unit tests for added `lib/utils` and `lib/install` helpers
    - Added docs for `npm fund`, `funding` `package.json` property
    - Fixed `lib/utils/open-url` to support `--json` config
    - Documented `unicode` on `npm install` docs
    - fix tests
    - fix planned tap tests
    - alternative solution to --no-browser arg
    - docs: moved fund docs to new location
    
    Refs: https://github.com/npm/rfcs/blob/2d2f00457ab19b3003eb6ac5ab3d250259fd5a81/accepted/0017-add-funding-support.md
    
    PR-URL: #273
    Credit: @ruyadorno
    Close: #273
    Reviewed-by: @darcyclarke
    ruyadorno committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    4414b06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5110ea View commit details
    Browse the repository at this point in the history
  6. chore: create settings.yml file

    - This will ensure we inherit our standard labels from the `open-source-project-boilerplate`
    
    PR-URL: #282
    Credit: @darcyclarke
    Close: #282
    Reviewed-by: @ruyadorno
    darcyclarke authored and ruyadorno committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    34fe7db View commit details
    Browse the repository at this point in the history
  7. docs: added copy to the features page

    - Added an install page (copied from existing online docs)
    - Added a FeatureLink component to components/links.js
    oletizi authored and ruyadorno committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    c6a5c3a View commit details
    Browse the repository at this point in the history
  8. docs: Updated lorem ipsum with real copy.

    Modified the copy of the "Publish" card to make the transition to
    npmjs.com/products less jarring
    
    PR-URL: #277
    Credit: @oletizi
    Close: #277
    Reviewed-by: @ruyadorno
    oletizi authored and ruyadorno committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    4ff1bb1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d3c8598 View commit details
    Browse the repository at this point in the history
  10. doc: fix hyperlink refs in man page docs

    PR-URL: #283
    Credit: @isaacs
    Close: #283
    Reviewed-by: @ruyadorno
    isaacs authored and ruyadorno committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    6700bfa View commit details
    Browse the repository at this point in the history
  11. read-cmd-shim@1.0.5

    ruyadorno committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    d3cb3ab View commit details
    Browse the repository at this point in the history
  12. fix: on uninstall package, *.ps1 not delete

    PR-URL: #281
    Credit: @NoDocCat
    Close: #281
    Reviewed-by: @ruyadorno
    suiyun39 authored and ruyadorno committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    e445540 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ea99e3b View commit details
    Browse the repository at this point in the history
  14. update AUTHORS

    ruyadorno committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    a148bd0 View commit details
    Browse the repository at this point in the history
  15. 6.13.0

    ruyadorno committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    9c7161d View commit details
    Browse the repository at this point in the history
Loading