Skip to content

Commit

Permalink
chore: release 18.0.0 (#354)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] committed Apr 15, 2024
1 parent 7089bb1 commit 066ead2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "17.0.7"
".": "18.0.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pacote",
"version": "17.0.7",
"version": "18.0.0",
"description": "JavaScript package downloader",
"author": "GitHub Inc.",
"bin": {
Expand Down

0 comments on commit 066ead2

Please sign in to comment.