Update Jest and jest-environment-jsdom to version 30+#652
Closed
Update Jest and jest-environment-jsdom to version 30+#652
Conversation
|
Copilot
AI
changed the title
[WIP] update jest-environment-jsdom and jest to version >30
Update Jest and jest-environment-jsdom to version 30+
Sep 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

0 New Issues
0 Fixed Issues
0 Accepted Issues
No data about coverage (69.10% Estimated after merge)
This PR updates Jest and jest-environment-jsdom from version 29.7.0 to the latest stable version 30+ to keep our testing infrastructure current with the latest features and improvements.
Changes Made
^29.7.0→^30.1.3^29.7.0→^30.1.2^29.5.12→^29.5.14Compatibility Notes
The upgrade maintains full backward compatibility:
jest.config.tscontinue to work without modificationsrc/tests/jsdom-extended.ts) that extendsjest-environment-jsdomto provide browser APIs (Request, Response, TextEncoder, etc.) for MSW compatibility works seamlessly with Jest 30Type Dependencies
@types/jestwas updated to the latest 29.x version (29.5.14) rather than 30.x because@emotion/jest@11.13.0currently only supports Jest types up to version 29. This doesn't affect functionality as Jest 30 runtime is fully compatible.Verification
This update ensures our testing infrastructure stays current while maintaining full compatibility with our existing test suite and custom configurations.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.