@open-xchange/linter-presets 1.9.5 → 1.9.6
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 +4 -0
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-xchange/linter-presets",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.6",
|
|
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.10.3",
|
|
15
15
|
"type": "module",
|
|
16
16
|
"exports": {
|
|
17
17
|
"./eslint": "./dist/eslint/index.js",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"@babel/plugin-proposal-decorators": "^7.28.0",
|
|
36
36
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
37
37
|
"@eslint-react/eslint-plugin": "^1.53.1",
|
|
38
|
-
"@eslint/compat": "^1.
|
|
39
|
-
"@eslint/config-helpers": "^0.
|
|
40
|
-
"@eslint/js": "^9.
|
|
41
|
-
"@eslint/markdown": "^7.
|
|
42
|
-
"@stylistic/eslint-plugin": "^5.
|
|
38
|
+
"@eslint/compat": "^1.4.0",
|
|
39
|
+
"@eslint/config-helpers": "^0.4.0",
|
|
40
|
+
"@eslint/js": "^9.36.0",
|
|
41
|
+
"@eslint/markdown": "^7.3.0",
|
|
42
|
+
"@stylistic/eslint-plugin": "^5.4.0",
|
|
43
43
|
"@stylistic/eslint-plugin-migrate": "^4.4.1",
|
|
44
44
|
"@stylistic/stylelint-config": "^3.0.1",
|
|
45
45
|
"@stylistic/stylelint-plugin": "^4.0.0",
|
|
@@ -49,23 +49,23 @@
|
|
|
49
49
|
"empathic": "^2.0.0",
|
|
50
50
|
"eslint-plugin-chai-expect": "^3.1.0",
|
|
51
51
|
"eslint-plugin-codeceptjs": "^1.3.0",
|
|
52
|
-
"eslint-plugin-depend": "^1.
|
|
52
|
+
"eslint-plugin-depend": "^1.3.1",
|
|
53
53
|
"eslint-plugin-eslint-plugin": "^7.0.0",
|
|
54
54
|
"eslint-plugin-jest": "^29.0.1",
|
|
55
55
|
"eslint-plugin-jest-dom": "^5.5.0",
|
|
56
|
-
"eslint-plugin-jest-extended": "^3.0.
|
|
57
|
-
"eslint-plugin-jsdoc": "^60.
|
|
56
|
+
"eslint-plugin-jest-extended": "^3.0.1",
|
|
57
|
+
"eslint-plugin-jsdoc": "^60.3.0",
|
|
58
58
|
"eslint-plugin-jsonc": "^2.20.1",
|
|
59
59
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
60
60
|
"eslint-plugin-license-header": "^0.8.0",
|
|
61
|
-
"eslint-plugin-n": "^17.23.
|
|
61
|
+
"eslint-plugin-n": "^17.23.1",
|
|
62
62
|
"eslint-plugin-promise": "^7.2.1",
|
|
63
63
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
64
64
|
"eslint-plugin-react-hooks-static-deps": "^1.0.7",
|
|
65
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
65
|
+
"eslint-plugin-react-refresh": "^0.4.21",
|
|
66
66
|
"eslint-plugin-regexp": "^2.10.0",
|
|
67
|
-
"eslint-plugin-testing-library": "^7.
|
|
68
|
-
"eslint-plugin-vue": "^10.
|
|
67
|
+
"eslint-plugin-testing-library": "^7.9.2",
|
|
68
|
+
"eslint-plugin-vue": "^10.5.0",
|
|
69
69
|
"eslint-plugin-yml": "^1.18.0",
|
|
70
70
|
"globals": "^16.4.0",
|
|
71
71
|
"picomatch": "^4.0.3",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"stylelint-config-standard-scss": "^16.0.0",
|
|
76
76
|
"stylelint-config-standard-vue": "^1.0.0",
|
|
77
77
|
"stylelint-plugin-license-header": "^1.0.3",
|
|
78
|
-
"typescript-eslint": "^8.44.
|
|
78
|
+
"typescript-eslint": "^8.44.1",
|
|
79
79
|
"vue-eslint-parser": "^10.2.0"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
@@ -83,10 +83,10 @@
|
|
|
83
83
|
"@types/eslint-scope": "^8.3.2",
|
|
84
84
|
"@types/node": "^24.5.2",
|
|
85
85
|
"@types/react": "^19.1.13",
|
|
86
|
-
"@typescript-eslint/utils": "^8.44.
|
|
87
|
-
"eslint": "^9.
|
|
86
|
+
"@typescript-eslint/utils": "^8.44.1",
|
|
87
|
+
"eslint": "^9.36.0",
|
|
88
88
|
"jest": "^30.1.3",
|
|
89
|
-
"jiti": "^2.
|
|
89
|
+
"jiti": "^2.6.0",
|
|
90
90
|
"premove": "^4.0.0",
|
|
91
91
|
"stylelint": "^16.24.0",
|
|
92
92
|
"ts-patch": "^3.3.0",
|