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

update major versions for npm deps + remove log option #4427

Merged
merged 17 commits into from
Feb 23, 2022

Commits on Feb 23, 2022

  1. deps(arborist): update to latest major versions of npm deps

    BREAKING CHANGE: the log option is no longer passed to the updated deps
    lukekarrys authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    284d05c View commit details
    Browse the repository at this point in the history
  2. deps(libnpmaccess): update to latest major versions of npm deps

    BREAKING CHANGE: the log option is no longer passed to the updated deps
    lukekarrys authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    3c4b873 View commit details
    Browse the repository at this point in the history
  3. deps(libnpmdiff): update to latest major versions of npm deps

    BREAKING CHANGE: the log option is no longer passed to the updated deps
    lukekarrys authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    6489dad View commit details
    Browse the repository at this point in the history
  4. deps(libnpmexec): update to latest major versions of npm deps

    BREAKING CHANGE: the log option is no longer passed to the updated deps
    lukekarrys authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    dd5af5e View commit details
    Browse the repository at this point in the history
  5. deps(libnpmhook): update to latest major versions of npm deps

    BREAKING CHANGE: the log option is no longer passed to the updated deps
    lukekarrys authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    517ccaa View commit details
    Browse the repository at this point in the history
  6. deps(libnpmorg): update to latest major versions of npm deps

    BREAKING CHANGE: the log option is no longer passed to the updated deps
    lukekarrys authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    ab333d8 View commit details
    Browse the repository at this point in the history
  7. deps(libnpmpack): update to latest major versions of npm deps

    BREAKING CHANGE: the log option is no longer passed to the updated deps
    lukekarrys authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    044ac44 View commit details
    Browse the repository at this point in the history
  8. deps(libnpmpublish): update to latest major versions of npm deps

    BREAKING CHANGE: the log option is no longer passed to the updated deps
    lukekarrys authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    133b623 View commit details
    Browse the repository at this point in the history
  9. deps(libnpmsearch): update to latest major versions of npm deps

    BREAKING CHANGE: the log option is no longer passed to the updated deps
    lukekarrys authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    628d4f7 View commit details
    Browse the repository at this point in the history
  10. deps(libnpmteam): update to latest major versions of npm deps

    BREAKING CHANGE: the log option is no longer passed to the updated deps
    lukekarrys authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    74ee897 View commit details
    Browse the repository at this point in the history
  11. deps(libnpmversion): update to latest major versions of npm deps

    BREAKING CHANGE: the log option is no longer passed to the updated deps
    lukekarrys authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    b995a16 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f443621 View commit details
    Browse the repository at this point in the history
  13. feat(libnpmpack): use silent boolean instead of log.level

    BREAKING CHANGE: this drops support for the `log` property and the
    banner is shown using the silent option
    lukekarrys authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    c390a2c View commit details
    Browse the repository at this point in the history
  14. chore(arborist): remove log option

    BREAKING CHANGE: this drops support for the `log` property
    lukekarrys authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    a2b27d4 View commit details
    Browse the repository at this point in the history
  15. chore(libnpmexec): remove log option

    BREAKING CHANGE: this drops support for the `log` property
    lukekarrys authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    377e64d View commit details
    Browse the repository at this point in the history
  16. feat(libnpmversion): rm log opt and add silent opt to control run script

    BREAKING CHANGE: this removes the log option
    lukekarrys authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    96f58ee View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1054b10 View commit details
    Browse the repository at this point in the history