-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui: Removing @testing-library/jest-dom
The value of jest-dom is questionable for most of the usecases in DB Console. Removed the dependency until we have a more compelling reason to include it. Release note: None
- Loading branch information
Nathan Stilwell
committed
Jul 18, 2022
1 parent
ed02290
commit d60a20f
Showing
4 changed files
with
0 additions
and
175 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
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 |
---|---|---|
|
@@ -1721,13 +1721,6 @@ | |
terminal-link "^2.0.0" | ||
v8-to-istanbul "^8.1.0" | ||
|
||
"@jest/schemas@^28.0.2": | ||
version "28.0.2" | ||
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-28.0.2.tgz#08c30df6a8d07eafea0aef9fb222c5e26d72e613" | ||
integrity sha512-YVDJZjd4izeTDkij00vHHAymNXQ6WWsdChFRK86qck6Jpr3DCL5W3Is3vslviRlP+bLuMYRLbdp98amMvqudhA== | ||
dependencies: | ||
"@sinclair/typebox" "^0.23.3" | ||
|
||
"@jest/source-map@^24.9.0": | ||
version "24.9.0" | ||
resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-24.9.0.tgz#0e263a94430be4b41da683ccc1e6bffe2a191714" | ||
|
@@ -2149,11 +2142,6 @@ | |
component-type "^1.2.1" | ||
join-component "^1.1.0" | ||
|
||
"@sinclair/typebox@^0.23.3": | ||
version "0.23.5" | ||
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.23.5.tgz#93f7b9f4e3285a7a9ade7557d9a8d36809cbc47d" | ||
integrity sha512-AFBVi/iT4g20DHoujvMH1aEDn8fGJh4xsRGCP6d8RpLPMqsNPvW01Jcn0QysXTsg++/xj25NmJsGyH9xug/wKg== | ||
|
||
"@sinonjs/commons@^1", "@sinonjs/commons@^1.3.0", "@sinonjs/commons@^1.4.0", "@sinonjs/commons@^1.7.0": | ||
version "1.8.3" | ||
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d" | ||
|
@@ -2772,21 +2760,6 @@ | |
lz-string "^1.4.4" | ||
pretty-format "^27.0.2" | ||
|
||
"@testing-library/jest-dom@^5.16.4": | ||
version "5.16.4" | ||
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.16.4.tgz#938302d7b8b483963a3ae821f1c0808f872245cd" | ||
integrity sha512-Gy+IoFutbMQcky0k+bqqumXZ1cTGswLsFqmNLzNdSKkU9KGV2u9oXhukCbbJ9/LRPKiqwxEE8VpV/+YZlfkPUA== | ||
dependencies: | ||
"@babel/runtime" "^7.9.2" | ||
"@types/testing-library__jest-dom" "^5.9.1" | ||
aria-query "^5.0.0" | ||
chalk "^3.0.0" | ||
css "^3.0.0" | ||
css.escape "^1.5.1" | ||
dom-accessibility-api "^0.5.6" | ||
lodash "^4.17.15" | ||
redent "^3.0.0" | ||
|
||
"@testing-library/react@^12.1.0": | ||
version "12.1.2" | ||
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.2.tgz#f1bc9a45943461fa2a598bb4597df1ae044cfc76" | ||
|
@@ -3062,14 +3035,6 @@ | |
dependencies: | ||
"@types/istanbul-lib-report" "*" | ||
|
||
"@types/jest@*": | ||
version "28.1.3" | ||
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.3.tgz#52f3f3e50ce59191ff5fbb1084896cc0cf30c9ce" | ||
integrity sha512-Tsbjk8Y2hkBaY/gJsataeb4q9Mubw9EOz7+4RjPkzD5KjTvHHs7cpws22InaoXxAVAhF5HfFbzJjo6oKWqSZLw== | ||
dependencies: | ||
jest-matcher-utils "^28.0.0" | ||
pretty-format "^28.0.0" | ||
|
||
"@types/jest@27": | ||
version "27.5.2" | ||
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.2.tgz#ec49d29d926500ffb9fd22b84262e862049c026c" | ||
|
@@ -3370,13 +3335,6 @@ | |
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.7.tgz#545158342f949e8fd3bfd813224971ecddc3fac4" | ||
integrity sha512-0VBprVqfgFD7Ehb2vd8Lh9TG3jP98gvr8rgehQqzztZNI7o8zS8Ad4jyZneKELphpuE212D8J70LnSNQSyO6bQ== | ||
|
||
"@types/testing-library__jest-dom@^5.9.1": | ||
version "5.14.5" | ||
resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.5.tgz#d113709c90b3c75fdb127ec338dad7d5f86c974f" | ||
integrity sha512-SBwbxYoyPIvxHbeHxTZX2Pe/74F/tX2/D3mMvzabdeJ25bBojfW0TyB8BHrbq/9zaaKICJZjLP+8r6AeZMFCuQ== | ||
dependencies: | ||
"@types/jest" "*" | ||
|
||
"@types/uglify-js@*": | ||
version "3.13.0" | ||
resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.13.0.tgz#1cad8df1fb0b143c5aba08de5712ea9d1ff71124" | ||
|
@@ -4594,32 +4552,6 @@ babel-preset-jest@^27.5.1: | |
babel-plugin-jest-hoist "^27.5.1" | ||
babel-preset-current-node-syntax "^1.0.0" | ||
|
||
[email protected], babel-runtime@^6.0.0, babel-runtime@^6.23.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: | ||
"@babel/plugin-syntax-async-generators" "^7.8.4" | ||
"@babel/plugin-syntax-bigint" "^7.8.3" | ||
"@babel/plugin-syntax-class-properties" "^7.8.3" | ||
"@babel/plugin-syntax-import-meta" "^7.8.3" | ||
"@babel/plugin-syntax-json-strings" "^7.8.3" | ||
"@babel/plugin-syntax-logical-assignment-operators" "^7.8.3" | ||
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" | ||
"@babel/plugin-syntax-numeric-separator" "^7.8.3" | ||
"@babel/plugin-syntax-object-rest-spread" "^7.8.3" | ||
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3" | ||
"@babel/plugin-syntax-optional-chaining" "^7.8.3" | ||
"@babel/plugin-syntax-top-level-await" "^7.8.3" | ||
|
||
babel-preset-jest@^27.5.1: | ||
version "27.5.1" | ||
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz#91f10f58034cb7989cb4f962b69fa6eef6a6bc81" | ||
integrity sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag== | ||
dependencies: | ||
babel-plugin-jest-hoist "^27.5.1" | ||
babel-preset-current-node-syntax "^1.0.0" | ||
|
||
[email protected], babel-runtime@^6.0.0, babel-runtime@^6.23.0, babel-runtime@^6.26.0: | ||
version "6.26.0" | ||
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" | ||
|
@@ -5164,18 +5096,6 @@ capture-exit@^2.0.0: | |
dependencies: | ||
rsvp "^4.8.4" | ||
|
||
caniuse-lite@^1.0.30001332: | ||
version "1.0.30001344" | ||
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001344.tgz" | ||
integrity sha512-0ZFjnlCaXNOAYcV7i+TtdKBp0L/3XEU2MF/x6Du1lrh+SRX4IfzIVL4HNJg5pB2PmFb8rszIGyOvsZnqqRoc2g== | ||
|
||
capture-exit@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4" | ||
integrity sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g== | ||
dependencies: | ||
rsvp "^4.8.4" | ||
|
||
case-sensitive-paths-webpack-plugin@^2.3.0: | ||
version "2.4.0" | ||
resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz#db64066c6422eed2e08cc14b986ca43796dbc6d4" | ||
|
@@ -6058,11 +5978,6 @@ css-what@^5.0.0, css-what@^5.0.1: | |
resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.0.1.tgz#3efa820131f4669a8ac2408f9c32e7c7de9f4cad" | ||
integrity sha512-FYDTSHb/7KXsWICVsxdmiExPjCfRC4qRFBdVwv7Ax9hMnvMmEjP9RfxTEZ3qPZGmADDn2vAKSo9UcN1jKVYscg== | ||
|
||
css.escape@^1.5.1: | ||
version "1.5.1" | ||
resolved "https://registry.yarnpkg.com/css.escape/-/css.escape-1.5.1.tgz#42e27d4fa04ae32f931a4b4d4191fa9cddee97cb" | ||
integrity sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg== | ||
|
||
css@^2.0.0: | ||
version "2.2.4" | ||
resolved "https://registry.yarnpkg.com/css/-/css-2.2.4.tgz#c646755c73971f2bba6a601e2cf2fd71b1298929" | ||
|
@@ -6073,15 +5988,6 @@ css@^2.0.0: | |
source-map-resolve "^0.5.2" | ||
urix "^0.1.0" | ||
|
||
css@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/css/-/css-3.0.0.tgz#4447a4d58fdd03367c516ca9f64ae365cee4aa5d" | ||
integrity sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ== | ||
dependencies: | ||
inherits "^2.0.4" | ||
source-map "^0.6.1" | ||
source-map-resolve "^0.6.0" | ||
|
||
cssesc@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" | ||
|
@@ -6524,11 +6430,6 @@ diff-sequences@^27.5.1: | |
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-27.5.1.tgz#eaecc0d327fd68c8d9672a1e64ab8dccb2ef5327" | ||
integrity sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ== | ||
|
||
diff-sequences@^28.1.1: | ||
version "28.1.1" | ||
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-28.1.1.tgz#9989dc731266dc2903457a70e996f3a041913ac6" | ||
integrity sha512-FU0iFaH/E23a+a718l8Qa/19bF9p06kgE0KipMOMadwa3SjnaElKzPaUC0vnibs6/B/9ni97s61mcejk8W1fQw== | ||
|
||
[email protected], diff@^3.5.0: | ||
version "3.5.0" | ||
resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12" | ||
|
@@ -10011,16 +9912,6 @@ jest-diff@^27.5.1: | |
jest-get-type "^27.5.1" | ||
pretty-format "^27.5.1" | ||
|
||
jest-diff@^28.1.1: | ||
version "28.1.1" | ||
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-28.1.1.tgz#1a3eedfd81ae79810931c63a1d0f201b9120106c" | ||
integrity sha512-/MUUxeR2fHbqHoMMiffe/Afm+U8U4olFRJ0hiVG2lZatPJcnGxx292ustVu7bULhjV65IYMxRdploAKLbcrsyg== | ||
dependencies: | ||
chalk "^4.0.0" | ||
diff-sequences "^28.1.1" | ||
jest-get-type "^28.0.2" | ||
pretty-format "^28.1.1" | ||
|
||
jest-docblock@^27.5.1: | ||
version "27.5.1" | ||
resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-27.5.1.tgz#14092f364a42c6108d42c33c8cf30e058e25f6c0" | ||
|
@@ -10097,11 +9988,6 @@ jest-get-type@^27.5.1: | |
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.5.1.tgz#3cd613c507b0f7ace013df407a1c1cd578bcb4f1" | ||
integrity sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw== | ||
|
||
jest-get-type@^28.0.2: | ||
version "28.0.2" | ||
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-28.0.2.tgz#34622e628e4fdcd793d46db8a242227901fcf203" | ||
integrity sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA== | ||
|
||
jest-haste-map@^24.9.0: | ||
version "24.9.0" | ||
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-24.9.0.tgz#b38a5d64274934e21fa417ae9a9fbeb77ceaac7d" | ||
|
@@ -10197,16 +10083,6 @@ jest-matcher-utils@^27.0.0, jest-matcher-utils@^27.5.1: | |
jest-get-type "^27.5.1" | ||
pretty-format "^27.5.1" | ||
|
||
jest-matcher-utils@^28.0.0: | ||
version "28.1.1" | ||
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-28.1.1.tgz#a7c4653c2b782ec96796eb3088060720f1e29304" | ||
integrity sha512-NPJPRWrbmR2nAJ+1nmnfcKKzSwgfaciCCrYZzVnNoxVoyusYWIjkBMNvu0RHJe7dNj4hH3uZOPZsQA+xAYWqsw== | ||
dependencies: | ||
chalk "^4.0.0" | ||
jest-diff "^28.1.1" | ||
jest-get-type "^28.0.2" | ||
pretty-format "^28.1.1" | ||
|
||
jest-message-util@^24.9.0: | ||
version "24.9.0" | ||
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-24.9.0.tgz#527f54a1e380f5e202a8d1149b0ec872f43119e3" | ||
|
@@ -13116,16 +12992,6 @@ pretty-error@^2.1.1: | |
lodash "^4.17.20" | ||
renderkid "^2.0.4" | ||
|
||
pretty-format@^25.1.0, pretty-format@^25.5.0: | ||
version "25.5.0" | ||
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.5.0.tgz#7873c1d774f682c34b8d48b6743a2bf2ac55791a" | ||
integrity sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ== | ||
dependencies: | ||
"@jest/types" "^25.5.0" | ||
ansi-regex "^5.0.0" | ||
ansi-styles "^4.0.0" | ||
react-is "^16.12.0" | ||
|
||
pretty-format@^26.6.2: | ||
version "26.6.2" | ||
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93" | ||
|
@@ -13165,15 +13031,6 @@ pretty-format@^27.3.1: | |
ansi-styles "^5.0.0" | ||
react-is "^17.0.1" | ||
|
||
pretty-format@^27.5.1: | ||
version "27.5.1" | ||
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.5.1.tgz#2181879fdea51a7a5851fb39d920faa63f01d88e" | ||
integrity sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ== | ||
dependencies: | ||
ansi-regex "^5.0.1" | ||
ansi-styles "^5.0.0" | ||
react-is "^17.0.1" | ||
|
||
pretty-hrtime@^1.0.3: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1" | ||
|
@@ -14078,11 +13935,6 @@ react-is@^17.0.1, react-is@^17.0.2: | |
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" | ||
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== | ||
|
||
react-is@^18.0.0: | ||
version "18.2.0" | ||
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b" | ||
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w== | ||
|
||
react-lazy-load@^3.0.13: | ||
version "3.1.13" | ||
resolved "https://registry.yarnpkg.com/react-lazy-load/-/react-lazy-load-3.1.13.tgz#236943f76b7084cc8458716d9632a1c9853ea5cd" | ||
|
@@ -14351,14 +14203,6 @@ [email protected]: | |
dependencies: | ||
minimatch "3.0.4" | ||
|
||
redent@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/redent/-/redent-3.0.0.tgz#e557b7998316bb53c9f1f56fa626352c6963059f" | ||
integrity sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg== | ||
dependencies: | ||
indent-string "^4.0.0" | ||
strip-indent "^3.0.0" | ||
|
||
redux-saga-test-plan@^4.0.0-beta.2: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/redux-saga-test-plan/-/redux-saga-test-plan-4.0.1.tgz#7f2182e83a1e3414ad2e8706256e761f9a0665c4" | ||
|
@@ -15361,14 +15205,6 @@ source-map-resolve@^0.5.0, source-map-resolve@^0.5.2: | |
source-map-url "^0.4.0" | ||
urix "^0.1.0" | ||
|
||
source-map-resolve@^0.6.0: | ||
version "0.6.0" | ||
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.6.0.tgz#3d9df87e236b53f16d01e58150fc7711138e5ed2" | ||
integrity sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w== | ||
dependencies: | ||
atob "^2.1.2" | ||
decode-uri-component "^0.2.0" | ||
|
||
source-map-support@^0.5.16, source-map-support@~0.5.12, source-map-support@~0.5.19: | ||
version "0.5.19" | ||
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61" | ||
|