Skip to content

Commit d58b43f

Browse files
build(deps-dev): bump the happy-dom group with 2 updates (#13772)
* build(deps-dev): bump the happy-dom group with 2 updates Bumps the happy-dom group with 2 updates: [@happy-dom/jest-environment](https://github.com/capricorn86/happy-dom) and [happy-dom](https://github.com/capricorn86/happy-dom). Updates `@happy-dom/jest-environment` from 20.6.2 to 20.7.0 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v20.6.2...v20.7.0) Updates `happy-dom` from 20.6.2 to 20.7.0 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v20.6.2...v20.7.0) --- updated-dependencies: - dependency-name: "@happy-dom/jest-environment" dependency-version: 20.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: happy-dom - dependency-name: happy-dom dependency-version: 20.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: happy-dom ... Signed-off-by: dependabot[bot] <support@github.com> * cache * update query selector --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Moore <aaron.moore@bbc.co.uk>
1 parent 82f1280 commit d58b43f

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed
Binary file not shown.
Binary file not shown.

.yarn/cache/happy-dom-npm-20.6.2-688b0430db-b3800da892.zip renamed to .yarn/cache/happy-dom-npm-20.8.3-bd8c42afd1-57b2fd3186.zip

2.36 MB
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"@esbuild/linux-x64": "0.27.3",
160160
"@esbuild/win32-arm64": "0.27.3",
161161
"@esbuild/win32-x64": "0.27.3",
162-
"@happy-dom/jest-environment": "20.6.2",
162+
"@happy-dom/jest-environment": "20.7.0",
163163
"@jest/environment": "30.2.0",
164164
"@jest/globals": "30.2.0",
165165
"@loadable/babel-plugin": "5.16.1",
@@ -218,7 +218,7 @@
218218
"eslint-plugin-prettier": "5.5.4",
219219
"eslint-plugin-react": "7.37.5",
220220
"eslint-plugin-react-hooks": "5.2.0",
221-
"happy-dom": "20.6.2",
221+
"happy-dom": "20.7.0",
222222
"husky": "9.1.7",
223223
"jest": "30.2.0",
224224
"jest-environment-jsdom": "30.2.0",

src/integration/common/analytics.amp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default () => {
99

1010
it(`${type}`, () => {
1111
const script = analyticsEl.querySelector(
12-
'script[type="application/json"',
12+
'script[type="application/json"]',
1313
);
1414
expect(script).toBeInTheDocument();
1515
expect(script.textContent).toBeTruthy();

ws-nextjs-app/integration/common/analytics.amp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default () => {
99

1010
it(`${type}`, () => {
1111
const script = analyticsEl.querySelector(
12-
'script[type="application/json"',
12+
'script[type="application/json"]',
1313
);
1414
expect(script).toBeInTheDocument();
1515
expect(script?.textContent).toBeTruthy();

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3385,18 +3385,18 @@ __metadata:
33853385
languageName: node
33863386
linkType: hard
33873387

3388-
"@happy-dom/jest-environment@npm:20.6.2":
3389-
version: 20.6.2
3390-
resolution: "@happy-dom/jest-environment@npm:20.6.2"
3388+
"@happy-dom/jest-environment@npm:20.7.0":
3389+
version: 20.7.0
3390+
resolution: "@happy-dom/jest-environment@npm:20.7.0"
33913391
dependencies:
3392-
happy-dom: "npm:^20.6.2"
3392+
happy-dom: "npm:^20.7.0"
33933393
peerDependencies:
33943394
"@jest/environment": ">=25.0.0"
33953395
"@jest/fake-timers": ">=25.0.0"
33963396
"@jest/types": ">=25.0.0"
33973397
jest-mock: ">=25.0.0"
33983398
jest-util: ">=25.0.0"
3399-
checksum: 10/4b6fc4bad812e3abcb52efddb9aab513e3069cf4679a22b51790831c8b56ff29d76a36e2a2bc488d321b9f2bd1b73b4c686c4d07b65d2357d381e4ea79789086
3399+
checksum: 10/07db6c6162a75eae8df73710599921a72ab77736d694d5f514ad36f63ed47a30457f3f8b84eddb9566fa588b2541d97adce817cf3cdef04acca43748406286c9
34003400
languageName: node
34013401
linkType: hard
34023402

@@ -11857,31 +11857,31 @@ __metadata:
1185711857
languageName: node
1185811858
linkType: hard
1185911859

11860-
"happy-dom@npm:20.6.2":
11861-
version: 20.6.2
11862-
resolution: "happy-dom@npm:20.6.2"
11860+
"happy-dom@npm:20.7.0":
11861+
version: 20.7.0
11862+
resolution: "happy-dom@npm:20.7.0"
1186311863
dependencies:
1186411864
"@types/node": "npm:>=20.0.0"
1186511865
"@types/whatwg-mimetype": "npm:^3.0.2"
1186611866
"@types/ws": "npm:^8.18.1"
1186711867
entities: "npm:^7.0.1"
1186811868
whatwg-mimetype: "npm:^3.0.0"
1186911869
ws: "npm:^8.18.3"
11870-
checksum: 10/b3800da892a63a1676d654ba273c83dc0e19166193a0815217dda5cfbed268f0046235bb6cbb81d8122fbbf062bcaf68660e604e6b18f12e8e50f9441fdc726d
11870+
checksum: 10/78b4faff61c1c812fb37d3438c91668b07dac164980a9f71f9addcc66fc4f099de0657d8daa871395fe61312ee7222d3d750ba573ffea03eccc312ce4d59f271
1187111871
languageName: node
1187211872
linkType: hard
1187311873

11874-
"happy-dom@npm:^20.6.2":
11875-
version: 20.7.0
11876-
resolution: "happy-dom@npm:20.7.0"
11874+
"happy-dom@npm:^20.7.0":
11875+
version: 20.8.3
11876+
resolution: "happy-dom@npm:20.8.3"
1187711877
dependencies:
1187811878
"@types/node": "npm:>=20.0.0"
1187911879
"@types/whatwg-mimetype": "npm:^3.0.2"
1188011880
"@types/ws": "npm:^8.18.1"
1188111881
entities: "npm:^7.0.1"
1188211882
whatwg-mimetype: "npm:^3.0.0"
1188311883
ws: "npm:^8.18.3"
11884-
checksum: 10/78b4faff61c1c812fb37d3438c91668b07dac164980a9f71f9addcc66fc4f099de0657d8daa871395fe61312ee7222d3d750ba573ffea03eccc312ce4d59f271
11884+
checksum: 10/57b2fd3186637728f7f8707b538ffcea7eaa651b14441abc15b289fd2b8632d573080a253ccebf3de20b9a61ba7201837ef5d4e4860ff37267c5c9b3fb21371c
1188511885
languageName: node
1188611886
linkType: hard
1188711887

@@ -17517,7 +17517,7 @@ __metadata:
1751717517
"@esbuild/linux-x64": "npm:0.27.3"
1751817518
"@esbuild/win32-arm64": "npm:0.27.3"
1751917519
"@esbuild/win32-x64": "npm:0.27.3"
17520-
"@happy-dom/jest-environment": "npm:20.6.2"
17520+
"@happy-dom/jest-environment": "npm:20.7.0"
1752117521
"@jest/environment": "npm:30.2.0"
1752217522
"@jest/globals": "npm:30.2.0"
1752317523
"@loadable/babel-plugin": "npm:5.16.1"
@@ -17585,7 +17585,7 @@ __metadata:
1758517585
eslint-plugin-react-hooks: "npm:5.2.0"
1758617586
express: "npm:4.21.2"
1758717587
express-static-gzip: "npm:3.0.0"
17588-
happy-dom: "npm:20.6.2"
17588+
happy-dom: "npm:20.7.0"
1758917589
helmet: "npm:8.1.0"
1759017590
husky: "npm:9.1.7"
1759117591
intersection-observer: "npm:0.12.2"

0 commit comments

Comments
 (0)