Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
This notably includes a change to the origin of file: URLs in whatwg-url v7, which is a breaking change for jsdom users.
  • Loading branch information
domenic committed Aug 19, 2018
1 parent f3a8d0e commit d0102ac
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 31 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -25,12 +25,12 @@
"array-equal": "^1.0.0",
"cssom": ">= 0.3.2 < 0.4.0",
"cssstyle": "^1.0.0",
"data-urls": "^1.0.0",
"data-urls": "^1.0.1",
"domexception": "^1.0.1",
"escodegen": "^1.11.0",
"html-encoding-sniffer": "^1.0.2",
"nwsapi": "^2.0.8",
"parse5": "5.0.0",
"parse5": "5.1.0",
"pn": "^1.1.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
Expand All @@ -41,7 +41,7 @@
"webidl-conversions": "^4.0.2",
"whatwg-encoding": "^1.0.4",
"whatwg-mimetype": "^2.1.0",
"whatwg-url": "^6.5.0",
"whatwg-url": "^7.0.0",
"ws": "^6.0.0",
"xml-name-validator": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/to-port-to-wpts/level2/html.js
Expand Up @@ -554,7 +554,7 @@ describe("level2/html", { skipIfBrowser: true }, () => {
var doc = load("anchor2");
var nodeList = doc.getElementsByTagName("a");
assert.equal(nodeList.length, 1, 'A size');
assert.equal(nodeList.item(0).origin, 'file://', 'a.origin');
assert.equal(nodeList.item(0).origin, 'null', 'a.origin');
var doc = load("anchor3");
var nodeList = doc.getElementsByTagName("a");
assert.equal(nodeList.length, 1, 'A size');
Expand Down
50 changes: 23 additions & 27 deletions yarn.lock
Expand Up @@ -3,16 +3,12 @@


JSONStream@^1.0.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.3.tgz#27b4b8fbbfeab4e71bcf551e7f27be8d952239bf"
version "1.3.4"
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.4.tgz#615bb2adb0cd34c8f4c447b5f6512fa1d8f16a2e"
dependencies:
jsonparse "^1.2.0"
through ">=2.2.7 <3"

abab@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.4.tgz#5faad9c2c07f60dd76770f71cf025b62a63cfd4e"

abab@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.0.tgz#aba0ab4c5eee2d4c79d3487d85450fb2376ebb0f"
Expand Down Expand Up @@ -913,13 +909,13 @@ dashdash@^1.12.0:
dependencies:
assert-plus "^1.0.0"

data-urls@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-1.0.0.tgz#24802de4e81c298ea8a9388bb0d8e461c774684f"
data-urls@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-1.0.1.tgz#d416ac3896918f29ca84d81085bc3705834da579"
dependencies:
abab "^1.0.4"
whatwg-mimetype "^2.0.0"
whatwg-url "^6.4.0"
abab "^2.0.0"
whatwg-mimetype "^2.1.0"
whatwg-url "^7.0.0"

date-now@^0.1.4:
version "0.1.4"
Expand Down Expand Up @@ -1480,8 +1476,8 @@ flat-cache@^1.2.1:
write "^0.2.1"

follow-redirects@^1.0.0:
version "1.5.2"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.2.tgz#5a9d80e0165957e5ef0c1210678fc5c4acb9fb03"
version "1.5.5"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.5.tgz#3c143ca599a2e22e62876687d68b23d55bad788b"
dependencies:
debug "^3.1.0"

Expand Down Expand Up @@ -2475,8 +2471,8 @@ nan@^2.9.2:
resolved "https://registry.yarnpkg.com/nan/-/nan-2.10.0.tgz#96d0cd610ebd58d4b4de9cc0c6828cda99c7548f"

nanoid@^1.0.7:
version "1.2.0"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-1.2.0.tgz#e2c4dfa45c2bed995d0214aae157ce5052cfcb1d"
version "1.2.1"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-1.2.1.tgz#922bf6c10e35f7b208993768dad643577c907adf"

natural-compare@^1.4.0:
version "1.4.0"
Expand Down Expand Up @@ -2728,9 +2724,9 @@ parse-json@^2.2.0:
dependencies:
error-ex "^1.2.0"

parse5@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/parse5/-/parse5-5.0.0.tgz#4d02710d44f3c3846197a11e205d4ef17842b81a"
parse5@5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/parse5/-/parse5-5.1.0.tgz#c59341c9723f414c452975564c7c00a68d58acd2"

parsejson@0.0.3:
version "0.0.3"
Expand Down Expand Up @@ -3198,8 +3194,8 @@ sax@^1.2.4:
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"

"semver@2 || 3 || 4 || 5", semver@^5.3.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
version "5.5.1"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.1.tgz#7dfdd8814bdb7cabc7be0fb1d734cfb66c940477"

semver@~4.3.3:
version "4.3.6"
Expand Down Expand Up @@ -3255,8 +3251,8 @@ shell-quote@^1.4.2, shell-quote@^1.6.1:
jsonify "~0.0.0"

shortid@^2.2.6:
version "2.2.12"
resolved "https://registry.yarnpkg.com/shortid/-/shortid-2.2.12.tgz#8e9a95ffbc671fff8f09e985dbc7874102b0cfd2"
version "2.2.13"
resolved "https://registry.yarnpkg.com/shortid/-/shortid-2.2.13.tgz#b2441e71c664ace458a341d343959f677910ef5b"
dependencies:
nanoid "^1.0.7"

Expand Down Expand Up @@ -3787,13 +3783,13 @@ whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.4:
dependencies:
iconv-lite "0.4.23"

whatwg-mimetype@^2.0.0, whatwg-mimetype@^2.1.0:
whatwg-mimetype@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.1.0.tgz#f0f21d76cbba72362eb609dbed2a30cd17fcc7d4"

whatwg-url@^6.4.0, whatwg-url@^6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"
whatwg-url@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.0.0.tgz#fde926fa54a599f3adf82dff25a9f7be02dc6edd"
dependencies:
lodash.sortby "^4.7.0"
tr46 "^1.0.1"
Expand Down

0 comments on commit d0102ac

Please sign in to comment.