Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency happy-dom to v11 - autoclosed #32

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
happy-dom ^10.5.2 -> ^11.2.0 age adoption passing confidence

Release Notes

capricorn86/happy-dom (happy-dom)

v11.2.0

Compare Source

🎨 Features
  • Adds support for Window.crypto. (#​1050)

Thank you @​Ayc0 for your contribution!

v11.1.2

Compare Source

👷‍♂️ Patch fixes
  • Only dispatch "close" event in HTMLDialogElement.close() when dialog was open. (#​1064)

Thank you @​Schleuse for your contribution!

v11.1.1

Compare Source

👷‍♂️ Patch fixes
  • Adds support for the mime type "image/svg+xml" to DOMParser.parseFromString(). It will no longer add HTML tags when parsing SVGs. (#​1040)

Thank you @​drtimwright for your contribution!

v11.1.0

Compare Source

🎨 Features
  • Add support for handling the <g> element as a an SVG element. (#​1034)

Thank you @​ottoszika for your contribution!

v11.0.6

Compare Source

👷‍♂️ Patch fixes

v11.0.5

Compare Source

👷‍♂️ Patch fixes
  • Increases timeout in Window.happyDOM.whenAsyncComplete(). (#​1059)

v11.0.4

Compare Source

👷‍♂️ Patch fixes
  • Jest was using setTimeout from Happy DOM internally for detecting when a test times out. This caused Window.happyDOM.whenAsyncComplete() and Window.happyDOM.cancelAsync() to not work as expected inside Jest. This is a bug in Jest, but this release adds a temporary fix to "@​happy-dom/jest-environment" until Jest has solved it. (#​1057)

v11.0.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes an issue where the Promise returned by Window.happyDOM.whenAsyncComplete() was resolved to early in some scenarios. (#​1053)

v11.0.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes documentation for packages in README.md. (#​1047)

v11.0.1

Compare Source

👷‍♂️ Patch fixes
  • Adds Virtual Console to Happy DOM index file. (#​1045)

v11.0.0

Compare Source

💣 Breaking Changes
  • Adds a new Virtual Console that by default will output all log entries to a Virtual Console Printer instead of using the global Node.js console. (#​1030)
  • Improves logic for catching errors in scripts, event listeners and timers. (#​1030)
🎨 Features
👷‍♂️ Patch fixes
  • Uses the default eval() for evaluating code instead of custom logic. This will make it possible to read context variables. #​1025

Thank you @​joeframbach for contributing with logic related to the eval() functionality!

v10.11.2

Compare Source

👷‍♂️ Patch fixes
  • Adds a check for if the selector text for a CSSStyleRule is valid when parsing a Stylesheet. Invalid selectors will be ignored (this is also how the spec is defined). (#​1036)

v10.11.1

Compare Source

v10.11.0

Compare Source

🎨 Features
  • Implements the properties childNodes and children as getters. (#​960)

Thank you @​edoardocavazza for your contribution!

v10.10.4

Compare Source

👷‍♂️ Patch fixes
  • Adds support for "calc()" in CSS values in CSSStyleDeclaration. (#​1014)

v10.10.3

Compare Source

👷‍♂️ Patch fixes
  • Adds support for URLs in attributes that doesn't use apostrophs in XMLParser. (#​999)

v10.10.2

Compare Source

👷‍♂️ Patch fixes

v10.10.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes wrong return type in CSS.escape(). (#​1018)

Thank you @​zuisong for your contribution!

v10.10.0

Compare Source

🎨 Features
  • Add "Content-Type" header when constructing Request. (#​1016)

Thank you @​orionmiz for your contribution!

v10.9.0

Compare Source

🎨 Features
  • Adds support for Node.isSameNode(). (#​757)

v10.8.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes an issue where an exception was thrown when loading an iframe using a relative URL. The URL is now relative to the main document URL instead. (#​1003)

v10.8.0

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug related to item being null in HTMLButtonElement.attributes.removeNamedItem(). (#​1010)

Thank you @​maxmilton for your contribution!

v10.7.0

Compare Source

🎨 Features
  • Add support for Element.scrollHeight. The property will just return "0" for now. (#​991)

Thank you @​lukaselmer for your contribution!

v10.6.3

Compare Source

👷‍♂️ Patch fixes
  • Adds missing named CSS colors to CSSStyleDeclaration. (#​1004)

Thank you @​AlexisTessier for your contribution!

v10.6.2

Compare Source

v10.6.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where only labels associated using ID where found in HTMLButtonElement.labels, HTMLInputElement.labels, HTMLSelectElement.labels and HTMLTextAreaElement.labels. It will now also return labels associated by being a parent. (#​988)

Thank you @​joshkel for your contribution!

v10.6.0

Compare Source

🎨 Features
  • Improves support for support for HTMLLabelElement.control. It will now find child control elements that are deeper than one level. (#​530)

Thank you @​joshkel for your contribution!

v10.5.3

Compare Source

👷‍♂️ Patch fixes
  • Improves support for NamedNodeMap, which is used by the Element.attributes property. It will now reflect any changes done to it on the Element itself. (#​728)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@stackblitz
Copy link

stackblitz bot commented Sep 11, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@renovate renovate bot force-pushed the renovate/happy-dom-11.x branch 3 times, most recently from 29185a4 to 095e1c4 Compare September 13, 2023 15:31
@renovate renovate bot force-pushed the renovate/happy-dom-11.x branch from 095e1c4 to f3621e8 Compare September 14, 2023 21:23
@renovate renovate bot changed the title chore(deps): update dependency happy-dom to v11 chore(deps): update dependency happy-dom to v11 - autoclosed Sep 15, 2023
@renovate renovate bot closed this Sep 15, 2023
@renovate renovate bot deleted the renovate/happy-dom-11.x branch September 15, 2023 16:22
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