@open-xchange/linter-presets 1.2.13 → 1.2.15
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 +8 -0
- package/dist/eslint/env/react.js +1 -0
- package/package.json +14 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## `1.2.15` – 2025-Feb-27
|
|
4
|
+
|
|
5
|
+
- chore: bump dependencies
|
|
6
|
+
|
|
7
|
+
## `1.2.14` – 2025-Feb-24
|
|
8
|
+
|
|
9
|
+
- chore: remove better-typescript-lib
|
|
10
|
+
|
|
3
11
|
## `1.2.13` – 2025-Feb-20
|
|
4
12
|
|
|
5
13
|
- changed: (ESLint) enable `jest/unbound-method` for TS files in `env.jest`
|
package/dist/eslint/env/react.js
CHANGED
|
@@ -43,6 +43,7 @@ export default function react(envOptions) {
|
|
|
43
43
|
"@eslint-react/no-children-prop": "error",
|
|
44
44
|
"@eslint-react/no-class-component": "error",
|
|
45
45
|
"@eslint-react/no-duplicate-jsx-props": "error",
|
|
46
|
+
"@eslint-react/no-flush-sync": "error",
|
|
46
47
|
"@eslint-react/no-implicit-key": "error",
|
|
47
48
|
"@eslint-react/no-missing-component-display-name": "error",
|
|
48
49
|
"@eslint-react/no-useless-fragment": "error",
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-xchange/linter-presets",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.15",
|
|
4
4
|
"description": "Configuration presets for ESLint and StyleLint",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "https://gitlab.open-xchange.com/fspd/commons/plugins
|
|
7
|
+
"url": "https://gitlab.open-xchange.com/fspd/commons/plugins",
|
|
8
|
+
"directory": "packages/linter-presets"
|
|
8
9
|
},
|
|
9
10
|
"license": "MIT",
|
|
10
11
|
"engines": {
|
|
@@ -26,16 +27,16 @@
|
|
|
26
27
|
"@babel/eslint-parser": "^7.26.8",
|
|
27
28
|
"@babel/plugin-proposal-decorators": "^7.25.9",
|
|
28
29
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
|
29
|
-
"@eslint-react/eslint-plugin": "^1.
|
|
30
|
-
"@eslint/compat": "^1.2.
|
|
31
|
-
"@eslint/js": "^9.
|
|
30
|
+
"@eslint-react/eslint-plugin": "^1.28.0",
|
|
31
|
+
"@eslint/compat": "^1.2.7",
|
|
32
|
+
"@eslint/js": "^9.21.0",
|
|
32
33
|
"@eslint/markdown": "^6.2.2",
|
|
33
|
-
"@stylistic/eslint-plugin": "^4.0
|
|
34
|
-
"@stylistic/eslint-plugin-migrate": "^4.0
|
|
34
|
+
"@stylistic/eslint-plugin": "^4.1.0",
|
|
35
|
+
"@stylistic/eslint-plugin-migrate": "^4.1.0",
|
|
35
36
|
"@stylistic/stylelint-config": "^2.0.0",
|
|
36
37
|
"@stylistic/stylelint-plugin": "^3.1.2",
|
|
37
38
|
"@types/picomatch": "^3.0.2",
|
|
38
|
-
"@vitest/eslint-plugin": "^1.1.
|
|
39
|
+
"@vitest/eslint-plugin": "^1.1.35",
|
|
39
40
|
"confusing-browser-globals": "^1.0.11",
|
|
40
41
|
"eslint-plugin-chai-expect": "^3.1.0",
|
|
41
42
|
"eslint-plugin-codeceptjs": "^1.3.0",
|
|
@@ -47,7 +48,7 @@
|
|
|
47
48
|
"eslint-plugin-jsdoc": "^50.6.3",
|
|
48
49
|
"eslint-plugin-jsonc": "^2.19.1",
|
|
49
50
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
50
|
-
"eslint-plugin-license-header": "^0.
|
|
51
|
+
"eslint-plugin-license-header": "^0.8.0",
|
|
51
52
|
"eslint-plugin-n": "^17.15.1",
|
|
52
53
|
"eslint-plugin-promise": "^7.2.1",
|
|
53
54
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
@@ -57,7 +58,7 @@
|
|
|
57
58
|
"eslint-plugin-vue": "^9.32.0",
|
|
58
59
|
"eslint-plugin-yml": "^1.17.0",
|
|
59
60
|
"find-up": "^7.0.0",
|
|
60
|
-
"globals": "^
|
|
61
|
+
"globals": "^16.0.0",
|
|
61
62
|
"picomatch": "^4.0.2",
|
|
62
63
|
"postcss-html": "^1.8.0",
|
|
63
64
|
"stylelint-config-standard": "^37.0.0",
|
|
@@ -65,16 +66,14 @@
|
|
|
65
66
|
"stylelint-config-standard-scss": "^14.0.0",
|
|
66
67
|
"stylelint-config-standard-vue": "^1.0.0",
|
|
67
68
|
"stylelint-plugin-license-header": "^1.0.3",
|
|
68
|
-
"typescript-eslint": "^8.
|
|
69
|
+
"typescript-eslint": "^8.25.0",
|
|
69
70
|
"vue-eslint-parser": "^9.4.3"
|
|
70
71
|
},
|
|
71
72
|
"devDependencies": {
|
|
72
|
-
"@humanwhocodes/momoa": "^3.3.6",
|
|
73
73
|
"@types/confusing-browser-globals": "^1.0.3",
|
|
74
74
|
"@types/eslint-scope": "^3.7.7",
|
|
75
|
-
"@typescript-eslint/utils": "^8.
|
|
76
|
-
"
|
|
77
|
-
"eslint": "^9.20.1",
|
|
75
|
+
"@typescript-eslint/utils": "^8.25.0",
|
|
76
|
+
"eslint": "^9.21.0",
|
|
78
77
|
"jest": "^29.7.0",
|
|
79
78
|
"jiti": "^2.4.2",
|
|
80
79
|
"premove": "^4.0.0",
|