Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
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/config
base: v4.0.1
Choose a base ref
...
head repository: npm/config
compare: v4.0.2
Choose a head ref
  • 8 commits
  • 18 files changed
  • 4 contributors

Commits on Mar 3, 2022

  1. chore: update @npmcli/template-oss requirement from ^2.8.1 to ^2.9.2 (#…

    …48)
    
    * chore: update @npmcli/template-oss requirement from ^2.8.1 to ^2.9.2
    
    Updates the requirements on [@npmcli/template-oss](https://github.com/npm/template-oss) to permit the latest version.
    - [Release notes](https://github.com/npm/template-oss/releases)
    - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md)
    - [Commits](npm/template-oss@v2.8.1...v2.9.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@npmcli/template-oss"
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: postinstall for dependabot template-oss PR
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Gar <gar+gh@danger.computer>
    dependabot[bot] and wraithgar committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    4ed1c96 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. deps: update @npmcli/map-workspaces requirement from ^2.0.1 to ^2.0.2 (

    …#49)
    
    Updates the requirements on [@npmcli/map-workspaces](https://github.com/npm/map-workspaces) to permit the latest version.
    - [Release notes](https://github.com/npm/map-workspaces/releases)
    - [Changelog](https://github.com/npm/map-workspaces/blob/main/CHANGELOG.md)
    - [Commits](npm/map-workspaces@v2.0.1...v2.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@npmcli/map-workspaces"
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    9a0f182 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. chore: bump @npmcli/template-oss from 2.9.2 to 3.2.0 (#55)

    * chore: bump @npmcli/template-oss from 2.9.2 to 3.2.0
    
    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 2.9.2 to 3.2.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@v2.9.2...v3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@npmcli/template-oss"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: postinstall for dependabot template-oss PR
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Gar <gar+gh@danger.computer>
    dependabot[bot] and wraithgar committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    a40f1e9 View commit details
    Browse the repository at this point in the history
  2. chore: bump tap from 15.2.3 to 16.0.1 (#57)

    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 Mar 28, 2022
    Configuration menu
    Copy the full SHA
    109af89 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. fix: replace deprecated String.prototype.substr() (#59)

    .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
    43893b6 View commit details
    Browse the repository at this point in the history
  2. chore: bump @npmcli/template-oss from 3.2.0 to 3.2.2 (#58)

    * chore: bump @npmcli/template-oss from 3.2.0 to 3.2.2
    
    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 3.2.0 to 3.2.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@v3.2.0...v3.2.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>
    
    * chore: postinstall for dependabot template-oss PR
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Gar <gar+gh@danger.computer>
    dependabot[bot] and wraithgar committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    b2c8c4a View commit details
    Browse the repository at this point in the history
  3. deps: bump ini from 2.0.0 to 3.0.0 (#60)

    Bumps [ini](https://github.com/npm/ini) from 2.0.0 to 3.0.0.
    - [Release notes](https://github.com/npm/ini/releases)
    - [Changelog](https://github.com/npm/ini/blob/main/CHANGELOG.md)
    - [Commits](npm/ini@v2.0.0...v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: ini
      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] committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    965e2a4 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 4.0.2 (#56)

    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
    1f47a6c View commit details
    Browse the repository at this point in the history