Skip to content

Commit 567afa2

Browse files
committed
Update jest related packages
1 parent 9a115f0 commit 567afa2

4 files changed

Lines changed: 48 additions & 50 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
"@types/has-ansi": "^3.0.0",
322322
"@types/history": "^4.7.3",
323323
"@types/hoek": "^4.1.3",
324-
"@types/jest": "24.0.19",
324+
"@types/jest": "24.0.23",
325325
"@types/joi": "^13.4.2",
326326
"@types/jquery": "^3.3.31",
327327
"@types/js-yaml": "^3.11.1",
@@ -391,7 +391,7 @@
391391
"eslint-plugin-ban": "^1.3.0",
392392
"eslint-plugin-cypress": "^2.7.0",
393393
"eslint-plugin-import": "^2.18.2",
394-
"eslint-plugin-jest": "^22.19.0",
394+
"eslint-plugin-jest": "^23.1.1",
395395
"eslint-plugin-jsx-a11y": "^6.2.3",
396396
"eslint-plugin-mocha": "^6.2.0",
397397
"eslint-plugin-no-unsanitized": "^3.0.2",

packages/eslint-config-kibana/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint-plugin-ban": "^1.3.0",
2424
"eslint-plugin-jsx-a11y": "^6.2.3",
2525
"eslint-plugin-import": "^2.18.2",
26-
"eslint-plugin-jest": "^22.19.0",
26+
"eslint-plugin-jest": "^23.1.1",
2727
"eslint-plugin-mocha": "^6.2.0",
2828
"eslint-plugin-no-unsanitized": "^3.0.2",
2929
"eslint-plugin-prefer-object-spread": "^1.2.1",

x-pack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@storybook/react": "^5.2.6",
4444
"@storybook/theming": "^5.2.6",
4545
"@testing-library/react": "^9.3.2",
46-
"@testing-library/jest-dom": "4.2.0",
46+
"@testing-library/jest-dom": "4.2.4",
4747
"@types/angular": "^1.6.56",
4848
"@types/archiver": "^3.0.0",
4949
"@types/base64-js": "^1.2.5",
@@ -67,7 +67,7 @@
6767
"@types/gulp": "^4.0.6",
6868
"@types/hapi__wreck": "^15.0.1",
6969
"@types/history": "^4.7.3",
70-
"@types/jest": "24.0.19",
70+
"@types/jest": "24.0.23",
7171
"@types/joi": "^13.4.2",
7272
"@types/js-yaml": "^3.11.1",
7373
"@types/jsdom": "^12.2.4",

yarn.lock

Lines changed: 43 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -3534,10 +3534,10 @@
35343534
pretty-format "^24.9.0"
35353535
wait-for-expect "^3.0.0"
35363536

3537-
"@testing-library/jest-dom@4.2.0":
3538-
version "4.2.0"
3539-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-4.2.0.tgz#32f8df3a78511b347d39374ea89dc8e0a1c2fb69"
3540-
integrity sha512-H61OmRhGPWLrj9emyISx0qjp8jvC9RWyRniuLAq75Ny5XfPiOvWfnY3Wm2Tf0HXusX+PG40I94Gw792IAtSKKg==
3537+
"@testing-library/jest-dom@4.2.4":
3538+
version "4.2.4"
3539+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-4.2.4.tgz#00dfa0cbdd837d9a3c2a7f3f0a248ea6e7b89742"
3540+
integrity sha512-j31Bn0rQo12fhCWOUWy9fl7wtqkp7In/YP2p5ZFyRuiiB9Qs3g+hS4gAmDWONbAHcRmVooNJ5eOHQDCOmUFXHg==
35413541
dependencies:
35423542
"@babel/runtime" "^7.5.1"
35433543
chalk "^2.4.1"
@@ -4124,19 +4124,12 @@
41244124
"@types/istanbul-lib-coverage" "*"
41254125
"@types/istanbul-lib-report" "*"
41264126

