@rotki/eslint-config 4.4.0 → 4.5.0
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/dist/index.d.ts +42 -12
- package/dist/index.js +8320 -7833
- package/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rotki/eslint-config",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.5.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"bugs": {
|
|
@@ -48,33 +48,33 @@
|
|
|
48
48
|
"@antfu/install-pkg": "1.1.0",
|
|
49
49
|
"@clack/prompts": "0.11.0",
|
|
50
50
|
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
|
|
51
|
-
"@eslint/markdown": "7.
|
|
52
|
-
"@stylistic/eslint-plugin": "5.2.
|
|
53
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
54
|
-
"@typescript-eslint/parser": "8.
|
|
51
|
+
"@eslint/markdown": "7.1.0",
|
|
52
|
+
"@stylistic/eslint-plugin": "5.2.3",
|
|
53
|
+
"@typescript-eslint/eslint-plugin": "8.40.0",
|
|
54
|
+
"@typescript-eslint/parser": "8.40.0",
|
|
55
55
|
"@vitest/eslint-plugin": "1.3.4",
|
|
56
56
|
"eslint-config-flat-gitignore": "2.1.0",
|
|
57
57
|
"eslint-config-prettier": "10.1.8",
|
|
58
|
-
"eslint-flat-config-utils": "2.1.
|
|
58
|
+
"eslint-flat-config-utils": "2.1.1",
|
|
59
59
|
"eslint-merge-processors": "2.0.0",
|
|
60
60
|
"eslint-plugin-antfu": "3.1.1",
|
|
61
61
|
"eslint-plugin-format": "1.0.1",
|
|
62
62
|
"eslint-plugin-html": "8.1.3",
|
|
63
63
|
"eslint-plugin-import-lite": "0.3.0",
|
|
64
64
|
"eslint-plugin-jsonc": "2.20.1",
|
|
65
|
-
"eslint-plugin-n": "17.21.
|
|
65
|
+
"eslint-plugin-n": "17.21.3",
|
|
66
66
|
"eslint-plugin-no-only-tests": "3.3.0",
|
|
67
67
|
"eslint-plugin-perfectionist": "4.15.0",
|
|
68
|
-
"eslint-plugin-pnpm": "1.1.
|
|
69
|
-
"eslint-plugin-prettier": "5.5.
|
|
68
|
+
"eslint-plugin-pnpm": "1.1.1",
|
|
69
|
+
"eslint-plugin-prettier": "5.5.4",
|
|
70
70
|
"eslint-plugin-unicorn": "60.0.0",
|
|
71
|
-
"eslint-plugin-unused-imports": "4.
|
|
72
|
-
"eslint-plugin-vue": "10.
|
|
71
|
+
"eslint-plugin-unused-imports": "4.2.0",
|
|
72
|
+
"eslint-plugin-vue": "10.4.0",
|
|
73
73
|
"eslint-plugin-yml": "1.18.0",
|
|
74
74
|
"eslint-processor-vue-blocks": "2.0.0",
|
|
75
75
|
"globals": "16.3.0",
|
|
76
76
|
"jsonc-eslint-parser": "2.4.0",
|
|
77
|
-
"local-pkg": "1.1.
|
|
77
|
+
"local-pkg": "1.1.2",
|
|
78
78
|
"prettier": "3.6.2",
|
|
79
79
|
"vue-eslint-parser": "10.2.0",
|
|
80
80
|
"yaml-eslint-parser": "1.3.0"
|
|
@@ -82,20 +82,20 @@
|
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@commitlint/cli": "19.8.1",
|
|
84
84
|
"@commitlint/config-conventional": "19.8.1",
|
|
85
|
-
"@eslint/config-inspector": "1.
|
|
86
|
-
"@types/node": "22.
|
|
85
|
+
"@eslint/config-inspector": "1.2.0",
|
|
86
|
+
"@types/node": "22.17.2",
|
|
87
87
|
"@types/prompts": "2.4.9",
|
|
88
|
-
"bumpp": "10.2.
|
|
89
|
-
"eslint": "9.
|
|
90
|
-
"eslint-plugin-regexp": "2.
|
|
91
|
-
"eslint-typegen": "2.
|
|
88
|
+
"bumpp": "10.2.3",
|
|
89
|
+
"eslint": "9.33.0",
|
|
90
|
+
"eslint-plugin-regexp": "2.10.0",
|
|
91
|
+
"eslint-typegen": "2.3.0",
|
|
92
92
|
"husky": "9.1.7",
|
|
93
|
-
"lint-staged": "16.1.
|
|
93
|
+
"lint-staged": "16.1.5",
|
|
94
94
|
"rimraf": "6.0.1",
|
|
95
|
-
"tsdown": "0.
|
|
96
|
-
"tsx": "4.20.
|
|
97
|
-
"typescript": "5.
|
|
98
|
-
"@rotki/eslint-config": "4.
|
|
95
|
+
"tsdown": "0.14.1",
|
|
96
|
+
"tsx": "4.20.4",
|
|
97
|
+
"typescript": "5.9.2",
|
|
98
|
+
"@rotki/eslint-config": "4.5.0"
|
|
99
99
|
},
|
|
100
100
|
"engines": {
|
|
101
101
|
"node": ">=22 <23",
|