Skip to content

chore(deps): update dependency happy-dom to v20.11.2 - #117

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/happy-dom-monorepo
Open

chore(deps): update dependency happy-dom to v20.11.2#117
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/happy-dom-monorepo

Conversation

@renovate

@renovate renovate Bot commented Dec 13, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
happy-dom 20.0.1020.11.2 age confidence

Release Notes

capricorn86/happy-dom (happy-dom)

v20.11.2

Compare Source

👷‍♂️ Patch fixes

v20.11.1

Compare Source

v20.11.0

Compare Source

🎨 Features

v20.10.6

Compare Source

👷‍♂️ Patch fixes

v20.10.5

Compare Source

👷‍♂️ Patch fixes
  • Adds cache to query selector parser - By @​capricorn86 in task #​2142
    • The selector parser degraded in performance in v20.6.3 to solve more complex selectors
    • Parsing is still a bit slower, but the cache will hopefully mitigate most of the problem

v20.10.4

Compare Source

👷‍♂️ Patch fixes
  • Coerce null qualifiedName to empty string in createDocument - By @​Firer in task #​2206

v20.10.3

Compare Source

👷‍♂️ Patch fixes
  • Fix "~=" attribute selector matching hyphenated substrings in CSS selectors - By @​mixelburg in task #​2194

v20.10.2

Compare Source

👷‍♂️ Patch fixes

v20.10.1

Compare Source

v20.10.0

Compare Source

🎨 Features

v20.9.0

Compare Source

🎨 Features
  • Adds support for event listener properties on Window (e.g. Window.onkeydown) - By @​capricorn86 in task #​2131

v20.8.9

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where cookies from the current origin was being forwarded to the target origin in fetch requests - By @​capricorn86 in task #​2117

v20.8.8

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where export names can be interpolated as executable code in ESM - By @​capricorn86 in task #​2113
    • A security advisory (GHSA-6q6h-j7hj-3r64) has been reported that shows a security vulnerability where it may be possible to escape the VM context and get access to process level functionality in unsafe environments using CommonJS. Big thanks to @​tndud042713 for reporting this!

v20.8.7

Compare Source

👷‍♂️ Patch fixes
  • Replace implementing Node.js Console with common IConsole interface to support latest version of Bun - By @​YevheniiKotyrlo in task #​1845

v20.8.6

Compare Source

👷‍♂️ Patch fixes

v20.8.5

Compare Source

👷‍♂️ Patch fixes

v20.8.4

Compare Source

👷‍♂️ Patch fixes

v20.8.3

Compare Source

👷‍♂️ Patch fixes

v20.8.2

Compare Source

👷‍♂️ Patch fixes
  • Resets Event.cancelBubble and Event.defaultPrevented when calling Event.initEvent() - By @​capricorn86 in task #​2090

v20.8.1

Compare Source

👷‍♂️ Patch fixes

v20.8.0

Compare Source

🎨 Features
  • Adds support for setPointerCapture, hasPointerCapture, and releasePointerCapture to Element - By @​coffeeandwork in task #​1733

v20.7.2

Compare Source

👷‍♂️ Patch fixes
  • Properly decode CSS escape sequences in attribute selector values - By @​silverwind

v20.7.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue related to parsing direct descendants (>) and universal (*) query selectors - By @​Cherry in task #​2078

v20.7.0

Compare Source

🎨 Features

v20.6.5

Compare Source

👷‍♂️ Patch fixes

v20.6.4

Compare Source

👷‍♂️ Patch fixes

v20.6.3

Compare Source

👷‍♂️ Patch fixes
  • Refactors query selector parser to be able to handle complex rules - By @​capricorn86 in task #​1910
  • Fixes issue related to using query selector for attribute in XML document - By @​capricorn86 in task #​1912
  • Fixes issue with using quotes within quotes for attribute query selector (e.g. [data-value="it's a test"]) - By @​capricorn86 in task #​2034

v20.6.2

Compare Source

👷‍♂️ Patch fixes
  • Update entities package version to resolve missing export for vue and vue-compat v3.5 - By @​acollins1991 in task #​2066

v20.6.1

Compare Source

👷‍♂️ Patch fixes

v20.6.0

Compare Source

🎨 Features
  • Adds support for register on import to the @happy-dom/global-registrator package - By @​capricorn86 in task #​2060

v20.5.5

Compare Source

👷‍♂️ Patch fixes

v20.5.4

Compare Source

👷‍♂️ Patch fixes

v20.5.3

Compare Source

👷‍♂️ Patch fixes
  • Node.replaceWith does not throw w/o parent - By @​lukeed

v20.5.2

Compare Source

👷‍♂️ Patch fixes

v20.5.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes logic in HTMLInputElement.stepUp() and HTMLInputElement.stepDown() to work according to spec - By @​stevematney in task #​1955

