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

v7.23.0 #3733

Merged
merged 7 commits into from Sep 9, 2021
Merged

v7.23.0 #3733

merged 7 commits into from Sep 9, 2021

Commits on Sep 8, 2021

  1. docs(contributing): add note on changes to tooling

    PR-URL: #3727
    Credit: @darcyclarke
    Close: #3727
    Reviewed-by: @wraithgar
    darcyclarke authored and wraithgar committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    64f7d1a View commit details
    Browse the repository at this point in the history
  2. docs: Add --if-present flag documentation to workspaces

    PR-URL: #3715
    Credit: @Matsuuu
    Close: #3715
    Reviewed-by: @wraithgar
    Matsuuu authored and wraithgar committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    eda9162 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. fix(error-message): clean urls from 404 error

    If the package being installed is a url it needs to be cleaned before
    logging so passwords aren't potentially logged.
    
    PR-URL: #3732
    Credit: @wraithgar
    Close: #3732
    Reviewed-by: @nlf
    wraithgar committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    1ad0938 View commit details
    Browse the repository at this point in the history
  2. feat(install): very strict global npm engines

    This will do an engines check when installing npm globally and fail if
    the new npm is known not to work in the current node version.
    
    It will not work for older npm versions because they don't have an
    engines field (it wasn't added till npm@6.14.0). It will at least
    prevent npm@7 from being installed in node@8.
    
    PR-URL: #3731
    Credit: @wraithgar
    Close: #3731
    Reviewed-by: @nlf
    wraithgar committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    6c12500 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91a5181 View commit details
    Browse the repository at this point in the history
  4. update AUTHORS

    wraithgar committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    e962020 View commit details
    Browse the repository at this point in the history
  5. 7.23.0

    wraithgar committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    d57b43d View commit details
    Browse the repository at this point in the history