Skip to content

chore(deps): update dependency happy-dom to v15 #3394

chore(deps): update dependency happy-dom to v15

chore(deps): update dependency happy-dom to v15 #3394

Triggered via pull request November 19, 2024 05:02
Status Failure
Total duration 24s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
src/getSoon.test.ts > getSoon > resolves when the getter returns a Node: src/getSoon.test.ts#L7
TypeError: Illegal constructor ❯ new Node node_modules/.pnpm/[email protected]/node_modules/happy-dom/src/nodes/node/Node.ts:121:11 ❯ src/getSoon.test.ts:7:16
src/getSoon.test.ts > getSoon > resolves when the getter returns a non-empty NodeList: src/getSoon.test.ts#L15
TypeError: Illegal constructor ❯ new Node node_modules/.pnpm/[email protected]/node_modules/happy-dom/src/nodes/node/Node.ts:121:11 ❯ new Element node_modules/.pnpm/[email protected]/node_modules/happy-dom/src/nodes/element/Element.ts:113:3 ❯ new HTMLElement node_modules/.pnpm/[email protected]/node_modules/happy-dom/src/nodes/html-element/HTMLElement.ts:17:15 ❯ new HTMLDivElement node_modules/.pnpm/[email protected]/node_modules/happy-dom/src/nodes/html-div-element/HTMLDivElement.ts:7:15 ❯ src/getSoon.test.ts:15:15
test
Process completed with exit code 1.
test
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/