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: update dependency happy-dom to v15 - autoclosed #216

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
happy-dom 14.12.0 -> 15.11.7 age adoption passing confidence

Release Notes

capricorn86/happy-dom (happy-dom)

v15.11.7

Compare Source

v15.11.6

Compare Source

👷‍♂️ Patch fixes

v15.11.5

Compare Source

👷‍♂️ Patch fixes
  • HTMLSelectElement should not dispatch "change" event when changing value or index - By @​capricorn86 in task #​1603

v15.11.4

Compare Source

👷‍♂️ Patch fixes
  • Strings should be converted into numbers in setters for HTMLMeterElement and HTMLProgressElement - By @​capricorn86 in task #​1601

v15.11.3

Compare Source

👷‍♂️ Patch fixes

v15.11.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where pseudo selectors without an ending parentheses threw an in invalid selector error - By @​capricorn86 in task #​1558
  • Fixes bug where it was not possible to use the characters ":" and "\" in attribute selectors - By @​capricorn86 in task #​1561

v15.11.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where Document.activeElement is set to the wrong target when triggering HTMLSelectElement.focus() - By @​capricorn86 in task #​1592
    • HTMLSelectElement is a Proxy since v15 and focus() was setting the target of the Proxy as the active element, but should set the Proxy

v15.11.0

Compare Source

🎨 Features

v15.10.8

Compare Source

👷‍♂️ Patch fixes
  • Validate that object is of type Blob in FileReader.readAsArrayBuffer(), FileReader.readAsBinaryString(), FileReader.readAsDataURL() and FileReader.readAsText() - By @​btea in task #​1565

v15.10.7

Compare Source

👷‍♂️ Patch fixes
  • Cookies with values that contains "=" should be supported - By @​btea in task #​1570

v15.10.6

Compare Source

👷‍♂️ Patch fixes
  • Accept objects with a stringifier (such as a URL object) in Location.assign() and Location.replace() - By @​silverwind in task #​1568

v15.10.5

Compare Source

👷‍♂️ Patch fixes
  • Fixes incorrect serialization of special characters in raw text elements such as <script> and <style> - By @​BenjaminAster in task #​1566

v15.10.4

Compare Source

👷‍♂️ Patch fixes

v15.10.3

Compare Source

👷‍♂️ Patch fixes
  • Allow to set custom export conditions in @happy-dom/jest-environment - By @​aearly in task #​1555

v15.10.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes a security vulnerability that allowed for server side code to be executed by a <script> tag - By @​capricorn86 in task #​1585
    • There was a case that was missed with the first patch

v15.10.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes a security vulnerability that allowed for server side code to be executed by a <script> tag - By @​capricorn86 in task #​1585

v15.10.0

Compare Source

🎨 Features
  • Adds a new setting called disableSameOriginPolicy that makes it possible to bypass the same-origin policy in fetch requests - By @​OlaviSau in task #​1553

v15.9.0

Compare Source

🎨 Features
  • Adds support for "aspect-ratio" to CSSStyleDeclaration - By @​yinm in task #​1147

v15.8.5

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where Node.getRootNode() returned null when it was within a ShadowRoot that previously been disconnected from the Document - By @​capricorn86 in task #​1581

v15.8.4

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where child nodes of HTMLSelectElement and HTMLFormElement had the wrong reference to the parent - By @​capricorn86 in task #​1578

v15.8.3

Compare Source

👷‍♂️ Patch fixes
  • Toggle "open" attribute on HTMLDetailsElement when dispatching a click event on a summary element which is a child of the details element - By @​mikedidomizio in task #​1534

v15.8.2

Compare Source

👷‍♂️ Patch fixes
  • Use globalThis instead of global to make Happy DOM work in other runtimes such as Cloudflare workers - By @​mattallty in task #​1546

v15.8.1

Compare Source

👷‍♂️ Patch fixes

v15.8.0

Compare Source

v15.7.4

Compare Source

👷‍♂️ Patch fixes
  • Fixes incorrect handling of non-node items inserted using replaceWith(), before() and after() - By @​BenjaminAster in task #​1533

v15.7.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug that occurs when checking if a symbol property exists on HTMLSelectElement - By @​Cherry in task #​1526

v15.7.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem where it is not possible to observe again after disconnecting in MutationObserver - By @​capricorn86 in task #​1524

v15.7.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes selector validation and converts selectors to string (e.g. querySelector(['.class'])) - By @​capricorn86 in task #​1507

v15.7.0

Compare Source

v15.6.1

Compare Source

v15.6.0

Compare Source

v15.5.0

Compare Source

v15.4.3

Compare Source

👷‍♂️ Patch fixes
  • Adds support for supporting new lines and tabs as white-space character in CSS selectors - By @​syi0808 in task #​1414

v15.4.2

Compare Source

👷‍♂️ Patch fixes

v15.4.1

Compare Source

👷‍♂️ Patch fixes
  • Throw error in FormData.append() when value parameter type is incorrect - By @​btea in task #​1484

v15.4.0

Compare Source

v15.3.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes the HTMLInputElement.indeterminate, so that it behaves correctly - By @​malko in task #​1439

v15.3.1

Compare Source

v15.3.0

Compare Source

v15.2.0

Compare Source

🎨 Features

v15.1.0

Compare Source

🎨 Features
  • Refactor internal logic related to injecting the Window context for classes that can be constructed using the "new" operator - By @​capricorn86 in task #​1332
  • Improves the way classes can access the Browser context internally - By @​capricorn86 in task #​1332
  • Refactor of the logic for EventTarget.dispatchEvent() to better handle the event phases "none", "capture", "atTarget" and "bubbling" - By @​capricorn86 in task #​1332
  • Adds support for HTMLInputElement.popoverTargetElement, HTMLInputElement.popoverTargetAction, HTMLButtonElement.popoverTargetElement and HTMLButtonElement.popoverTargetAction - By @​capricorn86 in task #​1332
  • Adds support for HTMLElement.popover - By @​capricorn86 in task #​1332
  • Adds support for PerformanceObserver, PerformanceEntry and PerformanceObserverEntryList - By @​capricorn86 in task #​1332
👷‍♂️ Patch fixes
  • Makes it possible for a polyfill to replace NodeList[Symbol.iterator]() with Array.prototype.values() - By @​capricorn86 in task #​1332
  • Adds logic for canceling any request to start new async tasks while the Window is closing (e.g. using setTimeout() or fetch()) - By @​capricorn86 in task #​1332
  • Fixes issues with errors exiting the browser when using the setting "errorCapture" set to "processLevel" - By @​capricorn86 in task #​1332
    • Refactor internal logic, so that thrown errors are instances of unique error classes assigned to the Window, which makes it possible for BrowserExceptionObserver to know which Window the error originated from
  • Changes Event.composedPath() to not return the Window object if the event type is "load", which is the same behaviour as the browser - By @​capricorn86 in task #​1332
    • This means that "load" events will not bubble up to the Window object

v15.0.0

Compare Source

💣 Breaking Changes
  • Drops offical support for Node.js 16.x and 17.x - By @​capricorn86 in task #​1332
  • A lot of internal logic has been refactored, so if you rely on internal APIs, this release may break your code - By @​capricorn86 in task #​1332
🎨 Features
  • Adds support for HTMLAreaElement, HTMLBodyElement, HTMLQuoteElement, HTMLBRElement, HTMLTableCaptionElement, HTMLTableColElement, HTMLTableColElement, HTMLDataElement, HTMLDataListElement, HTMLModElement, HTMLDetailsElement, HTMLDivElement, HTMLDListElement, HTMLEmbedElement, HTMLFieldSetElement, HTMLHeadingElement, HTMLHeadElement, HTMLHRElement, HTMLHtmlElement, HTMLModElement, HTMLLegendElement, HTMLLIElement, HTMLMapElement, HTMLMenuElement, HTMLMeterElement, HTMLObjectElement, HTMLOListElement, HTMLOutputElement, HTMLParagraphElement, HTMLParamElement, HTMLPictureElement, HTMLPreElement, HTMLProgressElement, HTMLQuoteElement, HTMLSourceElement, HTMLSpanElement, HTMLTableElement, HTMLTableSectionElement, HTMLTableSectionElement, HTMLTitleElement, HTMLTableRowElement, HTMLTrackElement, HTMLUListElement - By @​capricorn86 in task #​1332
  • Adds basic support for HTMLCanvasElement - By @​capricorn86 in task #​1332
  • Adds support for History API - By @​capricorn86 in task #​1332
  • Adds cache to CSSStyleDeclaration, querySelector(), querySelectorAll(), getElementById(), getElementsByClassName(), getElementsByTagName(), getElementsByTagNameNS(), getElementsByClassName() - By @​capricorn86 in task #​1332
  • Uses proxy for NodeList, HTMLCollection, DOMTokenList, TextTrackList, HTMLFormElement, HTMLSelectElement
  • Makes HTMLCollection objects returned by getElementsByClassName(), getElementsByTagName(), getElementsByTagNameNS() and getElementsByClassName() live - By @​capricorn86 in task #​1332
  • Improves support for HTMLMediaElement - By @​capricorn86 in task #​1332
    • It now supports all methods and properties of the HTMLMediaElement interface
  • Adds support for MediaStream, MediaStreamTrack, RemotePlayback, TextTrack, TextTrackCue, TextTrackCueList, TextTrackList, VTTCue, VTTRegion, CanvasCaptureMediaStream, ImageBitmap, OffscreenCanvas - By @​capricorn86 in task #​1332
  • Adds basic support for IntersectionObserver - By @​capricorn86 in task #​1332
  • Uses Array for nodes and elements in the DOM-tree to leverage the JiT compiler better - By @​capricorn86 in task #​1332
  • Adds support for HTMLInputElement.list - By @​capricorn86 in task #​1332
  • Improves support for ShadowRoot (it now supports clonable, serializable and slotAssignment) - By @​capricorn86 in task #​1332
  • Adds support for Element.getHTML() - By @​capricorn86 in task #​1332
  • Improves performance for some pseudo query selectors - By @​capricorn86 in task #​1332
  • Improves support for HTMLSlotElement - By @​capricorn86 in task #​1332
    • It now supports assign(), assignedNodes(), assignedElements() and the slotchange event
