Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(deps): upgrade several deps' majors; require Node 10+
- officially drop support for Node <10 since many deps don't support it anymore - it has been EoL since Dec 31, 2019 and many deps are using newer, ES2017 language features now too - previously we deprecated it and semi-officially dropped, this time is fully official with engines requirement - and will be released as a breaking change - camelcase, chalk, execa, and fs-extra all dropped Node <10 - so did prettier v2 and rollup v2 which we will update to in the near future - ora and rollup-plugin-sourcemaps dropped Node <8 in breaking bumps - so could've upgraded before, but for some reason some past Greenkeeper PRs were closed - and pascal-case upgrade didn't change any Node version support - Jest 25, which we will update to in the same breaking release, also dropped support for Node <8 - rollup-plugin-sourcemaps v0.5 is now written in TS and ships its own types, so no need for its @types/ counterpart anymore - pascal-case changed to use named export instead of a default export
- Loading branch information