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/git
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.4
Choose a base ref
...
head repository: npm/git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.0
Choose a head ref
  • 11 commits
  • 15 files changed
  • 5 contributors

Commits on Apr 27, 2023

  1. chore: bump @npmcli/template-oss from 4.12.0 to 4.12.1 (#125)

    * chore: bump @npmcli/template-oss from 4.12.0 to 4.12.1
    
    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.12.0 to 4.12.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.12.0...v4.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@npmcli/template-oss"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * chore: postinstall for dependabot template-oss PR
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: npm CLI robot <[email protected]>
    dependabot[bot] and npm-cli-bot authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    94fc805 View commit details
    Browse the repository at this point in the history
  2. chore: bump @npmcli/template-oss from 4.12.1 to 4.14.1 (#133)

    * chore: bump @npmcli/template-oss from 4.12.1 to 4.14.1
    
    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.12.1 to 4.14.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.12.1...v4.14.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@npmcli/template-oss"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * chore: postinstall for dependabot template-oss PR
    
    * chore: postinstall for dependabot template-oss PR
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: npm CLI robot <[email protected]>
    Co-authored-by: nlf <[email protected]>
    3 people authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    ff44ef8 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. chore: bump @npmcli/template-oss from 4.14.1 to 4.15.1

    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.14.1 to 4.15.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.14.1...v4.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: @npmcli/template-oss
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and lukekarrys committed May 31, 2023
    Configuration menu
    Copy the full SHA
    df4ef28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17527e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    f73ed8d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. chore: windows ci

    lukekarrys committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    41073f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    714efd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53fa3bc View commit details
    Browse the repository at this point in the history
  4. fix: dont default find root option to anything

    This ensures that it will only short circuit if a valid path is passed
    in.
    
    This commit also adds one more mocked test to ensure that the system
    root path is always checked as the last path and no path is checked
    twice.
    lukekarrys committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    d5a99e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    025689a View commit details
    Browse the repository at this point in the history
  6. chore: release 4.1.0

    github-actions[bot] authored and lukekarrys committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ae97975 View commit details
    Browse the repository at this point in the history
Loading