This repository has been archived by the owner on Aug 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The current version of karma-webpack has a peer dependency conflict with the local version of webpack. This causes installs of this repo to fail with npm 7. Updating karma-webpack to ^3.0.0 resolves this conflict and all of the tests seem to still pass 🎉 There is a 4.x release of karma-webpack but I figured minimal improvement lowered the chance of breaking stuff
- Loading branch information
1 parent
675006d
commit e167b5c
Showing
2 changed files
with
104 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1263,18 +1263,20 @@ [email protected], async@^1.4.2, async@^1.5.2: | |
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" | ||
integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo= | ||
|
||
async@^2.0.0: | ||
version "2.6.3" | ||
resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" | ||
integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg== | ||
dependencies: | ||
lodash "^4.17.14" | ||
|
||
async@^2.1.2: | ||
version "2.2.0" | ||
resolved "https://registry.yarnpkg.com/async/-/async-2.2.0.tgz#c324eba010a237e4fbd55a12dee86367d5c0ef32" | ||
integrity sha1-wyTroBCiN+T71VoS3uhjZ9XA7zI= | ||
dependencies: | ||
lodash "^4.14.0" | ||
|
||
async@~0.9.0: | ||
version "0.9.2" | ||
resolved "https://registry.yarnpkg.com/async/-/async-0.9.2.tgz#aea74d5e61c1f899613bf64bda66d4c78f2fd17d" | ||
integrity sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0= | ||
|
||
asynckit@^0.4.0: | ||
version "0.4.0" | ||
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" | ||
|
@@ -1481,6 +1483,14 @@ babel-register@^6.26.0: | |
mkdirp "^0.5.1" | ||
source-map-support "^0.4.15" | ||
|
||
babel-runtime@^6.0.0, babel-runtime@^6.26.0: | ||
version "6.26.0" | ||
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" | ||
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4= | ||
dependencies: | ||
core-js "^2.4.0" | ||
regenerator-runtime "^0.11.0" | ||
|
||
babel-runtime@^6.22.0: | ||
version "6.23.0" | ||
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b" | ||
|
@@ -1489,14 +1499,6 @@ babel-runtime@^6.22.0: | |
core-js "^2.4.0" | ||
regenerator-runtime "^0.10.0" | ||
|
||
babel-runtime@^6.26.0: | ||
version "6.26.0" | ||
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" | ||
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4= | ||
dependencies: | ||
core-js "^2.4.0" | ||
regenerator-runtime "^0.11.0" | ||
|
||
babel-template@^6.23.0: | ||
version "6.23.0" | ||
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.23.0.tgz#04d4f270adbb3aa704a8143ae26faa529238e638" | ||
|
@@ -1646,6 +1648,11 @@ big.js@^3.1.3: | |
resolved "https://registry.yarnpkg.com/big.js/-/big.js-3.1.3.tgz#4cada2193652eb3ca9ec8e55c9015669c9806978" | ||
integrity sha1-TK2iGTZS6zyp7I5VyQFWacmAaXg= | ||
|
||
big.js@^5.2.2: | ||
version "5.2.2" | ||
resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" | ||
integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== | ||
|
||
binary-extensions@^1.0.0: | ||
version "1.8.0" | ||
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.8.0.tgz#48ec8d16df4377eae5fa5884682480af4d95c774" | ||
|
@@ -2074,7 +2081,7 @@ chalk@^2.0.0: | |
escape-string-regexp "^1.0.5" | ||
supports-color "^5.3.0" | ||
|
||
chalk@^2.1.0, chalk@^2.4.2: | ||
chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.2: | ||
version "2.4.2" | ||
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" | ||
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== | ||
|
@@ -3028,6 +3035,11 @@ emojis-list@^2.0.0: | |
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389" | ||
integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k= | ||
|
||
emojis-list@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78" | ||
integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== | ||
|
||
encodeurl@~1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.1.tgz#79e3d58655346909fe6f0f45a5de68103b294d20" | ||
|
@@ -5387,6 +5399,13 @@ json5@^0.5.0, json5@^0.5.1: | |
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" | ||
integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE= | ||
|
||
json5@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe" | ||
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== | ||
dependencies: | ||
minimist "^1.2.0" | ||
|
||
json5@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850" | ||
|
@@ -5475,16 +5494,17 @@ karma-sinon-chai@^1.2.4: | |
dependencies: | ||
lolex "^1.5.0" | ||
|
||
karma-webpack@^2.0.3: | ||
version "2.0.3" | ||
resolved "https://registry.yarnpkg.com/karma-webpack/-/karma-webpack-2.0.3.tgz#39cebf5ca2580139b27f9ae69b78816b9c82fae6" | ||
integrity sha1-Oc6/XKJYATmyf5rmm3iBa5yC+uY= | ||
karma-webpack@^3.0.0: | ||
version "3.0.5" | ||
resolved "https://registry.yarnpkg.com/karma-webpack/-/karma-webpack-3.0.5.tgz#1ff1e3a690fb73ae95ee95f9ab58f341cfc7b40f" | ||
integrity sha512-nRudGJWstvVuA6Tbju9tyGUfXTtI1UXMXoRHVmM2/78D0q6s/Ye2IC157PKNDC15PWFGR0mVIRtWLAdcfsRJoA== | ||
dependencies: | ||
async "~0.9.0" | ||
loader-utils "^0.2.5" | ||
lodash "^3.8.0" | ||
source-map "^0.1.41" | ||
webpack-dev-middleware "^1.0.11" | ||
async "^2.0.0" | ||
babel-runtime "^6.0.0" | ||
loader-utils "^1.0.0" | ||
lodash "^4.0.0" | ||
source-map "^0.5.6" | ||
webpack-dev-middleware "^2.0.6" | ||
|
||
karma@^3.0.0: | ||
version "3.0.0" | ||
|
@@ -5637,15 +5657,14 @@ loader-runner@^2.3.0: | |
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.3.0.tgz#f482aea82d543e07921700d5a46ef26fdac6b8a2" | ||
integrity sha1-9IKuqC1UPgeSFwDVpG7yb9rGuKI= | ||
|
||
loader-utils@^0.2.5: | ||
version "0.2.17" | ||
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-0.2.17.tgz#f86e6374d43205a6e6c60e9196f17c0299bfb348" | ||
integrity sha1-+G5jdNQyBabmxg6RlvF8Apm/s0g= | ||
loader-utils@^1.0.0: | ||
version "1.4.0" | ||
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.0.tgz#c579b5e34cb34b1a74edc6c1fb36bfa371d5a613" | ||
integrity sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== | ||
dependencies: | ||
big.js "^3.1.3" | ||
emojis-list "^2.0.0" | ||
json5 "^0.5.0" | ||
object-assign "^4.0.1" | ||
big.js "^5.2.2" | ||
emojis-list "^3.0.0" | ||
json5 "^1.0.1" | ||
|
||
loader-utils@^1.0.2, loader-utils@^1.1.0: | ||
version "1.1.0" | ||
|
@@ -5804,6 +5823,11 @@ lodash@^3.10.1, lodash@^3.8.0: | |
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6" | ||
integrity sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y= | ||
|
||
lodash@^4.0.0, lodash@^4.17.14: | ||
version "4.17.20" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52" | ||
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== | ||
|
||
lodash@^4.13.1: | ||
version "4.17.10" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7" | ||
|
@@ -5836,6 +5860,13 @@ log-symbols@^1.0.2: | |
dependencies: | ||
chalk "^1.0.0" | ||
|
||
log-symbols@^2.1.0: | ||
version "2.2.0" | ||
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a" | ||
integrity sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg== | ||
dependencies: | ||
chalk "^2.0.1" | ||
|
||
log4js@^3.0.0: | ||
version "3.0.5" | ||
resolved "https://registry.yarnpkg.com/log4js/-/log4js-3.0.5.tgz#b80146bfebad68b430d4f3569556d8a6edfef303" | ||
|
@@ -5852,6 +5883,14 @@ loglevel@^1.4.1: | |
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.1.tgz#e0fc95133b6ef276cdc8887cdaf24aa6f156f8fa" | ||
integrity sha1-4PyVEztu8nbNyIh82vJKpvFW+Po= | ||
|
||
loglevelnext@^1.0.1: | ||
version "1.0.5" | ||
resolved "https://registry.yarnpkg.com/loglevelnext/-/loglevelnext-1.0.5.tgz#36fc4f5996d6640f539ff203ba819641680d75a2" | ||
integrity sha512-V/73qkPuJmx4BcBF19xPBr+0ZRVBhc4POxvZTZdMeXpJ4NItXSJ/MSwuFT0kQJlCbXvdlZoQQ/418bS1y9Jh6A== | ||
dependencies: | ||
es6-symbol "^3.1.1" | ||
object.assign "^4.1.0" | ||
|
||
[email protected]: | ||
version "1.3.2" | ||
resolved "https://registry.yarnpkg.com/lolex/-/lolex-1.3.2.tgz#7c3da62ffcb30f0f5a80a2566ca24e45d8a01f31" | ||
|
@@ -5881,7 +5920,7 @@ loose-envify@^1.4.0: | |
dependencies: | ||
js-tokens "^3.0.0 || ^4.0.0" | ||
|
||
loud-rejection@^1.0.0: | ||
loud-rejection@^1.0.0, loud-rejection@^1.6.0: | ||
version "1.6.0" | ||
resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f" | ||
integrity sha1-W0b4AUft7leIcPCG0Eghz5mOVR8= | ||
|
@@ -6105,10 +6144,10 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/mime/-/mime-1.4.1.tgz#121f9ebc49e3766f311a76e1fa1c8003c4b03aa6" | ||
integrity sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ== | ||
|
||
mime@^1.3.4: | ||
version "1.3.4" | ||
resolved "https://registry.yarnpkg.com/mime/-/mime-1.3.4.tgz#115f9e3b6b3daf2959983cb38f149a2d40eb5d53" | ||
integrity sha1-EV+eO2s9rylZmDyzjxSaLUDrXVM= | ||
mime@^2.1.0: | ||
version "2.4.6" | ||
resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.6.tgz#e5b407c90db442f2beb5b162373d07b69affa4d1" | ||
integrity sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA== | ||
|
||
mime@^2.3.1: | ||
version "2.3.1" | ||
|
@@ -8377,13 +8416,6 @@ source-map-url@^0.4.0: | |
resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3" | ||
integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= | ||
|
||
source-map@^0.1.41: | ||
version "0.1.43" | ||
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.1.43.tgz#c24bc146ca517c1471f5dacbe2571b2b7f9e3346" | ||
integrity sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y= | ||
dependencies: | ||
amdefine ">=0.0.4" | ||
|
||
source-map@^0.5.0, source-map@^0.5.1, source-map@^0.5.3, source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.1: | ||
version "0.5.7" | ||
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" | ||
|
@@ -9086,6 +9118,11 @@ urix@^0.1.0: | |
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" | ||
integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= | ||
|
||
url-join@^2.0.2: | ||
version "2.0.5" | ||
resolved "https://registry.yarnpkg.com/url-join/-/url-join-2.0.5.tgz#5af22f18c052a000a48d7b82c5e9c2e2feeda728" | ||
integrity sha1-WvIvGMBSoACkjXuCxenC4v7tpyg= | ||
|
||
url-parse@^1.4.3: | ||
version "1.4.7" | ||
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278" | ||
|
@@ -9156,6 +9193,11 @@ uuid@^3.0.1: | |
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14" | ||
integrity sha512-jZnMwlb9Iku/O3smGWvZhauCf6cvvpKi4BKRiliS3cxnI+Gz9j5MEpTz2UFuXiKPJocb7gnsLHwiS05ige5BEA== | ||
|
||
uuid@^3.1.0: | ||
version "3.4.0" | ||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" | ||
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== | ||
|
||
uuid@^3.3.2: | ||
version "3.3.2" | ||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" | ||
|
@@ -9250,15 +9292,18 @@ [email protected]: | |
range-parser "^1.0.3" | ||
webpack-log "^2.0.0" | ||
|
||
webpack-dev-middleware@^1.0.11: | ||
version "1.10.1" | ||
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-1.10.1.tgz#c6b4cf428139cf1aefbe06a0c00fdb4f8da2f893" | ||
integrity sha1-xrTPQoE5zxrvvgagwA/bT42i+JM= | ||
webpack-dev-middleware@^2.0.6: | ||
version "2.0.6" | ||
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-2.0.6.tgz#a51692801e8310844ef3e3790e1eacfe52326fd4" | ||
integrity sha512-tj5LLD9r4tDuRIDa5Mu9lnY2qBBehAITv6A9irqXhw/HQquZgTx3BCd57zYbU2gMDnncA49ufK2qVQSbaKJwOw== | ||
dependencies: | ||
loud-rejection "^1.6.0" | ||
memory-fs "~0.4.1" | ||
mime "^1.3.4" | ||
mime "^2.1.0" | ||
path-is-absolute "^1.0.0" | ||
range-parser "^1.0.3" | ||
url-join "^2.0.2" | ||
webpack-log "^1.0.1" | ||
|
||
webpack-dev-server@^3.1.11: | ||
version "3.1.11" | ||
|
@@ -9296,6 +9341,16 @@ webpack-dev-server@^3.1.11: | |
webpack-log "^2.0.0" | ||
yargs "12.0.2" | ||
|
||
webpack-log@^1.0.1: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/webpack-log/-/webpack-log-1.2.0.tgz#a4b34cda6b22b518dbb0ab32e567962d5c72a43d" | ||
integrity sha512-U9AnICnu50HXtiqiDxuli5gLB5PGBo7VvcHx36jRZHwK4vzOYLbImqT4lwWwoMHdQWwEKw736fCHEekokTEKHA== | ||
dependencies: | ||
chalk "^2.1.0" | ||
log-symbols "^2.1.0" | ||
loglevelnext "^1.0.1" | ||
uuid "^3.1.0" | ||
|
||
webpack-log@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/webpack-log/-/webpack-log-2.0.0.tgz#5b7928e0637593f119d32f6227c1e0ac31e1b47f" | ||
|