Skip to content

Commit 946050a

Browse files
authored
Update dependencies and dev dependencies
This includes some URL parsing fixes.
1 parent 0e7b488 commit 946050a

File tree

3 files changed

+244
-207
lines changed

3 files changed

+244
-207
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"repository": "jsdom/jsdom",
2222
"dependencies": {
2323
"abab": "^2.0.6",
24-
"acorn": "^8.8.1",
24+
"acorn": "^8.8.2",
2525
"acorn-globals": "^7.0.0",
2626
"cssstyle": "^3.0.0",
27-
"data-urls": "^3.0.2",
28-
"decimal.js": "^10.4.2",
27+
"data-urls": "^4.0.0",
28+
"decimal.js": "^10.4.3",
2929
"domexception": "^4.0.0",
3030
"escodegen": "^2.0.0",
3131
"form-data": "^4.0.0",
@@ -34,7 +34,7 @@
3434
"https-proxy-agent": "^5.0.1",
3535
"is-potential-custom-element-name": "^1.0.1",
3636
"nwsapi": "^2.2.2",
37-
"parse5": "^7.1.1",
37+
"parse5": "^7.1.2",
3838
"rrweb-cssom": "^0.6.0",
3939
"saxes": "^6.0.0",
4040
"symbol-tree": "^3.2.4",
@@ -43,8 +43,8 @@
4343
"webidl-conversions": "^7.0.0",
4444
"whatwg-encoding": "^2.0.0",
4545
"whatwg-mimetype": "^3.0.0",
46-
"whatwg-url": "^11.0.0",
47-
"ws": "^8.11.0",
46+
"whatwg-url": "^12.0.1",
47+
"ws": "^8.13.0",
4848
"xml-name-validator": "^4.0.0"
4949
},
5050
"peerDependencies": {
@@ -60,7 +60,7 @@
6060
"benchmark": "^2.1.4",
6161
"browserify": "^17.0.0",
6262
"chai": "^4.3.7",
63-
"eslint": "^8.28.0",
63+
"eslint": "^8.36.0",
6464
"eslint-plugin-html": "^7.1.0",
6565
"eslint-plugin-jsdom-internal": "link:./scripts/eslint-plugin",
6666
"js-yaml": "^4.1.0",
@@ -69,15 +69,15 @@
6969
"karma-chrome-launcher": "^3.1.1",
7070
"karma-mocha": "^2.0.1",
7171
"karma-mocha-webworker": "^1.3.0",
72-
"minimatch": "^5.1.0",
73-
"mocha": "^10.1.0",
72+
"minimatch": "^7.4.2",
73+
"mocha": "^10.2.0",
7474
"mocha-sugar-free": "^1.4.0",
75-
"pngjs": "^6.0.0",
76-
"rimraf": "^3.0.2",
75+
"pngjs": "^7.0.0",
76+
"rimraf": "^4.4.0",
7777
"server-destroy": "^1.0.1",
7878
"watchify": "^4.0.0",
7979
"webidl2js": "^17.1.0",
80-
"yargs": "^17.6.2"
80+
"yargs": "^17.7.1"
8181
},
8282
"browser": {
8383
"canvas": false,

test/web-platform-tests/to-run.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -1406,12 +1406,9 @@ url-constructor.any.html**: [fail, Depends on fetch]
14061406
url-constructor.any.worker.html*: [fail, Depends on Worker]
14071407
url-origin.any.html: [fail, Depends on fetch]
14081408
url-setters-a-area.window.html**: [fail, Depends on fetch]
1409-
url-setters-stripping.any.html: [fail, Not implemented]
14101409
url-setters.any.html**: [fail, Depends on fetch]
14111410
url-setters.any.worker.html*: [fail, Depends on Worker]
14121411
urlencoded-parser.any.html: [fail, Depends on fetch]
1413-
urlsearchparams-delete.any.html:
1414-
"Changing the query of a URL with an opaque path can impact the path": [fail, Whitespace stripping is not implemented]
14151412

14161413
---
14171414

0 commit comments

Comments
 (0)