From 066ead20986074a6e6120aeb146bbddc7aec8b2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:00:56 -0700 Subject: [PATCH] chore: release 18.0.0 (#354) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [18.0.0](https://github.com/npm/pacote/compare/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`](https://github.com/npm/pacote/commit/0c045693dfdc8654a044b3297b49192d29a8c813) [#352](https://github.com/npm/pacote/pull/352) remove silent option (@lukekarrys) ### Dependencies * [`cb3abc2`](https://github.com/npm/pacote/commit/cb3abc2e77326abe158e90247a12882e6a767e13) [#352](https://github.com/npm/pacote/pull/352) bump @npmcli/run-script from 7.0.4 to 8.0.0 (@dependabot[bot]) ### Chores * [`7089bb1`](https://github.com/npm/pacote/commit/7089bb108f20b2c728836651c83678d68fc181c0) [#355](https://github.com/npm/pacote/pull/355) postinstall for dependabot template-oss PR (@lukekarrys) * [`4952672`](https://github.com/npm/pacote/commit/4952672ebca467fc1f9c49b19fb3fef9eecbaf19) [#355](https://github.com/npm/pacote/pull/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> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 94915b04..b3ed9ce4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "17.0.7" + ".": "18.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 186c3875..60938fc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [18.0.0](https://github.com/npm/pacote/compare/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`](https://github.com/npm/pacote/commit/0c045693dfdc8654a044b3297b49192d29a8c813) [#352](https://github.com/npm/pacote/pull/352) remove silent option (@lukekarrys) + +### Dependencies + +* [`cb3abc2`](https://github.com/npm/pacote/commit/cb3abc2e77326abe158e90247a12882e6a767e13) [#352](https://github.com/npm/pacote/pull/352) bump @npmcli/run-script from 7.0.4 to 8.0.0 (@dependabot[bot]) + +### Chores + +* [`7089bb1`](https://github.com/npm/pacote/commit/7089bb108f20b2c728836651c83678d68fc181c0) [#355](https://github.com/npm/pacote/pull/355) postinstall for dependabot template-oss PR (@lukekarrys) +* [`4952672`](https://github.com/npm/pacote/commit/4952672ebca467fc1f9c49b19fb3fef9eecbaf19) [#355](https://github.com/npm/pacote/pull/355) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot]) + ## [17.0.7](https://github.com/npm/pacote/compare/v17.0.6...v17.0.7) (2024-04-12) ### Dependencies diff --git a/package.json b/package.json index 14dc9d42..9fc3f2cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pacote", - "version": "17.0.7", + "version": "18.0.0", "description": "JavaScript package downloader", "author": "GitHub Inc.", "bin": {