v20.5.0

Compare Source

👷‍♂️ Patch fixes
  • Removes circular dependencies internally - By @​capricorn86 in task #​2055
    • Compilers can handle simpler circular dependencies, but warnings may be outputted
  • Changes naming of types used internally to follow a consistent pattern - By @​capricorn86 in task #​2055
  • Enforces use of the "type" modifier internally in the source code (e.g. import type and export type) - By @​capricorn86 in task #​2055

v20.4.0

Compare Source

🎨 Features

v20.3.9

Compare Source

👷‍♂️ Patch fixes
  • Accept Document nodes as valid boundary points in Selection API - By @​skoch13 in task #​1952

v20.3.8

Compare Source

👷‍♂️ Patch fixes
  • The getters for the properties focusNode and focusOffset in the Selection API returned incorrect values - By @​skoch13 in task #​1850

v20.3.7

Compare Source

👷‍♂️ Patch fixes

v20.3.6

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where it wasn't possible to toggle the "open" attribute of <details> by clicking on a child of the <summary> element - By @​Nxooah in task #​1928

v20.3.5

Compare Source

👷‍♂️ Patch fixes
  • Use internal property for "location" in BrowserFrameURL to avoid mock interference - By @​marchaos in task #​1964
  • Add optional chaining to the "hostname" and pathname" properties to check if they are undefined in CookieURLUtility - By @​marchaos in task #​1968

v20.3.4

Compare Source

👷‍♂️ Patch fixes

v20.3.3

Compare Source

👷‍♂️ Patch fixes

v20.3.2

Compare Source

👷‍♂️ Patch fixes

v20.3.1

Compare Source

👷‍♂️ Patch fixes
  • Normalizes the "format" parameter according to the HTML specification in DataTransfer.getData() - By @​marchaos in task #​1965
  • Handle partial responses in XMLHttpRequest - By @​rexxars in task #​1890

v20.3.0

Compare Source

🎨 Features

v20.2.0

Compare Source

🎨 Features
  • Use Element.classList.contains() instead of splitting className in query selectors to improve performance as it's cached - By @​TrevorBurnham in task #​1884

v20.1.1

Compare Source

👷‍♂️ Patch fixes

v20.1.0

Compare Source

🎨 Features
👷‍♂️ Patch fixes

v20.0.11

Compare Source