4127-
"@types/jest-diff@*":
4128-
version "24.3.0"
4129-
resolved "https://registry.yarnpkg.com/@types/jest-diff/-/jest-diff-24.3.0.tgz#29e237a3d954babfe6e23cc59b57ecd8ca8d858d"
4130-
integrity sha512-vx1CRDeDUwQ0Pc7v+hS61O1ETA81kD04IMEC0hS1kPyVtHDdZrokAvpF7MT9VI/fVSzicelUZNCepDvhRV1PeA==
4131-
dependencies:
4132-
jest-diff "*"
4133-
4134-
"@types/jest@24.0.19":
4135-
version "24.0.19"
4136-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.19.tgz#f7036058d2a5844fe922609187c0ad8be430aff5"
4137-
integrity sha512-YYiqfSjocv7lk5H/T+v5MjATYjaTMsUkbDnjGqSMoO88jWdtJXJV4ST/7DKZcoMHMBvB2SeSfyOzZfkxXHR5xg==
4127+
"@types/jest@24.0.23":
4128+
version "24.0.23"
4129+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.23.tgz#046f8e2ade026fe831623e361a36b6fb9a4463e4"
4130+
integrity sha512-L7MBvwfNpe7yVPTXLn32df/EK+AMBFAFvZrRuArGs7npEWnlziUXK+5GMIUTI4NIuwok3XibsjXCs5HxviYXjg==
41384131
dependencies:
4139-
"@types/jest-diff" "*"
4132+
jest-diff "^24.3.0"
41404133

41414134
"@types/jju@~1.4.0":
41424135
version "1.4.1"
@@ -4909,14 +4902,14 @@
49094902
"@typescript-eslint/typescript-estree" "2.10.0"
49104903
eslint-scope "^5.0.0"
49114904

4912-
"@typescript-eslint/experimental-utils@^1.13.0":
4913-
version "1.13.0"
4914-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.13.0.tgz#b08c60d780c0067de2fb44b04b432f540138301e"
4915-
integrity sha512-zmpS6SyqG4ZF64ffaJ6uah6tWWWgZ8m+c54XXgwFtUv0jNz8aJAVx8chMCvnk7yl6xwn8d+d96+tWp7fXzTuDg==
4905+
"@typescript-eslint/experimental-utils@^2.5.0":
4906+
version "2.11.0"
4907+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.11.0.tgz#cef18e6b122706c65248a5d8984a9779ed1e52ac"
4908+
integrity sha512-YxcA/y0ZJaCc/fB/MClhcDxHI0nOBB7v2/WxBju2cOTanX7jO9ttQq6Fy4yW9UaY5bPd9xL3cun3lDVqk67sPQ==
49164909
dependencies:
49174910
"@types/json-schema" "^7.0.3"
4918-
"@typescript-eslint/typescript-estree" "1.13.0"
4919-
eslint-scope "^4.0.0"
4911+
"@typescript-eslint/typescript-estree" "2.11.0"
4912+
eslint-scope "^5.0.0"
49204913

49214914
"@typescript-eslint/parser@^2.10.0":
49224915
version "2.10.0"
@@ -4928,14 +4921,6 @@
49284921
"@typescript-eslint/typescript-estree" "2.10.0"
49294922
eslint-visitor-keys "^1.1.0"
49304923

4931-
"@typescript-eslint/typescript-estree@1.13.0":
4932-
version "1.13.0"
4933-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.13.0.tgz#8140f17d0f60c03619798f1d628b8434913dc32e"
4934-
integrity sha512-b5rCmd2e6DCC6tCTN9GSUAuxdYwCM/k/2wdjHGrIRGPSJotWMCe/dGpi66u42bhuh8q3QBzqM4TMA1GUUCJvdw==
4935-
dependencies:
4936-
lodash.unescape "4.0.1"
4937-
semver "5.5.0"
4938-
49394924
"@typescript-eslint/typescript-estree@2.10.0":
49404925
version "2.10.0"
49414926
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.10.0.tgz#89cdabd5e8c774e9d590588cb42fb9afd14dcbd9"
@@ -4949,6 +4934,19 @@
49494934
semver "^6.3.0"
49504935
tsutils "^3.17.1"
49514936

