Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
Closes #1832 and closes #2204 by allowing us to enable the web platform tests that confirm those issues are fixed.

Also re-pins parse5 to an exact version, and adds a comment explaining the situation. c854cc4 accidentally unpinned it while upgrading.
  • Loading branch information
Zirro authored and domenic committed Aug 18, 2018
1 parent 0c100a3 commit 4b5909c
Show file tree
Hide file tree
Showing 3 changed files with 307 additions and 402 deletions.
39 changes: 21 additions & 18 deletions package.json
Expand Up @@ -20,57 +20,60 @@
"repository": "jsdom/jsdom",
"dependencies": {
"abab": "^2.0.0",
"acorn": "^5.5.3",
"acorn": "^5.7.1",
"acorn-globals": "^4.1.0",
"array-equal": "^1.0.0",
"cssom": ">= 0.3.2 < 0.4.0",
"cssstyle": "^1.0.0",
"data-urls": "^1.0.0",
"domexception": "^1.0.1",
"escodegen": "^1.9.1",
"escodegen": "^1.11.0",
"html-encoding-sniffer": "^1.0.2",
"nwsapi": "^2.0.7",
"parse5": "^5.0.0",
"nwsapi": "^2.0.8",
"parse5": "5.0.0",
"pn": "^1.1.0",
"request": "^2.87.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"sax": "^1.2.4",
"symbol-tree": "^3.2.2",
"tough-cookie": "^2.3.4",
"tough-cookie": "^2.4.3",
"w3c-hr-time": "^1.0.1",
"webidl-conversions": "^4.0.2",
"whatwg-encoding": "^1.0.3",
"whatwg-encoding": "^1.0.4",
"whatwg-mimetype": "^2.1.0",
"whatwg-url": "^6.4.1",
"ws": "^5.2.0",
"whatwg-url": "^6.5.0",
"ws": "^6.0.0",
"xml-name-validator": "^3.0.0"
},
"_dependenciesComments": {
"parse5": "Pinned to exact version number because we monkeypatch its internals (see htmltodom.js)"
},
"devDependencies": {
"benchmark": "1.0.0",
"browserify": "^14.5.0",
"browserify": "^16.2.2",
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-find-rules": "^3.2.3",
"eslint-plugin-html": "^4.0.3",
"js-yaml": "^3.11.0",
"eslint-find-rules": "^3.3.1",
"eslint-plugin-html": "^4.0.5",
"js-yaml": "^3.12.0",
"karma": "^1.7.1",
"karma-browserify": "^5.2.0",
"karma-browserify": "^5.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-webworker": "^1.3.0",
"karma-sauce-launcher": "^1.2.0",
"minimatch": "^3.0.4",
"mocha": "^3.5.2",
"mocha-sugar-free": "^1.3.1",
"mocha-sugar-free": "^1.4.0",
"optimist": "0.6.1",
"portfinder": "^1.0.13",
"portfinder": "^1.0.16",
"q": "^1.5.1",
"rimraf": "^2.6.2",
"server-destroy": "^1.0.1",
"st": "^1.2.2",
"watchify": "^3.11.0",
"wd": "^1.7.0",
"webidl2js": "^9.0.0"
"wd": "^1.10.3",
"webidl2js": "^9.0.1"
},
"browser": {
"canvas": false,
Expand Down
3 changes: 0 additions & 3 deletions test/web-platform-tests/to-run.yaml
Expand Up @@ -146,11 +146,9 @@ Element-getElementsByTagName-change-document-HTMLNess.html: [fail, Unknown]
Element-insertAdjacentElement.html: [fail, Not implemented]
Element-insertAdjacentText.html: [fail, Not implemented]
Element-lastElementChild-xhtml.xhtml: [fail, Unknown]
Element-matches.html: [fail, Unknown]
Element-nextElementSibling-xhtml.xhtml: [fail, Unknown]
Element-previousElementSibling-xhtml.xhtml: [fail, Unknown]
Element-siblingElement-null-xhtml.xhtml: [fail, Unknown]
Element-webkitMatchesSelector.html: [fail, Unknown]
MutationObserver-**: [fail, Not implemented]
Node-appendChild.html: [fail, Unknown]
Node-childNodes.html: [fail, Unknown]
Expand All @@ -160,7 +158,6 @@ Node-isConnected.html: [fail, Last two tests with <iframe> are failing]
Node-isEqualNode-xhtml.xhtml: [timeout, Unknown]
Node-replaceChild.html: [fail, Unknown]
ParentNode-querySelector-All-xht.xht: [fail, Unknown]
ParentNode-querySelector-All.html: [fail, nwsapi edge case with invalid pseudo-classes, https://github.com/dperini/nwsapi/issues/17]
ProcessingInstruction-escapes-1.xhtml: [fail, Unknown]
ProcessingInstruction-literal-1.xhtml: [fail, Unknown]
Text-constructor.html: [fail, Unknown]
Expand Down

0 comments on commit 4b5909c

Please sign in to comment.