Skip to content
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

[BUG] Async-cli package is using commonJS module which is not appropriate for many dependencies to update #1698

Open
2 tasks done
Ervishalpathak7 opened this issue Mar 7, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@Ervishalpathak7
Copy link
Contributor

Describe the bug.

Currently this async-cli package is using commonjs module which is not good , as many dependcies latest versions are shifted to module js and the node also recommend to shift to modulejs

Expected behavior

Package should be shifted to module js so that the dependecies can be upgraded to new versions

Screenshots

Image

How to Reproduce

  1. First i update the older dependecies
  2. then i update the code for the updated dependencies
  3. but it was not working as the dependencies are using ES module but project was using common js which was cauing error during building

🥦 Browser

None

👀 Have you checked for similar open issues?

  • I checked and didn't find similar issue

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue ?

Yes I am willing to submit a PR!

@Ervishalpathak7 Ervishalpathak7 added the bug Something isn't working label Mar 7, 2025
@github-project-automation github-project-automation bot moved this to To Triage in CLI - Kanban Mar 7, 2025
@BamaCharanChhandogi
Copy link

Can I work on this?

@pseudo-tensor
Copy link

Can you specify what packages you tried to move to the latest version and the code you changed?

@Ervishalpathak7
Copy link
Contributor Author

@pseudo-tensor i have changed entire dependencies to latest stable version

@AayushSaini101 AayushSaini101 changed the title [BUG] <description> Async-cli package is using commonJS module which is not appropriate for many dependencies to update [BUG] Async-cli package is using commonJS module which is not appropriate for many dependencies to update Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: To Triage
Development

No branches or pull requests

3 participants