Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit 96bdc7b

Browse files
author
Dominik Broj
authored
Merge pull request #5571 from grafana/dev
v1.16.5
2 parents 30cff51 + 5551617 commit 96bdc7b

4 files changed

Lines changed: 1409 additions & 749 deletions

File tree

grafana-plugin/jest.setup.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ Object.defineProperty(window, 'matchMedia', {
4343
})),
4444
});
4545

46-
Object.defineProperty(window, 'location', {
47-
configurable: true,
48-
value: { reload: jest.fn() },
49-
});
50-
5146
Object.defineProperty(window, 'ResizeObserver', {
5247
writable: true,
5348
value: class ResizeObserver {

grafana-plugin/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@
9999
"fork-ts-checker-webpack-plugin": "^8.0.0",
100100
"glob": "^10.2.7",
101101
"identity-obj-proxy": "3.0.0",
102-
"jest": "^29.5.0",
103-
"jest-environment-jsdom": "^29.5.0",
102+
"jest": "^30.0.5",
103+
"jest-environment-jsdom": "^30.0.5",
104104
"jest-html-reporters": "^3.1.7",
105105
"knip": "^5.0.3",
106106
"lint-staged": "^10.2.11",
@@ -120,7 +120,7 @@
120120
"stylelint-config-prettier": "^9.0.3",
121121
"stylelint-prettier": "^2.0.0",
122122
"swc-loader": "^0.2.3",
123-
"ts-jest": "29.0.3",
123+
"ts-jest": "29.4.1",
124124
"ts-node": "^10.9.1",
125125
"tsconfig-paths": "^4.2.0",
126126
"typescript": "5.1",
@@ -145,15 +145,15 @@
145145
"@grafana/ui": "^11.1.3",
146146
"@lifeomic/attempt": "^3.0.3",
147147
"array-move": "^4.0.0",
148-
"axios": "^1.8.2",
148+
"axios": "^1.8.4",
149149
"change-case": "^4.1.1",
150150
"circular-dependency-plugin": "^5.2.2",
151151
"classnames": "^2.3.2",
152152
"dayjs": "^1.11.5",
153153
"eslint-plugin-import": "^2.29.1",
154154
"immutability-helper": "^3.1.1",
155-
"linkify-react": "^4.1.3",
156-
"linkifyjs": "^4.1.3",
155+
"linkify-react": "^4.3.2",
156+
"linkifyjs": "^4.3.2",
157157
"mobx": "6.12.0",
158158
"mobx-react": "9.1.0",
159159
"object-hash": "^3.0.0",

0 commit comments

Comments
 (0)