mobxjs / mobx-vue-lite

Lightweight Vue 3 bindings for MobX based on Composition API.
MIT License
72 stars 3 forks source link

Update dependency happy-dom to v4 #91

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
happy-dom 3.2.1 -> 4.0.0 age adoption passing confidence

Release Notes

capricorn86/happy-dom ### [`v4.0.0`](https://togithub.com/capricorn86/happy-dom/releases/v4.0.0) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v3.2.2...v4.0.0) ##### :bomb: Breaking Changes - Fixes issues with HTML parsing and serialization related to void and SVG elements. ([#​479](https://togithub.com/capricorn86/happy-dom/issues/479)) - Void elements will be serialized from `` to `` - SVG elements will be serialized from `` to `` - This change can potentially break tests as the serialized HTML may differ from before (e.g. Element.innerHTML) and therefore it is released as a major version. ##### :construction_worker_man: Patch fixes - Fixes issue related to Element.namespaceURI not being correct for SVG elements. ([#​479](https://togithub.com/capricorn86/happy-dom/issues/479)) - HTML parser should always set Element.namespaceURI to be `http://www.w3.org/2000/svg` on SVG elements. Even if "xmlns" is set as an attribute. ### [`v3.2.2`](https://togithub.com/capricorn86/happy-dom/releases/v3.2.2) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v3.2.1...v3.2.2) ##### :construction_worker_man: Patch fixes - Fixes issue with methods like addEventListener() and removeEventListener() not working when called in the global context. ([#​464](https://togithub.com/capricorn86/happy-dom/issues/464))

Configuration

📅 Schedule: 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.



This PR has been generated by WhiteSource Renovate. View repository job log here.