mya-ake / vue-window-size

Provides reactivity window size properties for Vue.js
https://www.npmjs.com/package/vue-window-size
MIT License
122 stars 5 forks source link

chore(deps-dev): bump happy-dom from 8.1.4 to 9.1.7 #522

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps happy-dom from 8.1.4 to 9.1.7.

Release notes

Sourced from happy-dom's releases.

v9.1.7

:construction_worker_man: Patch fixes

  • Fixes SVGElement.ownerSVGElement, so that it doesn't end up in an infinity loop. (#811)

v9.1.6

:construction_worker_man: Patch fixes

  • Fix for @happy-dom/jest-environment, so that is will use the configured URL of the jest config. (#800)

v9.1.5

:construction_worker_man: Patch fixes

  • Fix for handling "null", "undefined" or empty string query selectors according to spec. (#642)

v9.1.4

:construction_worker_man: Patch fixes

  • Changes the behavior DOMTokenList.supports(), so that it always returns false instead of throwing an exception. This will fix problems with integration in frameworks such as SolidJS. (#822)

v9.1.3

:construction_worker_man: Patch fixes

  • Unset previous cookie. (#813)
  • Fixes issue with parsing a form containing fields using the same name (other than checkbox and radio) in FormData. (#835)
  • Fixes issue related to parsing \<template> tags in XMLParser. (#834)
  • Fixes issue related to element not be removed from previous parent Element.children collection when inserted into a new parent. (#834)
  • Fixes issue related to HTMLTemplateElement.previousSibling and HTMLTemplateElement.nextSibling always being null. (#834)
  • Fixes issue with the property 'border-bottom-left-radius' having a typo, causing the parsing of CSS to be wrong for this property. (#834)
  • Adds check that disables the possibility to prevent default behavior of events when the listener is passive. (#834)

:art: Features

  • Adds support for Event.cancelBubble. (#834)

v9.1.0

:art: Features

  • Adds support for HTMLTextAreaElement.select(). (#691)

v9.0.1

:construction_worker_man: Patch fixes

  • Adds support for triggering submit or reset of form when clicking on a button. (#527)

v9.0.0

:bomb: Breaking Changes

  • This release doesn't contain any expected breaking changes, but as it contains many major internal changes and there is a risk that it introduces bugs, it felt safer to release it with a major version number.

... (truncated)

Commits
  • fa2d574 Merge pull request #812 from linghaoSu/task/811-svg-ownerSVGElement
  • 22d6fde Merge branch 'master' into task/811-svg-ownerSVGElement
  • 5d35044 Merge pull request #801 from CSchulz/patch-8
  • 2f97132 Merge branch 'master' into patch-8
  • f75f5e2 Merge pull request #797 from btea/task/642-selector-judgment
  • 20a9d63 Merge branch 'master' into patch-8
  • 58c4e0c Merge branch 'master' into task/642-selector-judgment
  • 0b5760b Merge pull request #822 from ekwoka/tokenlist
  • 5af9f07 Merge branch 'master' into tokenlist
  • 959317f Merge pull request #814 from btea/task/813-unset-previous-cookie
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #524.