chore(deps): update dependency happy-dom to v6 #2093

Merged
dpschen merged 1 commits from renovate/happy-dom-6.x into main 2022-07-02 15:37:40 +00:00
Member

This PR contains the following updates:

Package Type Update Change
happy-dom devDependencies major 5.4.0 -> 6.0.0

Release Notes

capricorn86/happy-dom

v6.0.0

Compare Source

💣 Breaking Changes
  • Fixes issue related to the wrong owner document and window when using multiple Window instances. (#​450)
    • As this changes the class constructor parameters for DOMImplementation and Selection when imported and used directly, it can potentially break some applications. This fix is therefore released as a major version.
🎨 Features
  • Adds support for Document.createRange(). (#​450)
  • Adds full integration of Document.getSelection(). (#​450)
  • Adds partial support for Element.getClientRects(). (#​450)
  • Adds support for Text.splitText(). (#​450)
👷‍♂️ Patch fixes
  • Adds support for elements to XMLSerializer.serializeToString(). (#​451)
  • Fixes issue with HTMLTemplateElement.outerHTML. (#​451)

  • 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 | [`5.4.0` -> `6.0.0`](https://renovatebot.com/diffs/npm/happy-dom/5.4.0/6.0.0) | --- ### Release Notes <details> <summary>capricorn86/happy-dom</summary> ### [`v6.0.0`](https://github.com/capricorn86/happy-dom/releases/v6.0.0) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v5.4.0...v6.0.0) ##### :bomb: Breaking Changes - Fixes issue related to the wrong owner document and window when using multiple Window instances. ([#&#8203;450](https://github.com/capricorn86/happy-dom/issues/450)) - As this changes the class constructor parameters for `DOMImplementation` and `Selection` when imported and used directly, it can potentially break some applications. This fix is therefore released as a major version. ##### :art: Features - Adds support for Document.createRange(). ([#&#8203;450](https://github.com/capricorn86/happy-dom/issues/450)) - Adds full integration of Document.getSelection(). ([#&#8203;450](https://github.com/capricorn86/happy-dom/issues/450)) - Adds partial support for Element.getClientRects(). ([#&#8203;450](https://github.com/capricorn86/happy-dom/issues/450)) - Adds support for Text.splitText(). ([#&#8203;450](https://github.com/capricorn86/happy-dom/issues/450)) ##### :construction_worker_man: Patch fixes - Adds support for <template> elements to XMLSerializer.serializeToString(). ([#&#8203;451](https://github.com/capricorn86/happy-dom/issues/451)) - Fixes issue with HTMLTemplateElement.outerHTML. ([#&#8203;451](https://github.com/capricorn86/happy-dom/issues/451)) </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-06-30 23:04:31 +00:00
renovate force-pushed renovate/happy-dom-6.x from 229b925668 to 215392f661 2022-07-01 09:03:27 +00:00 Compare
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://2093-renovate-happy-dom-6-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://2093-renovate-happy-dom-6-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-07-02 15:37:31 +00:00
dpschen merged commit 4a52fdab1a into main 2022-07-02 15:37:40 +00:00
dpschen deleted branch renovate/happy-dom-6.x 2022-07-02 15:37:40 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.