fix: align Jest devDependencies to v29, remove unused jest-environment-jsdom#583
Draft
Copilot wants to merge 2 commits intofix-daily-refinement-db-path-12076064593165869744from
Draft
Conversation
…ment-jsdom Co-authored-by: RohanExploit <178623867+RohanExploit@users.noreply.github.com> Agent-Logs-Url: https://github.com/RohanExploit/VishwaGuru/sessions/42df732b-665d-4d7d-969a-fc7706458eb3
Copilot
AI
changed the title
[WIP] [WIP] Address feedback on database path fix in daily refinement job
fix: align Jest devDependencies to v29, remove unused jest-environment-jsdom
Mar 24, 2026
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.
package.jsonhad a split-version Jest setup:jest@^29alongsidejest-environment-jsdom@^30andjest-util@^30, causing resolver/version skew in the lockfile.Description
jest-environment-jsdom@^30.3.0— never needed; jest config usestestEnvironment: 'node'jest-utilfrom^30.3.0→^29.7.0— required peer dep ofts-jest, now consistent with the rest of the Jest v29 stack (jest,@types/jest,ts-jest)Before:
After:
Type of Change
Related Issue
Testing Done
Screenshots (if applicable)
Checklist
Co-Authors
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Summary by cubic
Align Jest devDependencies to v29 and remove the unused
jest-environment-jsdom. Setjest-utilto^29.7.0to matchjest@^29.7.0andts-jest@^29, keeping tests consistent.Written for commit f1425cf. Summary will update on new commits.