@grafana/create-plugin 6.7.1 → 6.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/package.json +2 -2
- package/templates/common/_package.json +37 -37
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v6.7.2 (Thu Jan 08 2026)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- feat: bump all dev deps to latest [#2359](https://github.com/grafana/plugin-tools/pull/2359) ([@jackw](https://github.com/jackw))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Jack Westbrook ([@jackw](https://github.com/jackw))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v6.7.1 (Thu Jan 08 2026)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/create-plugin",
|
|
3
|
-
"version": "6.7.
|
|
3
|
+
"version": "6.7.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"directory": "packages/create-plugin",
|
|
6
6
|
"url": "https://github.com/grafana/plugin-tools"
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"engines": {
|
|
56
56
|
"node": ">=20"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "cf8f1ab6eee1677bcfa7135666c23f9ffac09e32"
|
|
59
59
|
}
|
|
@@ -18,50 +18,50 @@
|
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@grafana/eslint-config": "^9.0.0",
|
|
20
20
|
"@grafana/plugin-e2e": "^3.1.0",
|
|
21
|
-
"@grafana/tsconfig": "^2.0.
|
|
22
|
-
"@playwright/test": "^1.
|
|
23
|
-
"@rspack/core": "^1.
|
|
24
|
-
"@rspack/cli": "^1.
|
|
25
|
-
"@stylistic/eslint-plugin-ts": "^
|
|
26
|
-
"@swc/core": "^1.
|
|
21
|
+
"@grafana/tsconfig": "^2.0.0",
|
|
22
|
+
"@playwright/test": "^1.57.0",{{#if useExperimentalRspack}}
|
|
23
|
+
"@rspack/core": "^1.6.0",
|
|
24
|
+
"@rspack/cli": "^1.6.0",{{/if}}
|
|
25
|
+
"@stylistic/eslint-plugin-ts": "^4.4.0",
|
|
26
|
+
"@swc/core": "^1.15.0",
|
|
27
27
|
"@swc/helpers": "^0.5.0",
|
|
28
|
-
"@swc/jest": "^0.2.
|
|
29
|
-
"@testing-library/jest-dom": "6.
|
|
30
|
-
"@testing-library/react": "
|
|
28
|
+
"@swc/jest": "^0.2.0",
|
|
29
|
+
"@testing-library/jest-dom": "^6.6.0",
|
|
30
|
+
"@testing-library/react": "^16.3.0",
|
|
31
31
|
"@types/jest": "^29.5.0",
|
|
32
|
-
"@types/node": "^
|
|
32
|
+
"@types/node": "^24.0.0",
|
|
33
33
|
"@types/react": "^18.3.0",
|
|
34
34
|
"@types/react-dom": "^18.3.0",
|
|
35
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
36
|
-
"@typescript-eslint/parser": "^8.
|
|
37
|
-
"copy-webpack-plugin": "^
|
|
38
|
-
"css-loader": "^
|
|
39
|
-
"eslint": "^9.
|
|
40
|
-
"eslint-config-prettier": "^
|
|
41
|
-
"eslint-plugin-jsdoc": "^
|
|
42
|
-
"eslint-plugin-react": "^7.37.
|
|
35
|
+
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
36
|
+
"@typescript-eslint/parser": "^8.38.0",{{#unless useExperimentalRspack}}
|
|
37
|
+
"copy-webpack-plugin": "^13.0.0",{{/unless}}
|
|
38
|
+
"css-loader": "^7.1.0",
|
|
39
|
+
"eslint": "^9.32.0",
|
|
40
|
+
"eslint-config-prettier": "^10.1.0",
|
|
41
|
+
"eslint-plugin-jsdoc": "^52.0.0",
|
|
42
|
+
"eslint-plugin-react": "^7.37.0",
|
|
43
43
|
"eslint-plugin-react-hooks": "^7.0.0",
|
|
44
44
|
"eslint-webpack-plugin": "^5.0.0",{{#unless useExperimentalRspack}}
|
|
45
|
-
"fork-ts-checker-webpack-plugin": "^
|
|
46
|
-
"glob": "^
|
|
47
|
-
"identity-obj-proxy": "3.0.0",
|
|
45
|
+
"fork-ts-checker-webpack-plugin": "^9.1.0",{{/unless}}
|
|
46
|
+
"glob": "^11.1.0",
|
|
47
|
+
"identity-obj-proxy": "^3.0.0",
|
|
48
48
|
"imports-loader": "^5.0.0",
|
|
49
|
-
"jest": "^29.
|
|
50
|
-
"jest-environment-jsdom": "^29.
|
|
51
|
-
"prettier": "^
|
|
52
|
-
"replace-in-file-webpack-plugin": "^1.0.
|
|
53
|
-
"rspack-plugin-virtual-module": "^0.
|
|
54
|
-
"sass": "1.
|
|
55
|
-
"sass-loader": "
|
|
56
|
-
"semver": "^7.
|
|
57
|
-
"style-loader": "
|
|
58
|
-
"swc-loader": "^0.2.
|
|
59
|
-
"terser-webpack-plugin": "^5.3.
|
|
60
|
-
"ts-node": "^10.9.
|
|
61
|
-
"ts-checker-rspack-plugin": "^1.
|
|
62
|
-
"typescript": "5.
|
|
63
|
-
"webpack": "^5.
|
|
64
|
-
"webpack-cli": "^
|
|
49
|
+
"jest": "^29.7.0",
|
|
50
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
51
|
+
"prettier": "^3.6.0",
|
|
52
|
+
"replace-in-file-webpack-plugin": "^1.0.0",{{#if useExperimentalRspack}}
|
|
53
|
+
"rspack-plugin-virtual-module": "^1.0.0",{{/if}}
|
|
54
|
+
"sass": "^1.89.0",
|
|
55
|
+
"sass-loader": "^16.0.0",
|
|
56
|
+
"semver": "^7.7.0",
|
|
57
|
+
"style-loader": "^4.0.0",{{#unless useExperimentalRspack}}
|
|
58
|
+
"swc-loader": "^0.2.0",{{/unless}}
|
|
59
|
+
"terser-webpack-plugin": "^5.3.0",
|
|
60
|
+
"ts-node": "^10.9.0",{{#if useExperimentalRspack}}
|
|
61
|
+
"ts-checker-rspack-plugin": "^1.2.0",{{/if}}
|
|
62
|
+
"typescript": "5.9.2",
|
|
63
|
+
"webpack": "^5.101.0"{{#unless useExperimentalRspack}},
|
|
64
|
+
"webpack-cli": "^6.0.0",
|
|
65
65
|
"webpack-livereload-plugin": "^3.0.2",
|
|
66
66
|
"webpack-subresource-integrity": "^5.1.0",
|
|
67
67
|
"webpack-virtual-modules": "^0.6.2"{{/unless}}
|