Thanks to visit codestin.com
Credit goes to github.com

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.2.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: v5.2.1
Choose a head ref
  • 6 commits
  • 13 files changed
  • 4 contributors

Commits on Aug 27, 2024

  1. chore: bump @npmcli/template-oss from 4.22.0 to 4.23.1

    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.22.0 to 4.23.1.
    - [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.22.0...v4.23.1)
    
    ---
    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 hashtagchris committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    86fc4fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e8407a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. chore: bump @npmcli/template-oss from 4.23.1 to 4.23.3

    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.23.1 to 4.23.3.
    - [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.23.1...v4.23.3)
    
    ---
    updated-dependencies:
    - dependency-name: @npmcli/template-oss
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and hashtagchris committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8a7714b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e26e236 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. fix: hidden dir path clean up corrected (#119)

    Path normalization done in #105
    resulted in the removal of `bin` paths that start with `. (hidden
    directory)`. This PR corrects the path normalization to allow `bin`
    paths that start with `. (hidden directory)`.
    
    
    ## References
    Fixes #116 &
    npm/cli#7728
    milaninfy authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    962b9e1 View commit details
    Browse the repository at this point in the history
  2. chore: release 5.2.1 (#123)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [5.2.1](v5.2.0...v5.2.1)
    (2024-09-17)
    ### Bug Fixes
    *
    [`962b9e1`](962b9e1)
    [#119](#119) hidden dir path
    clean up corrected (#119) (@milaninfy)
    ### Chores
    *
    [`e26e236`](e26e236)
    [#118](#118) postinstall for
    dependabot template-oss PR (@hashtagchris)
    *
    [`8a7714b`](8a7714b)
    [#118](#118) bump
    @npmcli/template-oss from 4.23.1 to 4.23.3 (@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 Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3426666 View commit details
    Browse the repository at this point in the history
Loading