eslint-config-gits 5.0.38 → 5.0.40

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/.renovaterc.json CHANGED
@@ -6,8 +6,8 @@
6
6
  "assignees": ["@gits-kay"],
7
7
  "packageRules": [
8
8
  {
9
- "paths": ["package.json"],
10
- "ignoreDeps": ["peerDependencies"]
9
+ "matchDepTypes": ["peerDependencies"],
10
+ "rangeStrategy": "replace"
11
11
  }
12
12
  ]
13
13
  }
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [5.0.40](https://gitlab.com/geenen-it-systeme/eslint-preset/compare/v5.0.39...v5.0.40) (2025-08-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * correctly allow range for peerDependencies ([cd82551](https://gitlab.com/geenen-it-systeme/eslint-preset/commit/cd82551fe45d27cb75c3cd92862b5f352f47db84))
7
+
8
+ ## [5.0.39](https://gitlab.com/geenen-it-systeme/eslint-preset/compare/v5.0.38...v5.0.39) (2025-07-23)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Allow peer dependency range ([4412afd](https://gitlab.com/geenen-it-systeme/eslint-preset/commit/4412afd26e082e27abce3c6009f3bf70e5ce3fe9))
14
+ * Update package-lock.json ([18023a2](https://gitlab.com/geenen-it-systeme/eslint-preset/commit/18023a29737885050e198bbf5aa10965cf7da666))
15
+
1
16
  ## [5.0.38](https://gitlab.com/geenen-it-systeme/eslint-preset/compare/v5.0.37...v5.0.38) (2025-07-17)
2
17
 
3
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-gits",
3
- "version": "5.0.38",
3
+ "version": "5.0.40",
4
4
  "description": "EsLint Preset for Geenen IT-Systeme",
5
5
  "repository": "https://gitlab.com/geenen-it-systeme/eslint-preset",
6
6
  "main": "index.mjs",
@@ -14,32 +14,32 @@
14
14
  "author": "",
15
15
  "license": "ISC",
16
16
  "peerDependencies": {
17
- "@eslint/compat": "1.3.1",
18
- "@typescript-eslint/parser": "8.37.0",
19
- "eslint": "9.31.0",
20
- "eslint-plugin-prettier": "5.5.1",
21
- "eslint-plugin-react": "7.37.5",
22
- "eslint-plugin-react-hooks": "5.2.0",
23
- "globals": "16.3.0",
24
- "prettier": "3.6.2",
25
- "typescript-eslint": "8.37.0"
17
+ "@eslint/compat": "^1.3.1",
18
+ "@typescript-eslint/parser": "^8.38.0",
19
+ "eslint": "^9.32.0",
20
+ "eslint-plugin-prettier": "^5.5.3",
21
+ "eslint-plugin-react": "^7.37.5",
22
+ "eslint-plugin-react-hooks": "^5.2.0",
23
+ "globals": "^16.3.0",
24
+ "prettier": "^3.6.2",
25
+ "typescript-eslint": "^8.38.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@eslint/compat": "1.3.1",
29
29
  "@eslint/eslintrc": "3.3.1",
30
- "@eslint/js": "9.31.0",
30
+ "@eslint/js": "9.32.0",
31
31
  "@semantic-release/changelog": "6.0.3",
32
32
  "@semantic-release/git": "10.0.1",
33
33
  "@semantic-release/gitlab": "13.2.6",
34
- "@typescript-eslint/eslint-plugin": "8.37.0",
35
- "@typescript-eslint/parser": "8.37.0",
36
- "eslint": "9.31.0",
37
- "eslint-plugin-prettier": "5.5.1",
34
+ "@typescript-eslint/eslint-plugin": "8.38.0",
35
+ "@typescript-eslint/parser": "8.38.0",
36
+ "eslint": "9.32.0",
37
+ "eslint-plugin-prettier": "5.5.3",
38
38
  "eslint-plugin-react": "7.37.5",
39
39
  "eslint-plugin-react-hooks": "5.2.0",
40
40
  "globals": "16.3.0",
41
41
  "prettier": "3.6.2",
42
42
  "semantic-release": "24.2.7",
43
- "typescript-eslint": "8.37.0"
43
+ "typescript-eslint": "8.38.0"
44
44
  }
45
45
  }