facebook / fbjs

A collection of utility libraries used by other Meta JS projects.
MIT License
1.95k stars 313 forks source link

Deprecated babel plugins #518

Closed strmer15 closed 6 months ago

strmer15 commented 11 months ago

Both @babel/plugin-proposal-class-properties and @babel/plugin-proposal-object-rest-spread are now deprecated:

https://www.npmjs.com/package/@babel/plugin-proposal-class-properties https://www.npmjs.com/package/@babel/plugin-proposal-object-rest-spread

Instead, babel-preset-fbjs should be using @babel/plugin-transform-class-properties and @babel/plugin-transform-object-rest-spread.

nemonemi commented 6 months ago

I'm seeing this as well.

peter-siket-szasz commented 2 months ago

Will the npm package be updated with the non-deprecated dependencies?

Currently the latest release 3.4.0 on npm is from May 2021 and still has the deprecated dependencies.

BabakScript commented 1 month ago

@bigfootjon Any plan to release this fix? As @peter-siket-szasz mentioned the latest version on NPM is back to May 2021.