hexojs / hexo

A fast, simple & powerful blog framework, powered by Node.js.
https://hexo.io
MIT License
38.82k stars 4.75k forks source link

Remove bluebird #5496

Open ffha opened 4 weeks ago

ffha commented 4 weeks ago

Check List

Feature Request

As the bluebird's readme says:

Please use native promises instead if at all possible. Native Promises have been stable in Node.js and browsers for around 6 years now and they have been fast for around 3. Bluebird still offers some useful utility methods and you can use it - but please consider native promises first. … Currently - it is only recommended to use Bluebird if you need to support old browsers or EoL Node.js or as an intermediate step to use warnings/monitoring to find bugs.

Others

No response

D-Sketon commented 4 weeks ago

duplicated. see also #5215