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

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

Closed
eunice-zhang opened this issue Sep 10, 2024 · 1 comment · Fixed by #8281
Closed

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

eunice-zhang opened this issue Sep 10, 2024 · 1 comment · Fixed by #8281
Assignees
Labels
STATE: Issue accepted An issue has been reproduced. TYPE: enhancement The accepted proposal for future implementation.

Comments

@eunice-zhang
Copy link

eunice-zhang commented Sep 10, 2024

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-*.

  • @babel/plugin-proposal-private-methods -> @babel/plugin-transform-private-methods
  • @babel/plugin-proposal-class-properties -> @babel/plugin-transform-class-properties
  • @babel/plugin-proposal-async-generator-functions -> @babel/plugin-transform-async-generator-functions
  • @babel/plugin-proposal-object-rest-spread -> @babel/plugin-transform-object-rest-spread

What alternatives have you considered?

No response

Additional context

No response

@eunice-zhang eunice-zhang added the TYPE: enhancement The accepted proposal for future implementation. label Sep 10, 2024
@testcafe-need-response-bot testcafe-need-response-bot bot added the STATE: Need response An issue that requires a response or attention from the team. label Sep 10, 2024
@Bayheck Bayheck added STATE: Issue accepted An issue has been reproduced. and removed STATE: Need response An issue that requires a response or attention from the team. labels Sep 12, 2024
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
STATE: Issue accepted An issue has been reproduced. TYPE: enhancement The accepted proposal for future implementation.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants