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

⬆️ Update dependency happy-dom to v10 - autoclosed #58

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
happy-dom ^8.0.0 -> ^10.0.0 age adoption passing confidence

Release Notes

capricorn86/happy-dom (happy-dom)

v10.11.1

Compare Source

v10.11.0

Compare Source

🎨 Features
  • Implement 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)

v10.5.2

Compare Source

👷‍♂️ Patch fixes
  • Adds support for using an escape character in attribute query selectors (e.g. [ab="a\\:b"]). (#​632)

v10.5.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem where HTMLIFrameElement fails to load page. The problem was most likely that some libraries overrides the Document.defaultView property somehow, making Document.defaultView.constructor not being the Window constructor. (#​992)

v10.5.0

Compare Source

🎨 Features
  • Fixes issue where CSS values with parentheses wasn't correctly parsed if the values also contained a comma. (#​976)
  • This fix should also fix a problem related to parsing a CSS string that ends with a variable setter. (#​670)

Thank you @​malko for your contribution!

v10.4.0

Compare Source

🎨 Features
  • Adds support for MouseEvent.movementX and MouseEvent.movementY. (#​953)

Thank you @​mertcan for your contribution!

v10.3.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem with "?" in attribute names, not being parsed correctly in XMLParser. (#​984)
  • Fixes problem with single quoted attributes (') not being parsed correctly in XMLParser. (#​984)

v10.3.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem where lit-html is using special characters in attributes, causing the XMLParser not to be able to parse the attribute correctly. (#​982)

v10.3.0

Compare Source

🎨 Features
  • Adds support for HTMLInputElement.valueAsDate. (#​977)

Thank you @​malko for your contribution!

v10.2.0

Compare Source

🎨 Features
  • Adds support for Window.queueMicrotask(). (#​959)

v10.1.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where Document.getRootNode() returned null, but should return the document. (#​950)

@​Schleuse thank you for your contribution!

v10.1.0

Compare Source

🎨 Features
  • Adds support for HTMLInputElement.valueAsNumber. (#​945)
  • Adds support for sanitizing values in input fields of type date, month, time and week in HTMLInputElement.value. (#​945)

Thank you @​malko for your contribution!

v10.0.7

Compare Source

v10.0.6

Compare Source

👷‍♂️ Patch fixes
  • Adds a timeout before dispatching the event in Window.postMessage() to better simulate the browser behavior. (#​948)

Thank you for your contribution @​DylanPiercey!

v10.0.5

Compare Source

👷‍♂️ Patch fixes
  • Fixes parsing of pseudo elements in CSS query selectors (e.g. "::-webkit-inner-spin-button"). (#​939)

Thank you @​btea for your contribution!

v10.0.4

Compare Source

v10.0.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue with importing CJS modules directly. (#​968)

v10.0.2

Compare Source

v10.0.1

Compare Source

v10.0.0

Compare Source

🎨 Features
  • Adds support for ESM. Happy DOM will still have support for CommonJS. (#​873)
  • Migrates to Vitest for unit tests internally. (#​963)
👷‍♂️ Patch fixes
  • Adds support for capturing errors when executing Javascript in HTMLScriptElement. It will log the errors in the console and trigger an error event instead of failing the entire execution. (#​816)
💣 Breaking Changes
  • Adding support for ESM may be a breaking change as it can potentially exist build environments that doesn't support this configuration. (#​873)

v9.20.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where all properties didn't get copied from HTMLUnknownElement to a custom element that is replacing it when it is defined. (#​668)

v9.20.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where CSS variable values where not returned by Window.getComputedStyle() when calling CSSStyleDeclaration.getPropertyValue(). (#​932)

v9.20.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem with querySelectorAll() where it didn't always return elements in document order. (#​928)

v9.20.0

Compare Source

🎨 Features
  • Adds support for disabling the simulation of rendering when calculating computed style. The rendering process converts units such as rem, em and cm to pixels, but it is very limited. (#​929)
  • Changes the behavior of converting percentage values to "0px" when calculating computed style (as it fails to convert) to just leave the values.

v9.19.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where attribute selectors with an operator and with a value without quatation marks no longer worked (e.g. "[attr^=value]"). (#​923)

v9.19.1

Compare Source

👷‍♂️ Patch fixes
  • Adds support for the mime type "apng" to XMLHttpRequest

Thank you @​btea for your contribution!

v9.19.0

Compare Source

🎨 Features
  • Adds support for "rem", "em", "vw", "vh", "vmin", "vmax", "cm", "mm", "in", "pt", "pc", "Q" measurement values to Window.getComputedStyle() and Window.matchMedia() (#​921)
  • Adds support for "%" measurement values to Window.getComputedStyle() and Window.matchMedia() when setting font size (other properties will be set to "0px") (#​921)
  • Sets "font: 16px "Times new Roman"" as default font on the <html> when using Window.getComputedStyle() (#​921)
  • Adds support for "outline", "outline-color", "outline-style", "outline-width", "outline-offset", "letter-spacing", "word-spacing" and "text-indent" to CSSStyleDeclaration. (#​921)
  • Adds support for the media query rules "orientation", "prefers-color-scheme", "any-hover", "hover", "any-pointer", "pointer", "display-mode", "width", "height", "min-aspect-ratio", "max-aspect-ratio" and "aspect-ratio" (#​921)
  • Improves support for the media query rules "min-width", "max-width", "min-height" and "max-height" (#​921)
  • Adds support for media types "all", "screen" and "print" to media queries (#​921)
  • Adds support for the "only", "not", "and" and "or" operators to media queries (#​921)
  • Adds support for ranges to media queries (#​921)
  • Adds support for "@​-webkit-keyframes", "@​-webkit-container" and "@​-webkit-supports" to CSS parser (#​921)
👷‍♂️ Patch fixes
  • Adds support for ignoring unknown "@​" rules to the CSS parser. (#​921)
  • Adds support for the "height" property to CSSStyleDeclaration. Not having support for "height" was missed somehow, as we have support for "width". (#​922)

v9.18.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where non-string values did not get converted to strings in CharacterData.data, CharacterData.nodeValue or CharacterData.textContent. (#​819)

v9.18.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue in the XML parser where it failed to parse comments including dash characters (-). (#​916)

Thank you @​gtm-nayan for your contribution!

v9.18.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where attribute query selectors using "~" or "|" as operators for finding attributes containing a word did not match when there was only one word. (#​914)

v9.18.0

Compare Source

🎨 Features
  • Adds support for triggering an error event when attempting to fetch a CSS file or Javascript file when it has been disabled using "window.happyDOM.settings.*". (#​849)

v9.17.0

Compare Source

🎨 Features
  • Adds support for "i" and "s" modifiers to attribute query selectors. (#​911)

v9.16.0

Compare Source

🎨 Features
  • Adds support for encoding HTML entities to the XML parser. (#​908)
  • Adds support for escaping text to XMLSerializer.serializeToString(). (#​908)

v9.15.0

Compare Source

🎨 Features

Thank you @​crypto-scythe for your contribution!

v9.14.0

Compare Source

🎨 Features
  • Adds support for Document.links. (#​896)

Thank you @​btea for your contribution!

v9.13.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue related to "@​" CSS rules in (e.g. "@​-webkit-keyframes") causing an exception to be thrown in CSSStyleDeclaration. (#​889)

Thank you @​btea for your contribution!

v9.13.0

Compare Source

🎨 Features
  • Improves performance of Element.querySelectorAll(). The performance was decreased after the implementation of document sorting order, due to the fact that it relied on Object.assign() for each match, which is slower than iterating through all matches in the end. (#​909)

v9.12.0

Compare Source

🎨 Features
  • Adds support for the "of selector" to ":nth-child" and ":nth-last-child" query selectors. (#​905)
👷‍♂️ Patch fixes
  • Fixes bug but where "nth-*" query selectors didn't return the correct elements when prefixing "n" with "-". (#​905)

v9.11.0

Compare Source

🎨 Features
  • Refactors the XML parser, which fixes several issues related to parsing complex HTML (e.g. attributes containing ">"). (#​578)
  • Improves performance of XML parsing significantly. (#​578)

v9.10.9

Compare Source

👷‍♂️ Patch fixes
  • Adds support for Request.formData(). (#​892)

Thank you @​rolandjohann for your contribution!

v9.10.8

Compare Source

👷‍♂️ Patch fixes
  • Fixes an issue where HTMLAnchorElement.toString() returned "HTMLElement.outerHTML", but should return "HTMLAnchorElement.href" according to spec. (#​890)

Thank you @​Schleuse for your contribution!

v9.10.7

Compare Source

👷‍♂️ Patch fixes
  • Fix for parsing CSS comments with asterisks. (#​887)

Thank you for your contribution @​htuomola!

v9.10.6

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where errors where not handled correctly when performing a synchronous request with XMLHttpRequest. (#​795)
  • Adds support for XMLHttpRequest.response. (#​788)

Thank you @​Mas0nShi for your contribution!

v9.10.5

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue in HTMLCollection and HTMLFormControlsCollection related to id/name of elements colliding with class properties and methods. (#​875)

v9.10.4

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue related to query selection for attributes not using apostrophe for the value. This caused an issue with finding elements by text in Testing Library. (#​883)

v9.10.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where React "onChange" listeners never got executed when triggering a click(). (#​880)
  • Fixes issue where it was not possible to use multiple pseudo query selectors (e.g. "input:not([type]):not([list])"). This solves a problem in Testing Library where it failed to find elements by role "checkbox". (#​880)

v9.10.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue related to query selection for attributes with empty value (e.g. '[attr1=""]'). (#​881)

v9.10.1

Compare Source

👷‍♂️ Patch fixes
  • Adds support for using escaped characters to ID:s in query selectors (e.g. "#\\:id"). (#​877)

v9.10.0

Compare Source

🎨 Features
  • Refactors the internal logic of how query selection works to improve performance and make maintenance easier. (#​792)
  • Adds support for adjacent sibling to query selectors (e.g. ".a + .b"). (#​792)
👷‍♂️ Patch fixes
  • Fixes issue where *.querySelectorAll() did not return elements in document order. (#​285)

v9.9.2

Compare Source

👷‍♂️ Patch fixes
  • Adds a check for arguments.length to Node.insertBefore() instead of a check for "null" specific, as the browsers support sending in "undefined", even though it should only allow "null" according to spec. (#​827)

Thank you @​btea for your contribution!

v9.9.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where HTML entities didn't include semicolon. (#​870)

Thank you @​btea for your contribution!

v9.9.0

Compare Source

🎨 Features
  • Adds support for SVGElement.focus(), SVGElement.blur() and SVGElement.tabIndex. (#​699)

v9.8.4

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug related to adding multiple event listeners with the "once" option, which would cause the listener loop to go out of bounds. (#​805)

Thank you @​btea for your contribution!

v9.8.3

Compare Source

👷‍♂️ Patch fixes
  • Adds validation for if the node to insert is an ancestor in Node.appendChild()and Node.insertBefore(). (#​643)

Thank you @​btea for your contribution!

v9.8.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem with event cycle (none, capture, atTarget, bubbling) that was was caused by adding support for capture event listeners in v9.7.0. (#​866)

v9.8.1

Compare Source

👷‍♂️ Patch fixes
  • Adds unit tests for inserting a <main> element with a "data" attribute to the body. (#​493)

Thank you @​danielrentz for your contribution!

v9.8.0

Compare Source

🎨 Features
  • Makes it possible to send in "null" to Ǹode.contains(). (#​865)

Thank you @​btea for your contribution!

v9.7.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug in Node.insertBefore() related to moving a Node within the same parent. (#​421)

v9.7.0

Compare Source

🎨 Features
  • Adds support for the "capture" option in Event.addEventListener(). (#​856)
  • Adds support for Event.eventPhase. (#​856)

v9.6.1

Compare Source

👷‍♂️ Patch fixes
  • Improve type checking in unit tests. (#​860)

Thank you @​danielrentz for your contribution!

v9.6.0

Compare Source

🎨 Features
  • Adds support for Node.normalize(). (#​300)

Thank you @​danielrentz for your contribution!

v9.5.1

Compare Source

👷‍♂️ Patch fixes
  • Throw DOMException in Text.splitText() when offset is lower than 0. (#​857)

Thank you @​danielrentz for your contribution!

v9.5.0

Compare Source

🎨 Features
  • Adds support for SubmitEvent. (#​820)

Thank you @​danielrentz for your contribution!

v9.4.0

Compare Source

🎨 Features
  • Fixes issue that caused an exception to be thrown in Range.cloneContents(). (#​853)

Thank you @​danielrentz for your contribution!

v9.3.2

Compare Source

👷‍♂️ Patch fixes
  • Adds support for decoding HTML entities to Element.textContent. (#​818)

Thank you @​btea for your contribution!

v9.3.1

Compare Source

👷‍♂️ Patch fixes
  • Makes it possible to assign a relative URL to Location.href, Location.replace() and Location.assign(). Please note that the default URL in Happy DOM is "about:blank" and it is not possible to construct a URL with it as base. It has to be set to another absolute URL first. (#​678)

Thank you @​Mas0nShi for your contribution!

v9.3.0

Compare Source

🎨 Features
  • Adds support for Document.createNodeIterator(). (#​297)

Thank you @​danielrentz for your contribution!

v9.2.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where Element.insertBefore() did not update the Element.children property correctly after inserting an element before a non-element node. (#​846)

Thank you @​btea for your contribution!

v9.2.0

Compare Source

🎨 Features
  • Adds support for SVGElement.dataset. (#​841)

Thank you @​danielrentz for your contribution!

v9.1.10

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem with HttpOnly cookies not being sent in XMLHttpRequest and window.fetch(). (#​836)
  • Fixes problem with using cookie names without a value (e.g. "cookie_name" and "cookie_name=" should be handled as separate cookies). (#​836)
🎨 Features
  • Adds support for CORS handling when sending and receiving cookies from HTTP requests/responses. (#​836)

v9.1.9

Compare Source

🎨 Features
  • Adds support for Typescript declaration maps, allowing "Go to definition" to go to the actual source code, instead of only the type definition. To see the types, "Go to type definition" will still work. (#​842)

Thank you @​ekwoka for your contribution!

v9.1.8

Compare Source

👷‍♂️ Patch fixes
  • Fixes an issue where number values in "name" and "id" attributes caused a collision with index properties in HTMLCollection. (#​840)

v9.1.7

Compare Source

👷‍♂️ Patch fixes
  • Fixes SVGElement.ownerSVGElement, so that it doesn't end up in an infinity loop. (#​811)

Thank you @​linghaoSu for your contribution!

v9.1.6

Compare Source

👷‍♂️ Patch fixes
  • Fix for @happy-dom/jest-environment, so that is will use the configured URL of the jest config. (#​800)

Thank you @​CSchulz for your contribution!

v9.1.5

Compare Source

👷‍♂️ Patch fixes
  • Fix for handling "null", "undefined" or empty string query selectors according to spec. (#​642)

Thank you @​btea for your contribution!

v9.1.4

Compare Source

👷‍♂️ Patch fixes
  • Changes the behavior DOMTokenList.supports(), so that it always returns false instead of throwing an exception. This will fix problems with integration in frameworks such as SolidJS. (#​822)

Thank you @​ekwoka for your contribution!

v9.1.3

Compare Source

👷‍♂️ Patch fixes
  • Unset previous cookie. (#​813)
  • Fixes issue with parsing a form containing fields using the same name (other than checkbox and radio) in FormData. (#​835)
  • Fixes issue related to parsing <template> tags in XMLParser. (#​834)
  • Fixes issue related to element not be removed from previous parent Element.children collection when inserted into a new parent. (#​834)
  • Fixes issue related to HTMLTemplateElement.previousSibling and HTMLTemplateElement.nextSibling always being null. (#​834)
  • Fixes issue with the property 'border-bottom-left-radius' having a typo, causing the parsing of CSS to be wrong for this property. (#​834)
  • Adds check that disables the possibility to prevent default behavior of events when the listener is passive. (#​834)
🎨 Features
  • Adds support for Event.cancelBubble. (#​834)

Thank you @​ekwoka and @​btea for your contributions!

v9.1.0

Compare Source

🎨 Features
  • Adds support for HTMLTextAreaElement.select(). (#​691)

v9.0.1

Compare Source

👷‍♂️ Patch fixes
  • Adds support for triggering submit or reset of form when clicking on a button. (#​527)

v9.0.0

Compare Source

💣 Breaking Changes
  • This release doesn't contain any expected breaking changes, but as it contains many major internal changes and there is a risk that it introduces bugs, it felt safer to release it with a major version number.
🎨 Features
  • Implements Window.fetch(), Window.Request, Window.Response and Window.Headers in Happy DOM, instead of using the "node-fetch" library. The code is based on "node-fetch". This improves the integration for functionality such as FormData, Blob, AbortController and AbortSignal with Window.fetch(). It will also make it possible to add support for ESM while still keeping support for CommonJS.
  • Adds support for FormData. (#​585)
  • Adds support for AbortController and AbortSignal. (#​470)
  • Adds full support for ValidityState
  • Adds support for the :checked pseudo selector to query selector. (#​695)
  • Changes internal logic to favor Element.setAttribute() and Element.removeAttribute() instead of Element.setAttributeNS() and Element.removeAttributeNS() to improve performance
  • Adds support for element name and id as property to HTMLCollection
  • Adds support for HTMLCollection.namedItem()
  • Adds support for HTMLButtonElement.name
  • Adds support for HTMLButtonElement.form
  • Adds support for HTMLButtonElement.checkValidity()
  • Adds support for HTMLFormControlsCollection
  • Improves support for HTMLFormElement.elements
  • Adds support for form element name and id as property to HTMLFormElement
  • Adds support for HTMLFormElement.checkValidity(). It previously just returned "true".
  • Adds support for HTMLFormElement.reportValidity().
  • Adds support for HTMLFormElement.submit().
  • Adds support for HTMLFormElement.reset().
  • Adds support for RadioNodeList.
  • Improves support for HTMLInputElement.checked
  • Adds support for HTMLInputElement.labels
  • Improves performance of HTMLInputElement.form
  • Adds support for HTMLInputElement.checkValidity(). It previously just returned "true".
  • Adds support for HTMLInputElement.reportValidity()
  • Adds support triggering a "click" event on HTMLInputElement to trigger functionality on checkboxes, radio buttons, submit buttons and reset buttons.
  • Improves performance of HTMLLabelElement.form
  • Improves support for HTMLSelectElement.options
  • Adds support for HTMLSelectElement.labels
  • Improves support option index properties in HTMLSelectElement
  • Adds support for HTMLSelectElement.checkValidity().
  • Adds support for HTMLSelectElement.reportValidity()
  • Improves performance of HTMLSelectElement.form
  • Adds support for HTMLSelectElement.validity
  • Adds support for HTMLInputElement.validity
  • Adds support for HTMLInputElement.reportValidity()
  • Adds support for HTMLButtonElement.form
  • Adds support for HTMLButtonElement.labels
  • Adds support for HTMLButtonElement.validity
  • Adds support for HTMLButtonElement.required
  • Adds support for HTMLButtonElement.validationMessage
  • Adds support for HTMLButtonElement.checkValidity()
  • Adds support for HTMLButtonElement.reportValidity()
  • Adds support for HTMLButtonElement.setCustomValidatiy()
  • Adds support for HTMLTextAreaElement.form
  • Adds support for HTMLTextAreaElement.labels
  • Adds support for HTMLTextAreaElement.validity
  • Adds support for HTMLTextAreaElement.validationMessage
  • Adds support for HTMLTextAreaElement.checkValidity()
  • Adds support for HTMLTextAreaElement.reportValidity()
  • Adds support for HTMLTextAreaElement.setCustomValidatiy()

I know many of you have been waiting for several of the features in this release. It turned out to be much bigger and more time-consuming than originally anticipated, but now it's finally out. Enjoy 🥳

v8.9.0

Compare Source

🎨 Features
  • Add support for the Audio class to Window. (#​778)

v8.8.0

Compare Source

🎨 Features
  • Adds support for Document.title. (#​785)

v8.7.6

Compare Source

👷‍♂️ Patch fixes
  • Fixes encoding error in XMLHttpRequest with responses other charsets than UTF-8. (#​783)

v8.7.5

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue with parsing conditional comments (e.g "<!--[if IE 8]>") in XMLParser. (#​519)

v8.7.4

Compare Source

👷‍♂️ Patch fixes
  • Add self equality check in the Node.contains() method. (#​776)

v8.7.3

Compare Source

👷‍♂️ Patch fixes
  • Adds support for Document.visibilityState and Document.hidden. (#​774)

v8.7.2

Compare Source

👷‍♂️ Patch fixes
  • Changes "blur" event to not bubble when executing HTMLElement.blur(). (#​771)
  • Changes "focus" event to not bubble when executing HTMLElement.focus(). (#​771)

v8.7.1

Compare Source

👷‍♂️ Patch fixes
  • Convert value to string in HTMLInputElement.value. (#​729)

v8.7.0

Compare Source

🎨 Features
  • Adds logo for new sponsor RTVision. (#​682)
  • Adds support for HTMLIframeElement, MessageEvent and Window.postMessage(). (#​682)

v8.6.0

Compare Source

🎨 Features
  • Adds support for sending in "options" as a parameter to EventTarget.addEventListener(). Only the "once" option is currently supported, but we will add more in the future. (#​700)

v8.5.0

Compare Source

🎨 Features
  • Adds support for Window.SVGGraphicsElement. (#​761)

v8.4.4

Compare Source

👷‍♂️ Patch fixes
  • Fixes a bug related to the HTML parser parsing HTML comment tags inside <script> tags. (#​759)

v8.4.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue related to pseudo :not query selectors not matching element. (#​753)

v8.4.2

Compare Source

👷‍♂️ Patch fixes
  • Replaces properties by getters in Navigator, so that it is possible to spy on them with Jest. (#​755)

v8.4.1

Compare Source

v8.4.0

Compare Source

🎨 Features
  • Adds support for Element.toggleAttribute(). (#​724)

v8.3.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes problems with the release build after migrating to Turbo repo. (#​747 )

v8.3.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes problems with the release build after migrating to Turbo repo. (#​747 )

v8.3.0

Compare Source

🎨 Features
  • Adds support for Event.timeStamp. (#​722)

v8.2.6

Compare Source

👷‍♂️ Patch fixes
  • Adds support for using dots in attribute query selectors. (#​715 )

v8.2.5

Compare Source

👷‍♂️ Patch fixes
  • Adds support for passing arguments to the callback in Window.setTimeout() and Window.setInterval(). (#​712)

v8.2.4

Compare Source

👷‍♂️ Patch fixes
  • Fixes handling of falsy values in CustomEvent.detail. (#​701)

v8.2.3

Compare Source

👷‍♂️ Patch fixes
  • Properly detect ShadowRoot boundary when constructing composed path in Event.composedPath(). (#​709)

v8.2.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes an issue in `MutationObserver

Configuration

📅 Schedule: 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 5, 2023
@vercel
Copy link

vercel bot commented Jul 5, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
pembroke ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 5, 2023 8:11pm

@codecov
Copy link

codecov bot commented Jul 5, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (1ab4f1f) 84.69% compared to head (7c23d43) 84.69%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #58   +/-   ##
=======================================
  Coverage   84.69%   84.69%           
=======================================
  Files          13       13           
  Lines         647      647           
  Branches       99       99           
=======================================
  Hits          548      548           
  Partials       99       99           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@cypress
Copy link

cypress bot commented Jul 5, 2023

Passing run #112 ↗︎

0 66 0 0 Flakiness 0

Details:

Merge 7c23d43 into 1ab4f1f...
Project: corgii Commit: d69c2fbb5d ℹ️
Status: Passed Duration: 02:54 💡
Started: Jul 5, 2023 8:12 PM Ended: Jul 5, 2023 8:14 PM

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

@renovate renovate bot changed the title ⬆️ Update dependency happy-dom to v10 ⬆️ Update dependency happy-dom to v10 - autoclosed Sep 6, 2023
@renovate renovate bot closed this Sep 6, 2023
@renovate renovate bot deleted the renovate/happy-dom-10.x branch September 6, 2023 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants