open-cli-tools / concurrently

Run commands concurrently. Like `npm run watch-js & npm run watch-less` but better.
https://www.npmjs.com/package/concurrently
MIT License
6.98k stars 227 forks source link

Replace `date-fns` by `date-and-time-formatter` #443

Open paescuj opened 11 months ago

paescuj commented 11 months ago

Fixes #436

Backwards-compatible because date-fns follows Unicode LDML too (well, more or less https://blog.date-fns.org/v2-unicode-tokens/)

coveralls commented 11 months ago

Coverage Status

coverage: 99.197%. remained the same when pulling 28f51aee5228f1090b5b2aae1f572e73b8e700e9 on replace-date-fns-by-date-and-time-formatter into a61ef39468c82b66ebb247a5a5e2cf479a0c4def on main.

liquidg3 commented 4 months ago

date-fns pushed a breaking change and we're having issues in our projects.

It would be helpful to either upgrade to date-fns to the latest or to replace it entirely (based on this PR). We've set resolutions in our package.json (we use yarn) for now, but I always forget to remove them and it's gonna bite future us right before something important, you know, like when most these things tend to rear their heads.

Thanks everyone!!