rusackas opened a new pull request, #34626: URL: https://github.com/apache/superset/pull/34626
## Summary Updates `jest-environment-jsdom` to v30 to resolve the npm deprecation warning about `domexception`. ## Details The project was using mismatched Jest versions: - `jest`: v30.0.2 - `jest-environment-jsdom`: v29.7.0 Jest v29's jsdom environment depends on jsdom v20, which uses the deprecated `domexception@4.0.0` package. Jest v30's jsdom environment uses jsdom v26, which no longer has this dependency. This PR updates `jest-environment-jsdom` from v29.7.0 to v30.0.5 to match the Jest version and eliminate the deprecation warning: ``` npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead ``` ## Test plan - [x] npm install runs without the domexception deprecation warning - [x] Jest tests should continue to work with the updated jest-environment-jsdom 🤖 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org