sindresorhus / p-map

Map over promises concurrently
MIT License
1.27k stars 58 forks source link

Remove `aggregate-error` dependency #64

Closed silverwind closed 1 year ago

silverwind commented 1 year ago

Node 14 will reach EOL in 6 weeks, and Node 16 has native AggregateError so the dependency should be dropped as outlined here for the release that will bump min Node version to 16.

Related: https://github.com/sindresorhus/clean-stack/issues/28 Related: https://github.com/sindresorhus/p-map/issues/59