@rotki/eslint-config 2.4.0 → 2.4.2

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.cjs CHANGED
@@ -1079,7 +1079,7 @@ async function rotkiPlugin(options = {}) {
1079
1079
  }
1080
1080
  },
1081
1081
  rules: {
1082
- "@rotki/no-depreacted-classes": "error",
1082
+ "@rotki/no-deprecated-classes": "error",
1083
1083
  ...overrides
1084
1084
  }
1085
1085
  }
package/dist/index.js CHANGED
@@ -986,7 +986,7 @@ async function rotkiPlugin(options = {}) {
986
986
  }
987
987
  },
988
988
  rules: {
989
- "@rotki/no-depreacted-classes": "error",
989
+ "@rotki/no-deprecated-classes": "error",
990
990
  ...overrides
991
991
  }
992
992
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rotki/eslint-config",
3
- "version": "2.4.0",
3
+ "version": "2.4.2",
4
4
  "packageManager": "pnpm@8.14.3",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@intlify/eslint-plugin-vue-i18n": "^2.0.0",
28
- "@rotki/eslint-plugin": ">=0.2.0",
28
+ "@rotki/eslint-plugin": ">=0.2.1",
29
29
  "eslint": ">=8.56.0",
30
30
  "eslint-plugin-cypress": ">=2.15.0",
31
31
  "eslint-plugin-storybook": "^0.6.15",
@@ -54,8 +54,8 @@
54
54
  "@eslint-types/typescript-eslint": "6.18.1",
55
55
  "@eslint-types/unicorn": "50.0.1",
56
56
  "@stylistic/eslint-plugin": "1.5.4",
57
- "@typescript-eslint/eslint-plugin": "6.19.0",
58
- "@typescript-eslint/parser": "6.19.0",
57
+ "@typescript-eslint/eslint-plugin": "6.19.1",
58
+ "@typescript-eslint/parser": "6.19.1",
59
59
  "eslint-config-flat-gitignore": "0.1.2",
60
60
  "eslint-config-prettier": "9.1.0",
61
61
  "eslint-merge-processors": "0.1.0",
@@ -64,7 +64,7 @@
64
64
  "eslint-plugin-format": "0.1.0",
65
65
  "eslint-plugin-html": "7.1.0",
66
66
  "eslint-plugin-i": "2.29.1",
67
- "eslint-plugin-jsonc": "2.12.2",
67
+ "eslint-plugin-jsonc": "2.13.0",
68
68
  "eslint-plugin-markdown": "3.0.1",
69
69
  "eslint-plugin-n": "16.6.2",
70
70
  "eslint-plugin-no-only-tests": "3.1.0",
@@ -81,7 +81,7 @@
81
81
  "local-pkg": "0.5.0",
82
82
  "prettier": "3.2.4",
83
83
  "prompts": "2.4.2",
84
- "vue-eslint-parser": "9.4.1",
84
+ "vue-eslint-parser": "9.4.2",
85
85
  "yaml-eslint-parser": "1.2.2"
86
86
  },
87
87
  "devDependencies": {
@@ -89,7 +89,7 @@
89
89
  "@commitlint/config-conventional": "18.5.0",
90
90
  "@rotki/eslint-config": "*",
91
91
  "@types/eslint": "8.56.2",
92
- "@types/node": "20.11.5",
92
+ "@types/node": "20.11.6",
93
93
  "@types/prompts": "2.4.9",
94
94
  "bumpp": "9.3.0",
95
95
  "eslint": "8.56.0",