chore(deps): Upgrade jest-environment-jsdom to version 30.3.0#27658
Closed
imsayari404 wants to merge 1 commit into
Closed
chore(deps): Upgrade jest-environment-jsdom to version 30.3.0#27658imsayari404 wants to merge 1 commit into
imsayari404 wants to merge 1 commit into
Conversation
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the presto-ui test environment by bumping the jest-environment-jsdom dev dependency from 29.7.x to 30.3.x and refreshing yarn.lock to match, keeping Jest itself at 29.7.x. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
7 tasks
Contributor
There was a problem hiding this comment.
Hey - I've found 1 issue
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location path="presto-ui/src/package.json" line_range="37" />
<code_context>
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
- "jest-environment-jsdom": "^29.7.0",
+ "jest-environment-jsdom": "^30.3.0",
"jquery": "3.7.1",
"prettier": "^3.6.2",
</code_context>
<issue_to_address>
**issue (bug_risk):** Check compatibility between Jest 29.x and jest-environment-jsdom 30.x to avoid subtle runtime issues.
This upgrades `jest-environment-jsdom` to 30.x while Jest stays on 29.x. Since Jest environments are normally major-version aligned, this mismatch can cause subtle test/runtime issues. Please either bump Jest to 30.x as well or keep `jest-environment-jsdom` on a 29.x-compatible version.
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
| "identity-obj-proxy": "^3.0.0", | ||
| "jest": "^29.7.0", | ||
| "jest-environment-jsdom": "^29.7.0", | ||
| "jest-environment-jsdom": "^30.3.0", |
Contributor
There was a problem hiding this comment.
issue (bug_risk): Check compatibility between Jest 29.x and jest-environment-jsdom 30.x to avoid subtle runtime issues.
This upgrades jest-environment-jsdom to 30.x while Jest stays on 29.x. Since Jest environments are normally major-version aligned, this mismatch can cause subtle test/runtime issues. Please either bump Jest to 30.x as well or keep jest-environment-jsdom on a 29.x-compatible version.
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.
Description
Upgraded jest-environment-jsdom:29.7.0 to jest-environment-jsdom:30.3.0
Motivation and Context
Using a more recent version helps avoid potential vulnerabilities and ensures we aren't relying on outdated or unsupported code.
Impact
Test Plan
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.
== NO RELEASE NOTE ==