chore(deps): update dependency happy-dom to v4 #1963

Merged
dpschen merged 1 commits from renovate/happy-dom-4.x into main 2022-05-19 18:34:13 +00:00
Member

This PR contains the following updates:

Package Type Update Change
happy-dom devDependencies major 3.2.2 -> 4.0.0

Release Notes

capricorn86/happy-dom

v4.0.0

Compare Source

💣 Breaking Changes
  • Fixes issues with HTML parsing and serialization related to void and SVG elements. (#​479)
    • Void elements will be serialized from <img /> to <img>
    • SVG elements will be serialized from <circle /> to <circle></circle>
    • 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.
👷‍♂️ Patch fixes
  • Fixes issue related to Element.namespaceURI not being correct for SVG elements. (#​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.

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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [happy-dom](https://github.com/capricorn86/happy-dom) | devDependencies | major | [`3.2.2` -> `4.0.0`](https://renovatebot.com/diffs/npm/happy-dom/3.2.2/4.0.0) | --- ### Release Notes <details> <summary>capricorn86/happy-dom</summary> ### [`v4.0.0`](https://github.com/capricorn86/happy-dom/releases/v4.0.0) [Compare Source](https://github.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. ([#&#8203;479](https://github.com/capricorn86/happy-dom/issues/479)) - Void elements will be serialized from `<img />` to `<img>` - SVG elements will be serialized from `<circle />` to `<circle></circle>` - 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. ([#&#8203;479](https://github.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. </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2022-05-19 16:03:10 +00:00
renovate added 1 commit 2022-05-19 16:03:11 +00:00
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
f621ac280d
chore(deps): update dependency happy-dom to v4
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://1963-renovate-happy-dom-4-x--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://1963-renovate-happy-dom-4-x--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
dpschen approved these changes 2022-05-19 18:34:03 +00:00
dpschen merged commit f621ac280d into main 2022-05-19 18:34:13 +00:00
dpschen deleted branch renovate/happy-dom-4.x 2022-05-19 18:34:13 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.