👷‍♂️ Patch fixes
  • Always include manually set authorization headers in requests - By @​capricorn86 in task #​1048'
    • Authorization headers should only be omitted when automatically set by page context

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from 62e7e4c to 766ebe9 Compare December 31, 2025 15:30
@renovate renovate Bot changed the title chore(deps): update dependency happy-dom to v20.0.11 chore(deps): update dependency happy-dom to v20.1.0 Jan 7, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from 766ebe9 to 5d45762 Compare January 7, 2026 18:27
@renovate renovate Bot changed the title chore(deps): update dependency happy-dom to v20.1.0 chore(deps): update dependency happy-dom to v20.3.0 Jan 15, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch 2 times, most recently from a06931a to 277a169 Compare January 16, 2026 01:40
@renovate renovate Bot changed the title chore(deps): update dependency happy-dom to v20.3.0 chore(deps): update dependency happy-dom to v20.3.1 Jan 16, 2026
@renovate renovate Bot changed the title chore(deps): update dependency happy-dom to v20.3.1 chore(deps): update dependency happy-dom to v20.3.3 Jan 19, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch 2 times, most recently from 3c29bea to 01d38fa Compare January 20, 2026 01:08
@renovate renovate Bot changed the title chore(deps): update dependency happy-dom to v20.3.3 chore(deps): update dependency happy-dom to v20.3.4 Jan 20, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from 01d38fa to b237415 Compare January 23, 2026 00:54
@renovate renovate Bot changed the title chore(deps): update dependency happy-dom to v20.3.4 chore(deps): update dependency happy-dom to v20.3.7 Jan 23, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from b237415 to cfe5469 Compare January 26, 2026 01:02
@renovate renovate Bot changed the title chore(deps): update dependency happy-dom to v20.3.7 chore(deps): update dependency happy-dom to v20.3.9 Jan 26, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from cfe5469 to 4545ffd Compare January 28, 2026 01:36
@renovate renovate Bot changed the title chore(deps): update dependency happy-dom to v20.3.9 chore(deps): update dependency happy-dom to v20.4.0 Jan 28, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from 4545ffd to d61cb8e Compare February 3, 2026 02:31
@renovate renovate Bot changed the title chore(deps): update dependency happy-dom to v20.4.0 chore(deps): update dependency happy-dom to v20.5.0 Feb 3, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from d61cb8e to 37df5fb Compare February 8, 2026 20:53
@renovate renovate Bot changed the title chore(deps): update dependency happy-dom to v20.5.0 chore(deps): update dependency happy-dom to v20.5.1 Feb 8, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from 37df5fb to 1e464ad Compare February 9, 2026 01:06
@renovate renovate Bot changed the title chore(deps): update dependency happy-dom to v20.5.1 chore(deps): update dependency happy-dom to v20.5.3 Feb 9, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from 1e464ad to 2619c87 Compare February 10, 2026 01:41
@renovate renovate Bot changed the title chore(deps): update dependency happy-dom to v20.5.3 chore(deps): update dependency happy-dom to v20.6.0 Feb 10, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from 2619c87 to 1023ba0 Compare February 11, 2026 01:57
@renovate renovate Bot changed the title chore(deps): update dependency happy-dom to v20.6.0 chore(deps): update dependency happy-dom to v20.6.1 Feb 11, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from 1023ba0 to fc8093c Compare February 17, 2026 23:49
@renovate renovate Bot changed the title chore(deps): update dependency happy-dom to v20.6.1 chore(deps): update dependency happy-dom to v20.6.2 Feb 17, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from fc8093c to c47292c Compare February 19, 2026 02:09
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from 8a42afe to 82d67c6 Compare March 27, 2026 00:29
@renovate renovate Bot changed the title chore(deps): update dependency happy-dom to v20.8.8 chore(deps): update dependency happy-dom to v20.8.9 Mar 27, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from 82d67c6 to 53833d2 Compare April 14, 2026 00:36
@renovate renovate Bot changed the title chore(deps): update dependency happy-dom to v20.8.9 chore(deps): update dependency happy-dom to v20.9.0 Apr 14, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from 53833d2 to a34ad62 Compare May 18, 2026 12:11
@renovate renovate Bot changed the title chore(deps): update dependency happy-dom to v20.9.0 chore(deps): update happy-dom monorepo to v20.9.0 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from a34ad62 to e1de39e Compare June 3, 2026 23:26
@renovate renovate Bot changed the title chore(deps): update happy-dom monorepo to v20.9.0 chore(deps): update happy-dom monorepo to v20.10.0 Jun 3, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from e1de39e to 0e578a8 Compare June 4, 2026 01:43
@renovate renovate Bot changed the title chore(deps): update happy-dom monorepo to v20.10.0 chore(deps): update happy-dom monorepo to v20.10.1 Jun 4, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from 0e578a8 to 8ab4235 Compare June 6, 2026 17:58
@renovate renovate Bot changed the title chore(deps): update happy-dom monorepo to v20.10.1 chore(deps): update happy-dom monorepo to v20.10.2 Jun 6, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from 8ab4235 to f627f49 Compare June 12, 2026 23:27
@renovate renovate Bot changed the title chore(deps): update happy-dom monorepo to v20.10.2 chore(deps): update happy-dom monorepo to v20.10.3 Jun 12, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from f627f49 to 96b7513 Compare June 15, 2026 23:48
@renovate renovate Bot changed the title chore(deps): update happy-dom monorepo to v20.10.3 chore(deps): update happy-dom monorepo to v20.10.4 Jun 15, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from 96b7513 to beb9ec7 Compare June 17, 2026 03:08
@renovate renovate Bot changed the title chore(deps): update happy-dom monorepo to v20.10.4 chore(deps): update happy-dom monorepo to v20.10.5 Jun 17, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from beb9ec7 to eebd1f9 Compare June 18, 2026 00:41
@renovate renovate Bot changed the title chore(deps): update happy-dom monorepo to v20.10.5 chore(deps): update happy-dom monorepo to v20.10.6 Jun 18, 2026
@renovate renovate Bot changed the title chore(deps): update happy-dom monorepo to v20.10.6 chore(deps): update happy-dom monorepo Jun 22, 2026
@renovate renovate Bot changed the title chore(deps): update happy-dom monorepo chore(deps): update dependency happy-dom to v20.10.6 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch 2 times, most recently from 9f15ac5 to 910bd17 Compare July 18, 2026 21:35
@renovate renovate Bot changed the title chore(deps): update dependency happy-dom to v20.10.6 chore(deps): update dependency happy-dom to v20.11.0 Jul 18, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from 910bd17 to 3911756 Compare July 22, 2026 16:45
@renovate renovate Bot changed the title chore(deps): update dependency happy-dom to v20.11.0 chore(deps): update dependency happy-dom to v20.11.1 Jul 22, 2026
@renovate
renovate Bot force-pushed the renovate/happy-dom-monorepo branch from 3911756 to b9821c6 Compare August 7, 2026 17:04
@renovate renovate Bot changed the title chore(deps): update dependency happy-dom to v20.11.1 chore(deps): update dependency happy-dom to v20.11.2 Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants