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
base: ee07bf9a3cca23e5f2d4b78b88a2f4a15de9c1dd
Choose a base ref
...
head repository: npm/promise-spawn
compare: 16b36410f9b721dbe190141136432a418869734f
Choose a head ref
  • 10 commits
  • 18 files changed
  • 4 contributors

Commits on Sep 13, 2023

  1. chore: bump @npmcli/template-oss from 4.18.0 to 4.18.1

    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.18.0 to 4.18.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.18.0...v4.18.1)
    
    ---
    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 Sep 13, 2023
    Configuration menu
    Copy the full SHA
    cc8e9c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3e359f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. chore: bump @npmcli/template-oss from 4.18.1 to 4.19.0

    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.18.1 to 4.19.0.
    - [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.18.1...v4.19.0)
    
    ---
    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 Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ca63a18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d54f38 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. chore: bump @npmcli/template-oss from 4.19.0 to 4.21.1

    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.19.0 to 4.21.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.19.0...v4.21.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 Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8102197 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c72524e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. chore: bump @npmcli/template-oss from 4.21.1 to 4.21.3

    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.21.1 to 4.21.3.
    - [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.21.1...v4.21.3)
    
    ---
    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 Dec 7, 2023
    Configuration menu
    Copy the full SHA
    cf18492 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3ba687 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. fix: parse options.env more similarly to process.env (#98)

    This fix attempts to parse `options.env` in a similar way to how it is
    parsed in `child_process.spawn`, namely by doing a simple sorted
    case-insensitive lookup for `path` and `pathext`.
    
    The intent is to support folks who pass in to opts `{ env:
    ...process.env}`, as this removes the built in case insensitivity that
    is present on the original `process.env` object.
    thecodrr committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    46fad5a View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. chore: release 7.0.1 (#96)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [7.0.1](v7.0.0...v7.0.1)
    (2023-12-21)
    
    ### Bug Fixes
    
    *
    [`46fad5a`](46fad5a)
    [#98](#98) parse `options.env`
    more similarly to `process.env` (#98) (@thecodrr)
    
    ### Chores
    
    *
    [`d3ba687`](d3ba687)
    [#97](#97) postinstall for
    dependabot template-oss PR (@lukekarrys)
    *
    [`cf18492`](cf18492)
    [#97](#97) bump
    @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
    *
    [`c72524e`](c72524e)
    [#95](#95) postinstall for
    dependabot template-oss PR (@lukekarrys)
    *
    [`8102197`](8102197)
    [#95](#95) bump
    @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])
    *
    [`3d54f38`](3d54f38)
    [#76](#76) postinstall for
    dependabot template-oss PR (@lukekarrys)
    *
    [`ca63a18`](ca63a18)
    [#76](#76) bump
    @npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot])
    *
    [`e3e359f`](e3e359f)
    [#74](#74) postinstall for
    dependabot template-oss PR (@lukekarrys)
    *
    [`cc8e9c9`](cc8e9c9)
    [#74](#74) bump
    @npmcli/template-oss from 4.18.0 to 4.18.1 (@dependabot[bot])
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    16b3641 View commit details
    Browse the repository at this point in the history