Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: npm/promise-spawn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Choose a base ref
...
head repository: npm/promise-spawn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0
Choose a head ref
  • 9 commits
  • 8 files changed
  • 6 contributors

Commits on Oct 15, 2022

  1. chore: bump @npmcli/eslint-config from 3.1.0 to 4.0.0

    Bumps [@npmcli/eslint-config](https://github.com/npm/eslint-config) from 3.1.0 to 4.0.0.
    - [Release notes](https://github.com/npm/eslint-config/releases)
    - [Changelog](https://github.com/npm/eslint-config/blob/main/CHANGELOG.md)
    - [Commits](npm/eslint-config@v3.1.0...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@npmcli/eslint-config"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and lukekarrys committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    9378282 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. chore: bump @npmcli/template-oss from 4.5.1 to 4.6.1

    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.5.1 to 4.6.1.
    - [Release notes](https://github.com/npm/template-oss/releases)
    - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md)
    - [Commits](npm/template-oss@v4.5.1...v4.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: @npmcli/template-oss
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and lukekarrys committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    3e384f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4ce093 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. chore: bump @npmcli/template-oss from 4.6.1 to 4.6.2

    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.6.1 to 4.6.2.
    - [Release notes](https://github.com/npm/template-oss/releases)
    - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md)
    - [Commits](npm/template-oss@v4.6.1...v4.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: @npmcli/template-oss
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and lukekarrys committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    f616804 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bc2dd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. feat: remove infer-owner (#40)

    * feat: remove infer-owner
    
    BREAKING CHANGE: this module no longer attempts to infer a uid and gid for processes
    
    * fixup! feat: remove infer-owner
    
    Co-authored-by: Gar <gar+gh@danger.computer>
    nlf and wraithgar authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    422e1b6 View commit details
    Browse the repository at this point in the history
  2. fix: trim stdio strings before returning when stdioStrings is set (#42)

    BREAKING CHANGE: leading and trailing whitespace is no longer preserved when stdioStrings is set
    nlf authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    0f3dc07 View commit details
    Browse the repository at this point in the history
  3. chore: bump @npmcli/template-oss from 4.6.2 to 4.7.1 (#43)

    * chore: bump @npmcli/template-oss from 4.6.2 to 4.7.1
    
    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.6.2 to 4.7.1.
    - [Release notes](https://github.com/npm/template-oss/releases)
    - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md)
    - [Commits](npm/template-oss@v4.6.2...v4.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@npmcli/template-oss"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore!: postinstall for dependabot template-oss PR
    
    * chore: post-dependabot for @npmcli/template-oss
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: npm CLI robot <npm-cli+bot@github.com>
    Co-authored-by: nlf <quitlahok@gmail.com>
    3 people authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    2123b93 View commit details
    Browse the repository at this point in the history
  4. chore: release 5.0.0 (#41)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    26e313a View commit details
    Browse the repository at this point in the history
Loading