@open-xchange/linter-presets 1.21.0 → 1.21.1
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/env/react.d.ts.map +1 -1
- package/dist/eslint/env/react.js +1 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## `1.21.1` – 2026-Apr-09
|
|
4
|
+
|
|
5
|
+
- added: (ESLint) rules `@eslint-react/jsx-no-leaked-dollar` and `@eslint-react/jsx-no-leaked-semicolon`
|
|
6
|
+
- chore: bump dependencies
|
|
7
|
+
|
|
3
8
|
## `1.21.0` – 2026-Apr-02
|
|
4
9
|
|
|
5
10
|
- changed: (ESLint) update `@eslint-react/eslint-plugin` to v4.2
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react.d.ts","sourceRoot":"","sources":["../../../src/eslint/env/react.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,+BAAoC;AAK7E;;GAEG;AACH,MAAM,WAAW,eAAgB,SAAQ,cAAc;IAErD;;;;OAIG;IACH,WAAW,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IAE/B;;;;OAIG;IACH,UAAU,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;CAC/B;AAID;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,UAAU,EAAE,eAAe,GAAG,SAAS,
|
|
1
|
+
{"version":3,"file":"react.d.ts","sourceRoot":"","sources":["../../../src/eslint/env/react.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,+BAAoC;AAK7E;;GAEG;AACH,MAAM,WAAW,eAAgB,SAAQ,cAAc;IAErD;;;;OAIG;IACH,WAAW,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IAE/B;;;;OAIG;IACH,UAAU,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;CAC/B;AAID;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,UAAU,EAAE,eAAe,GAAG,SAAS,CAyDpE"}
|
package/dist/eslint/env/react.js
CHANGED
|
@@ -47,6 +47,7 @@ export default function react(envOptions) {
|
|
|
47
47
|
}, {
|
|
48
48
|
// custom overrides
|
|
49
49
|
'@eslint-react/dom-no-unknown-property': 'error',
|
|
50
|
+
'@eslint-react/jsx-no-leaked-dollar': 'error',
|
|
50
51
|
'@eslint-react/jsx-no-useless-fragment': ['error', { allowEmptyFragment: true }],
|
|
51
52
|
'@eslint-react/naming-convention-context-name': 'error',
|
|
52
53
|
'@eslint-react/no-missing-component-display-name': 'error',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-xchange/linter-presets",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.1",
|
|
4
4
|
"description": "Configuration presets for ESLint and StyleLint",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,21 +26,21 @@
|
|
|
26
26
|
"@babel/eslint-parser": "^7.28.6",
|
|
27
27
|
"@babel/plugin-proposal-decorators": "^7.29.0",
|
|
28
28
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
|
|
29
|
-
"@eslint-react/eslint-plugin": "^4.2.
|
|
30
|
-
"@eslint/compat": "^2.0.
|
|
31
|
-
"@eslint/config-helpers": "^0.5.
|
|
29
|
+
"@eslint-react/eslint-plugin": "^4.2.3",
|
|
30
|
+
"@eslint/compat": "^2.0.5",
|
|
31
|
+
"@eslint/config-helpers": "^0.5.5",
|
|
32
32
|
"@eslint/js": "^9.39.4",
|
|
33
33
|
"@eslint/markdown": "^8.0.1",
|
|
34
34
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
35
35
|
"@stylistic/eslint-plugin-migrate": "^4.4.1",
|
|
36
36
|
"@stylistic/stylelint-config": "^5.0.0",
|
|
37
37
|
"@stylistic/stylelint-plugin": "^5.1.0",
|
|
38
|
-
"@types/picomatch": "^4.0.
|
|
39
|
-
"@vitest/eslint-plugin": "^1.6.
|
|
38
|
+
"@types/picomatch": "^4.0.3",
|
|
39
|
+
"@vitest/eslint-plugin": "^1.6.15",
|
|
40
40
|
"@vue/eslint-config-typescript": "^14.7.0",
|
|
41
41
|
"confusing-browser-globals": "^1.0.11",
|
|
42
42
|
"empathic": "^2.0.0",
|
|
43
|
-
"eslint-plugin-chai-expect": "^4.
|
|
43
|
+
"eslint-plugin-chai-expect": "^4.1.0",
|
|
44
44
|
"eslint-plugin-codeceptjs": "^1.3.0",
|
|
45
45
|
"eslint-plugin-depend": "^1.5.0",
|
|
46
46
|
"eslint-plugin-eslint-plugin": "^7.3.2",
|
|
@@ -68,17 +68,17 @@
|
|
|
68
68
|
"stylelint-config-standard-scss": "^17.0.0",
|
|
69
69
|
"stylelint-config-standard-vue": "^1.0.0",
|
|
70
70
|
"stylelint-plugin-license-header": "^1.0.3",
|
|
71
|
-
"typescript-eslint": "^8.58.
|
|
71
|
+
"typescript-eslint": "^8.58.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@jest/globals": "^30.3.0",
|
|
75
75
|
"@types/confusing-browser-globals": "^1.0.3",
|
|
76
76
|
"@types/react": "^19.2.14",
|
|
77
|
-
"@typescript-eslint/utils": "^8.58.
|
|
77
|
+
"@typescript-eslint/utils": "^8.58.1",
|
|
78
78
|
"eslint": "^9.39.4",
|
|
79
79
|
"jest": "^30.3.0",
|
|
80
80
|
"stylelint": "^17.6.0",
|
|
81
|
-
"vue": "^3.5.
|
|
81
|
+
"vue": "^3.5.32",
|
|
82
82
|
"@open-xchange/tsconfig": "^0.0.1"
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|