altai-ui / qui-max

A Vue 3.x Neumorphic design system for Web. Written in TypeScript with Composition API 🔥
https://quimax.dev
MIT License
277 stars 30 forks source link

build(deps-dev): bump happy-dom from 2.50.0 to 3.1.1 #287

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps happy-dom from 2.50.0 to 3.1.1.

Release notes

Sourced from happy-dom's releases.

v3.1.1

:construction_worker_man: Patch fixes

  • Fixes problem with Vitest hanging in some scenarios. It was caused by the import of the package "sync-request". This fix reverts back to use "require()" when needed instead of using "import". (#462)

v3.1.0

:art: Features

  • Adds support for Window.getSelection(). (#457)

v3.0.0

:bomb: Breaking Changes

  • Changes target language from ES5 to ES2020 (CommonJS will still be used as module system). (#454)

:art: 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)

:construction_worker_man: Patch fixes

  • Solves general problems with globals (Array, Object etc.) inside a VM by contextifying the Window when it is created. (#454)

Migration from v2.x.x to v3.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.

v2.55.0

:art: Features

  • Adds support for HTMLBaseElement. (#429)
  • Adds support for Node.baseURI. (#429)

v2.54.0

:art: Features

  • Adds support for HTMLInputElement.setCustomValidity(), HTMLInputElement.reportValidity() and HTMLInputElement.validationMessage. (#442)

v2.53.1

:construction_worker_man: Patch fixes

  • Adds support for sending in other values than strings as tag name to Document.createElement() and Document.createElementNS(). (#422)

v2.53.0

:art: Features

  • Adds support for setting and deleting values in the HTMLElement.dataset object. The changes will be reflected to the attributes of the element. (#405)
  • Improves performance of Element.getAttributeNS() which is used in many places within Happy DOM. (#405)

... (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)
netlify[bot] commented 2 years ago

Deploy Preview for qui-docs canceled.

Name Link
Latest commit d913594a75497eb406e05fe3ba58c5c182aee3ea
Latest deploy log https://app.netlify.com/sites/qui-docs/deploys/6274ec91af90a900082465f8
netlify[bot] commented 2 years ago

Deploy Preview for qui-max ready!

Name Link
Latest commit d913594a75497eb406e05fe3ba58c5c182aee3ea
Latest deploy log https://app.netlify.com/sites/qui-max/deploys/6274ec91f6a2da00087ffd8a
Deploy Preview https://deploy-preview-287--qui-max.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

ViZhe commented 2 years ago

@dependabot rebase

dependabot[bot] commented 2 years ago

Looks like happy-dom is up-to-date now, so this is no longer needed.