Skip to content

Commit 093062f

Browse files
author
Robert Jackson
committed
Update fixturify and qunit-dom to latest.
1 parent c3c7920 commit 093062f

2 files changed

Lines changed: 62 additions & 11 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@
8383
"eslint-plugin-mocha": "^6.3.0",
8484
"eslint-plugin-node": "^11.1.0",
8585
"eslint-plugin-prettier": "^3.1.2",
86-
"fixturify": "^1.2.0",
86+
"fixturify": "^2.1.0",
8787
"loader.js": "^4.7.0",
8888
"mocha": "^7.1.1",
8989
"module-name-inliner": "link:./tests/dummy/lib/module-name-inliner",
9090
"prettier": "^2.0.4",
91-
"qunit-dom": "^0.9.2",
91+
"qunit-dom": "^1.2.0",
9292
"release-it": "^13.5.2",
9393
"release-it-lerna-changelog": "^2.1.2"
9494
},

yarn.lock

Lines changed: 60 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,6 +1137,13 @@
11371137
dependencies:
11381138
"@types/node" "*"
11391139

1140+
"@types/fs-extra@^8.1.0":
1141+
version "8.1.0"
1142+
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-8.1.0.tgz#1114834b53c3914806cd03b3304b37b3bd221a4d"
1143+
integrity sha512-UoOfVEzAUpeSPmjm7h1uk5MH6KZma2z2O7a75onTGjnNvAvMVrPzPL/vBbT65iIGHWj6rokwfmYcmxmlSf2uwg==
1144+
dependencies:
1145+
"@types/node" "*"
1146+
11401147
"@types/glob@*", "@types/glob@^7.1.1":
11411148
version "7.1.1"
11421149
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.1.tgz#aa59a1c6e3fbc421e07ccd31a944c30eba521575"
@@ -1203,6 +1210,14 @@
12031210
"@types/glob" "*"
12041211
"@types/node" "*"
12051212

1213+
"@types/rimraf@^2.0.3":
1214+
version "2.0.4"
1215+
resolved "https://registry.yarnpkg.com/@types/rimraf/-/rimraf-2.0.4.tgz#403887b0b53c6100a6c35d2ab24f6ccc042fec46"
1216+
integrity sha512-8gBudvllD2A/c0CcEX/BivIDorHFt5UI5m46TsNj8DjWCCTTZT74kEe4g+QsY7P/B9WdO98d82zZgXO/RQzu2Q==
1217+
dependencies:
1218+
"@types/glob" "*"
1219+
"@types/node" "*"
1220+
12061221
"@types/serve-static@*":
12071222
version "1.13.3"
12081223
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.3.tgz#eb7e1c41c4468272557e897e9171ded5e2ded9d1"
@@ -2534,6 +2549,22 @@ broccoli-funnel@^2.0.0, broccoli-funnel@^2.0.1, broccoli-funnel@^2.0.2:
25342549
symlink-or-copy "^1.0.0"
25352550
walk-sync "^0.3.1"
25362551

2552+
broccoli-funnel@^3.0.2:
2553+
version "3.0.2"
2554+
resolved "https://registry.yarnpkg.com/broccoli-funnel/-/broccoli-funnel-3.0.2.tgz#25e1c9a512b3852d3c9dde19ebdf07880d619c73"
2555+
integrity sha512-yRa7f0H/BtfqXNmL4eCYtAiVAQASI5b83//17MxAYp3I+w8XzGY8Tc3mwhdUrAgh6Zhb6LZwgvUZDZPTLmkK7w==
2556+
dependencies:
2557+
array-equal "^1.0.0"
2558+
blank-object "^1.0.1"
2559+
broccoli-plugin "^4.0.1"
2560+
debug "^4.1.1"
2561+
fast-ordered-set "^1.0.0"
2562+
fs-tree-diff "^2.0.1"
2563+
heimdalljs "^0.2.0"
2564+
minimatch "^3.0.0"
2565+
path-posix "^1.0.0"
2566+
walk-sync "^2.0.2"
2567+
25372568
broccoli-kitchen-sink-helpers@^0.3.1:
25382569
version "0.3.1"
25392570
resolved "https://registry.yarnpkg.com/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.3.1.tgz#77c7c18194b9664163ec4fcee2793444926e0c06"
@@ -2692,7 +2723,7 @@ broccoli-plugin@^2.1.0:
26922723
rimraf "^2.3.4"
26932724
symlink-or-copy "^1.1.8"
26942725

2695-
broccoli-plugin@^4.0.2:
2726+
broccoli-plugin@^4.0.1, broccoli-plugin@^4.0.2:
26962727
version "4.0.2"
26972728
resolved "https://registry.yarnpkg.com/broccoli-plugin/-/broccoli-plugin-4.0.2.tgz#a16c1f839bc95cc9975437e58864a395e518b447"
26982729
integrity sha512-wMytvn+I0ELNGLmLouZ7GpiMEHZ3pqKvHOWE7AgV4vdcnXm9FKwk1N2xGrGI+lKVxdejQvjxAJ2HCQJ/STrEjg==
@@ -3779,7 +3810,7 @@ dot-case@^3.0.3:
37793810
no-case "^3.0.3"
37803811
tslib "^1.10.0"
37813812

3782-
dot-prop@^5.1.0, dot-prop@^5.2.0:
3813+
dot-prop@^5.2.0:
37833814
version "5.2.0"
37843815
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.2.0.tgz#c34ecc29556dc45f1f4c22697b6f4904e0cc4fcb"
37853816
integrity sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A==
@@ -5030,6 +5061,18 @@ fixturify@^1.2.0:
50305061
fs-extra "^7.0.1"
50315062
matcher-collection "^2.0.0"
50325063

5064+
fixturify@^2.1.0:
5065+
version "2.1.0"
5066+
resolved "https://registry.yarnpkg.com/fixturify/-/fixturify-2.1.0.tgz#a0437faac9b6e4aeb35910a1214df866aeec5d75"
5067+
integrity sha512-gHq6UCv8DE91EpiaRSzrmvLoRvFOBzI961IQ3gXE5wfmMM1TtApDcZAonG2hnp6GJrVFCxHwP01wSw9VQJiJ1w==
5068+
dependencies:
5069+
"@types/fs-extra" "^8.1.0"
5070+
"@types/minimatch" "^3.0.3"
5071+
"@types/rimraf" "^2.0.3"
5072+
fs-extra "^8.1.0"
5073+
matcher-collection "^2.0.1"
5074+
walk-sync "^2.0.2"
5075+
50335076
flat-cache@^2.0.1:
50345077
version "2.0.1"
50355078
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-2.0.1.tgz#5d296d6f04bda44a4630a301413bdbc2ec085ec0"
@@ -5225,7 +5268,7 @@ fsevents@~2.1.1:
52255268
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805"
52265269
integrity sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==
52275270

5228-
function-bind@^1.0.2, function-bind@^1.1.1:
5271+
function-bind@^1.1.1:
52295272
version "1.1.1"
52305273
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
52315274
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
@@ -6987,6 +7030,14 @@ matcher-collection@^2.0.0:
69877030
"@types/minimatch" "^3.0.3"
69887031
minimatch "^3.0.2"
69897032

7033+
matcher-collection@^2.0.1:
7034+
version "2.0.1"
7035+
resolved "https://registry.yarnpkg.com/matcher-collection/-/matcher-collection-2.0.1.tgz#90be1a4cf58d6f2949864f65bb3b0f3e41303b29"
7036+
integrity sha512-daE62nS2ZQsDg9raM0IlZzLmI2u+7ZapXBwdoeBUKAYERPDDIc0qNqA8E0Rp2D+gspKR7BgIFP52GeujaGXWeQ==
7037+
dependencies:
7038+
"@types/minimatch" "^3.0.3"
7039+
minimatch "^3.0.2"
7040+
69907041
md5-hex@^2.0.0:
69917042
version "2.0.0"
69927043
resolved "https://registry.yarnpkg.com/md5-hex/-/md5-hex-2.0.0.tgz#d0588e9f1c74954492ecd24ac0ac6ce997d92e33"
@@ -8143,13 +8194,13 @@ quick-temp@^0.1.2, quick-temp@^0.1.3, quick-temp@^0.1.5, quick-temp@^0.1.8:
81438194
rimraf "^2.5.4"
81448195
underscore.string "~3.3.4"
81458196

8146-
qunit-dom@^0.9.2:
8147-
version "0.9.2"
8148-
resolved "https://registry.yarnpkg.com/qunit-dom/-/qunit-dom-0.9.2.tgz#cc7bb777e4f5faa749eca843f54e199755df8473"
8149-
integrity sha512-BPf7OZjhXo9ekgsViNjQVS9BWkm2yQsPvBoy0juvt5nOFlcBVVwHSYsgpsJOunWkI1IgA3eStAC9mQx3Zw734g==
8197+
qunit-dom@^1.2.0:
8198+
version "1.2.0"
8199+
resolved "https://registry.yarnpkg.com/qunit-dom/-/qunit-dom-1.2.0.tgz#464cca19e9976c4cee4b14b06da6645c03026880"
8200+
integrity sha512-8UqSimcDIo19nokb3eh+Z5hov07xDeLnwsWAgCYPFGcpUF/eiZAIHbLDPCixH0SM1YqCm4YGCLVCojY6sJD5xQ==
81508201
dependencies:
8151-
broccoli-funnel "^2.0.2"
8152-
broccoli-merge-trees "^3.0.1"
8202+
broccoli-funnel "^3.0.2"
8203+
broccoli-merge-trees "^4.2.0"
81538204

81548205
qunit@^2.9.3:
81558206
version "2.9.3"

0 commit comments

Comments
 (0)