@rotki/eslint-config 3.0.0 → 3.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rotki/eslint-config",
3
- "version": "3.0.0",
3
+ "version": "3.2.0",
4
4
  "type": "module",
5
5
  "license": "AGPL-3.0",
6
6
  "bugs": {
@@ -26,9 +26,9 @@
26
26
  "@intlify/eslint-plugin-vue-i18n": "^3.0.0",
27
27
  "@prettier/plugin-xml": "^3.4.1",
28
28
  "@rotki/eslint-plugin": ">=0.4.0",
29
- "eslint": ">=9.0.0",
29
+ "eslint": ">=9.10.0",
30
30
  "eslint-plugin-cypress": ">=3.0.0",
31
- "eslint-plugin-storybook": "^0.6.15 || ^0.8.0"
31
+ "eslint-plugin-storybook": "^0.8.0 || ^0.9.0"
32
32
  },
33
33
  "peerDependenciesMeta": {
34
34
  "@intlify/eslint-plugin-vue-i18n": {
@@ -49,35 +49,35 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@antfu/eslint-define-config": "1.23.0-2",
52
- "@antfu/install-pkg": "0.3.4",
52
+ "@antfu/install-pkg": "0.4.1",
53
53
  "@clack/prompts": "0.7.0",
54
+ "@eslint-community/eslint-plugin-eslint-comments": "4.4.0",
54
55
  "@eslint-types/typescript-eslint": "7.5.0",
55
56
  "@eslint-types/unicorn": "52.0.0",
56
- "@stylistic/eslint-plugin": "2.6.2",
57
- "@typescript-eslint/eslint-plugin": "8.0.1",
58
- "@typescript-eslint/parser": "8.0.1",
59
- "@vitest/eslint-plugin": "1.0.1",
60
- "eslint-config-flat-gitignore": "0.1.8",
57
+ "@eslint/markdown": "6.1.1",
58
+ "@stylistic/eslint-plugin": "2.8.0",
59
+ "@typescript-eslint/eslint-plugin": "8.8.0",
60
+ "@typescript-eslint/parser": "8.8.0",
61
+ "@vitest/eslint-plugin": "1.1.4",
62
+ "eslint-config-flat-gitignore": "0.3.0",
61
63
  "eslint-config-prettier": "9.1.0",
62
- "eslint-flat-config-utils": "0.3.0",
64
+ "eslint-flat-config-utils": "0.4.0",
63
65
  "eslint-merge-processors": "0.1.0",
64
- "eslint-plugin-antfu": "2.3.4",
65
- "eslint-plugin-eslint-comments": "3.2.0",
66
+ "eslint-plugin-antfu": "2.7.0",
66
67
  "eslint-plugin-format": "0.1.2",
67
- "eslint-plugin-html": "8.1.1",
68
- "eslint-plugin-import-x": "3.1.0",
68
+ "eslint-plugin-html": "8.1.2",
69
+ "eslint-plugin-import-x": "4.3.1",
69
70
  "eslint-plugin-jsonc": "2.16.0",
70
- "eslint-plugin-markdown": "5.1.0",
71
- "eslint-plugin-n": "17.10.2",
72
- "eslint-plugin-no-only-tests": "3.1.0",
73
- "eslint-plugin-perfectionist": "3.1.3",
71
+ "eslint-plugin-n": "17.10.3",
72
+ "eslint-plugin-no-only-tests": "3.3.0",
73
+ "eslint-plugin-perfectionist": "3.8.0",
74
74
  "eslint-plugin-prettier": "5.2.1",
75
75
  "eslint-plugin-unicorn": "55.0.0",
76
- "eslint-plugin-unused-imports": "4.1.3",
77
- "eslint-plugin-vue": "9.27.0",
76
+ "eslint-plugin-unused-imports": "4.1.4",
77
+ "eslint-plugin-vue": "9.28.0",
78
78
  "eslint-plugin-yml": "1.14.0",
79
79
  "eslint-processor-vue-blocks": "0.1.2",
80
- "globals": "15.9.0",
80
+ "globals": "15.10.0",
81
81
  "jsonc-eslint-parser": "2.4.0",
82
82
  "local-pkg": "0.5.0",
83
83
  "prettier": "3.3.3",
@@ -85,37 +85,39 @@
85
85
  "yaml-eslint-parser": "1.2.3"
86
86
  },
87
87
  "devDependencies": {
88
- "@commitlint/cli": "19.4.0",
89
- "@commitlint/config-conventional": "19.2.2",
90
- "@eslint/config-inspector": "0.5.2",
91
- "@types/eslint": "9.6.0",
92
- "@types/node": "20.14.15",
88
+ "@commitlint/cli": "19.5.0",
89
+ "@commitlint/config-conventional": "19.5.0",
90
+ "@eslint/config-inspector": "0.5.4",
91
+ "@types/node": "20.16.10",
93
92
  "@types/prompts": "2.4.9",
94
- "bumpp": "9.5.1",
95
- "eslint": "9.9.0",
93
+ "bumpp": "9.6.1",
94
+ "eslint": "9.11.1",
96
95
  "eslint-plugin-regexp": "2.6.0",
97
- "eslint-typegen": "0.3.0",
98
- "esno": "4.7.0",
99
- "husky": "9.1.4",
100
- "lint-staged": "15.2.8",
96
+ "eslint-typegen": "0.3.2",
97
+ "esno": "4.8.0",
98
+ "husky": "9.1.6",
99
+ "lint-staged": "15.2.10",
101
100
  "rimraf": "6.0.1",
102
- "tsup": "8.2.4",
103
- "typescript": "5.5.4",
104
- "@rotki/eslint-config": "3.0.0"
101
+ "tsup": "8.3.0",
102
+ "typescript": "5.6.2",
103
+ "@rotki/eslint-config": "3.2.0"
105
104
  },
106
105
  "engines": {
107
106
  "node": ">=20 <21",
108
107
  "pnpm": ">=9 <10"
109
108
  },
109
+ "resolutions": {
110
+ "@typescript-eslint/utils": "^8.6.0"
111
+ },
110
112
  "lint-staged": {
111
- "*.{js,ts,vue,json,md}": "eslint"
113
+ "*": "eslint --flag unstable_ts_config --fix"
112
114
  },
113
115
  "scripts": {
114
116
  "build": "pnpm run typegen && tsup src/index.ts --format esm,cjs --clean --dts",
115
117
  "stub": "tsup src/index.ts --format esm",
116
118
  "dev": "tsup src/index.ts --format esm,cjs --watch & npx @eslint/config-inspector --config eslint.config.mjs",
117
119
  "watch": "tsup --format esm,cjs --watch",
118
- "lint": "pnpm run stub && eslint .",
120
+ "lint": "eslint --flag unstable_ts_config .",
119
121
  "release": "bumpp -r --no-push",
120
122
  "typegen": "esno scripts/typegen.ts",
121
123
  "typecheck": "tsc --noEmit"