Skip to content

v8.0.0

Compare
Choose a tag to compare
@wraithgar wraithgar released this 07 Oct 20:17
· 2136 commits to latest since this release
v8.0.0
c3b2738

v8.0.0 (2021-10-07)

The purpose of this release is to drop support for old node versions and
to remove support for require('npm'). There are no other breaking
changes.

BREAKING CHANGES

  • Drop support for node 10 and 11
  • Raise support ceiling in node 12 and 14 to LTS (^12.13.0/^14.15.0)
  • Drop support to require('npm')
  • Update subdependencies that also dropped node10 support

DEPENDENCIES