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

Use proc-log for stdout and stderr #7373

Merged
merged 13 commits into from
Apr 16, 2024
Merged

Use proc-log for stdout and stderr #7373

merged 13 commits into from
Apr 16, 2024

Commits on Apr 12, 2024

  1. deps: @npmcli/git@5.0.6

    lukekarrys committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    1cb9688 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97fb591 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dd15ad View commit details
    Browse the repository at this point in the history
  4. deps: npm-profile@9.0.1

    lukekarrys committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    1320fc5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5567670 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. deps: pacote@18.0.0

    lukekarrys committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    d853ab9 View commit details
    Browse the repository at this point in the history
  2. deps: proc-log@4.0.0

    lukekarrys committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    25c5621 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f36f873 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. feat(libnpmexec)!: no longer accept output function

    BREAKING CHANGE: libnpmexec now emits an output event on process
    instead of invoking the output function passed in
    lukekarrys committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    654634c View commit details
    Browse the repository at this point in the history
  2. feat(libnpmversion)!: remove silent option

    BREAKING CHANGE: libnpmversion no longer takes a `silent` option to
    suppress output from `@npmcli/run-script`. That output is now emitted
    via an `output` event on `process`.
    lukekarrys committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    bc87ab7 View commit details
    Browse the repository at this point in the history
  3. feat(libnpmpack)!: remove silent option

    BREAKING CHANGE: libnpmpack no longer takes a `silent` option to
    suppress output from `@npmcli/run-script`. That output is now emitted
    via an `output` event on `process`.
    lukekarrys committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    aee96c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6b2995 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bd87c4 View commit details
    Browse the repository at this point in the history