When will the deprecated package @babel/plugin-proposal-* be updated? #8272
Labels
STATE: Issue accepted
An issue has been reproduced.
TYPE: enhancement
The accepted proposal for future implementation.
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
.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
The text was updated successfully, but these errors were encountered: