Releases: npm/pacote
Releases · npm/pacote
v18.0.0
18.0.0 (2024-04-15)
⚠️ BREAKING CHANGES
- The
silent
option was used to control whether@npmcli/run-script
would write a banner viaconsole.log
. Now ouput will be emitted via anprocess.emit('output')
.
Features
0c04569
#352 remove silent option (@lukekarrys)
Dependencies
cb3abc2
#352 bump @npmcli/run-script from 7.0.4 to 8.0.0 (@dependabot[bot])
Chores
7089bb1
#355 postinstall for dependabot template-oss PR (@lukekarrys)4952672
#355 bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])
v17.0.7
v17.0.6
17.0.6 (2024-01-16)
Dependencies
Chores
6fd23ad
#342 postinstall for dependabot template-oss PR (@lukekarrys)c3b398a
#342 bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])4557919
#337 postinstall for dependabot template-oss PR (@lukekarrys)c7e293c
#337 bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])
v17.0.5
v17.0.4
v17.0.3
v17.0.2
v17.0.1
v17.0.0
17.0.0 (2023-08-15)
⚠️ BREAKING CHANGES
- support for node <=16.13 has been removed
Bug Fixes
2db2fb5
#296 drop node 16.13.x support (@lukekarrys)
Dependencies
v16.0.0
16.0.0 (2023-07-28)
⚠️ BREAKING CHANGES
- the underlying fetch module now uses
@npmcli/agent
. Backwards compatibility should be fully implemented but due to the scope of this change it was made a breaking change out of an abundance of caution. - support for node 14 has been removed
Bug Fixes
73b6297
#290 drop node14 support (#290) (@wraithgar)