@rotki/eslint-config 6.2.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 +2975 -1175
  2. package/dist/index.mjs +312 -171
  3. package/package.json +30 -30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rotki/eslint-config",
3
- "version": "6.2.0",
3
+ "version": "7.0.0",
4
4
  "type": "module",
5
5
  "license": "AGPL-3.0",
6
6
  "bugs": {
@@ -22,7 +22,7 @@
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
27
  "eslint-plugin-storybook": ">=10.2.14"
28
28
  },
@@ -42,14 +42,14 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@antfu/install-pkg": "1.1.0",
45
- "@clack/prompts": "1.5.1",
46
- "@e18e/eslint-plugin": "0.5.0",
45
+ "@clack/prompts": "1.7.0",
46
+ "@e18e/eslint-plugin": "0.5.1",
47
47
  "@eslint-community/eslint-plugin-eslint-comments": "4.7.2",
48
- "@eslint/markdown": "8.0.2",
48
+ "@eslint/markdown": "8.0.3",
49
49
  "@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",
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
55
  "eslint-flat-config-utils": "3.2.0",
@@ -58,49 +58,49 @@
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.2.0",
62
- "eslint-plugin-n": "18.1.0",
61
+ "eslint-plugin-jsonc": "3.3.0",
62
+ "eslint-plugin-n": "18.2.2",
63
63
  "eslint-plugin-no-only-tests": "3.4.0",
64
- "eslint-plugin-perfectionist": "5.9.0",
64
+ "eslint-plugin-perfectionist": "5.10.0",
65
65
  "eslint-plugin-pnpm": "1.6.1",
66
66
  "eslint-plugin-prettier": "5.5.6",
67
- "eslint-plugin-regexp": "3.1.0",
68
- "eslint-plugin-unicorn": "65.0.1",
67
+ "eslint-plugin-regexp": "3.1.1",
68
+ "eslint-plugin-unicorn": "72.0.0",
69
69
  "eslint-plugin-unused-imports": "4.4.1",
70
70
  "eslint-plugin-vue": "10.9.2",
71
- "eslint-plugin-yml": "3.4.0",
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.6.0",
74
+ "globals": "17.7.0",
75
75
  "local-pkg": "1.2.1",
76
- "prettier": "3.8.4",
76
+ "prettier": "3.9.5",
77
77
  "vue-eslint-parser": "10.4.1",
78
- "yaml-eslint-parser": "2.0.0"
78
+ "yaml-eslint-parser": "2.1.0"
79
79
  },
80
80
  "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",
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
87
  "bumpp": "11.1.0",
88
- "eslint": "10.4.1",
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": "17.0.7",
92
+ "lint-staged": "17.0.8",
93
93
  "rimraf": "6.1.3",
94
94
  "tinyglobby": "0.2.17",
95
- "tsdown": "0.22.2",
96
- "tsx": "4.22.4",
95
+ "tsdown": "0.22.8",
96
+ "tsx": "4.23.1",
97
97
  "typescript": "6.0.3",
98
- "vitest": "4.1.8",
99
- "@rotki/eslint-config": "6.2.0"
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"