👷‍♂️ Patch fixes
  • Attributes and text data wasn't escaped correctly in XMLSerializer (used by features such as innerHTML) - By @​capricorn86 in task #​1265
  • waitForNavigation() would not resolve when navigating to some URLs (e.g. "javascript" or "about:blank") - By @​capricorn86 in task #​1332
  • CSS rules for gradients where not parsed correctly - By @​capricorn86 in task #​1332
  • Updates to CSSStyleDeclaration would not trigger listeners for the "style" attribute - By @​capricorn86 in task #​1332
  • Attributes where added to elements after they were added to the DOM during parsing, causing problems for elements loading resources - By @​capricorn86 in task #​1332
  • Attr.cloneNode() would not clone internal values - By @​capricorn86 in task #​1332
  • Document.title included text data inside child elements, which it shouldn't - By @​capricorn86 in task #​1332
  • Event.preventDefault() shouldn't cancel the default behaviour if cancelable is not sent as an option in EventTarget.dispatchEvent() - By @​capricorn86 in task #​1332
  • Source attributes containing URLs would not be resolved correctly in some elements - By @​capricorn86 in task #​1332
  • Changes name on TimeRange to TimeRanges - By @​capricorn86 in task #​1332
  • Window.parent and Window.top would not be set correctly in some scenarios - By @​capricorn86 in task #​1332

v14.12.3

Compare Source

👷‍♂️ Patch fixes
  • Element.insertBefore works when the node is already inserted - In task #​1429

v14.12.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem related to the cookie container using the wrong path when caching cookies - By @​matcic in task #​1455

v14.12.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem related to React click handler with preventDefault not preventing navigation - By @​amitdahan in task #​1464

Configuration

📅 Schedule: Branch creation - "before 5am on the first day of the month" in timezone Europe/Berlin, 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.

Copy link

cloudflare-workers-and-pages bot commented Aug 31, 2024

Deploying eck-autocomplete with  Cloudflare Pages  Cloudflare Pages

Latest commit: b33472f
Status: ✅  Deploy successful!
Preview URL: https://6e3d8cc7.eck-autocomplete.pages.dev
Branch Preview URL: https://renovate-happy-dom-15-x.eck-autocomplete.pages.dev

View logs

Copy link

📈 Size Report

📦 Library size

📍 Current branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

🏠 Main branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

Copy link

✅ Backstop tests succeeded

@renovate renovate bot force-pushed the renovate/happy-dom-15.x branch from 90047c2 to 74f4595 Compare September 1, 2024 18:52
Copy link

github-actions bot commented Sep 1, 2024

📈 Size Report

📦 Library size

📍 Current branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

🏠 Main branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

Copy link

github-actions bot commented Sep 1, 2024

✅ Backstop tests succeeded

@renovate renovate bot force-pushed the renovate/happy-dom-15.x branch from 74f4595 to d021bf0 Compare September 11, 2024 19:18
Copy link

📈 Size Report

📦 Library size

📍 Current branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

🏠 Main branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

Copy link

✅ Backstop tests succeeded

@renovate renovate bot force-pushed the renovate/happy-dom-15.x branch from d021bf0 to ae98844 Compare November 1, 2024 18:53
Copy link

github-actions bot commented Nov 1, 2024

📈 Size Report

📦 Library size

📍 Current branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

🏠 Main branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

Copy link

github-actions bot commented Nov 1, 2024

