rusackas opened a new pull request, #34627: URL: https://github.com/apache/superset/pull/34627
## Summary Updates geostyler from v14 to v18 to resolve the @babel/polyfill deprecation warning. ## Details The project was using geostyler v14.1.3 which depends on the deprecated `@babel/polyfill` package. Geostyler v18 removed this dependency. This PR: - Updates `geostyler` from v14.1.3 to v18.1.2 - Updates the cartodiagram plugin's peer dependency to match This eliminates the deprecation warning: ``` npm warn deprecated @babel/[email protected]: 🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime ``` ## Test plan - [x] npm install runs without the @babel/polyfill deprecation warning - [ ] Cartodiagram plugin functionality should be tested to ensure compatibility with geostyler v18 🤖 Generated with [Claude Code](https://claude.ai/code) -- 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]
