@rotki/eslint-config 6.2.0 → 8.0.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.
Files changed (3) hide show
  1. package/dist/index.d.mts +5766 -1176
  2. package/dist/index.mjs +625 -212
  3. package/package.json +53 -37
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rotki/eslint-config",
3
- "version": "6.2.0",
3
+ "version": "8.0.0",
4
4
  "type": "module",
5
5
  "license": "AGPL-3.0",
6
6
  "bugs": {
@@ -22,9 +22,12 @@
22
22
  "peerDependencies": {
23
23
  "@intlify/eslint-plugin-vue-i18n": "^4.2.0",
24
24
  "@prettier/plugin-xml": "^3.4.1",
25
- "@rotki/eslint-plugin": ">=1.4.0",
25
+ "@rotki/eslint-plugin": ">=1.5.0",
26
26
  "eslint": "^9.20.0 || ^10.0.0",
27
- "eslint-plugin-storybook": ">=10.2.14"
27
+ "eslint-plugin-slop": ">=0.1.3",
28
+ "eslint-plugin-sonarjs": ">=4.0.0",
29
+ "eslint-plugin-storybook": ">=10.2.14",
30
+ "eslint-plugin-tsdoc": ">=0.5.0"
28
31
  },
29
32
  "peerDependenciesMeta": {
30
33
  "@intlify/eslint-plugin-vue-i18n": {
@@ -36,71 +39,84 @@
36
39
  "@rotki/eslint-plugin": {
37
40
  "optional": true
38
41
  },
42
+ "eslint-plugin-slop": {
43
+ "optional": true
44
+ },
45
+ "eslint-plugin-sonarjs": {
46
+ "optional": true
47
+ },
39
48
  "eslint-plugin-storybook": {
40
49
  "optional": true
50
+ },
51
+ "eslint-plugin-tsdoc": {
52
+ "optional": true
41
53
  }
42
54
  },
43
55
  "dependencies": {
44
- "@antfu/install-pkg": "1.1.0",
45
- "@clack/prompts": "1.5.1",
46
- "@e18e/eslint-plugin": "0.5.0",
56
+ "@antfu/install-pkg": "2.0.1",
57
+ "@clack/prompts": "1.7.0",
58
+ "@e18e/eslint-plugin": "0.8.0",
47
59
  "@eslint-community/eslint-plugin-eslint-comments": "4.7.2",
48
- "@eslint/markdown": "8.0.2",
60
+ "@eslint/markdown": "8.0.3",
49
61
  "@stylistic/eslint-plugin": "5.10.0",
50
- "@typescript-eslint/eslint-plugin": "8.61.0",
51
- "@typescript-eslint/parser": "8.61.0",
52
- "@vitest/eslint-plugin": "1.6.20",
53
- "eslint-config-flat-gitignore": "2.3.0",
62
+ "@typescript-eslint/eslint-plugin": "8.68.0",
63
+ "@typescript-eslint/parser": "8.68.0",
64
+ "@vitest/eslint-plugin": "1.6.27",
65
+ "eslint-config-flat-gitignore": "2.4.0",
54
66
  "eslint-config-prettier": "10.1.8",
55
67
  "eslint-flat-config-utils": "3.2.0",
56
68
  "eslint-merge-processors": "2.0.0",
57
69
  "eslint-plugin-antfu": "3.2.3",
58
70
  "eslint-plugin-format": "2.0.1",
59
- "eslint-plugin-html": "8.1.4",
71
+ "eslint-plugin-html": "8.2.0",
60
72
  "eslint-plugin-import-lite": "0.6.0",
61
- "eslint-plugin-jsonc": "3.2.0",
62
- "eslint-plugin-n": "18.1.0",
73
+ "eslint-plugin-jsdoc": "64.3.2",
74
+ "eslint-plugin-jsonc": "3.4.2",
75
+ "eslint-plugin-n": "18.3.0",
63
76
  "eslint-plugin-no-only-tests": "3.4.0",
64
- "eslint-plugin-perfectionist": "5.9.0",
65
- "eslint-plugin-pnpm": "1.6.1",
77
+ "eslint-plugin-perfectionist": "5.10.1",
78
+ "eslint-plugin-pnpm": "1.8.0",
66
79
  "eslint-plugin-prettier": "5.5.6",
67
- "eslint-plugin-regexp": "3.1.0",
68
- "eslint-plugin-unicorn": "65.0.1",
80
+ "eslint-plugin-regexp": "3.2.0",
81
+ "eslint-plugin-unicorn": "74.0.0",
69
82
  "eslint-plugin-unused-imports": "4.4.1",
70
- "eslint-plugin-vue": "10.9.2",
71
- "eslint-plugin-yml": "3.4.0",
83
+ "eslint-plugin-vue": "10.10.0",
84
+ "eslint-plugin-yml": "3.8.1",
72
85
  "eslint-processor-vue-blocks": "2.0.0",
73
86
  "find-up-simple": "1.0.1",
74
- "globals": "17.6.0",
87
+ "globals": "17.11.0",
75
88
  "local-pkg": "1.2.1",
76
- "prettier": "3.8.4",
89
+ "prettier": "3.9.6",
77
90
  "vue-eslint-parser": "10.4.1",
78
- "yaml-eslint-parser": "2.0.0"
91
+ "yaml-eslint-parser": "2.1.0"
79
92
  },
80
93
  "devDependencies": {
81
- "@commitlint/cli": "21.0.2",
82
- "@commitlint/config-conventional": "21.0.2",
83
- "@eslint/config-inspector": "3.0.4",
84
- "@rotki/eslint-plugin": "1.4.0",
85
- "@types/node": "24.12.0",
94
+ "@commitlint/cli": "21.2.2",
95
+ "@commitlint/config-conventional": "21.2.2",
96
+ "@eslint/config-inspector": "3.3.0",
97
+ "@rotki/eslint-config": "8.0.0",
98
+ "@rotki/eslint-plugin": "1.5.1",
99
+ "@types/node": "24.13.3",
86
100
  "@types/prompts": "2.4.9",
87
- "bumpp": "11.1.0",
88
- "eslint": "10.4.1",
101
+ "bumpp": "12.2.2",
102
+ "eslint": "10.9.1",
103
+ "eslint-plugin-slop": "0.1.3",
104
+ "eslint-plugin-sonarjs": "4.2.0",
105
+ "eslint-plugin-tsdoc": "0.5.2",
89
106
  "eslint-typegen": "2.3.1",
90
- "execa": "9.6.1",
107
+ "execa": "10.0.1",
91
108
  "husky": "9.1.7",
92
- "lint-staged": "17.0.7",
109
+ "lint-staged": "17.4.1",
93
110
  "rimraf": "6.1.3",
94
111
  "tinyglobby": "0.2.17",
95
- "tsdown": "0.22.2",
96
- "tsx": "4.22.4",
112
+ "tsdown": "0.22.14",
113
+ "tsx": "4.23.13",
97
114
  "typescript": "6.0.3",
98
- "vitest": "4.1.8",
99
- "@rotki/eslint-config": "6.2.0"
115
+ "vitest": "4.1.11"
100
116
  },
101
117
  "engines": {
102
118
  "node": ">=24 <25",
103
- "pnpm": ">=10 <11"
119
+ "pnpm": ">=11 <12"
104
120
  },
105
121
  "lint-staged": {
106
122
  "*": "eslint --fix"