eslint-config-gits 5.0.35 → 5.0.37

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
@@ -3,5 +3,11 @@
3
3
  "extends": [
4
4
  "local>geenen-it-systeme/renovate//renovate/default"
5
5
  ],
6
- "assignees": ["@gits-kay"]
6
+ "assignees": ["@gits-kay"],
7
+ "packageRules": [
8
+ {
9
+ "paths": ["package.json"],
10
+ "ignoreDeps": ["peerDependencies"]
11
+ }
12
+ ]
7
13
  }
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [5.0.37](https://gitlab.com/geenen-it-systeme/eslint-preset/compare/v5.0.36...v5.0.37) (2025-03-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Update stuff ([ecbccdb](https://gitlab.com/geenen-it-systeme/eslint-preset/commit/ecbccdba50b414b78952d67d28798d29c7d7864e))
7
+ * Use range for peer dependency ([e128068](https://gitlab.com/geenen-it-systeme/eslint-preset/commit/e12806889b3c7669237da2868ecbfeb513725a62))
8
+
9
+ ## [5.0.36](https://gitlab.com/geenen-it-systeme/eslint-preset/compare/v5.0.35...v5.0.36) (2025-02-03)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * allow peer dependency version range and prevent change via renovate ([866f423](https://gitlab.com/geenen-it-systeme/eslint-preset/commit/866f4230bae5009b5d5be8267ae77492ea070038))
15
+
1
16
  ## [5.0.35](https://gitlab.com/geenen-it-systeme/eslint-preset/compare/v5.0.34...v5.0.35) (2025-01-31)
2
17
 
3
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-gits",
3
- "version": "5.0.35",
3
+ "version": "5.0.37",
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.2.5",
18
- "@typescript-eslint/parser": "^8.22.0",
19
- "eslint": "^9.19.0",
17
+ "@eslint/compat": "^1.2.7",
18
+ "@typescript-eslint/parser": "^8.26.0",
19
+ "eslint": "^9.21.0",
20
20
  "eslint-plugin-prettier": "^5.2.3",
21
21
  "eslint-plugin-react": "^7.37.4",
22
22
  "eslint-plugin-react-hooks": "^5.1.0",
23
- "globals": "^15.14.0",
24
- "prettier": "^3.4.2",
25
- "typescript-eslint": "^8.22.0"
23
+ "globals": "^16.0.0",
24
+ "prettier": "^3.5.3",
25
+ "typescript-eslint": "^8.26.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@eslint/compat": "1.2.5",
29
- "@eslint/eslintrc": "3.2.0",
30
- "@eslint/js": "9.19.0",
28
+ "@eslint/compat": "1.2.7",
29
+ "@eslint/eslintrc": "3.3.0",
30
+ "@eslint/js": "9.21.0",
31
31
  "@semantic-release/changelog": "6.0.3",
32
32
  "@semantic-release/git": "10.0.1",
33
33
  "@semantic-release/gitlab": "13.2.4",
34
- "@typescript-eslint/eslint-plugin": "8.22.0",
35
- "@typescript-eslint/parser": "8.22.0",
36
- "eslint": "9.19.0",
34
+ "@typescript-eslint/eslint-plugin": "8.26.0",
35
+ "@typescript-eslint/parser": "8.26.0",
36
+ "eslint": "9.21.0",
37
37
  "eslint-plugin-prettier": "5.2.3",
38
38
  "eslint-plugin-react": "7.37.4",
39
- "eslint-plugin-react-hooks": "5.1.0",
40
- "globals": "15.14.0",
41
- "prettier": "3.4.2",
42
- "semantic-release": "24.2.1",
43
- "typescript-eslint": "8.22.0"
39
+ "eslint-plugin-react-hooks": "5.2.0",
40
+ "globals": "16.0.0",
41
+ "prettier": "3.5.3",
42
+ "semantic-release": "24.2.3",
43
+ "typescript-eslint": "8.26.0"
44
44
  }
45
45
  }