PM2 v5.2.0 Release Notes

    • replace node-cron by croner (#5183 #5035)
    • โฌ†๏ธ upgrade mocha deps
    • ๐Ÿ›  fix pm2 report when daemon not running
    • โœ‚ remove semver check for legacy node.js versions
    • โšก๏ธ update node version in setup.deb.sh by using lts (#5201) + openrc
    • replace legacy util._extend by Object.assign (#5239)
    • โž• add missing start options types (#5242)
    • ๐Ÿ“ฆ recursive detection of package.json (#5267)
    • ๐Ÿ‘‰ make tarball module uninstall cross-platform (#5269)
    • ๐Ÿ›  Fix unnecessary "ENOENT" console.error when serving a spa (#5272)
    • ๐Ÿ›  fix: used env variable instead of hardcode datetime format (#5277)
    • โšก๏ธ copyright update (#5278)
    • ๐Ÿ›  fix: remove constants import from VersionCheck (not needed) (#5279)
    • โฌ‡๏ธ Reduce async import (#5280)