-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release version 5.0.0: plugin now requires Grafana 10.4.8+ (#1945)
Changes: - Use 10.4.8 as minimal supported Grafana version in plugins that previously supported v9. - Bump version to 5.0.0 as we are changing min supported Grafana version
- Loading branch information
1 parent
e73686e
commit 25354ee
Showing
4 changed files
with
132 additions
and
14 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 |
---|---|---|
|
@@ -991,6 +991,37 @@ | |
uplot "1.6.30" | ||
xss "^1.0.14" | ||
|
||
"@grafana/[email protected]": | ||
version "10.4.8" | ||
resolved "https://registry.yarnpkg.com/@grafana/data/-/data-10.4.8.tgz#66302fc135ef86285df47fd98f537adc0fd98b7a" | ||
integrity sha512-Dja+V/vzVO5SZ1QPbal0llV7EoIsJwXhot+xLdwKhiboyykQ6AgwGOPPy20yJGn+xHO0elLgph69SphZkKAvPg== | ||
dependencies: | ||
"@braintree/sanitize-url" "7.0.0" | ||
"@grafana/schema" "10.4.8" | ||
"@types/d3-interpolate" "^3.0.0" | ||
"@types/string-hash" "1.1.3" | ||
d3-interpolate "3.0.1" | ||
date-fns "3.3.1" | ||
dompurify "^3.0.0" | ||
eventemitter3 "5.0.1" | ||
fast_array_intersect "1.1.0" | ||
history "4.10.1" | ||
lodash "4.17.21" | ||
marked "12.0.0" | ||
marked-mangle "1.1.7" | ||
moment "2.30.1" | ||
moment-timezone "0.5.45" | ||
ol "7.4.0" | ||
papaparse "5.4.1" | ||
react-use "17.5.0" | ||
regenerator-runtime "0.14.1" | ||
rxjs "7.8.1" | ||
string-hash "^1.1.3" | ||
tinycolor2 "1.6.0" | ||
tslib "2.6.2" | ||
uplot "1.6.30" | ||
xss "^1.0.14" | ||
|
||
"@grafana/[email protected]": | ||
version "10.4.2" | ||
resolved "https://registry.yarnpkg.com/@grafana/e2e-selectors/-/e2e-selectors-10.4.2.tgz#4f99ad4b57b44ecd45e230a09cb839762bbb9564" | ||
|
@@ -1000,6 +1031,15 @@ | |
tslib "2.6.2" | ||
typescript "5.3.3" | ||
|
||
"@grafana/[email protected]": | ||
version "10.4.8" | ||
resolved "https://registry.yarnpkg.com/@grafana/e2e-selectors/-/e2e-selectors-10.4.8.tgz#da51db7b7f5b7fc30145742e1f4380e00764a26a" | ||
integrity sha512-9deNPRjBcxT2fmS+3N1rdB+3qHeDSSKXvYiJF0skoul3xMc/n6paioHMBZPnvINnK6JpU4bpZm6BsOkI/08VpQ== | ||
dependencies: | ||
"@grafana/tsconfig" "^1.2.0-rc1" | ||
tslib "2.6.2" | ||
typescript "5.3.3" | ||
|
||
"@grafana/e2e-selectors@^11.5.0-216287": | ||
version "11.5.0-216566" | ||
resolved "https://registry.yarnpkg.com/@grafana/e2e-selectors/-/e2e-selectors-11.5.0-216566.tgz#bec2387690e2a9046dcd97e29102fc22f72af11d" | ||
|
@@ -1068,16 +1108,16 @@ | |
sql-formatter-plus "^1.3.6" | ||
uuid "^8.3.2" | ||
|
||
"@grafana/[email protected].2": | ||
version "10.4.2" | ||
resolved "https://registry.yarnpkg.com/@grafana/runtime/-/runtime-10.4.2.tgz#863f53d7c2344196e91d689c6ad91e4cdaf78309" | ||
integrity sha512-/YNeIgyydAuzJdu7oSpqssrIEo246j8BQYoq0upH96QVx/J8/6W4R2rkm5yl2uB0GIPzrp6fUcyG8F613bzRbw== | ||
"@grafana/[email protected].8": | ||
version "10.4.8" | ||
resolved "https://registry.yarnpkg.com/@grafana/runtime/-/runtime-10.4.8.tgz#54c3f82b6cc67b0b54064baf622ecb2cca4d5a8c" | ||
integrity sha512-jHsvq9W9s4d8WMBF2M9rLlG+YFdCPR+IjnDZF1Tt1Pgccn6kxhQO8LOEei6CpkRZzBh7Wd1RLQ9/tkj4Vj5mgg== | ||
dependencies: | ||
"@grafana/data" "10.4.2" | ||
"@grafana/e2e-selectors" "10.4.2" | ||
"@grafana/data" "10.4.8" | ||
"@grafana/e2e-selectors" "10.4.8" | ||
"@grafana/faro-web-sdk" "^1.3.6" | ||
"@grafana/schema" "10.4.2" | ||
"@grafana/ui" "10.4.2" | ||
"@grafana/schema" "10.4.8" | ||
"@grafana/ui" "10.4.8" | ||
history "4.10.1" | ||
lodash "4.17.21" | ||
rxjs "7.8.1" | ||
|
@@ -1092,6 +1132,13 @@ | |
dependencies: | ||
tslib "2.6.2" | ||
|
||
"@grafana/[email protected]": | ||
version "10.4.8" | ||
resolved "https://registry.yarnpkg.com/@grafana/schema/-/schema-10.4.8.tgz#8737c018c0ff69228e1a724a8392bb4de60b2f1f" | ||
integrity sha512-wB9MqcMkkKPirZOfMHdTT7whuKUGCWBAE9JywHA+uYtm0XfztKxhjVMUaAWs0zlI6SPADB82av/oHAlaagCyCw== | ||
dependencies: | ||
tslib "2.6.2" | ||
|
||
"@grafana/tsconfig@^1.2.0-rc1": | ||
version "1.2.0-rc1" | ||
resolved "https://registry.yarnpkg.com/@grafana/tsconfig/-/tsconfig-1.2.0-rc1.tgz#10973c978ec95b0ea637511254b5f478bce04de7" | ||
|
@@ -1169,6 +1216,73 @@ | |
uplot "1.6.30" | ||
uuid "9.0.1" | ||
|
||
"@grafana/[email protected]": | ||
version "10.4.8" | ||
resolved "https://registry.yarnpkg.com/@grafana/ui/-/ui-10.4.8.tgz#e33bb179870c6a5a5f0cb52f073f215bba475c83" | ||
integrity sha512-UCfpX3Zu41Ap1c5iXcmV1+d2mmivEt+jl2aVL+MhR+zJhH9IbMqXJm8gme1R7UR+jB8TCbTg5tpUbFJZJ+OowA== | ||
dependencies: | ||
"@emotion/css" "11.11.2" | ||
"@emotion/react" "11.11.3" | ||
"@floating-ui/react" "0.26.9" | ||
"@grafana/data" "10.4.8" | ||
"@grafana/e2e-selectors" "10.4.8" | ||
"@grafana/faro-web-sdk" "^1.3.6" | ||
"@grafana/schema" "10.4.8" | ||
"@leeoniya/ufuzzy" "1.0.14" | ||
"@monaco-editor/react" "4.6.0" | ||
"@popperjs/core" "2.11.8" | ||
"@react-aria/dialog" "3.5.11" | ||
"@react-aria/focus" "3.16.1" | ||
"@react-aria/overlays" "3.21.0" | ||
"@react-aria/utils" "3.23.1" | ||
ansicolor "1.1.100" | ||
calculate-size "1.1.1" | ||
classnames "2.5.1" | ||
d3 "7.8.5" | ||
date-fns "3.3.1" | ||
hoist-non-react-statics "3.3.2" | ||
i18next "^23.0.0" | ||
i18next-browser-languagedetector "^7.0.2" | ||
immutable "4.3.5" | ||
is-hotkey "0.2.0" | ||
jquery "3.7.1" | ||
lodash "4.17.21" | ||
micro-memoize "^4.1.2" | ||
moment "2.30.1" | ||
monaco-editor "0.34.0" | ||
ol "7.4.0" | ||
prismjs "1.29.0" | ||
rc-cascader "3.21.2" | ||
rc-drawer "6.5.2" | ||
rc-slider "10.5.0" | ||
rc-time-picker "^3.7.3" | ||
rc-tooltip "6.1.3" | ||
react-beautiful-dnd "13.1.1" | ||
react-calendar "4.8.0" | ||
react-colorful "5.6.1" | ||
react-custom-scrollbars-2 "4.5.0" | ||
react-dropzone "14.2.3" | ||
react-highlight-words "0.20.0" | ||
react-hook-form "^7.49.2" | ||
react-i18next "^12.0.0" | ||
react-inlinesvg "3.0.2" | ||
react-loading-skeleton "3.4.0" | ||
react-popper "2.3.0" | ||
react-router-dom "5.3.3" | ||
react-select "5.8.0" | ||
react-table "7.8.0" | ||
react-transition-group "4.4.5" | ||
react-use "17.5.0" | ||
react-window "1.8.10" | ||
rxjs "7.8.1" | ||
slate "0.47.9" | ||
slate-plain-serializer "0.7.13" | ||
slate-react "0.22.10" | ||
tinycolor2 "1.6.0" | ||
tslib "2.6.2" | ||
uplot "1.6.30" | ||
uuid "9.0.1" | ||
|
||
"@hello-pangea/dnd@^17.0.0": | ||
version "17.0.0" | ||
resolved "https://registry.yarnpkg.com/@hello-pangea/dnd/-/dnd-17.0.0.tgz#2dede20fd6d8a9b53144547e6894fc482da3d431" | ||
|