overthesun / simoc-web

This is the web interface to SIMOC
https://ngs.simoc.space/
Other
3 stars 0 forks source link

Bump happy-dom from 14.12.3 to 15.3.2 #785

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps happy-dom from 14.12.3 to 15.3.2.

Release notes

Sourced from happy-dom's releases.

v15.3.2

:construction_worker_man: Patch fixes

  • Fixes the HTMLInputElement.indeterminate, so that it behaves correctly - By @​malko in task #1439

v15.3.1

:construction_worker_man: Patch fixes

  • Fixes issue with matching a nested element using ">" as combinator in selectors (e.g. ".x > .x") in Element.matches() and Element.closest() - By @​ocavue in task #1472

v15.3.0

:art: Features

  • Adds support for the static method AbortSignal.timeout() - By @​ezzatron in task #1470

v15.2.0

:art: Features

  • Adds support for the static method AbortSignal.any() - By @​ezzatron in task #1468

v15.1.0

:art: 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

:construction_worker_man: 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

:bomb: 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

:art: 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

... (truncated)

Commits
  • 343dfd2 fix: #1439 Fixes the HTMLInputElement.indeterminate, so that it behaves cor...
  • 530f535 fix: #1472 Fixes issue with matching nested element using > selector combin...
  • a99364f feat: #1470 Adds support for the static method AbortSignal.timeout() (#1471)
  • 3e1191e feat: #1468 Adds support for the static method AbortSignal.any() (#1469)
  • 3aa0a14 Merge pull request #1513 from capricorn86/1510-failing-integration-test
  • fb081c8 chore: #1510 Fixes failing integration test
  • 4a19851 chore: #1510 Fixes failing integration test
  • aaefaf2 feat: #1510 Fixes failing integration test
  • 9a64097 chore: #1508 Fixes problem where the release build failed
  • 897a657 chore: #1510 Starts on implementation
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 month ago

Superseded by #786.