-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moment.js Maintenance Mode Announcement #5573
Comments
Yeah I also spotted this the other day. I'd agree with your perspective. There is no rush to migrate given it will continue to receive security updates. That said, our usage of moment is pretty light: we require it in less than 10 files, we're not heavily tied to it by another dependency which forces us to use it, and its not part of our service framework so if we do want to migrate to something else its not an enormous job like request is, for example. |
Yea, it should be an easy swap. I'm curious, does anyone have experience with Day.js or the other alternatives? |
Nope, I've only ever used Moment |
this might be a useful resource for removing our reliance on this https://github.com/you-dont-need/You-Dont-Need-Momentjs |
Nearly 2 years on and updates are still coming (albeit small and far between) #8170 |
Yes - moment does still receive major bugfixes, just not active development. It is one of the reasons why migrating away from it has fallen by the wayside (another being that it is not completely obvious what to migrate to ). |
dayjs has a very similar API to moment so is likely the easiest to migrate to. I've migrated from moment to dayjs before and for many things it's as simple as just replacing |
Some interesting news on Moment.js being deprecated (sort of). I don't see a need for any action, at least in the short term, given that they've said they'll continue to address security issues. However, opening for awareness and discussion.
https://momentjs.com/docs/#/-project-status/
The text was updated successfully, but these errors were encountered: