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.12.1 #3224

Merged
merged 17 commits into from May 10, 2021
Merged

Release/v7.12.1 #3224

merged 17 commits into from May 10, 2021

Commits on May 7, 2021

  1. tap@15.0.9

    wraithgar committed May 7, 2021
    Configuration menu
    Copy the full SHA
    e88ac36 View commit details
    Browse the repository at this point in the history
  2. npm-packlist@2.2.2

    * fix(sort): avoid locale-dependent sorting issues
    wraithgar committed May 7, 2021
    Configuration menu
    Copy the full SHA
    a6a8260 View commit details
    Browse the repository at this point in the history
  3. chore(github): Convert md issue template to yaml

    PR-URL: #3206
    Credit: @lukehefson
    Close: #3206
    Reviewed-by: @darcyclarke
    lukehefson authored and wraithgar committed May 7, 2021
    Configuration menu
    Copy the full SHA
    71ac935 View commit details
    Browse the repository at this point in the history
  4. fix(tests): increase test fuzziness

    These tests periodically fail in CI, 10 milliseconds is very much not
    enough time to account for fuzziness, and 5 minutes is more than enough
    precision given the scales of time involved in each test.
    
    PR-URL: #3201
    Credit: @wraithgar
    Close: #3201
    Reviewed-by: @nlf
    wraithgar committed May 7, 2021
    Configuration menu
    Copy the full SHA
    6fb386d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. fix(contributing): link to proper cli repo

    PR-URL: #3216
    Credit: @mrmlnc
    Close: #3216
    Reviewed-by: @darcyclarke
    mrmlnc authored and wraithgar committed May 10, 2021
    Configuration menu
    Copy the full SHA
    de49f58 View commit details
    Browse the repository at this point in the history
  2. libnpmexec@1.1.1

    wraithgar committed May 10, 2021
    Configuration menu
    Copy the full SHA
    f9f24d1 View commit details
    Browse the repository at this point in the history
  3. glob@7.1.7

    wraithgar committed May 10, 2021
    Configuration menu
    Copy the full SHA
    cb9f174 View commit details
    Browse the repository at this point in the history
  4. ignore-walk@3.0.4

    wraithgar committed May 10, 2021
    Configuration menu
    Copy the full SHA
    24b4e4a View commit details
    Browse the repository at this point in the history
  5. @npmcli/arborist@2.4.3

    wraithgar committed May 10, 2021
    Configuration menu
    Copy the full SHA
    1eb7e5c View commit details
    Browse the repository at this point in the history
  6. fix(packages): locale-agnostic string sorting

    This adds the 'en' locale to all instances of String.localeCompare
    within the CLI codebase.
    
    Tests added for the cases where we're sorting arbitrary user-generated
    data.  The tests rely on the fact that 'ch' sorts after 'd' in the
    `'sk'` locale, but ahead of `'d'` in the `'en'` locale.  To ensure that
    this is the default behavior if no locale is specified, `LC_ALL=sk` is
    set in the test environment.
    
    Other instances of `localeCompare` sort data that the cli controls, so
    no tests were added.
    
    Re: #2829
    
    PR-URL: #3203
    Credit: @isaacs
    Close: #3203
    Reviewed-by: @ruyadorno
    isaacs authored and wraithgar committed May 10, 2021
    Configuration menu
    Copy the full SHA
    1d09214 View commit details
    Browse the repository at this point in the history
  7. @npmcli/arborist@2.4.4

    wraithgar committed May 10, 2021
    Configuration menu
    Copy the full SHA
    285976f View commit details
    Browse the repository at this point in the history
  8. fix(tests): use config defaults

    The mocked npm now uses all config defaults, ensuring we don't have bugs
    from the disconnect between our currently heavily mocked tests and
    reality. Eventually the npm mock will be closer to reality, this moves
    the needle.
    
    PR-URL: #3211
    Credit: @wraithgar
    Close: #3211
    Reviewed-by: @ruyadorno
    wraithgar committed May 10, 2021
    Configuration menu
    Copy the full SHA
    f3a662f View commit details
    Browse the repository at this point in the history
  9. fix(view): fix non-registry specs

    This was working by coincidence in 7.7.6 and before, and broken in the 7.8.0
    refactor. Before, it would see there was no "name" in the spec, and then read
    your local package.json, and from that get a latest tag. So, if you didn't
    have a package.json in your CWD it would fail with an ENOENT trying to read it.
    
    This fixes it for real, so that if you are asking for info from a git spec, it
    goes ahead and looks for the `latest` tag (or whatever tag you have configured
    as your default).
    
    PR-URL: #3209
    Credit: @wraithgar
    Close: #3209
    Reviewed-by: @ruyadorno
    wraithgar committed May 10, 2021
    Configuration menu
    Copy the full SHA
    0696fca View commit details
    Browse the repository at this point in the history
  10. eslint@7.26.0

    wraithgar committed May 10, 2021
    Configuration menu
    Copy the full SHA
    5514837 View commit details
    Browse the repository at this point in the history
  11. docs: changelog for v7.12.1

    wraithgar committed May 10, 2021
    Configuration menu
    Copy the full SHA
    72b1db5 View commit details
    Browse the repository at this point in the history
  12. update AUTHORS

    wraithgar committed May 10, 2021
    Configuration menu
    Copy the full SHA
    d9c048b View commit details
    Browse the repository at this point in the history
  13. 7.12.1

    wraithgar committed May 10, 2021
    Configuration menu
    Copy the full SHA
    659751f View commit details
    Browse the repository at this point in the history