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/v7.5.5 #2754

Merged
merged 17 commits into from Feb 22, 2021
Merged

Release/v7.5.5 #2754

merged 17 commits into from Feb 22, 2021

Commits on Feb 18, 2021

  1. docs(readme): add note back about branding/origin

    PR-URL: #2685
    Credit: @darcyclarke
    Close: #2685
    Reviewed-by: @isaacs, @lumaxis, @ljharb
    darcyclarke authored and nlf committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    e3de7be View commit details
    Browse the repository at this point in the history
  2. fix: shrinkwrap in node v10.0

    See #2654 (comment)
    
    PR-URL: #2688
    Credit: @ljharb
    Close: #2688
    Reviewed-by: @wraithgar
    ljharb authored and nlf committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    49c9537 View commit details
    Browse the repository at this point in the history
  3. docs: mention nodenv in README.md

    PR-URL: #2698
    Credit: @RA80533
    Close: #2698
    Reviewed-by: @darcyclarke
    RA80533 authored and nlf committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    38d87e7 View commit details
    Browse the repository at this point in the history
  4. docs: validate that the docs can be parsed by mdx

    Although our documentation is rendered for the "in the box" docs by
    cmark-gfm, the upstream docs site (docs.npmjs.com) uses mdx, which is
    a much stricter parser.  Update our docs generator site to ensure that
    mdx can parse our documentation as well, to ensure that we get fast
    feedback when it would fail.
    
    PR-URL: #2711
    Credit: @ethomson
    Close: #2711
    Reviewed-by: @darcyclarke
    ethomson authored and nlf committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    af4422c View commit details
    Browse the repository at this point in the history
  5. restore the prefix on output from npm version <inc>

    PR-URL: #2718
    Credit: @nlf
    Close: #2718
    Reviewed-by: @wraithgar
    nlf committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    00afa31 View commit details
    Browse the repository at this point in the history
  6. throw an error when trying to dedupe in global mode

    PR-URL: #2716
    Credit: @nlf
    Close: #2716
    Reviewed-by: @ljharb, @wraithgar
    nlf committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    69e0c4e View commit details
    Browse the repository at this point in the history
  7. chore(tests): refactor publish tests

    Less mocking, more intentional testing of things
    
    PR-URL: #2717
    Credit: @wraithgar
    Close: #2717
    Reviewed-by: @nlf
    wraithgar authored and nlf committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    80c2ac9 View commit details
    Browse the repository at this point in the history
  8. npm-package-arg@8.1.1

    nlf committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    9c51005 View commit details
    Browse the repository at this point in the history
  9. @npmcli/arborist@2.2.3

    * [#1875](#1875)
      [npm/arborist#230](npm/arborist#230) Set default
      advisory `severity`/`vulnerable_range` when missing from audit endpoint
      data ([@isaacs](https://github.com/isaacs))
    * [npm/arborist#231](npm/arborist#231) skip
      optional deps with mismatched platform or engine
      ([@nlf](https://github.com/nlf))
    * [#2251](#2251) Unpack shrinkwrapped deps
      not already unpacked ([@isaacs](https://github.com/isaacs),
      [@nlf](https://github.com/nlf))
    * [#2714](#2714) Do not write package.json
      if nothing changed ([@isaacs](https://github.com/isaacs))
    * [npm/rfcs#324](npm/rfcs#324) Prefer peer over
      prod dep, if both specified ([@isaacs](https://github.com/isaacs))
    * [npm/arborist#236](npm/arborist#236) Fix
      additional peerOptional conflict cases
      ([@isaacs](https://github.com/isaacs))
    isaacs committed Feb 18, 2021
    1 Configuration menu
    Copy the full SHA
    8c36697 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. libnpmpack@2.0.1

    wraithgar committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    d865b10 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. fix(runScript): obey silent loglevel

    If the user has specified a silent loglevel, we should pass that intention on
    when we call runScript
    
    Also a small cleanup in lib/run-script.js so that the reference to
    @npmcli/run-script is named the same as other files.
    
    PR-URL: #2719
    Credit: @wraithgar
    Close: #2719
    Reviewed-by: @nlf
    wraithgar authored and nlf committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    b018eb8 View commit details
    Browse the repository at this point in the history
  2. test: fix typo in shrinkwrap.js

    contructor -> constructor
    
    PR-URL: #2729
    Credit: @eltociear
    Close: #2729
    Reviewed-by: @wraithgar
    eltociear authored and nlf committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    9d81e0c View commit details
    Browse the repository at this point in the history
  3. libnpmversion@1.0.11

    nlf committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    e606953 View commit details
    Browse the repository at this point in the history
  4. pacote@11.2.7

    nlf committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    8b6bf0d View commit details
    Browse the repository at this point in the history
  5. docs: changelog for v7.5.5

    nlf committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    2512a8c View commit details
    Browse the repository at this point in the history
  6. update AUTHORS

    nlf committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    9c045b0 View commit details
    Browse the repository at this point in the history
  7. 7.5.5

    nlf committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    be9f152 View commit details
    Browse the repository at this point in the history