chore(deps): update dependency happy-dom to v14 #1219
Annotations
3 errors and 1 warning
src/getSoon.test.ts > getSoon > resolves when the getter returns a Node:
src/getSoon.test.ts#L7
Error: Failed to construct "Node": No owner document in queue. Please use "NodeFactory" to create instances of a Node.
❯ new Node node_modules/.pnpm/[email protected]/node_modules/happy-dom/src/nodes/node/Node.ts:79: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
Error: Failed to construct "Node": No owner document in queue. Please use "NodeFactory" to create instances of a Node.
❯ new Node node_modules/.pnpm/[email protected]/node_modules/happy-dom/src/nodes/node/Node.ts:79:11
❯ new Element node_modules/.pnpm/[email protected]/node_modules/happy-dom/lib/nodes/element/Element.js:28:9
❯ new HTMLElement node_modules/.pnpm/[email protected]/node_modules/happy-dom/lib/nodes/html-element/HTMLElement.js:32:9
❯ src/getSoon.test.ts:15:15
|
test
Process completed with exit code 1.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|