npm icon indicating copy to clipboard operation
npm copied to clipboard

ref: Remove usage of aggregate-error library

Open AbhiPrasad opened this issue 1 year ago • 0 comments

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.

AbhiPrasad avatar Jul 02 '24 02:07 AbhiPrasad