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.0 #520

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps happy-dom from 8.1.4 to 9.1.0.

Release notes

Sourced from happy-dom's releases.

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.

:art: Features

  • Implements Window.fetch(), Window.Request, Window.Response and Window.Headers in Happy DOM, instead of using the "node-fetch" library. The code is based on "node-fetch". This improves the integration for functionality such as FormData, Blob, AbortController and AbortSignal with Window.fetch(). It will also make it possible to add support for ESM while still keeping support for CommonJS.
  • Adds support for FormData. (#585)
  • Adds support for AbortController and AbortSignal. (#470)
  • Adds full support for ValidityState
  • Adds support for the :checked pseudo selector to query selector. (#695)
  • Changes internal logic to favor Element.setAttribute() and Element.removeAttribute() instead of Element.setAttributeNS() and Element.removeAttributeNS() to improve performance
  • Adds support for element name and id as property to HTMLCollection
  • Adds support for HTMLCollection.namedItem()
  • Adds support for HTMLButtonElement.name
  • Adds support for HTMLButtonElement.form
  • Adds support for HTMLButtonElement.checkValidity()
  • Adds support for HTMLFormControlsCollection
  • Improves support for HTMLFormElement.elements
  • Adds support for form element name and id as property to HTMLFormElement
  • Adds support for HTMLFormElement.checkValidity(). It previously just returned "true".
  • Adds support for HTMLFormElement.reportValidity().
  • Adds support for HTMLFormElement.submit().
  • Adds support for HTMLFormElement.reset().
  • Adds support for RadioNodeList.
  • Improves support for HTMLInputElement.checked
  • Adds support for HTMLInputElement.labels
  • Improves performance of HTMLInputElement.form
  • Adds support for HTMLInputElement.checkValidity(). It previously just returned "true".
  • Adds support for HTMLInputElement.reportValidity()
  • Adds support triggering a "click" event on HTMLInputElement to trigger functionality on checkboxes, radio buttons, submit buttons and reset buttons.
  • Improves performance of HTMLLabelElement.form
  • Improves support for HTMLSelectElement.options
  • Adds support for HTMLSelectElement.labels
  • Improves support option index properties in HTMLSelectElement
  • Adds support for HTMLSelectElement.checkValidity().
  • Adds support for HTMLSelectElement.reportValidity()
  • Improves performance of HTMLSelectElement.form
  • Adds support for HTMLSelectElement.validity

... (truncated)

Commits


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 #522.