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/pacote
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v17.0.7
Choose a base ref
...
head repository: npm/pacote
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v18.0.0
Choose a head ref
  • 5 commits
  • 9 files changed
  • 3 contributors

Commits on Apr 15, 2024

  1. deps: bump @npmcli/run-script from 7.0.4 to 8.0.0

    Bumps [@npmcli/run-script](https://github.com/npm/run-script) from 7.0.4 to 8.0.0.
    - [Release notes](https://github.com/npm/run-script/releases)
    - [Changelog](https://github.com/npm/run-script/blob/main/CHANGELOG.md)
    - [Commits](npm/run-script@v7.0.4...v8.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@npmcli/run-script"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and lukekarrys committed Apr 15, 2024
    Copy the full SHA
    cb3abc2 View commit details
  2. feat!: remove silent option

    BREAKING CHANGE: The `silent` option was used to control whether
    `@npmcli/run-script` would write a banner via `console.log`. Now ouput
    will be emitted via an `process.emit('output')`.
    lukekarrys committed Apr 15, 2024
    Copy the full SHA
    0c04569 View commit details
  3. 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 15, 2024
    Copy the full SHA
    4952672 View commit details
  4. Copy the full SHA
    7089bb1 View commit details
  5. chore: release 18.0.0 (#354)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [18.0.0](v17.0.7...v18.0.0)
    (2024-04-15)
    
    ### ⚠️ BREAKING CHANGES
    
    * The `silent` option was used to control whether `@npmcli/run-script`
    would write a banner via `console.log`. Now ouput will be emitted via an
    `process.emit('output')`.
    
    ### Features
    
    *
    [`0c04569`](0c04569)
    [#352](#352) remove silent option
    (@lukekarrys)
    
    ### Dependencies
    
    *
    [`cb3abc2`](cb3abc2)
    [#352](#352) bump @npmcli/run-script
    from 7.0.4 to 8.0.0 (@dependabot[bot])
    
    ### Chores
    
    *
    [`7089bb1`](7089bb1)
    [#355](#355) postinstall for
    dependabot template-oss PR (@lukekarrys)
    *
    [`4952672`](4952672)
    [#355](#355) 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 15, 2024
    Copy the full SHA
    066ead2 View commit details
Loading