rusackas commented on PR #37239: URL: https://github.com/apache/superset/pull/37239#issuecomment-3800812898
This PR has CI failures due to npm dependency resolution issues causing `query-string` to be resolved to an ESM-only version and `global-box` to go missing. The lockfile needs careful manual regeneration to fix these transitive dependency issues. **Errors:** - Jest: `SyntaxError: Cannot use import statement outside a module` (query-string ESM issue) - Storybook: `Module not found: Error: Can't resolve 'global-box'` (encodable dependency) This requires manual intervention to properly regenerate the lockfile while pinning transitive dependencies correctly. -- 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]
