Skip to content

Commit 01c67eb

Browse files
fix(deps): update frontend dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | ------- | ------- | | npm | @babel/core | 7.28.5 | 7.29.0 | | npm | @eslint/eslintrc | 3.3.1 | 3.3.5 | | npm | @eslint/js | 9.39.2 | 9.39.4 | | npm | @grafana/data | 12.4.1 | 12.4.2 | | npm | @grafana/plugin-ui | 0.13.0 | 0.13.1 | | npm | @grafana/runtime | 12.4.1 | 12.4.2 | | npm | @grafana/schema | 12.4.1 | 12.4.2 | | npm | @grafana/ui | 12.4.1 | 12.4.2 | | npm | @playwright/test | 1.58.2 | 1.59.1 | | npm | @swc/core | 1.15.7 | 1.15.21 | | npm | @swc/helpers | 0.5.17 | 0.5.21 | | npm | @types/lodash | 4.17.20 | 4.17.24 | | npm | @types/node | 24.10.4 | 24.12.0 | | npm | @typescript-eslint/eslint-plugin | 8.51.0 | 8.58.0 | | npm | @typescript-eslint/parser | 8.51.0 | 8.58.0 | | npm | css-loader | 7.1.2 | 7.1.4 | | npm | dotenv | 17.2.3 | 17.4.0 | | npm | eslint | 9.39.2 | 9.39.4 | | npm | eslint-plugin-jsdoc | 61.5.0 | 61.7.1 | | npm | eslint-plugin-prettier | 5.5.4 | 5.5.5 | | npm | eslint-webpack-plugin | 5.0.2 | 5.0.3 | | npm | glob | 13.0.0 | 13.0.6 | | npm | jest | 30.2.0 | 30.3.0 | | npm | jest-environment-jsdom | 30.2.0 | 30.3.0 | | npm | lefthook | 2.0.13 | 2.1.4 | | npm | prettier | 3.6.2 | 3.8.1 | | npm | sass | 1.97.3 | 1.99.0 | | npm | semver | 7.7.3 | 7.7.4 | | npm | swc-loader | 0.2.6 | 0.2.7 | | npm | terser-webpack-plugin | 5.3.16 | 5.4.0 | | npm | webpack | 5.104.1 | 5.105.4 | | npm | @yarnpkg/cli | 4.12.0 | 4.13.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent ef50cab commit 01c67eb

File tree

5 files changed

+1902
-1867
lines changed

5 files changed

+1902
-1867
lines changed

.yarn/releases/yarn-4.12.0.cjs

Lines changed: 0 additions & 942 deletions
This file was deleted.

.yarn/releases/yarn-4.13.0.cjs

Lines changed: 940 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-4.12.0.cjs
3+
yarnPath: .yarn/releases/yarn-4.13.0.cjs
44

55
npmMinimalAgeGate: 4320 # 3 days in minutes
66
npmPreapprovedPackages:

