@open-xchange/linter-presets 1.15.6 → 1.15.7
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/CHANGELOG.md +5 -0
- package/dist/eslint/core/vue.js +1 -0
- package/dist/eslint/env/vitest.js +1 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
package/dist/eslint/core/vue.js
CHANGED
|
@@ -45,6 +45,7 @@ export default function vue(rootDir, stylisticConfig) {
|
|
|
45
45
|
"vue/html-button-has-type": "error",
|
|
46
46
|
"vue/max-attributes-per-line": "off",
|
|
47
47
|
"vue/no-console": "error",
|
|
48
|
+
"vue/no-duplicate-class-names": "error",
|
|
48
49
|
"vue/no-empty-pattern": "error",
|
|
49
50
|
"vue/no-implicit-coercion": ["error", NO_IMPLICIT_COERCION_OPTIONS],
|
|
50
51
|
"vue/no-irregular-whitespace": "error",
|
|
@@ -68,6 +68,7 @@ export default function vitest(envOptions) {
|
|
|
68
68
|
"vitest/prefer-to-contain": "error",
|
|
69
69
|
"vitest/prefer-to-have-length": "error",
|
|
70
70
|
"vitest/prefer-vi-mocked": "error",
|
|
71
|
+
"vitest/require-import-vi-mock": "error",
|
|
71
72
|
"vitest/require-top-level-describe": "error",
|
|
72
73
|
"vitest/valid-expect-in-promise": "error",
|
|
73
74
|
}),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-xchange/linter-presets",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.7",
|
|
4
4
|
"description": "Configuration presets for ESLint and StyleLint",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"engines": {
|
|
12
12
|
"node": ">=20.18"
|
|
13
13
|
},
|
|
14
|
-
"packageManager": "yarn@4.
|
|
14
|
+
"packageManager": "yarn@4.12.0",
|
|
15
15
|
"type": "module",
|
|
16
16
|
"exports": {
|
|
17
17
|
"./eslint": "./dist/eslint/index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@babel/eslint-parser": "^7.28.5",
|
|
35
35
|
"@babel/plugin-proposal-decorators": "^7.28.0",
|
|
36
36
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
37
|
-
"@eslint-react/eslint-plugin": "^2.3.
|
|
37
|
+
"@eslint-react/eslint-plugin": "^2.3.9",
|
|
38
38
|
"@eslint/compat": "^2.0.0",
|
|
39
39
|
"@eslint/config-helpers": "^0.5.0",
|
|
40
40
|
"@eslint/js": "^9.39.1",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@stylistic/stylelint-config": "^3.0.1",
|
|
45
45
|
"@stylistic/stylelint-plugin": "^4.0.0",
|
|
46
46
|
"@types/picomatch": "^4.0.2",
|
|
47
|
-
"@vitest/eslint-plugin": "^1.
|
|
47
|
+
"@vitest/eslint-plugin": "^1.5.0",
|
|
48
48
|
"@vue/eslint-config-typescript": "^14.6.0",
|
|
49
49
|
"confusing-browser-globals": "^1.0.11",
|
|
50
50
|
"empathic": "^2.0.0",
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
"eslint-plugin-codeceptjs": "^1.3.0",
|
|
53
53
|
"eslint-plugin-depend": "^1.4.0",
|
|
54
54
|
"eslint-plugin-eslint-plugin": "^7.2.0",
|
|
55
|
-
"eslint-plugin-jest": "^29.1
|
|
55
|
+
"eslint-plugin-jest": "^29.2.1",
|
|
56
56
|
"eslint-plugin-jest-dom": "^5.5.0",
|
|
57
57
|
"eslint-plugin-jest-extended": "^3.0.1",
|
|
58
|
-
"eslint-plugin-jsdoc": "^61.
|
|
58
|
+
"eslint-plugin-jsdoc": "^61.4.1",
|
|
59
59
|
"eslint-plugin-jsonc": "^2.21.0",
|
|
60
60
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
61
61
|
"eslint-plugin-license-header": "^0.8.0",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
66
66
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
67
67
|
"eslint-plugin-regexp": "^2.10.0",
|
|
68
|
-
"eslint-plugin-testing-library": "^7.13.
|
|
69
|
-
"eslint-plugin-vue": "^10.
|
|
68
|
+
"eslint-plugin-testing-library": "^7.13.5",
|
|
69
|
+
"eslint-plugin-vue": "^10.6.1",
|
|
70
70
|
"eslint-plugin-yml": "^1.19.0",
|
|
71
71
|
"globals": "^16.5.0",
|
|
72
72
|
"picomatch": "^4.0.3",
|
|
@@ -76,23 +76,23 @@
|
|
|
76
76
|
"stylelint-config-standard-scss": "^16.0.0",
|
|
77
77
|
"stylelint-config-standard-vue": "^1.0.0",
|
|
78
78
|
"stylelint-plugin-license-header": "^1.0.3",
|
|
79
|
-
"typescript-eslint": "^8.
|
|
79
|
+
"typescript-eslint": "^8.48.0"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@types/confusing-browser-globals": "^1.0.3",
|
|
83
83
|
"@types/eslint-scope": "^8.3.2",
|
|
84
84
|
"@types/node": "^24.10.1",
|
|
85
|
-
"@types/react": "^19.2.
|
|
86
|
-
"@typescript-eslint/utils": "^8.
|
|
85
|
+
"@types/react": "^19.2.7",
|
|
86
|
+
"@typescript-eslint/utils": "^8.48.0",
|
|
87
87
|
"eslint": "^9.39.1",
|
|
88
88
|
"jest": "^30.2.0",
|
|
89
89
|
"jiti": "^2.6.1",
|
|
90
90
|
"premove": "^4.0.0",
|
|
91
|
-
"stylelint": "^16.
|
|
91
|
+
"stylelint": "^16.26.0",
|
|
92
92
|
"ts-patch": "^3.3.0",
|
|
93
93
|
"typescript": "^5.9.3",
|
|
94
94
|
"typescript-transform-paths": "^3.5.5",
|
|
95
|
-
"vue": "^3.5.
|
|
95
|
+
"vue": "^3.5.25"
|
|
96
96
|
},
|
|
97
97
|
"peerDependencies": {
|
|
98
98
|
"eslint": "^9.35.0",
|