From d471b9dbee40c11492bffdf8ebf17f2e01c61c55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 16:59:43 +0100 Subject: [PATCH] Bump happy-dom from 15.7.4 to 15.10.1 (#3) 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 15.7.4 to 15.10.1.
Release notes

Sourced from happy-dom's releases.

v15.10.1

:construction_worker_man: Patch fixes

v15.10.0

:art: Features

v15.9.0

:art: Features

v15.8.5

:construction_worker_man: Patch fixes

v15.8.4

:construction_worker_man: Patch fixes

v15.8.3

:construction_worker_man: Patch fixes

v15.8.2

:construction_worker_man: Patch fixes

v15.8.1

:construction_worker_man: Patch fixes

v15.8.0

:construction_worker_man: Patch fixes

:art: Features

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=happy-dom&package-manager=npm_and_yarn&previous-version=15.7.4&new-version=15.10.1)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/conterra/reactivity/network/alerts).
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 8485ecc..9ec00c0 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint": "^9.11.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-vue": "^9.28.0", - "happy-dom": "^15.7.4", + "happy-dom": "^15.10.1", "prettier": "^3.3.3", "rimraf": "^6.0.1", "tsx": "^4.19.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0c49381..c201531 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,8 +36,8 @@ importers: specifier: ^9.28.0 version: 9.28.0(eslint@9.11.1) happy-dom: - specifier: ^15.7.4 - version: 15.7.4 + specifier: ^15.10.1 + version: 15.10.1 prettier: specifier: ^3.3.3 version: 3.3.3 @@ -61,7 +61,7 @@ importers: version: 5.4.8(@types/node@22.7.4) vitest: specifier: ^2.1.2 - version: 2.1.2(@types/node@22.7.4)(happy-dom@15.7.4) + version: 2.1.2(@types/node@22.7.4)(happy-dom@15.10.1) packages/reactivity-core: dependencies: @@ -1179,8 +1179,8 @@ packages: graphemer@1.4.0: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} - happy-dom@15.7.4: - resolution: {integrity: sha512-r1vadDYGMtsHAAsqhDuk4IpPvr6N8MGKy5ntBo7tSdim+pWDxus2PNqOcOt8LuDZ4t3KJHE+gCuzupcx/GKnyQ==} + happy-dom@15.10.1: + resolution: {integrity: sha512-FuGnj/qIB4QnBL6fWmD7Wnh6STxevLgOVWB6+nopDGgWG1+t9CXkNB2ldZ+iqwD2UKxD2D0SU8el8A6AX6Q1+g==} engines: {node: '>=18.0.0'} has-flag@4.0.0: @@ -2767,7 +2767,7 @@ snapshots: graphemer@1.4.0: {} - happy-dom@15.7.4: + happy-dom@15.10.1: dependencies: entities: 4.5.0 webidl-conversions: 7.0.0 @@ -3248,7 +3248,7 @@ snapshots: '@types/node': 22.7.4 fsevents: 2.3.3 - vitest@2.1.2(@types/node@22.7.4)(happy-dom@15.7.4): + vitest@2.1.2(@types/node@22.7.4)(happy-dom@15.10.1): dependencies: '@vitest/expect': 2.1.2 '@vitest/mocker': 2.1.2(@vitest/spy@2.1.2)(vite@5.4.8(@types/node@22.7.4)) @@ -3271,7 +3271,7 @@ snapshots: why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 22.7.4 - happy-dom: 15.7.4 + happy-dom: 15.10.1 transitivePeerDependencies: - less - lightningcss