Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency happy-dom to v8.9.0 #228

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
happy-dom 8.1.4 -> 8.9.0 age adoption passing confidence

Release Notes

capricorn86/happy-dom (happy-dom)

v8.9.0

Compare Source

🎨 Features
  • Add support for the Audio class to Window. (#​778)

v8.8.0

Compare Source

🎨 Features

v8.7.6

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes
  • Fixes encoding error in XMLHttpRequest with responses other charsets than UTF-8. (#​783)

v8.7.5

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes
  • Fixes issue with parsing conditional comments (e.g "<!--[if IE 8]>") in XMLParser. (#​519)

v8.7.4

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes
  • Add self equality check in the Node.contains() method. (#​776)

v8.7.3

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes
  • Adds support for Document.visibilityState and Document.hidden. (#​774)

v8.7.2

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes
  • Changes "blur" event to not bubble when executing HTMLElement.blur(). (#​771)
  • Changes "focus" event to not bubble when executing HTMLElement.focus(). (#​771)

v8.7.1

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes
  • Convert value to string in HTMLInputElement.value. (#​729)

v8.7.0

Compare Source

🎨 Features

v8.6.0

Compare Source

🎨 Features
  • Adds support for sending in "options" as a parameter to EventTarget.addEventListener(). Only the "once" option is currently supported, but we will add more in the future. (#​700)

v8.5.0

Compare Source

🎨 Features
  • Adds support for Window.SVGGraphicsElement. (#​761)

v8.4.4

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes
  • Fixes a bug related to the HTML parser parsing HTML comment tags inside <script> tags. (#​759)

v8.4.3

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes
  • Fixes issue related to pseudo :not query selectors not matching element. (#​753)

v8.4.2

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes
  • Replaces properties by getters in Navigator, so that it is possible to spy on them with Jest. (#​755)

v8.4.1

Compare Source

v8.4.0

Compare Source

🎨 Features
  • Adds support for Element.toggleAttribute(). (#​724)

v8.3.2

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes
  • Fixes problems with the release build after migrating to Turbo repo. (#​747 )

v8.3.1

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes
  • Fixes problems with the release build after migrating to Turbo repo. (#​747 )

v8.3.0

Compare Source

🎨 Features

v8.2.6

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes
  • Adds support for using dots in attribute query selectors. (#​715 )

v8.2.5

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes
  • Adds support for passing arguments to the callback in Window.setTimeout() and Window.setInterval(). (#​712)

v8.2.4

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes
  • Fixes handling of falsy values in CustomEvent.detail. (#​701)

v8.2.3

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes
  • Properly detect ShadowRoot boundary when constructing composed path in Event.composedPath(). (#​709)

v8.2.2

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes
  • Fixes an issue in MutationObserver.disconnect() where it throws an error if MutationObserver.observe() has not been called first. (#​659)

v8.2.1

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes
  • Upgrades Jest dependencies to 29.4.0. (#​697)

v8.2.0

Compare Source

🎨 Features
  • Renames NodeUtility.nodeEquals() to NodeUtility.isEqualNode() to make it easier to find, as isEqualNode is how it is named in the spec. (#​656)

v8.1.5

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes
  • Renames the conditionalText property to conditionText in CSSContainerRule and CSSMediaRule according to spec. (#​692)
🎨 Features
  • Adds support for CSSSupportsRule (@supports) to the CSS parser. (#​693)

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

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

@renovate renovate bot changed the title Update dependency happy-dom to v8.2.0 Update dependency happy-dom to v8.2.2 Jan 31, 2023
@renovate renovate bot changed the title Update dependency happy-dom to v8.2.2 Update dependency happy-dom to v8.2.3 Feb 2, 2023
@renovate renovate bot force-pushed the renovate/happy-dom-8.x branch 2 times, most recently from 740a0a8 to 79776de Compare February 3, 2023 19:25
@renovate renovate bot changed the title Update dependency happy-dom to v8.2.3 Update dependency happy-dom to v8.2.6 Feb 3, 2023
@renovate renovate bot force-pushed the renovate/happy-dom-8.x branch 2 times, most recently from a791b09 to 2119528 Compare February 9, 2023 20:34
@renovate renovate bot changed the title Update dependency happy-dom to v8.2.6 Update dependency happy-dom to v8.3.2 Feb 13, 2023
@renovate renovate bot force-pushed the renovate/happy-dom-8.x branch 2 times, most recently from 852e781 to 50c73c8 Compare February 15, 2023 00:34
@renovate renovate bot changed the title Update dependency happy-dom to v8.3.2 Update dependency happy-dom to v8.4.0 Feb 15, 2023
@renovate renovate bot changed the title Update dependency happy-dom to v8.4.0 Update dependency happy-dom to v8.4.2 Feb 16, 2023
@socket-security
Copy link

socket-security bot commented Feb 16, 2023

πŸ‘ Dependency issues cleared. Learn more about Socket for GitHub β†—οΈŽ

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

Next steps

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

@renovate renovate bot changed the title Update dependency happy-dom to v8.4.2 Update dependency happy-dom to v8.4.3 Feb 17, 2023
@renovate renovate bot changed the title Update dependency happy-dom to v8.4.3 Update dependency happy-dom to v8.4.4 Feb 17, 2023
@renovate renovate bot force-pushed the renovate/happy-dom-8.x branch 2 times, most recently from 1247a09 to f9e2c47 Compare February 18, 2023 21:11
@renovate renovate bot changed the title Update dependency happy-dom to v8.4.4 Update dependency happy-dom to v8.5.0 Feb 18, 2023
@renovate renovate bot changed the title Update dependency happy-dom to v8.5.0 Update dependency happy-dom to v8.6.0 Feb 19, 2023
@renovate renovate bot changed the title Update dependency happy-dom to v8.6.0 Update dependency happy-dom to v8.7.0 Feb 21, 2023
@renovate renovate bot changed the title Update dependency happy-dom to v8.7.0 Update dependency happy-dom to v8.7.1 Feb 21, 2023
@renovate renovate bot force-pushed the renovate/happy-dom-8.x branch 2 times, most recently from af766ea to 1c6ed94 Compare February 23, 2023 15:57
@renovate renovate bot changed the title Update dependency happy-dom to v8.7.1 Update dependency happy-dom to v8.7.2 Feb 23, 2023
@renovate renovate bot changed the title Update dependency happy-dom to v8.7.2 Update dependency happy-dom to v8.9.0 Feb 25, 2023
@socket-security
Copy link

New and updated dependency changes detected. Learn more about Socket for GitHub β†—οΈŽ

Packages Version New capabilities Transitives1 Size Publisher
happy-dom ⬆️ 8.1.4...8.9.0 None +0/-0 2.92 MB davidortner

Footnotes

  1. https://docs.socket.dev ↩

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants