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

Commits on Apr 5, 2022

  1. deps: @npmcli/template-oss@3.2.2 (#156)

    BREAKING CHANGE: this drops support for node 10 and non-LTS versions of
    node 12 and node 14
    wraithgar committed Apr 5, 2022
    1 Configuration menu
    Copy the full SHA
    837831a View commit details
    Browse the repository at this point in the history
  2. fix: replace deprecated String.prototype.substr() (#155)

    .substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
    
    Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
    CommanderRoot committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    e3a5d18 View commit details
    Browse the repository at this point in the history
  3. chore: bump tap from 15.2.3 to 16.0.1 (#158)

    Bumps [tap](https://github.com/tapjs/node-tap) from 15.2.3 to 16.0.1.
    - [Release notes](https://github.com/tapjs/node-tap/releases)
    - [Commits](tapjs/tapjs@v15.2.3...v16.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: tap
      dependency-type: direct:development
      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] committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    00a7cdb View commit details
    Browse the repository at this point in the history
  4. chore(main): release 3.0.0 (#157)

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