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

Commits on Sep 21, 2021

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

Commits on Feb 16, 2022

  1. deps: @npmcli/template-oss@2.7.1 (#39)

    BREAKING CHANGE: this drops support for node10 and non-LTS versions of
    node12 and node14.
    
    * chore: linting
    
    * chore: set git user email and name in all tests
    
    Co-authored-by: Luke Karrys <luke@lukekarrys.com>
    wraithgar and lukekarrys committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    2f4154a View commit details
    Browse the repository at this point in the history
  2. chore: update tap requirement from ^15.0.6 to ^15.1.6 (#42)

    Updates the requirements on [tap](https://github.com/tapjs/node-tap) to permit the latest version.
    - [Release notes](https://github.com/tapjs/node-tap/releases)
    - [Commits](tapjs/tapjs@v15.0.6...v15.1.6)
    
    ---
    updated-dependencies:
    - dependency-name: tap
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and lukekarrys committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    0be593d View commit details
    Browse the repository at this point in the history
  3. deps: bump npm-pick-manifest from 6.1.1 to 7.0.0 (#46)

    Bumps [npm-pick-manifest](https://github.com/npm/npm-pick-manifest) from 6.1.1 to 7.0.0.
    - [Release notes](https://github.com/npm/npm-pick-manifest/releases)
    - [Changelog](https://github.com/npm/npm-pick-manifest/blob/main/CHANGELOG.md)
    - [Commits](npm/npm-pick-manifest@v6.1.1...v7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: npm-pick-manifest
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and lukekarrys committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    294da31 View commit details
    Browse the repository at this point in the history
  4. deps: bump lru-cache from 6.0.0 to 7.3.1 (#45)

    * deps: bump lru-cache from 6.0.0 to 7.3.1
    
    Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 6.0.0 to 7.3.1.
    - [Release notes](https://github.com/isaacs/node-lru-cache/releases)
    - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-lru-cache@v6.0.0...v7.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: lru-cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: update to non-deprecated lru apis
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Luke Karrys <luke@lukekarrys.com>
    dependabot[bot] and lukekarrys committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    ca9ccde View commit details
    Browse the repository at this point in the history
  5. feat: use proc-log instead of process.emit and drop support for log

    … property (#41)
    
    BREAKING CHANGE: this drops support for the `log` property and all logs
    are now emitted on the process object via `proc-log`.
    lukekarrys committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    70fc3c4 View commit details
    Browse the repository at this point in the history
  6. chore: release 3.0.0 (#48)

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