-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: release 9.0.0-pre.6 #5705
Conversation
Release ManagerRelease workflow run: https://github.com/npm/cli/actions/runs/3284538804 Force CI to Rerun for This ReleaseThis PR will be updated and CI will run for every non-
Release Checklist for v9.0.0-pre.6
|
bb55670
to
0bbc501
Compare
a2daa13
to
ec5c9a6
Compare
17c92ca
to
e3893fd
Compare
e3893fd
to
e72d18d
Compare
e72d18d
to
728b24b
Compare
🤖 Release is at https://github.com/npm/cli/releases/tag/v9.0.0-pre.6 🌻 |
🤖 Release is at https://github.com/npm/cli/releases/tag/arborist-v6.0.0-pre.5 🌻 |
🤖 Release is at https://github.com/npm/cli/releases/tag/libnpmaccess-v7.0.0-pre.2 🌻 |
🤖 Release is at https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.0-pre.3 🌻 |
🤖 Release is at https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.0-pre.5 🌻 |
🤖 Release is at https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.0-pre.5 🌻 |
🤖 Release is at https://github.com/npm/cli/releases/tag/libnpmhook-v9.0.0-pre.1 🌻 |
🤖 Release is at https://github.com/npm/cli/releases/tag/libnpmorg-v5.0.0-pre.1 🌻 |
🤖 Release is at https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.0-pre.4 🌻 |
🤖 Release is at https://github.com/npm/cli/releases/tag/libnpmpublish-v7.0.0-pre.4 🌻 |
🤖 Release is at https://github.com/npm/cli/releases/tag/libnpmsearch-v6.0.0-pre.1 🌻 |
🤖 Release is at https://github.com/npm/cli/releases/tag/libnpmteam-v5.0.0-pre.1 🌻 |
🤖 Release is at https://github.com/npm/cli/releases/tag/libnpmversion-v4.0.0-pre.1 🌻 |
🤖 I have created a release beep boop
9.0.0-pre.6
9.0.0-pre.6 (2022-10-19)
npm
now outputs some json errors on stdout. Previouslynpm
would output all json formatted errors on stderr, making it difficult to parse as the stderr stream usually has logs already written to it. In the future,npm
will differentiate between errors and crashes. Errors, such asE404
andERESOLVE
, will be handled and will continue to be output on stdout. In the case of a crash,npm
will log the error as usual but will not attempt to display it as json, even in--json
mode. Moving a case from the category of an error to a crash will not be considered a breaking change. For more information see npm/rfcs#482.npm config set
will no longer accept deprecated or invalid config options.timing
andloglevel
changestiming
has been removed as a value for--loglevel
--timing
will show timing information regardless of--loglevel
, except when--silent
--install-strategy
Features
d3543e9
output json formatted errors on stdout (feat: output json formatted errors on stdout #5716) (@lukekarrys)be642c6
refuse to set deprecated/invalid config (feat: refuse to set deprecated/invalid config #5719) (@wraithgar)332914b
separate configs for--timing
and--loglevel
(@lukekarrys)f653785
deprecatedkey
,cert
config options and updated registry scoped auth docs (@fritzy)de2d33f
add --install-strategy=hoisted|nested|shallow, deprecate --global-style, --legacy-bundling (add --install-strategy=hoisted|nested|shallow, remove --global-style, --legacy-bundling #5709) (@fritzy)58065bc
#5704 do not alter file ownership (@nlf)475e9b6
#5703 do not alter file ownership (@nlf)Bug Fixes
6ffa5b7
npm hook ls
duplicates hook name prefixes (fix:npm hook ls
duplicates hook name prefixes #5295) (@gennadiygashev)1afe5ba
account for new npm-package-arg behavior (@wraithgar)353b5bb
#5710 remove chownr and mkdirp-infer-owner (@nlf)Documentation
9e74d3e
update supported engines in readme (docs: update supported engines in readme #5725) (@lukekarrys)Dependencies
88137a3
npmlog@7.0.1
2008ea6
npm-package-arg@10.0.0
,pacote@15.0.2
aa01072
#5707 update the following dependencies@npmcli/arborist@6.0.0-pre.5
libnpmaccess@7.0.0-pre.2
libnpmdiff@5.0.0-pre.3
libnpmexec@5.0.0-pre.5
libnpmfund@4.0.0-pre.5
libnpmhook@9.0.0-pre.1
libnpmorg@5.0.0-pre.1
libnpmpack@5.0.0-pre.4
libnpmpublish@7.0.0-pre.4
libnpmsearch@6.0.0-pre.1
libnpmteam@5.0.0-pre.1
libnpmversion@4.0.0-pre.1
arborist: 6.0.0-pre.5
6.0.0-pre.5 (2022-10-19)
--install-strategy
Features
de2d33f
add --install-strategy=hoisted|nested|shallow, deprecate --global-style, --legacy-bundling (add --install-strategy=hoisted|nested|shallow, remove --global-style, --legacy-bundling #5709) (@fritzy)475e9b6
#5703 do not alter file ownership (@nlf)Bug Fixes
1afe5ba
account for new npm-package-arg behavior (@wraithgar)Dependencies
88137a3
npmlog@7.0.1
2008ea6
npm-package-arg@10.0.0
,pacote@15.0.2
aa01072
#5707 update the following dependencieslibnpmaccess: 7.0.0-pre.2
7.0.0-pre.2 (2022-10-19)
Dependencies
2008ea6
npm-package-arg@10.0.0
,pacote@15.0.2
aa01072
#5707 update the following dependencieslibnpmdiff: 5.0.0-pre.3
5.0.0-pre.3 (2022-10-19)
Dependencies
2008ea6
npm-package-arg@10.0.0
,pacote@15.0.2
aa01072
#5707 update the following dependencies@npmcli/arborist@6.0.0-pre.5
libnpmexec: 5.0.0-pre.5
5.0.0-pre.5 (2022-10-19)
Features
58065bc
#5704 do not alter file ownership (@nlf)Bug Fixes
1afe5ba
account for new npm-package-arg behavior (@wraithgar)Dependencies
88137a3
npmlog@7.0.1
2008ea6
npm-package-arg@10.0.0
,pacote@15.0.2
aa01072
#5707 update the following dependencies@npmcli/arborist@6.0.0-pre.5
libnpmfund: 4.0.0-pre.5
4.0.0-pre.5 (2022-10-19)
Dependencies
@npmcli/arborist@6.0.0-pre.5
libnpmhook: 9.0.0-pre.1
9.0.0-pre.1 (2022-10-19)
Dependencies
aa01072
#5707 update the following dependencieslibnpmorg: 5.0.0-pre.1
5.0.0-pre.1 (2022-10-19)
Dependencies
aa01072
#5707 update the following dependencieslibnpmpack: 5.0.0-pre.4
5.0.0-pre.4 (2022-10-19)
Dependencies
2008ea6
npm-package-arg@10.0.0
,pacote@15.0.2
aa01072
#5707 update the following dependencies@npmcli/arborist@6.0.0-pre.5
libnpmpublish: 7.0.0-pre.4
7.0.0-pre.4 (2022-10-19)
Dependencies
2008ea6
npm-package-arg@10.0.0
,pacote@15.0.2
aa01072
#5707 update the following dependencieslibnpmpack@5.0.0-pre.4
libnpmsearch: 6.0.0-pre.1
6.0.0-pre.1 (2022-10-19)
Dependencies
aa01072
#5707 update the following dependencieslibnpmteam: 5.0.0-pre.1
5.0.0-pre.1 (2022-10-19)
Dependencies
aa01072
#5707 update the following dependencieslibnpmversion: 4.0.0-pre.1
4.0.0-pre.1 (2022-10-19)
Dependencies
aa01072
#5707 update the following dependenciesThis PR was generated with Release Please. See documentation.