✅ Backstop tests succeeded

@renovate renovate bot force-pushed the renovate/happy-dom-15.x branch from ae98844 to 390717c Compare November 3, 2024 22:12
Copy link

github-actions bot commented Nov 3, 2024

📈 Size Report

📦 Library size

📍 Current branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

🏠 Main branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

Copy link

github-actions bot commented Nov 3, 2024

✅ Backstop tests succeeded

@renovate renovate bot force-pushed the renovate/happy-dom-15.x branch from 390717c to d4dc887 Compare November 4, 2024 00:56
Copy link

github-actions bot commented Nov 4, 2024

📈 Size Report

📦 Library size

📍 Current branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

🏠 Main branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

Copy link

github-actions bot commented Nov 4, 2024

✅ Backstop tests succeeded

@renovate renovate bot force-pushed the renovate/happy-dom-15.x branch from d4dc887 to 1fc2e4a Compare November 5, 2024 02:21
Copy link

github-actions bot commented Nov 5, 2024

📈 Size Report

📦 Library size

📍 Current branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

🏠 Main branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

Copy link

github-actions bot commented Nov 5, 2024

✅ Backstop tests succeeded

@renovate renovate bot force-pushed the renovate/happy-dom-15.x branch from 1fc2e4a to fffdf0c Compare November 6, 2024 02:15
Copy link

github-actions bot commented Nov 6, 2024

📈 Size Report

📦 Library size

📍 Current branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

🏠 Main branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

Copy link

github-actions bot commented Nov 6, 2024

✅ Backstop tests succeeded

@renovate renovate bot force-pushed the renovate/happy-dom-15.x branch from fffdf0c to 44ddcdc Compare November 6, 2024 22:13
Copy link

github-actions bot commented Nov 6, 2024

📈 Size Report

📦 Library size

📍 Current branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

🏠 Main branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

Copy link

github-actions bot commented Nov 6, 2024

✅ Backstop tests succeeded

@renovate renovate bot force-pushed the renovate/happy-dom-15.x branch from 44ddcdc to b8326dc Compare November 7, 2024 01:27
Copy link

github-actions bot commented Nov 7, 2024

📈 Size Report

📦 Library size

📍 Current branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

🏠 Main branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

Copy link

github-actions bot commented Nov 7, 2024

✅ Backstop tests succeeded

@renovate renovate bot force-pushed the renovate/happy-dom-15.x branch from b8326dc to 61146c8 Compare November 11, 2024 21:16
Copy link

📈 Size Report

📦 Library size

📍 Current branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

🏠 Main branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

Copy link

✅ Backstop tests succeeded

@renovate renovate bot force-pushed the renovate/happy-dom-15.x branch from 61146c8 to c3c5ecb Compare November 12, 2024 02:01
Copy link

📈 Size Report

📦 Library size

📍 Current branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

🏠 Main branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

Copy link

✅ Backstop tests succeeded

@renovate renovate bot force-pushed the renovate/happy-dom-15.x branch from c3c5ecb to abf8dc3 Compare November 12, 2024 17:21
Copy link

📈 Size Report

📦 Library size

📍 Current branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

🏠 Main branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

Copy link

✅ Backstop tests succeeded

@renovate renovate bot force-pushed the renovate/happy-dom-15.x branch from abf8dc3 to ccc2de7 Compare November 13, 2024 01:32
Copy link

📈 Size Report

📦 Library size

📍 Current branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

🏠 Main branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

Copy link

✅ Backstop tests succeeded

@renovate renovate bot force-pushed the renovate/happy-dom-15.x branch from ccc2de7 to ab610ce Compare November 14, 2024 04:19
Copy link

📈 Size Report

📦 Library size

📍 Current branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

🏠 Main branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

Copy link

✅ Backstop tests succeeded

@renovate renovate bot force-pushed the renovate/happy-dom-15.x branch from ab610ce to b33472f Compare November 28, 2024 02:13
Copy link

📈 Size Report

📦 Library size

📍 Current branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

🏠 Main branch

Mode Size
Minified 18.74 KB
Brotli compressed 6.42 KB

Amount of files in dist/: 23
Size of all files in dist/: 396.9 KB

Copy link

✅ Backstop tests succeeded

@renovate renovate bot changed the title chore: update dependency happy-dom to v15 chore: update dependency happy-dom to v15 - autoclosed Dec 16, 2024
@renovate renovate bot closed this Dec 16, 2024
@renovate renovate bot deleted the renovate/happy-dom-15.x branch December 16, 2024 09:39
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