Update Monthly patch updates (#64323)

* Update Monthly patch updates

* don't update dangerously-set-html-content

* run prettier

* fix types

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
renovate[bot]
2023-03-08 09:38:06 +00:00
committed by GitHub
parent a317e48de8
commit 523f675dd8
18 changed files with 806 additions and 699 deletions

View File

@@ -35,7 +35,7 @@
"postpack": "mv package.json.bak package.json"
},
"dependencies": {
"@braintree/sanitize-url": "6.0.1",
"@braintree/sanitize-url": "6.0.2",
"@grafana/schema": "9.5.0-pre",
"@types/d3-interpolate": "^3.0.0",
"d3-interpolate": "3.0.1",
@@ -44,13 +44,13 @@
"fast_array_intersect": "1.1.0",
"history": "4.10.1",
"lodash": "4.17.21",
"marked": "4.2.0",
"marked": "4.2.12",
"moment": "2.29.4",
"moment-timezone": "0.5.38",
"moment-timezone": "0.5.41",
"ol": "7.2.2",
"papaparse": "5.3.2",
"react-use": "17.4.0",
"regenerator-runtime": "0.13.10",
"regenerator-runtime": "0.13.11",
"rxjs": "7.8.0",
"tinycolor2": "1.6.0",
"tslib": "2.5.0",
@@ -69,11 +69,11 @@
"@testing-library/user-event": "14.4.3",
"@types/history": "4.7.11",
"@types/jest": "29.2.3",
"@types/jquery": "3.5.14",
"@types/lodash": "4.14.187",
"@types/marked": "4.0.7",
"@types/node": "18.14.0",
"@types/papaparse": "5.3.5",
"@types/jquery": "3.5.16",
"@types/lodash": "4.14.191",
"@types/marked": "4.0.8",
"@types/node": "18.14.6",
"@types/papaparse": "5.3.7",
"@types/react": "17.0.42",
"@types/react-dom": "17.0.14",
"@types/sinon": "10.0.13",

View File

@@ -30,7 +30,7 @@ export const preferredVisualizationTypes = [
'flamegraph',
'rawPrometheus',
] as const;
export type PreferredVisualisationType = typeof preferredVisualizationTypes[number];
export type PreferredVisualisationType = (typeof preferredVisualizationTypes)[number];
/**
* @public

View File

@@ -41,7 +41,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "23.0.2",
"@rollup/plugin-node-resolve": "15.0.1",
"@types/node": "18.14.0",
"@types/node": "18.14.6",
"esbuild": "0.16.17",
"rimraf": "4.2.0",
"rollup": "2.79.1",

View File

@@ -48,9 +48,9 @@
},
"devDependencies": {
"@rollup/plugin-node-resolve": "15.0.1",
"@types/chrome-remote-interface": "0.31.4",
"@types/lodash": "4.14.187",
"@types/node": "18.14.0",
"@types/chrome-remote-interface": "0.31.9",
"@types/lodash": "4.14.191",
"@types/node": "18.14.6",
"@types/uuid": "9.0.1",
"esbuild": "0.16.17",
"rollup": "2.79.1",
@@ -66,13 +66,13 @@
"@grafana/e2e-selectors": "9.5.0-pre",
"@grafana/tsconfig": "^1.2.0-rc1",
"@mochajs/json-file-reporter": "^1.2.0",
"babel-loader": "9.1.0",
"babel-loader": "9.1.2",
"blink-diff": "1.0.13",
"chrome-remote-interface": "0.32.0",
"chrome-remote-interface": "0.32.1",
"commander": "8.3.0",
"cypress": "9.5.1",
"cypress-file-upload": "5.0.8",
"devtools-protocol": "0.0.1065144",
"devtools-protocol": "0.0.1113774",
"execa": "5.1.1",
"lodash": "4.17.21",
"mocha": "10.2.0",

View File

@@ -39,7 +39,7 @@
"dependencies": {
"@grafana/data": "9.5.0-pre",
"@grafana/e2e-selectors": "9.5.0-pre",
"@grafana/faro-web-sdk": "1.0.0-beta2",
"@grafana/faro-web-sdk": "1.0.0",
"@grafana/ui": "9.5.0-pre",
"@sentry/browser": "6.19.7",
"history": "4.10.1",
@@ -59,7 +59,7 @@
"@types/angular": "1.8.4",
"@types/history": "4.7.11",
"@types/jest": "29.2.3",
"@types/lodash": "4.14.187",
"@types/lodash": "4.14.191",
"@types/react": "17.0.42",
"@types/react-dom": "17.0.14",
"@types/systemjs": "^0.20.6",

View File

@@ -47,12 +47,12 @@
"not IE 11"
],
"dependencies": {
"@emotion/css": "11.10.5",
"@emotion/react": "11.10.5",
"@emotion/css": "11.10.6",
"@emotion/react": "11.10.6",
"@grafana/data": "9.5.0-pre",
"@grafana/e2e-selectors": "9.5.0-pre",
"@grafana/schema": "9.5.0-pre",
"@leeoniya/ufuzzy": "1.0.2",
"@leeoniya/ufuzzy": "1.0.5",
"@monaco-editor/react": "4.4.6",
"@popperjs/core": "2.11.6",
"@react-aria/button": "3.6.1",
@@ -71,9 +71,9 @@
"date-fns": "2.29.3",
"hoist-non-react-statics": "3.3.2",
"i18next": "^22.0.0",
"immutable": "4.2.2",
"immutable": "4.2.4",
"is-hotkey": "0.2.0",
"jquery": "3.6.1",
"jquery": "3.6.3",
"lodash": "4.17.21",
"memoize-one": "6.0.0",
"moment": "2.29.4",
@@ -81,8 +81,8 @@
"ol": "7.2.2",
"prismjs": "1.29.0",
"rc-cascader": "3.8.0",
"rc-drawer": "6.1.2",
"rc-slider": "10.1.0",
"rc-drawer": "6.1.3",
"rc-slider": "10.1.1",
"rc-time-picker": "^3.7.3",
"rc-tooltip": "5.3.1",
"react-beautiful-dnd": "13.1.1",
@@ -93,7 +93,7 @@
"react-highlight-words": "0.20.0",
"react-hook-form": "7.5.3",
"react-i18next": "^12.0.0",
"react-inlinesvg": "3.0.1",
"react-inlinesvg": "3.0.2",
"react-popper": "2.3.0",
"react-popper-tooltip": "4.4.2",
"react-router-dom": "^5.2.0",
@@ -143,19 +143,19 @@
"@types/hoist-non-react-statics": "3.3.1",
"@types/is-hotkey": "0.1.7",
"@types/jest": "29.2.3",
"@types/jquery": "3.5.14",
"@types/lodash": "4.14.187",
"@types/jquery": "3.5.16",
"@types/lodash": "4.14.191",
"@types/mock-raf": "1.0.3",
"@types/node": "18.14.0",
"@types/node": "18.14.6",
"@types/prismjs": "1.26.0",
"@types/react": "17.0.42",
"@types/react-beautiful-dnd": "13.1.2",
"@types/react-beautiful-dnd": "13.1.3",
"@types/react-calendar": "3.9.0",
"@types/react-color": "3.0.6",
"@types/react-dom": "17.0.14",
"@types/react-highlight-words": "0.16.4",
"@types/react-router-dom": "5.3.3",
"@types/react-table": "7.7.12",
"@types/react-table": "7.7.14",
"@types/react-test-renderer": "17.0.1",
"@types/react-transition-group": "4.4.5",
"@types/react-window": "1.8.5",
@@ -166,7 +166,7 @@
"@types/tinycolor2": "1.4.3",
"@types/uuid": "9.0.1",
"common-tags": "1.8.2",
"css-loader": "6.7.1",
"css-loader": "6.7.3",
"csstype": "3.1.1",
"esbuild": "0.16.17",
"expose-loader": "4.0.0",