4937+
"@typescript-eslint/typescript-estree@2.11.0":
4938+
version "2.11.0"
4939+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.11.0.tgz#21ada6504274cd1644855926312c798fc697e9fb"
4940+
integrity sha512-HGY4+d4MagO6cKMcKfIKaTMxcAv7dEVnji2Zi+vi5VV8uWAM631KjAB5GxFcexMYrwKT0EekRiiGK1/Sd7VFGA==
4941+
dependencies:
4942+
debug "^4.1.1"
4943+
eslint-visitor-keys "^1.1.0"
4944+
glob "^7.1.6"
4945+
is-glob "^4.0.1"
4946+
lodash.unescape "4.0.1"
4947+
semver "^6.3.0"
4948+
tsutils "^3.17.1"
4949+
49524950
"@typescript-eslint/typescript-estree@^1.9.0":
49534951
version "1.9.0"
49544952
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.9.0.tgz#5d6d49be936e96fb0f859673480f89b070a5dd9b"
@@ -12066,12 +12064,12 @@ eslint-plugin-import@^2.18.2:
1206612064
read-pkg-up "^2.0.0"
1206712065
resolve "^1.11.0"
1206812066

12069-
eslint-plugin-jest@^22.19.0:
12070-
version "22.19.0"
12071-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.19.0.tgz#0cf90946a8c927d40a2c64458c89bb635d0f2a0b"
12072-
integrity sha512-4zUc3rh36ds0SXdl2LywT4YWA3zRe8sfLhz8bPp8qQPIKvynTTkNGwmSCMpl5d9QiZE2JxSinGF+WD8yU+O0Lg==
12067+
eslint-plugin-jest@^23.1.1:
12068+
version "23.1.1"
12069+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.1.1.tgz#1220ab53d5a4bf5c3c4cd07c0dabc6199d4064dd"
12070+
integrity sha512-2oPxHKNh4j1zmJ6GaCBuGcb8FVZU7YjFUOJzGOPnl9ic7VA/MGAskArLJiRIlnFUmi1EUxY+UiATAy8dv8s5JA==
1207312071
dependencies:
12074-
"@typescript-eslint/experimental-utils" "^1.13.0"
12072+
"@typescript-eslint/experimental-utils" "^2.5.0"
1207512073

1207612074
eslint-plugin-jsx-a11y@^6.2.3:
1207712075
version "6.2.3"
@@ -17432,16 +17430,6 @@ jest-config@^24.9.0:
1743217430
pretty-format "^24.9.0"
1743317431
realpath-native "^1.1.0"
1743417432

17435-
jest-diff@*, jest-diff@^24.9.0:
17436-
version "24.9.0"
17437-
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-24.9.0.tgz#931b7d0d5778a1baf7452cb816e325e3724055da"
17438-
integrity sha512-qMfrTs8AdJE2iqrTp0hzh7kTd2PQWrsFyj9tORoKmu32xjPjeE4NyjVRDz8ybYwqS2ik8N4hsIpiVTyFeo2lBQ==
17439-
dependencies:
17440-
chalk "^2.0.1"
17441-
diff-sequences "^24.9.0"
17442-
jest-get-type "^24.9.0"
17443-
pretty-format "^24.9.0"
17444-
1744517433
jest-diff@^24.0.0:
1744617434
version "24.0.0"
1744717435
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-24.0.0.tgz#a3e5f573dbac482f7d9513ac9cfa21644d3d6b34"
@@ -17452,6 +17440,16 @@ jest-diff@^24.0.0:
1745217440
jest-get-type "^24.0.0"
1745317441
pretty-format "^24.0.0"
1745417442

17443+
jest-diff@^24.3.0, jest-diff@^24.9.0:
17444+
version "24.9.0"
17445+
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-24.9.0.tgz#931b7d0d5778a1baf7452cb816e325e3724055da"
17446+
integrity sha512-qMfrTs8AdJE2iqrTp0hzh7kTd2PQWrsFyj9tORoKmu32xjPjeE4NyjVRDz8ybYwqS2ik8N4hsIpiVTyFeo2lBQ==
17447+
dependencies:
17448+
chalk "^2.0.1"
17449+
diff-sequences "^24.9.0"
17450+
jest-get-type "^24.9.0"
17451+
pretty-format "^24.9.0"
17452+
1745517453
jest-docblock@^24.3.0:
1745617454
version "24.3.0"
1745717455
resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-24.3.0.tgz#b9c32dac70f72e4464520d2ba4aec02ab14db5dd"

0 commit comments

Comments
 (0)