Skip to content

Commit

Permalink
Update dependencies and dev dependencies
Browse files Browse the repository at this point in the history
This includes some URL parsing fixes.
  • Loading branch information
domenic committed Mar 12, 2023
1 parent 0e7b488 commit 946050a
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 207 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"repository": "jsdom/jsdom",
"dependencies": {
"abab": "^2.0.6",
"acorn": "^8.8.1",
"acorn": "^8.8.2",
"acorn-globals": "^7.0.0",
"cssstyle": "^3.0.0",
"data-urls": "^3.0.2",
"decimal.js": "^10.4.2",
"data-urls": "^4.0.0",
"decimal.js": "^10.4.3",
"domexception": "^4.0.0",
"escodegen": "^2.0.0",
"form-data": "^4.0.0",
Expand All @@ -34,7 +34,7 @@
"https-proxy-agent": "^5.0.1",
"is-potential-custom-element-name": "^1.0.1",
"nwsapi": "^2.2.2",
"parse5": "^7.1.1",
"parse5": "^7.1.2",
"rrweb-cssom": "^0.6.0",
"saxes": "^6.0.0",
"symbol-tree": "^3.2.4",
Expand All @@ -43,8 +43,8 @@
"webidl-conversions": "^7.0.0",
"whatwg-encoding": "^2.0.0",
"whatwg-mimetype": "^3.0.0",
"whatwg-url": "^11.0.0",
"ws": "^8.11.0",
"whatwg-url": "^12.0.1",
"ws": "^8.13.0",
"xml-name-validator": "^4.0.0"
},
"peerDependencies": {
Expand All @@ -60,7 +60,7 @@
"benchmark": "^2.1.4",
"browserify": "^17.0.0",
"chai": "^4.3.7",
"eslint": "^8.28.0",
"eslint": "^8.36.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-jsdom-internal": "link:./scripts/eslint-plugin",
"js-yaml": "^4.1.0",
Expand All @@ -69,15 +69,15 @@
"karma-chrome-launcher": "^3.1.1",
"karma-mocha": "^2.0.1",
"karma-mocha-webworker": "^1.3.0",
"minimatch": "^5.1.0",
"mocha": "^10.1.0",
"minimatch": "^7.4.2",
"mocha": "^10.2.0",
"mocha-sugar-free": "^1.4.0",
"pngjs": "^6.0.0",
"rimraf": "^3.0.2",
"pngjs": "^7.0.0",
"rimraf": "^4.4.0",
"server-destroy": "^1.0.1",
"watchify": "^4.0.0",
"webidl2js": "^17.1.0",
"yargs": "^17.6.2"
"yargs": "^17.7.1"
},
"browser": {
"canvas": false,
Expand Down
3 changes: 0 additions & 3 deletions test/web-platform-tests/to-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1406,12 +1406,9 @@ url-constructor.any.html**: [fail, Depends on fetch]
url-constructor.any.worker.html*: [fail, Depends on Worker]
url-origin.any.html: [fail, Depends on fetch]
url-setters-a-area.window.html**: [fail, Depends on fetch]
url-setters-stripping.any.html: [fail, Not implemented]
url-setters.any.html**: [fail, Depends on fetch]
url-setters.any.worker.html*: [fail, Depends on Worker]
urlencoded-parser.any.html: [fail, Depends on fetch]
urlsearchparams-delete.any.html:
"Changing the query of a URL with an opaque path can impact the path": [fail, Whitespace stripping is not implemented]

---

Expand Down

0 comments on commit 946050a

Please sign in to comment.