Skip to content

Commit 9fa2d77

Browse files
chore(deps): bump jsdom to ^20.0.0 (#849)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 93fe7ef commit 9fa2d77

File tree

3 files changed

+62
-17
lines changed

3 files changed

+62
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"jest-environment-jsdom": "^28.0.0",
6363
"jest-junit": "^13.0.0",
6464
"js-yaml": "^4.1.0",
65-
"jsdom": "^19.0.0",
65+
"jsdom": "^20.0.0",
6666
"minimatch": "^5.0.0",
6767
"mocha": "^10.0.0",
6868
"mocha-sugar-free": "^1.4.0",

tests/build/fixtures/ava-ts-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@types/react-dom": "^18.0.0",
99
"@types/testing-library__react": "^10.0.1",
1010
"ava": "^4.0.0",
11-
"jsdom": "^19.0.0",
11+
"jsdom": "^20.0.0",
1212
"react": "^18.0.0",
1313
"react-dom": "^18.0.0",
1414
"ts-node": "^10.0.0",

yarn.lock

Lines changed: 60 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1871,7 +1871,7 @@ acorn@^7.1.1, acorn@^7.4.0:
18711871
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
18721872
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
18731873

1874-
acorn@^8.5.0:
1874+
acorn@^8.5.0, acorn@^8.7.1:
18751875
version "8.7.1"
18761876
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
18771877
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
@@ -2701,7 +2701,7 @@ dashdash@^1.12.0:
27012701
dependencies:
27022702
assert-plus "^1.0.0"
27032703

2704-
data-urls@^3.0.1:
2704+
data-urls@^3.0.1, data-urls@^3.0.2:
27052705
version "3.0.2"
27062706
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-3.0.2.tgz#9cf24a477ae22bcef5cd5f6f0bfbc1d2d3be9143"
27072707
integrity sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==
@@ -2902,6 +2902,11 @@ enquirer@^2.3.0, enquirer@^2.3.5, enquirer@^2.3.6:
29022902
dependencies:
29032903
ansi-colors "^4.1.1"
29042904

2905+
entities@^4.3.0:
2906+
version "4.3.0"
2907+
resolved "https://registry.yarnpkg.com/entities/-/entities-4.3.0.tgz#62915f08d67353bb4eb67e3d62641a4059aec656"
2908+
integrity sha512-/iP1rZrSEJ0DTlPiX+jbzlA3eVkY/e8L8SozroF395fIqE3TYF/Nz7YOMAawta+vLmyJ/hkGNNPcSbMADCCXbg==
2909+
29052910
error-ex@^1.3.1:
29062911
version "1.3.2"
29072912
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
@@ -3586,7 +3591,7 @@ http-signature@~1.3.6:
35863591
jsprim "^2.0.2"
35873592
sshpk "^1.14.1"
35883593

3589-
https-proxy-agent@^5.0.0:
3594+
https-proxy-agent@^5.0.0, https-proxy-agent@^5.0.1:
35903595
version "5.0.1"
35913596
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
35923597
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
@@ -4328,6 +4333,39 @@ jsdom@^19.0.0:
43284333
ws "^8.2.3"
43294334
xml-name-validator "^4.0.0"
43304335

4336+
jsdom@^20.0.0:
4337+
version "20.0.0"
4338+
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-20.0.0.tgz#882825ac9cc5e5bbee704ba16143e1fa78361ebf"
4339+
integrity sha512-x4a6CKCgx00uCmP+QakBDFXwjAJ69IkkIWHmtmjd3wvXPcdOS44hfX2vqkOQrVrq8l9DhNNADZRXaCEWvgXtVA==
4340+
dependencies:
4341+
abab "^2.0.6"
4342+
acorn "^8.7.1"
4343+
acorn-globals "^6.0.0"
4344+
cssom "^0.5.0"
4345+
cssstyle "^2.3.0"
4346+
data-urls "^3.0.2"
4347+
decimal.js "^10.3.1"
4348+
domexception "^4.0.0"
4349+
escodegen "^2.0.0"
4350+
form-data "^4.0.0"
4351+
html-encoding-sniffer "^3.0.0"
4352+
http-proxy-agent "^5.0.0"
4353+
https-proxy-agent "^5.0.1"
4354+
is-potential-custom-element-name "^1.0.1"
4355+
nwsapi "^2.2.0"
4356+
parse5 "^7.0.0"
4357+
saxes "^6.0.0"
4358+
symbol-tree "^3.2.4"
4359+
tough-cookie "^4.0.0"
4360+
w3c-hr-time "^1.0.2"
4361+
w3c-xmlserializer "^3.0.0"
4362+
webidl-conversions "^7.0.0"
4363+
whatwg-encoding "^2.0.0"
4364+
whatwg-mimetype "^3.0.0"
4365+
whatwg-url "^11.0.0"
4366+
ws "^8.8.0"
4367+
xml-name-validator "^4.0.0"
4368+
43314369
jsesc@^2.5.1:
43324370
version "2.5.2"
43334371
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
@@ -4657,7 +4695,7 @@ min-indent@^1.0.0:
46574695
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
46584696
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
46594697

4660-
4698+
[email protected], minimatch@^3.0.4:
46614699
version "3.0.4"
46624700
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
46634701
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
@@ -4671,13 +4709,6 @@ [email protected], minimatch@^5.0.0:
46714709
dependencies:
46724710
brace-expansion "^2.0.1"
46734711

4674-
minimatch@^3.0.4:
4675-
version "3.1.2"
4676-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
4677-
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
4678-
dependencies:
4679-
brace-expansion "^1.1.7"
4680-
46814712
minimist-options@^4.0.2:
46824713
version "4.1.0"
46834714
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -4980,6 +5011,13 @@ [email protected]:
49805011
resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b"
49815012
integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==
49825013

5014+
parse5@^7.0.0:
5015+
version "7.0.0"
5016+
resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.0.0.tgz#51f74a5257f5fcc536389e8c2d0b3802e1bfa91a"
5017+
integrity sha512-y/t8IXSPWTuRZqXc0ajH/UwDj4mnqLEbSttNbThcFhGrZuOyoyvNBO85PBp2jQa55wY9d07PBNjsK8ZP3K5U6g==
5018+
dependencies:
5019+
entities "^4.3.0"
5020+
49835021
path-exists@^4.0.0:
49845022
version "4.0.0"
49855023
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
@@ -5484,6 +5522,13 @@ saxes@^5.0.1:
54845522
dependencies:
54855523
xmlchars "^2.2.0"
54865524

5525+
saxes@^6.0.0:
5526+
version "6.0.0"
5527+
resolved "https://registry.yarnpkg.com/saxes/-/saxes-6.0.0.tgz#fe5b4a4768df4f14a201b1ba6a65c1f3d9988cc5"
5528+
integrity sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==
5529+
dependencies:
5530+
xmlchars "^2.2.0"
5531+
54875532
"semver@2 || 3 || 4 || 5", semver@^5.4.1, semver@^5.5.0, semver@^5.6.0:
54885533
version "5.7.1"
54895534
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
@@ -6272,10 +6317,10 @@ write-file-atomic@^4.0.1:
62726317
imurmurhash "^0.1.4"
62736318
signal-exit "^3.0.7"
62746319

6275-
ws@^8.2.3:
6276-
version "8.5.0"
6277-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f"
6278-
integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==
6320+
ws@^8.2.3, ws@^8.8.0:
6321+
version "8.8.0"
6322+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.8.0.tgz#8e71c75e2f6348dbf8d78005107297056cb77769"
6323+
integrity sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==
62796324

62806325
xml-name-validator@^4.0.0:
62816326
version "4.0.0"

0 commit comments

Comments
 (0)