eslint-config-gits 4.0.2 → 4.1.0
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 +19 -0
- package/index.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
# [4.1.0](https://gitlab.com/geenen-it-systeme/eslint-preset/compare/v4.0.3...v4.1.0) (2024-04-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Update minor dependencies ([1af513c](https://gitlab.com/geenen-it-systeme/eslint-preset/commit/1af513c0d11045c64886c2423c43a4a7fcf320b3))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* Require typedef for function variables ([d901902](https://gitlab.com/geenen-it-systeme/eslint-preset/commit/d9019029f537c9d79ab89ab381a35cfd030ae2ae))
|
|
12
|
+
|
|
13
|
+
## [4.0.3](https://gitlab.com/geenen-it-systeme/eslint-preset/compare/v4.0.2...v4.0.3) (2024-03-21)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* update peer dependencies ([c24f9e6](https://gitlab.com/geenen-it-systeme/eslint-preset/commit/c24f9e68270eed7c1280c359905d731c2cf1cb87))
|
|
19
|
+
|
|
1
20
|
## [4.0.2](https://gitlab.com/geenen-it-systeme/eslint-preset/compare/v4.0.1...v4.0.2) (2024-03-21)
|
|
2
21
|
|
|
3
22
|
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-gits",
|
|
3
|
-
"version": "4.0
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"description": "EsLint preset for Geenen IT-Systeme",
|
|
5
5
|
"repository": "https://gitlab.com/geenen-it-systeme/eslint-preset",
|
|
6
6
|
"main": "index.js",
|
|
@@ -15,25 +15,25 @@
|
|
|
15
15
|
"license": "ISC",
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"eslint": "^8",
|
|
18
|
-
"eslint-plugin-prettier": "^
|
|
18
|
+
"eslint-plugin-prettier": "^5",
|
|
19
19
|
"eslint-plugin-react": "^7",
|
|
20
20
|
"eslint-plugin-react-hooks": "^4",
|
|
21
21
|
"eslint-plugin-storybook": "^0",
|
|
22
22
|
"prettier": "^3",
|
|
23
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
23
|
+
"@typescript-eslint/eslint-plugin": "^7"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@semantic-release/changelog": "^6.0.3",
|
|
27
27
|
"@semantic-release/git": "^10.0.1",
|
|
28
28
|
"@semantic-release/gitlab": "^13.0.3",
|
|
29
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
30
|
-
"@typescript-eslint/parser": "^7.
|
|
29
|
+
"@typescript-eslint/eslint-plugin": "^7.7.1",
|
|
30
|
+
"@typescript-eslint/parser": "^7.7.1",
|
|
31
31
|
"eslint": "^8.57.0",
|
|
32
32
|
"eslint-plugin-prettier": "^5.1.3",
|
|
33
33
|
"eslint-plugin-react": "^7.34.1",
|
|
34
|
-
"eslint-plugin-react-hooks": "^4.6.
|
|
34
|
+
"eslint-plugin-react-hooks": "^4.6.1",
|
|
35
35
|
"eslint-plugin-storybook": "^0.8.0",
|
|
36
36
|
"prettier": "^3.2.5",
|
|
37
|
-
"semantic-release": "^23.0.
|
|
37
|
+
"semantic-release": "^23.0.8"
|
|
38
38
|
}
|
|
39
39
|
}
|