rusackas commented on PR #41418:
URL: https://github.com/apache/superset/pull/41418#issuecomment-4835014005

   Closing this Babel 8 (7.x → 8.x) bump.
   
   Babel 8 can't be adopted piecemeal — `@babel/core` and its plugins/presets 
share peer ranges, so the `@babel/*` packages must move together. The 
coordinated upgrade is currently blocked on the ecosystem, which still calls 
Babel APIs removed in v8 and hasn't shipped Babel 8 support:
   - `@emotion/babel-plugin` → removed `NodePath#hoist`
   - `babel-plugin-jsx-remove-data-test-id` → removed `t.jSXOpeningElement`
   - `ts-jest` → peer-caps `@babel/core < 8`
   
   See the closed attempt #41510, which hit all of the above. #41534 configures 
Dependabot to stop re-opening these `@babel/*` major bumps. We'll do Babel 8 as 
a single manual upgrade once the ecosystem catches up.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to