From 315d3a7a72511377a053c0f4c0a84ff29f1b1447 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 23:43:21 +0000 Subject: [PATCH] Update dependency @types/jest to v29.5.12 --- package.json | 2 +- packages/grafana-data/package.json | 2 +- packages/grafana-runtime/package.json | 2 +- packages/grafana-ui/package.json | 2 +- .../datasource/azuremonitor/package.json | 2 +- .../datasource/cloud-monitoring/package.json | 2 +- .../grafana-pyroscope-datasource/package.json | 2 +- .../grafana-testdata-datasource/package.json | 2 +- .../app/plugins/datasource/tempo/package.json | 2 +- yarn.lock | 26 +++++++++---------- 10 files changed, 22 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index 7966e727bc0..598c446d0c2 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "@types/gtag.js": "^0.0.18", "@types/history": "4.7.11", "@types/hoist-non-react-statics": "3.3.5", - "@types/jest": "29.5.11", + "@types/jest": "29.5.12", "@types/jquery": "3.5.29", "@types/js-yaml": "^4.0.5", "@types/jsurl": "^1.2.28", diff --git a/packages/grafana-data/package.json b/packages/grafana-data/package.json index 6db7dec4a71..87eaec0e421 100644 --- a/packages/grafana-data/package.json +++ b/packages/grafana-data/package.json @@ -72,7 +72,7 @@ "@testing-library/user-event": "14.5.2", "@types/dompurify": "^3.0.0", "@types/history": "4.7.11", - "@types/jest": "29.5.11", + "@types/jest": "29.5.12", "@types/jquery": "3.5.29", "@types/lodash": "4.14.202", "@types/marked": "5.0.2", diff --git a/packages/grafana-runtime/package.json b/packages/grafana-runtime/package.json index d04ed92bcf0..e746d83be55 100644 --- a/packages/grafana-runtime/package.json +++ b/packages/grafana-runtime/package.json @@ -58,7 +58,7 @@ "@testing-library/user-event": "14.5.2", "@types/angular": "1.8.9", "@types/history": "4.7.11", - "@types/jest": "29.5.11", + "@types/jest": "29.5.12", "@types/lodash": "4.14.202", "@types/react": "18.2.48", "@types/react-dom": "18.2.18", diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index cb9dcc16f38..4092f042bf7 100644 --- a/packages/grafana-ui/package.json +++ b/packages/grafana-ui/package.json @@ -136,7 +136,7 @@ "@types/d3": "7.4.3", "@types/hoist-non-react-statics": "3.3.5", "@types/is-hotkey": "0.1.10", - "@types/jest": "29.5.11", + "@types/jest": "29.5.12", "@types/jquery": "3.5.29", "@types/lodash": "4.14.202", "@types/mock-raf": "1.0.6", diff --git a/public/app/plugins/datasource/azuremonitor/package.json b/public/app/plugins/datasource/azuremonitor/package.json index 68dda36c97f..aacbade2f61 100644 --- a/public/app/plugins/datasource/azuremonitor/package.json +++ b/public/app/plugins/datasource/azuremonitor/package.json @@ -27,7 +27,7 @@ "@grafana/plugin-configs": "10.4.0-pre", "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", - "@types/jest": "29.5.11", + "@types/jest": "29.5.12", "@types/lodash": "4.14.202", "@types/node": "20.11.13", "@types/prismjs": "1.26.3", diff --git a/public/app/plugins/datasource/cloud-monitoring/package.json b/public/app/plugins/datasource/cloud-monitoring/package.json index e849f3ee6b5..cd6cc00cf90 100644 --- a/public/app/plugins/datasource/cloud-monitoring/package.json +++ b/public/app/plugins/datasource/cloud-monitoring/package.json @@ -30,7 +30,7 @@ "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", "@types/debounce-promise": "3.1.9", - "@types/jest": "29.5.11", + "@types/jest": "29.5.12", "@types/lodash": "4.14.202", "@types/node": "20.11.13", "@types/prismjs": "1.26.3", diff --git a/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json b/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json index 0ce6d3febc6..939d0f53f45 100644 --- a/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json +++ b/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json @@ -24,7 +24,7 @@ "@testing-library/jest-dom": "6.4.1", "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", - "@types/jest": "29.5.11", + "@types/jest": "29.5.12", "@types/lodash": "4.14.202", "@types/prismjs": "1.26.3", "@types/react": "18.2.48", diff --git a/public/app/plugins/datasource/grafana-testdata-datasource/package.json b/public/app/plugins/datasource/grafana-testdata-datasource/package.json index c1301cbd0ee..a2e99cce0ff 100644 --- a/public/app/plugins/datasource/grafana-testdata-datasource/package.json +++ b/public/app/plugins/datasource/grafana-testdata-datasource/package.json @@ -25,7 +25,7 @@ "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", "@types/d3-random": "^3.0.2", - "@types/jest": "29.5.11", + "@types/jest": "29.5.12", "@types/lodash": "4.14.202", "@types/node": "20.11.13", "@types/react": "18.2.48", diff --git a/public/app/plugins/datasource/tempo/package.json b/public/app/plugins/datasource/tempo/package.json index 3d9abdfb7b8..1a488957a21 100644 --- a/public/app/plugins/datasource/tempo/package.json +++ b/public/app/plugins/datasource/tempo/package.json @@ -45,7 +45,7 @@ "@testing-library/jest-dom": "6.4.1", "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", - "@types/jest": "29.5.11", + "@types/jest": "29.5.12", "@types/lodash": "4.14.202", "@types/node": "20.11.13", "@types/prismjs": "1.26.3", diff --git a/yarn.lock b/yarn.lock index f8980dc2278..6a106562921 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3039,7 +3039,7 @@ __metadata: "@kusto/monaco-kusto": "npm:^7.4.0" "@testing-library/react": "npm:14.2.1" "@testing-library/user-event": "npm:14.5.2" - "@types/jest": "npm:29.5.11" + "@types/jest": "npm:29.5.12" "@types/lodash": "npm:4.14.202" "@types/node": "npm:20.11.13" "@types/prismjs": "npm:1.26.3" @@ -3081,7 +3081,7 @@ __metadata: "@testing-library/react": "npm:14.2.1" "@testing-library/user-event": "npm:14.5.2" "@types/debounce-promise": "npm:3.1.9" - "@types/jest": "npm:29.5.11" + "@types/jest": "npm:29.5.12" "@types/lodash": "npm:4.14.202" "@types/node": "npm:20.11.13" "@types/prismjs": "npm:1.26.3" @@ -3122,7 +3122,7 @@ __metadata: "@testing-library/jest-dom": "npm:6.4.1" "@testing-library/react": "npm:14.2.1" "@testing-library/user-event": "npm:14.5.2" - "@types/jest": "npm:29.5.11" + "@types/jest": "npm:29.5.12" "@types/lodash": "npm:4.14.202" "@types/prismjs": "npm:1.26.3" "@types/react": "npm:18.2.48" @@ -3163,7 +3163,7 @@ __metadata: "@testing-library/react": "npm:14.2.1" "@testing-library/user-event": "npm:14.5.2" "@types/d3-random": "npm:^3.0.2" - "@types/jest": "npm:29.5.11" + "@types/jest": "npm:29.5.12" "@types/lodash": "npm:4.14.202" "@types/node": "npm:20.11.13" "@types/react": "npm:18.2.48" @@ -3259,7 +3259,7 @@ __metadata: "@testing-library/jest-dom": "npm:6.4.1" "@testing-library/react": "npm:14.2.1" "@testing-library/user-event": "npm:14.5.2" - "@types/jest": "npm:29.5.11" + "@types/jest": "npm:29.5.12" "@types/lodash": "npm:4.14.202" "@types/node": "npm:20.11.13" "@types/prismjs": "npm:1.26.3" @@ -3331,7 +3331,7 @@ __metadata: "@types/d3-interpolate": "npm:^3.0.0" "@types/dompurify": "npm:^3.0.0" "@types/history": "npm:4.7.11" - "@types/jest": "npm:29.5.11" + "@types/jest": "npm:29.5.12" "@types/jquery": "npm:3.5.29" "@types/lodash": "npm:4.14.202" "@types/marked": "npm:5.0.2" @@ -3703,7 +3703,7 @@ __metadata: "@testing-library/user-event": "npm:14.5.2" "@types/angular": "npm:1.8.9" "@types/history": "npm:4.7.11" - "@types/jest": "npm:29.5.11" + "@types/jest": "npm:29.5.12" "@types/lodash": "npm:4.14.202" "@types/react": "npm:18.2.48" "@types/react-dom": "npm:18.2.18" @@ -3867,7 +3867,7 @@ __metadata: "@types/d3": "npm:7.4.3" "@types/hoist-non-react-statics": "npm:3.3.5" "@types/is-hotkey": "npm:0.1.10" - "@types/jest": "npm:29.5.11" + "@types/jest": "npm:29.5.12" "@types/jquery": "npm:3.5.29" "@types/lodash": "npm:4.14.202" "@types/mock-raf": "npm:1.0.6" @@ -8874,13 +8874,13 @@ __metadata: languageName: node linkType: hard -"@types/jest@npm:*, @types/jest@npm:29.5.11, @types/jest@npm:^29.5.4": - version: 29.5.11 - resolution: "@types/jest@npm:29.5.11" +"@types/jest@npm:*, @types/jest@npm:29.5.12, @types/jest@npm:^29.5.4": + version: 29.5.12 + resolution: "@types/jest@npm:29.5.12" dependencies: expect: "npm:^29.0.0" pretty-format: "npm:^29.0.0" - checksum: 10/798f4c89407d9457bea1256de74c26f2b279f6c789c0e3311cd604cc75cdab333b9a29b00c51b0090d31abdf11cc788b4103282851a653bef6daf72edf97eef2 + checksum: 10/312e8dcf92cdd5a5847d6426f0940829bca6fe6b5a917248f3d7f7ef5d85c9ce78ef05e47d2bbabc40d41a930e0e36db2d443d2610a9e3db9062da2d5c904211 languageName: node linkType: hard @@ -17679,7 +17679,7 @@ __metadata: "@types/gtag.js": "npm:^0.0.18" "@types/history": "npm:4.7.11" "@types/hoist-non-react-statics": "npm:3.3.5" - "@types/jest": "npm:29.5.11" + "@types/jest": "npm:29.5.12" "@types/jquery": "npm:3.5.29" "@types/js-yaml": "npm:^4.0.5" "@types/jsurl": "npm:^1.2.28"