package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"@axe-core/playwright": "^4.11.1",
2424
"@emotion/css": "11.13.5",
2525
"@grafana/async-query-data": "0.4.2",
26-
"@grafana/data": "12.4.1",
26+
"@grafana/data": "12.4.2",
2727
"@grafana/plugin-ui": "^0.13.0",
28-
"@grafana/runtime": "12.4.1",
29-
"@grafana/schema": "12.4.1",
30-
"@grafana/ui": "12.4.1",
28+
"@grafana/runtime": "12.4.2",
29+
"@grafana/schema": "12.4.2",
30+
"@grafana/ui": "12.4.2",
3131
"react": "18.3.1",
3232
"react-dom": "18.3.1",
3333
"react-router-dom": "^6.22.0",
@@ -36,60 +36,60 @@
3636
"tslib": "2.8.1"
3737
},
3838
"devDependencies": {
39-
"@babel/core": "7.28.5",
40-
"@eslint/eslintrc": "3.3.1",
41-
"@eslint/js": "9.39.2",
39+
"@babel/core": "7.29.0",
40+
"@eslint/eslintrc": "3.3.5",
41+
"@eslint/js": "9.39.4",
4242
"@grafana/aws-sdk": "0.10.2",
4343
"@grafana/eslint-config": "9.0.0",
4444
"@grafana/plugin-e2e": "3.4.5",
4545
"@grafana/tsconfig": "2.0.1",
4646
"@openfeature/core": "1.9.2",
4747
"@openfeature/web-sdk": "1.7.3",
48-
"@playwright/test": "1.58.2",
48+
"@playwright/test": "1.59.1",
4949
"@stylistic/eslint-plugin-ts": "4.4.1",
50-
"@swc/core": "1.15.7",
51-
"@swc/helpers": "0.5.17",
50+
"@swc/core": "1.15.21",
51+
"@swc/helpers": "0.5.21",
5252
"@swc/jest": "0.2.39",
5353
"@testing-library/jest-dom": "6.9.1",
5454
"@testing-library/react": "16.3.2",
5555
"@testing-library/user-event": "14.6.1",
5656
"@types/jest": "30.0.0",
57-
"@types/lodash": "4.17.20",
58-
"@types/node": "24.10.4",
57+
"@types/lodash": "4.17.24",
58+
"@types/node": "24.12.0",
5959
"@types/semver": "7.7.1",
60-
"@typescript-eslint/eslint-plugin": "8.51.0",
61-
"@typescript-eslint/parser": "8.51.0",
60+
"@typescript-eslint/eslint-plugin": "8.58.0",
61+
"@typescript-eslint/parser": "8.58.0",
6262
"copy-webpack-plugin": "13.0.1",
6363
"cspell": "9.7.0",
64-
"css-loader": "7.1.2",
65-
"dotenv": "17.2.3",
66-
"eslint": "9.39.2",
64+
"css-loader": "7.1.4",
65+
"dotenv": "17.4.0",
66+
"eslint": "9.39.4",
6767
"eslint-config-prettier": "10.1.8",
6868
"eslint-plugin-deprecation": "3.0.0",
69-
"eslint-plugin-jsdoc": "61.5.0",
70-
"eslint-plugin-prettier": "5.5.4",
69+
"eslint-plugin-jsdoc": "61.7.1",
70+
"eslint-plugin-prettier": "5.5.5",
7171
"eslint-plugin-react": "7.37.5",
7272
"eslint-plugin-react-hooks": "7.0.1",
73-
"eslint-webpack-plugin": "5.0.2",
73+
"eslint-webpack-plugin": "5.0.3",
7474
"fork-ts-checker-webpack-plugin": "9.1.0",
75-
"glob": "13.0.0",
75+
"glob": "13.0.6",
7676
"identity-obj-proxy": "3.0.0",
7777
"imports-loader": "5.0.0",
78-
"jest": "30.2.0",
79-
"jest-environment-jsdom": "30.2.0",
80-
"lefthook": "2.0.13",
81-
"prettier": "3.6.2",
78+
"jest": "30.3.0",
79+
"jest-environment-jsdom": "30.3.0",
80+
"lefthook": "2.1.4",
81+
"prettier": "3.8.1",
8282
"react-select-event": "5.5.1",
8383
"replace-in-file-webpack-plugin": "1.0.6",
84-
"sass": "1.97.3",
84+
"sass": "1.99.0",
8585
"sass-loader": "16.0.7",
8686
"style-loader": "4.0.0",
87-
"swc-loader": "0.2.6",
88-
"terser-webpack-plugin": "5.3.16",
87+
"swc-loader": "0.2.7",
88+
"terser-webpack-plugin": "5.4.0",
8989
"ts-node": "10.9.2",
9090
"tsconfig-paths": "4.2.0",
9191
"typescript": "5.9.3",
92-
"webpack": "5.104.1",
92+
"webpack": "5.105.4",
9393
"webpack-cli": "6.0.1",
9494
"webpack-livereload-plugin": "3.0.2",
9595
"webpack-subresource-integrity": "5.1.0",
@@ -98,5 +98,5 @@
9898
"engines": {
9999
"node": ">=20"
100100
},
101-
"packageManager": "yarn@4.12.0"
101+
"packageManager": "yarn@4.13.0"
102102
}

0 commit comments

Comments
 (0)