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

fix: log if npm deprecate does not match any version #7474

Merged
merged 4 commits into from
May 6, 2024

Commits on May 5, 2024

  1. chore: log if npm deprecate does not match any version

    If the package specification does not match any existing version, a verbose message is added to the log.
    
    ## References
    
    Ref npm#7472
    Closes npm#7180
    mbtools authored May 5, 2024
    Configuration menu
    Copy the full SHA
    794b5cb View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. log output

    mbtools authored May 6, 2024
    Configuration menu
    Copy the full SHA
    4e27c34 View commit details
    Browse the repository at this point in the history
  2. Add log to test

    mbtools authored May 6, 2024
    Configuration menu
    Copy the full SHA
    56f2820 View commit details
    Browse the repository at this point in the history
  3. lint

    mbtools authored May 6, 2024
    Configuration menu
    Copy the full SHA
    0fd0e8d View commit details
    Browse the repository at this point in the history