@rotki/eslint-config 6.1.0 → 7.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 +3495 -1257
  2. package/dist/index.mjs +323 -195
  3. package/package.json +45 -45
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rotki/eslint-config",
3
- "version": "6.1.0",
3
+ "version": "7.0.0",
4
4
  "type": "module",
5
5
  "license": "AGPL-3.0",
6
6
  "bugs": {
@@ -20,11 +20,11 @@
20
20
  ".": "./dist/index.mjs"
21
21
  },
22
22
  "peerDependencies": {
23
- "@intlify/eslint-plugin-vue-i18n": "^4.0.0",
23
+ "@intlify/eslint-plugin-vue-i18n": "^4.2.0",
24
24
  "@prettier/plugin-xml": "^3.4.1",
25
- "@rotki/eslint-plugin": ">=1.3.0",
26
- "eslint": ">=9.20.0",
27
- "eslint-plugin-storybook": ">=0.11.0"
25
+ "@rotki/eslint-plugin": ">=1.5.0",
26
+ "eslint": "^9.20.0 || ^10.0.0",
27
+ "eslint-plugin-storybook": ">=10.2.14"
28
28
  },
29
29
  "peerDependenciesMeta": {
30
30
  "@intlify/eslint-plugin-vue-i18n": {
@@ -42,65 +42,65 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@antfu/install-pkg": "1.1.0",
45
- "@clack/prompts": "1.1.0",
46
- "@e18e/eslint-plugin": "0.3.0",
47
- "@eslint-community/eslint-plugin-eslint-comments": "4.7.1",
48
- "@eslint/markdown": "8.0.1",
45
+ "@clack/prompts": "1.7.0",
46
+ "@e18e/eslint-plugin": "0.5.1",
47
+ "@eslint-community/eslint-plugin-eslint-comments": "4.7.2",
48
+ "@eslint/markdown": "8.0.3",
49
49
  "@stylistic/eslint-plugin": "5.10.0",
50
- "@typescript-eslint/eslint-plugin": "8.58.0",
51
- "@typescript-eslint/parser": "8.58.0",
52
- "@vitest/eslint-plugin": "1.6.14",
50
+ "@typescript-eslint/eslint-plugin": "8.64.0",
51
+ "@typescript-eslint/parser": "8.64.0",
52
+ "@vitest/eslint-plugin": "1.6.23",
53
53
  "eslint-config-flat-gitignore": "2.3.0",
54
54
  "eslint-config-prettier": "10.1.8",
55
- "eslint-flat-config-utils": "3.0.2",
55
+ "eslint-flat-config-utils": "3.2.0",
56
56
  "eslint-merge-processors": "2.0.0",
57
- "eslint-plugin-antfu": "3.2.2",
57
+ "eslint-plugin-antfu": "3.2.3",
58
58
  "eslint-plugin-format": "2.0.1",
59
59
  "eslint-plugin-html": "8.1.4",
60
60
  "eslint-plugin-import-lite": "0.6.0",
61
- "eslint-plugin-jsonc": "3.1.2",
62
- "eslint-plugin-n": "17.24.0",
63
- "eslint-plugin-no-only-tests": "3.3.0",
64
- "eslint-plugin-perfectionist": "5.7.0",
65
- "eslint-plugin-pnpm": "1.6.0",
66
- "eslint-plugin-prettier": "5.5.5",
67
- "eslint-plugin-regexp": "3.1.0",
68
- "eslint-plugin-unicorn": "64.0.0",
61
+ "eslint-plugin-jsonc": "3.3.0",
62
+ "eslint-plugin-n": "18.2.2",
63
+ "eslint-plugin-no-only-tests": "3.4.0",
64
+ "eslint-plugin-perfectionist": "5.10.0",
65
+ "eslint-plugin-pnpm": "1.6.1",
66
+ "eslint-plugin-prettier": "5.5.6",
67
+ "eslint-plugin-regexp": "3.1.1",
68
+ "eslint-plugin-unicorn": "72.0.0",
69
69
  "eslint-plugin-unused-imports": "4.4.1",
70
- "eslint-plugin-vue": "10.8.0",
71
- "eslint-plugin-yml": "3.3.1",
70
+ "eslint-plugin-vue": "10.9.2",
71
+ "eslint-plugin-yml": "3.6.0",
72
72
  "eslint-processor-vue-blocks": "2.0.0",
73
73
  "find-up-simple": "1.0.1",
74
- "globals": "17.4.0",
75
- "local-pkg": "1.1.2",
76
- "prettier": "3.8.1",
77
- "vue-eslint-parser": "10.4.0",
78
- "yaml-eslint-parser": "2.0.0"
74
+ "globals": "17.7.0",
75
+ "local-pkg": "1.2.1",
76
+ "prettier": "3.9.5",
77
+ "vue-eslint-parser": "10.4.1",
78
+ "yaml-eslint-parser": "2.1.0"
79
79
  },
80
80
  "devDependencies": {
81
- "@commitlint/cli": "20.5.0",
82
- "@commitlint/config-conventional": "20.5.0",
83
- "@eslint/config-inspector": "1.5.0",
84
- "@rotki/eslint-plugin": "1.3.2",
85
- "@types/node": "24.12.0",
81
+ "@commitlint/cli": "21.2.1",
82
+ "@commitlint/config-conventional": "21.2.0",
83
+ "@eslint/config-inspector": "3.1.0",
84
+ "@rotki/eslint-plugin": "1.5.0",
85
+ "@types/node": "24.13.3",
86
86
  "@types/prompts": "2.4.9",
87
- "bumpp": "11.0.1",
88
- "eslint": "9.39.4",
87
+ "bumpp": "11.1.0",
88
+ "eslint": "10.7.0",
89
89
  "eslint-typegen": "2.3.1",
90
- "execa": "9.6.1",
90
+ "execa": "10.0.0",
91
91
  "husky": "9.1.7",
92
- "lint-staged": "16.4.0",
92
+ "lint-staged": "17.0.8",
93
93
  "rimraf": "6.1.3",
94
- "tinyglobby": "0.2.15",
95
- "tsdown": "0.21.7",
96
- "tsx": "4.21.0",
97
- "typescript": "5.9.3",
98
- "vitest": "4.1.2",
99
- "@rotki/eslint-config": "6.1.0"
94
+ "tinyglobby": "0.2.17",
95
+ "tsdown": "0.22.8",
96
+ "tsx": "4.23.1",
97
+ "typescript": "6.0.3",
98
+ "vitest": "4.1.10",
99
+ "@rotki/eslint-config": "7.0.0"
100
100
  },
101
101
  "engines": {
102
102
  "node": ">=24 <25",
103
- "pnpm": ">=10 <11"
103
+ "pnpm": ">=11 <12"
104
104
  },
105
105
  "lint-staged": {
106
106
  "*": "eslint --fix"