@open-xchange/linter-presets 1.15.2 → 1.15.4

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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## `1.15.4` – 2025-Nov-06
4
+
5
+ - chore: bump dependencies
6
+
7
+ ## `1.15.3` – 2025-Nov-04
8
+
9
+ - fixed: (ESLint) enable `@typescript-eslint/unified-signatures` ([typescript-eslint#11732](https://github.com/typescript-eslint/typescript-eslint/issues/11732))
10
+ - chore: bump dependencies
11
+
3
12
  ## `1.15.2` – 2025-Nov-03
4
13
 
5
14
  - fixed: (ESLint) temporarily disable `@typescript-eslint/unified-signatures` ([typescript-eslint#11732](https://github.com/typescript-eslint/typescript-eslint/issues/11732))
@@ -78,8 +78,7 @@ export default function ts(rootDir) {
78
78
  "@typescript-eslint/restrict-template-expressions": "off",
79
79
  "@typescript-eslint/return-await": ["error", "always"],
80
80
  "@typescript-eslint/switch-exhaustiveness-check": ["error", { considerDefaultExhaustiveForUnions: true }],
81
- // TODO: rule crashes always with ESLint 9.39: https://github.com/typescript-eslint/typescript-eslint/issues/11732
82
- "@typescript-eslint/unified-signatures": "off", /* ["error", { ignoreDifferentlyNamedParameters: true }], */
81
+ "@typescript-eslint/unified-signatures": ["error", { ignoreDifferentlyNamedParameters: true }],
83
82
  },
84
83
  },
85
84
  // fixes for module definition files
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-xchange/linter-presets",
3
- "version": "1.15.2",
3
+ "version": "1.15.4",
4
4
  "description": "Configuration presets for ESLint and StyleLint",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,14 +37,14 @@
37
37
  "@eslint-react/eslint-plugin": "^2.3.1",
38
38
  "@eslint/compat": "^1.4.1",
39
39
  "@eslint/config-helpers": "^0.4.2",
40
- "@eslint/js": "^9.39.0",
41
- "@eslint/markdown": "^7.5.0",
40
+ "@eslint/js": "^9.39.1",
41
+ "@eslint/markdown": "^7.5.1",
42
42
  "@stylistic/eslint-plugin": "^5.5.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",
46
46
  "@types/picomatch": "^4.0.2",
47
- "@vitest/eslint-plugin": "^1.4.0",
47
+ "@vitest/eslint-plugin": "^1.4.1",
48
48
  "confusing-browser-globals": "^1.0.11",
49
49
  "empathic": "^2.0.0",
50
50
  "eslint-plugin-chai-expect": "^3.1.0",
@@ -54,7 +54,7 @@
54
54
  "eslint-plugin-jest": "^29.0.1",
55
55
  "eslint-plugin-jest-dom": "^5.5.0",
56
56
  "eslint-plugin-jest-extended": "^3.0.1",
57
- "eslint-plugin-jsdoc": "^61.1.11",
57
+ "eslint-plugin-jsdoc": "^61.1.12",
58
58
  "eslint-plugin-jsonc": "^2.21.0",
59
59
  "eslint-plugin-jsx-a11y": "^6.10.2",
60
60
  "eslint-plugin-license-header": "^0.8.0",
@@ -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.46.2",
78
+ "typescript-eslint": "^8.46.3",
79
79
  "vue-eslint-parser": "^10.2.0"
80
80
  },
81
81
  "devDependencies": {
@@ -83,8 +83,8 @@
83
83
  "@types/eslint-scope": "^8.3.2",
84
84
  "@types/node": "^24.10.0",
85
85
  "@types/react": "^19.2.2",
86
- "@typescript-eslint/utils": "^8.46.2",
87
- "eslint": "^9.39.0",
86
+ "@typescript-eslint/utils": "^8.46.3",
87
+ "eslint": "^9.39.1",
88
88
  "jest": "^30.2.0",
89
89
  "jiti": "^2.6.1",
90
90
  "premove": "^4.0.0",