Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

⬆️ Bump happy-dom from 12.10.3 to 13.1.4 #53

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Bumps happy-dom from 12.10.3 to 13.1.4.

Release notes

Sourced from happy-dom's releases.

v13.1.4

👷‍♂️ Patch fixes

  • Adds submitter to SubmitEvent instances dispatched by HTMLInputElement and HTMLButtonElement . (#1173)

Thank you @​aaltepet for your contribution!

v13.1.3

👷‍♂️ Patch fixes

  • Throws an error when providing an invalid selector to querySelector() and querySelectorAll(). (#1170)

Thank you @​btea for your contribution!

v13.1.2

👷‍♂️ Patch fixes

  • Selection.anchorOffset, Selection.baseOffset, Selection.focusOffset and Selection.extendOffset should return 0 when no range has been added. (#1163)

Thank you @​seanogdev for your contribution!

v13.1.1

👷‍♂️ Patch fixes

  • Support whitespace with multiple spaces, line breaks or tabs in DOMTokenList (e.g. <div class=" class1 class2 ">). (#1168)

Thank you @​takenspc for your contribution!

v13.1.0

🎨 Features

  • Makes properties into getters and setters according to spec in all nodes. (#1188)
  • Adds support for adopted stylesheets to Window.getComputedStyle(). (#1188)

v13.0.7

👷‍♂️ Patch fixes

  • Fixes issue related to using fake timers in Vitest making the test get stuck. (#1210)

v13.0.6

👷‍♂️ Patch fixes

  • Fixes problem related to exception thrown when creating a Node in the constructor of a custom element. (#1207)

v13.0.5

👷‍♂️ Patch fixes

... (truncated)

Commits
  • 52487a2 Merge pull request #1174 from aaltepet/fix-form-submitter
  • 61577a0 #1173@​trivial: Adds unit test for submitter to HTMLInputElement.
  • fb026d9 Merge branch 'master' into fix-form-submitter
  • 35a0b3c Merge pull request #1170 from btea/task/0-match-section-invalid-selector
  • 61b3137 #1170@​patch: Throws an error when providing an invalid selector to querySelec...
  • 85ea7d7 Merge branch 'master' into task/0-match-section-invalid-selector
  • 5faca75 Merge pull request #1164 from seanogdev/fix-selection-spec
  • 08ad2c7 Merge branch 'master' into fix-selection-spec
  • 43e73a7 Merge branch 'master' into fix-form-submitter
  • ee4eb6f Merge pull request #1169 from takenspc/task/1168-normalize-whitespace
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ignore-for-release Exclude from Release Notes. labels Jan 15, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/happy-dom-13.1.4 branch 5 times, most recently from a6591db to d848fdc Compare January 18, 2024 05:09
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 12.10.3 to 13.1.4.
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v12.10.3...v13.1.4)

---
updated-dependencies:
- dependency-name: happy-dom
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/happy-dom-13.1.4 branch from d848fdc to 0b63484 Compare January 18, 2024 05:12
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2024

Superseded by #78.

@dependabot dependabot bot closed this Jan 22, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/happy-dom-13.1.4 branch January 22, 2024 04:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
@apps/frontend dependencies Pull requests that update a dependency file ignore-for-release Exclude from Release Notes. @packages/ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants