chore(deps): update dependency happy-dom to v3 #1870

Merged
konrad merged 1 commits from renovate/happy-dom-3.x into main 2022-04-26 13:07:27 +00:00
Member

This PR contains the following updates:

Package Type Update Change
happy-dom devDependencies major 2.55.0 -> 3.0.0

Release Notes

capricorn86/happy-dom

v3.0.0

Compare Source

💣 Breaking Changes
  • Changes target language from ES5 to ES2020 (CommonJS will still be used as module system). (#​454)
🎨 Features
  • Makes the Window instance a VM context. (#​454)
  • Adds support for a new window called GlobalWindow, that will run in the global context. (#​454)
👷‍♂️ Patch fixes
  • Solves general problems with globals (Array, Object etc.) inside a VM by contextifying the Window when it is created. (#​454)
Migration from 2.x.x to 3.0.0
  • You may have to transpile Happy DOM to ES5 if the rest of your code is executed using ES5.
  • You no longer have to execute VM.createContext(window) as the default Window class is already a VM context. However, it is not necessary to do this change as the createContext() will just ignore already contextified objects.

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 | [`2.55.0` -> `3.0.0`](https://renovatebot.com/diffs/npm/happy-dom/2.55.0/3.0.0) | --- ### Release Notes <details> <summary>capricorn86/happy-dom</summary> ### [`v3.0.0`](https://github.com/capricorn86/happy-dom/releases/v3.0.0) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v2.55.0...v3.0.0) ##### :bomb: Breaking Changes - Changes target language from ES5 to ES2020 (CommonJS will still be used as module system). ([#&#8203;454](https://github.com/capricorn86/happy-dom/issues/454)) ##### :art: Features - Makes the Window instance a VM context. ([#&#8203;454](https://github.com/capricorn86/happy-dom/issues/454)) - Adds support for a new window called GlobalWindow, that will run in the global context. ([#&#8203;454](https://github.com/capricorn86/happy-dom/issues/454)) ##### :construction_worker_man: Patch fixes - Solves general problems with globals (Array, Object etc.) inside a VM by contextifying the Window when it is created. ([#&#8203;454](https://github.com/capricorn86/happy-dom/issues/454)) ##### Migration from 2.x.x to 3.0.0 - You may have to transpile Happy DOM to ES5 if the rest of your code is executed using ES5. - You no longer have to execute `VM.createContext(window)` as the default Window class is already a [VM context](https://nodejs.org/api/vm.html#vm_vm_createcontext_sandbox_options). However, it is not necessary to do this change as the createContext() will just ignore already contextified objects. </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-04-26 12:02:28 +00:00
renovate added 1 commit 2022-04-26 12:02:29 +00:00
continuous-integration/drone/pr Build is passing Details
31b59e1b87
chore(deps): update dependency happy-dom to v3
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://1870-renovate-happy-dom-3-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://1870-renovate-happy-dom-3-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.
konrad merged commit df5da8add8 into main 2022-04-26 13:07:27 +00:00
konrad deleted branch renovate/happy-dom-3.x 2022-04-26 13:07:27 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.