@open-xchange/linter-presets 1.2.24 → 1.2.26

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,13 @@
1
1
  # Changelog
2
2
 
3
+ ## `1.2.26` – 2025-Apr-17
4
+
5
+ - chore: bump dependencies
6
+
7
+ ## `1.2.25` – 2025-Apr-10
8
+
9
+ - chore: bump dependencies
10
+
3
11
  ## `1.2.24` – 2025-Apr-03
4
12
 
5
13
  - chore: bump dependencies
@@ -1,4 +1,4 @@
1
- import dependPlugin from "eslint-plugin-depend";
1
+ import * as dependPlugin from "eslint-plugin-depend";
2
2
  // functions ==================================================================
3
3
  /**
4
4
  * Defines linting rules for outdated or unneeded external dependencies.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-xchange/linter-presets",
3
- "version": "1.2.24",
3
+ "version": "1.2.26",
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.8.1",
14
+ "packageManager": "yarn@4.9.1",
15
15
  "type": "module",
16
16
  "exports": "./dist/index.js",
17
17
  "files": [
@@ -30,21 +30,21 @@
30
30
  "@babel/core": "^7.26.10",
31
31
  "@babel/eslint-parser": "^7.27.0",
32
32
  "@babel/plugin-proposal-decorators": "^7.25.9",
33
- "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
34
- "@eslint-react/eslint-plugin": "^1.40.1",
33
+ "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
34
+ "@eslint-react/eslint-plugin": "^1.48.2",
35
35
  "@eslint/compat": "^1.2.8",
36
- "@eslint/js": "^9.23.0",
36
+ "@eslint/js": "^9.24.0",
37
37
  "@eslint/markdown": "^6.3.0",
38
38
  "@stylistic/eslint-plugin": "^4.2.0",
39
39
  "@stylistic/eslint-plugin-migrate": "^4.2.0",
40
40
  "@stylistic/stylelint-config": "^2.0.0",
41
41
  "@stylistic/stylelint-plugin": "^3.1.2",
42
42
  "@types/picomatch": "^4.0.0",
43
- "@vitest/eslint-plugin": "^1.1.39",
43
+ "@vitest/eslint-plugin": "^1.1.42",
44
44
  "confusing-browser-globals": "^1.0.11",
45
45
  "eslint-plugin-chai-expect": "^3.1.0",
46
46
  "eslint-plugin-codeceptjs": "^1.3.0",
47
- "eslint-plugin-depend": "^0.12.0",
47
+ "eslint-plugin-depend": "^1.0.0",
48
48
  "eslint-plugin-eslint-plugin": "^6.4.0",
49
49
  "eslint-plugin-jest": "^28.11.0",
50
50
  "eslint-plugin-jest-dom": "^5.5.0",
@@ -65,31 +65,31 @@
65
65
  "globals": "^16.0.0",
66
66
  "picomatch": "^4.0.2",
67
67
  "postcss-html": "^1.8.0",
68
- "stylelint-config-standard": "^37.0.0",
68
+ "stylelint-config-standard": "^38.0.0",
69
69
  "stylelint-config-standard-less": "^3.0.1",
70
70
  "stylelint-config-standard-scss": "^14.0.0",
71
71
  "stylelint-config-standard-vue": "^1.0.0",
72
72
  "stylelint-plugin-license-header": "^1.0.3",
73
- "typescript-eslint": "^8.29.0",
74
- "vue-eslint-parser": "^10.1.1"
73
+ "typescript-eslint": "^8.30.1",
74
+ "vue-eslint-parser": "^10.1.3"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@types/confusing-browser-globals": "^1.0.3",
78
78
  "@types/eslint-scope": "^3.7.7",
79
- "@types/react": "^19.1.0",
80
- "@typescript-eslint/utils": "^8.29.0",
81
- "eslint": "^9.23.0",
79
+ "@types/react": "^19.1.2",
80
+ "@typescript-eslint/utils": "^8.30.1",
81
+ "eslint": "^9.24.0",
82
82
  "jest": "^29.7.0",
83
83
  "jiti": "^2.4.2",
84
84
  "premove": "^4.0.0",
85
- "stylelint": "^16.17.0",
86
- "typescript": "^5.8.2"
85
+ "stylelint": "^16.18.0",
86
+ "typescript": "^5.8.3"
87
87
  },
88
88
  "peerDependencies": {
89
- "eslint": "^9.15.0",
89
+ "eslint": "^9.24.0",
90
90
  "jest": "^29.7.0",
91
91
  "postcss": "^8.4.0",
92
- "stylelint": "^16.16.0",
92
+ "stylelint": "^16.18.0",
93
93
  "typescript": "^5.7.0",
94
94
  "vitest": "^2.0.0 || ^3.0.0"
95
95
  },