chore(deps): bump happy-dom from 20.0.2 to 20.8.9#8980
Open
dependabot[bot] wants to merge 2 commits into
Open
Conversation
Contributor
🤖 AI PR Validation ReportPR Review ResultsThank you for your submission! Here's detailed feedback on your PR title and body compliance:✅ PR Title
✅ Commit Type
✅ Risk Level
✅ What & Why
✅ Impact of Change
✅ Test Plan
✅ Contributors
✅ Screenshots/Videos
Summary Table
This PR passes review. The advised risk level remains low and matches the submitter's estimate.Last updated: Tue, 02 Jun 2026 21:15:42 GMT |
Contributor
|
📊 Coverage check completed. See workflow run for details. |
takyyon
approved these changes
Apr 1, 2026
takyyon
approved these changes
Apr 2, 2026
This was referenced Apr 2, 2026
This was referenced Apr 4, 2026
This was referenced Apr 26, 2026
This was referenced May 3, 2026
This was referenced May 16, 2026
Contributor
Dependency Review: happy-dom 20.0.2 -> 20.8.9Verdict: Needs investigation - test failures This is a minor version bump within the same major, but CI is failing: Failures:
Analysis:
Fix needed: Update snapshots and investigate the chat test EPIPE. Will push a fix. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the monorepo’s test/runtime tooling dependency on happy-dom to pick up security and bug fixes, and adjusts a few test-suite timing/cleanup behaviors to accommodate the updated environment.
Changes:
- Bump
happy-domfrom20.0.2to20.8.9and regenerate the PNPM lockfile (including new transitive deps). - Increase timeouts and relax a performance assertion threshold in Query Builder integration tests to reduce flakiness.
- Update chatbot Vitest setup to clear timers after each test run.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Bumps happy-dom version at the repo root. |
| pnpm-lock.yaml | Lockfile updates for happy-dom@20.8.9 and new/updated transitive dependencies. |
| libs/designer-ui/src/lib/querybuilder/test/move-scenarios.spec.tsx | Increases a long-running test timeout. |
| libs/designer-ui/src/lib/querybuilder/test/integration.spec.tsx | Increases test timeouts and relaxes a performance timing threshold. |
| libs/chatbot/test-setup.ts | Clears Vitest timers in afterEach to reduce cross-test leakage. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
| "find-process": "^1.4.7", | ||
| "fs-extra": "^11.2.0", | ||
| "happy-dom": "^20.0.2", | ||
| "happy-dom": "^20.8.9", |
| expect(screen.getByRole('menuitem', { name: /move up/i })).toBeInTheDocument(); | ||
| expect(screen.getByRole('menuitem', { name: /move down/i })).toBeInTheDocument(); | ||
| }, 10000); | ||
| }, 20000); |
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 20.0.2 to 20.8.9. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v20.0.2...v20.8.9) --- updated-dependencies: - dependency-name: happy-dom dependency-version: 20.8.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Clear dangling timers in chatbot test-setup to prevent 'window is not defined' errors after test environment teardown - Relax performance test thresholds in querybuilder integration and move-scenarios tests to accommodate DOM implementation changes - Increase test timeouts for interaction-heavy querybuilder tests Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1e929c3 to
2b9e394
Compare
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.
Commit Type
Risk Level
What & Why
Bumps the
happy-domdev dependency from20.0.2to20.8.9. This update includes two security fixes and several bug fixes:Security fixes:
Notable bug fixes:
Request.formData()now honors theContent-Typeheader (v20.8.6)connectedCallback()(v20.8.5)EventTarget.dispatchEvent()now throws if the event is not of typeEvent(v20.8.3)Event.initEvent()now resetscancelBubbleanddefaultPrevented(v20.8.2)inertattribute now blocks focus interactions (v20.8.1)New features:
setPointerCapture,hasPointerCapture, andreleasePointerCaptureon Element (v20.8.0)Impact of Change
happy-domis a dev dependency used only in the test environmententities@7.0.1,ws@8.20.0,@types/ws@8.18.1,@types/node@25.5.0)Test Plan
Contributors
Dependabot automated security update
Screenshots/Videos
N/A — no visual changes