Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps happy-dom from 14.7.1 to 15.0.0.

Release notes

Sourced from happy-dom's releases.

v15.0.0

💣 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

👷‍♂️ Patch fixes

  • Fixes bug related to Node.insertBefore() handling the scenario where the reference node equals the new node to be added incorrectly - By @​juandiegombr in task #1429

v14.12.2

👷‍♂️ Patch fixes

  • Fixes problem related to the cookie container using the wrong path when caching cookies - By @​matcic in task #1455

v14.12.1

👷‍♂️ Patch fixes

... (truncated)

Commits
  • e18524e Merge pull request #1509 from capricorn86/1508-latest-release-failed-the-build
  • d79bfc8 chore: #1508 Fixes problem where the release build failed
  • 6f99ffd BREAKING CHANGE: #1332 Implements remaining HTML elements (#1359)
  • e6f9127 Merge pull request #1453 from juandiegombr/master
  • fbb71ce Merge branch 'master' into master
  • 3504a93 Merge pull request #1456 from matcic/1455
  • 2aab0d5 Merge branch 'master' into 1455
  • 8da51ee Merge pull request #1465 from amitdahan/fix-anchor-react-click-preventDefault
  • a3b6d86 fix: #1464 Fix React click handler with preventDefault not preventing nav...
  • 80bbc41 chore: #1464 Add failing test
  • 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 <dependency name> 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)

Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 14.7.1 to 15.0.0.
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v14.7.1...v15.0.0)

---
updated-dependencies:
- dependency-name: happy-dom
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 26, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2024

Superseded by #180.

@dependabot dependabot bot closed this Sep 2, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/happy-dom-15.0.0 branch September 2, 2024 03:29
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant