Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/node": "22.14.1",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"happy-dom": "18.0.1",
"happy-dom": "20.0.0",
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Oct 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This update to happy-dom v20.0.0 introduces a breaking change by disabling JavaScript evaluation by default. Multiple vitest.config.ts files across the repository use happy-dom as the test environment but have not been updated to re-enable it, which will cause widespread test failures.

Prompt for AI agents
Address the following comment on package.json at line 22:

<comment>This update to `happy-dom` v20.0.0 introduces a breaking change by disabling JavaScript evaluation by default. Multiple `vitest.config.ts` files across the repository use `happy-dom` as the test environment but have not been updated to re-enable it, which will cause widespread test failures.</comment>

<file context>
@@ -19,7 +19,7 @@
     &quot;@types/react&quot;: &quot;19.0.1&quot;,
     &quot;@types/react-dom&quot;: &quot;19.0.1&quot;,
-    &quot;happy-dom&quot;: &quot;18.0.1&quot;,
+    &quot;happy-dom&quot;: &quot;20.0.0&quot;,
     &quot;pkg-pr-new&quot;: &quot;0.0.54&quot;,
     &quot;tsconfig&quot;: &quot;workspace:*&quot;,
</file context>
Fix with Cubic

"pkg-pr-new": "0.0.54",
"tsconfig": "workspace:*",
"tsdown": "0.15.1",
Expand Down
Loading
Loading