rusackas commented on PR #34477: URL: https://github.com/apache/superset/pull/34477#issuecomment-3642915900
## Automated Analysis This dependency update has a **peer dependency conflict**. ### Issue Found ``` npm error ERESOLVE could not resolve npm error While resolving: @emotion/[email protected] npm error Found: @types/[email protected] npm error Could not resolve dependency: npm error peerOptional @types/jest@"^26.0.14 || ^27.0.0 || ^28.0.0 || ^29.0.0" from @emotion/[email protected] ``` ### Root Cause - `@emotion/[email protected]` only supports `@types/jest` versions 26-29 - This PR wants to upgrade to `@types/[email protected]` - The two packages are incompatible ### Recommended Fix Wait for `@emotion/jest` to release a version compatible with Jest 30, or consider if Jest 30 upgrade is worth the effort right now. Labeling for manual attention. --- 🤖 *Analyzed by dependabot-batch agent* -- 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]
