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: v5.0.3
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: v5.1.0
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Apr 21, 2024

  1. chore: bump @npmcli/template-oss from 4.21.3 to 4.21.4

    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.21.3 to 4.21.4.
    - [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.21.3...v4.21.4)
    
    ---
    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>
    dependabot[bot] authored and lukekarrys committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    5e20e64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9597b84 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. feat: add fromContent method to set contents directly (#96)

    Currently to replace `read-package-json-fast` in `pacote` we already
    have a manifest that needs normalizing. The only way to do that
    currently is to pass in a string and re-JSON.parse it which is a waste.
    This allows for content to be set directly.
    lukekarrys authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    17788d0 View commit details
    Browse the repository at this point in the history
  2. chore: release 5.1.0 (#95)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [5.1.0](v5.0.3...v5.1.0)
    (2024-04-22)
    
    ### Features
    
    *
    [`17788d0`](17788d0)
    [#96](#96) add fromContent
    method to set contents directly (#96) (@lukekarrys)
    
    ### Chores
    
    *
    [`9597b84`](9597b84)
    [#94](#94) postinstall for
    dependabot template-oss PR (@lukekarrys)
    *
    [`5e20e64`](5e20e64)
    [#94](#94) bump
    @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    57f7f25 View commit details
    Browse the repository at this point in the history
Loading