semantic-release / npm

:ship: semantic-release plugin to publish a npm package
MIT License
238 stars 112 forks source link

ref: Remove usage of aggregate-error library #831

Open AbhiPrasad opened 3 weeks ago

AbhiPrasad commented 3 weeks ago

ref https://github.com/semantic-release/semantic-release/discussions/3376 ref https://github.com/es-tooling/module-replacements/issues/80

As per the package.json engines of this package, @semantic-release/npm supports Node.js >=20.8.1.

As per https://github.com/sindresorhus/aggregate-error

Note: With Node.js 15, there's now a built-in AggregateError type.

This means we can remove the usage of this package and use the JavaScript built-in AggregateError.