Skip to content

Commit 8bf06bf

Browse files
chore: release 18.0.0
1 parent 7089bb1 commit 8bf06bf

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "17.0.7"
2+
".": "18.0.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [18.0.0](https://github.com/npm/pacote/compare/v17.0.7...v18.0.0) (2024-04-15)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* 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')`.
8+
9+
### Features
10+
11+
* [`0c04569`](https://github.com/npm/pacote/commit/0c045693dfdc8654a044b3297b49192d29a8c813) [#352](https://github.com/npm/pacote/pull/352) remove silent option (@lukekarrys)
12+
13+
### Dependencies
14+
15+
* [`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])
16+
17+
### Chores
18+
19+
* [`7089bb1`](https://github.com/npm/pacote/commit/7089bb108f20b2c728836651c83678d68fc181c0) [#355](https://github.com/npm/pacote/pull/355) postinstall for dependabot template-oss PR (@lukekarrys)
20+
* [`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])
21+
322
## [17.0.7](https://github.com/npm/pacote/compare/v17.0.6...v17.0.7) (2024-04-12)
423

524
### Dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pacote",
3-
"version": "17.0.7",
3+
"version": "18.0.0",
44
"description": "JavaScript package downloader",
55
"author": "GitHub Inc.",
66
"bin": {

0 commit comments

Comments
 (0)