Geoxor / Amethyst

A cross-platform music player made with Typescript
https://amethyst-geoxor.vercel.app/
MIT License
160 stars 36 forks source link

Bump happy-dom from 9.10.0 to 9.16.0 #544

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps happy-dom from 9.10.0 to 9.16.0.

Release notes

Sourced from happy-dom's releases.

v9.16.0

:art: Features

  • Adds support for encoding HTML entities to the XML parser. (#908)
  • Adds support for escaping text to XMLSerializer.serializeToString(). (#908)

v9.15.0

:art: Features

  • Changes deprecated "shadowroot" attribute to "shadowrootmode" in Declarative Shadow DOM generated by Element.getInnerHTML(). (#898)

Thank you @​crypto-scythe for your contribution!

v9.14.0

:art: Features

  • Adds support for Document.links. (#896)

Thank you @​btea for your contribution!

v9.13.1

:construction_worker_man: Patch fixes

  • Fixes issue related to "@" CSS rules in (e.g. "@-webkit-keyframes") causing an exception to be thrown in CSSStyleDeclaration. (#889)

Thank you @​btea for your contribution!

v9.13.0

:art: Features

  • Improves performance of Element.querySelectorAll(). The performance was decreased after the implementation of document sorting order, due to the fact that it relied on Object.assign() for each match, which is slower than iterating through all matches in the end. (#909)

v9.12.0

:art: Features

  • Adds support for the "of selector" to ":nth-child" and ":nth-last-child" query selectors. (#905)

:construction_worker_man: Patch fixes

  • Fixes bug but where "nth-*" query selectors didn't return the correct elements when prefixing "n" with "-". (#905)

v9.11.0

:art: Features

... (truncated)

Commits
  • a895911 Merge pull request #912 from capricorn86/task/908-domparserparsefromstring-do...
  • 5b3960a Merge branch 'master' of https://github.com/capricorn86/happy-dom into task/9...
  • e711369 #908@​minor: Adds support for endoing HTML entities to the XML parser. Adds su...
  • 2291dc3 Merge pull request #899 from crypto-scythe/task/898-shadowroot-changed-to-sha...
  • b23d564 Merge branch 'master' into task/898-shadowroot-changed-to-shadowrootmode
  • 7f5bd17 Merge pull request #897 from btea/task/896-document-links
  • ae6e4ce Merge branch 'master' into task/896-document-links
  • 359818a Merge pull request #900 from btea/task/889-parsecssrules-error
  • 5a2d54f Merge branch 'master' into task/889-parsecssrules-error
  • 3c5a7cd Merge pull request #910 from capricorn86/task/909-improve-performance-of-quer...
  • 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 #548.