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

Commits on Jul 5, 2023

  1. fix: check for changes array during author step (#44)

    There is already a try/catch block so the effective result is the same,
    but at least it's an if statement now instead of an ignored exception.
    wraithgar authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    60a09da View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    ef45a1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee84e3a View commit details
    Browse the repository at this point in the history
  3. fix: pull in fix logic from normalize-package-data

    This brings in the logic from `normalize-package-data` to be in this repo
    instead.  It doesn't bring all of the logic, just the steps involved
    with "fix".
    
    There was some re-duplication of `bundleDependencies` that
    `normalize-package-data` was doing that has been removed.  It was also
    completely re-implementing the script fixing, which we already call as
    part of "fix" so that was dropped.
    wraithgar committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    09d8573 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bcf2fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e97e423 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

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

    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.15.1 to 4.17.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.15.1...v4.17.0)
    
    ---
    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 Jul 13, 2023
    Configuration menu
    Copy the full SHA
    7c08060 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4743d41 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. fix: inline bin normalization code

    Changes are also now properly reported
    wraithgar committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3c1cb66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afb6ece View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04bc9cf View commit details
    Browse the repository at this point in the history
  4. chore: release 4.0.1

    github-actions[bot] authored and wraithgar committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    e8b8dcb View commit details
    Browse the repository at this point in the history
Loading