DevExpress / testcafe

A Node.js tool to automate end-to-end web testing.
https://testcafe.io
MIT License
9.81k stars 669 forks source link

When will the deprecated package @babel/plugin-proposal-* be updated? #8272

Open eunice-zhang opened 1 week ago

eunice-zhang commented 1 week ago

What is your Scenario?

When I install testcafe (3.6.2), npm will remind me to update these deprecated dependencies: @babel/plugin-proposal-private-methods, @babel/plugin-proposal-class-properties, @babel/plugin-proposal-async-generator-functions, @babel/plugin-proposal-object-rest-spread.

image

These deprecated packages are no longer maintained, which means that they will no longer receive any updates or fixes. Using plug-ins that are no longer maintained can present potential security and compatibility issues. So, will your team be updating these deprecated packages in the future? Is there a plan?

Looking forward to your reply, thank you very much. 💐

What are you suggesting?

@babel/plugin-proposal-* should be used instead of @babel/plugin-transform-*.

What alternatives have you considered?

No response

Additional context

No response

github-actions[bot] commented 1 week ago

We appreciate you taking the time to share information about this issue. We reproduced the bug and added this ticket to our internal task queue. We'll update this thread once we have news.