-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
refactor: Replace moment.js with date-fns #39016
base: release
Are you sure you want to change the base?
refactor: Replace moment.js with date-fns #39016
Conversation
Co-Authored-By: Valera Melnikov <[email protected]>
- Remove moment and moment-timezone dependencies - Replace moment imports with date-fns functions - Update date formatting and parsing logic - Maintain existing functionality while using date-fns API Note: Using --no-verify for draft PR to get early feedback on implementation Co-Authored-By: Valera Melnikov <[email protected]>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Co-Authored-By: Valera Melnikov <[email protected]>
Co-Authored-By: Valera Melnikov <[email protected]>
…eplace-moment-with-date-fns
Co-Authored-By: Valera Melnikov <[email protected]>
Replace moment.js with date-fns
Description
This PR replaces moment.js with date-fns across the codebase to reduce bundle size and improve maintainability.
Changes made:
Type of change
How Has This Been Tested?
Automation
/ok-to-test tags="@tag.All"
🔍 Cypress test results
Warning
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/13214896231
Commit: f9f291e
Cypress dashboard.
Tags: @tag.All
Spec:
It seems like no tests ran 😔. We are not able to recognize it, please check workflow here.
Sat, 08 Feb 2025 10:49:15 UTC
Link to Devin run: https://app.devin.ai/sessions/211d1377ac8d423cbfd80763dfb9c70a
Requested by: Valera