From 83b2f4894ebf62327d91cd613e0b704a1a42dbfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 09:43:30 -0500 Subject: [PATCH] Bump happy-dom from 12.10.3 to 13.1.4 (#298) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 12.10.3 to 13.1.4.
Release notes

Sourced from happy-dom's releases.

v13.1.4

:construction_worker_man: Patch fixes


Thank you @​aaltepet for your contribution!

v13.1.3

:construction_worker_man: Patch fixes


Thank you @​btea for your contribution!

v13.1.2

:construction_worker_man: Patch fixes


Thank you @​seanogdev for your contribution!

v13.1.1

:construction_worker_man: Patch fixes


Thank you @​takenspc for your contribution!

v13.1.0

:art: Features

v13.0.7

:construction_worker_man: Patch fixes

v13.0.6

:construction_worker_man: Patch fixes

v13.0.5

:construction_worker_man: Patch fixes

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=happy-dom&package-manager=npm_and_yarn&previous-version=12.10.3&new-version=13.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0fcbecf..d1d3dd9 100644 --- a/package.json +++ b/package.json @@ -163,7 +163,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-testing-library": "^6.0.2", "eslint-plugin-unicorn": "^50.0.1", - "happy-dom": "^12.9.0", + "happy-dom": "^13.1.4", "intl-parse-accept-language": "^1.0.0", "is-ip": "5.0.1", "msw": "^2.0.0",