The npm blog has been discontinued.
Updates from the npm team are now published on the GitHub Blog and the GitHub Changelog.
Release v7.0.0-beta.12
Happy npm7-beta-pre-release-Tuesday everyone! 😄
This version brings some exciting updates such as better resolution of conflicting peer dependencies and an update to the latest and greatest version of node-gyp.
As usual you can get it with:
npm i -g npm@next-7
v7.0.0-beta.12 (2020-09-22)
- 24f3a5448#1811 npm ci should never save package.json or lockfile (@isaacs)
- 5e780a5f0remove unused spec parameter, assign error code (@nlf)
- f019a248aRemove unused npx binary (@isaacs)
- db157b3ce- @npmcli/arborist@0.0.27- Resolve race condition with conflicting bin links in local installs
- #1812 Log engine mismatches more usefully
- #1814 Do not loop trying to resolve dependencies that fail to load
- npm/rfcs#224 Do not automatically install optional peer dependencies
- Add the strictPeerDepsoption, defaulting tofalse
- fix forwarding configs to resolve pkg spec when adding new deps
 
- b3a50d275#1846- @npmcli/run-script@1.6.0- This updates node-gyp to v7, allowing us to deduplicate a lot of significant dependencies.
 
- a1d375f6b#1819 Add- --strict-peer-depsoption (@isaacs)
- 5837a4843#1699 Use allow/deny list in docs (@luciomartinez)