eslint-config-gits 4.1.0 → 5.0.1
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 +33 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,36 @@
|
|
|
1
|
+
## [5.0.1](https://gitlab.com/geenen-it-systeme/eslint-preset/compare/v5.0.0...v5.0.1) (2024-08-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Add full rc peer dependency for eslint-plugin-react-hooks ([8e46628](https://gitlab.com/geenen-it-systeme/eslint-preset/commit/8e466288f1e7aeb17c16d145466eb1bd0aef162b))
|
|
7
|
+
|
|
8
|
+
# [5.0.0](https://gitlab.com/geenen-it-systeme/eslint-preset/compare/v4.1.0...v5.0.0) (2024-08-22)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* Require eslint-plugin-react-hooks canary for eslint 9 ([35f6761](https://gitlab.com/geenen-it-systeme/eslint-preset/commit/35f67610a461439a7f60dee9d5366afa15099d2a))
|
|
14
|
+
* Revert to eslint 8 ([4d07d1e](https://gitlab.com/geenen-it-systeme/eslint-preset/commit/4d07d1e28f7131699a4b50423029c6af399d6750))
|
|
15
|
+
* Update package-lock.json to reflect eslint downgrade ([8676458](https://gitlab.com/geenen-it-systeme/eslint-preset/commit/867645825253ff8aa3264e885489ff717fa68127))
|
|
16
|
+
* Update semantic release ([224753d](https://gitlab.com/geenen-it-systeme/eslint-preset/commit/224753d60afb2bb38641b3dc8e93318e90793ca4))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* Update eslint to 9 ([b6894c1](https://gitlab.com/geenen-it-systeme/eslint-preset/commit/b6894c14835770bf7dc1e16775e943af9abc1b76))
|
|
22
|
+
* Upgrade release 24.x ([79f98a1](https://gitlab.com/geenen-it-systeme/eslint-preset/commit/79f98a18badc2c72c52c568952b33daea994488d))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Reverts
|
|
26
|
+
|
|
27
|
+
* Revert "Upgrade eslint 9.x" ([8da0c94](https://gitlab.com/geenen-it-systeme/eslint-preset/commit/8da0c94ae2134df60fa80f871b25fd532f137d8d))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### BREAKING CHANGES
|
|
31
|
+
|
|
32
|
+
* Require eslint 9
|
|
33
|
+
|
|
1
34
|
# [4.1.0](https://gitlab.com/geenen-it-systeme/eslint-preset/compare/v4.0.3...v4.1.0) (2024-04-26)
|
|
2
35
|
|
|
3
36
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-gits",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.1",
|
|
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",
|
|
@@ -14,26 +14,26 @@
|
|
|
14
14
|
"author": "",
|
|
15
15
|
"license": "ISC",
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"eslint": "^
|
|
17
|
+
"eslint": "^9",
|
|
18
18
|
"eslint-plugin-prettier": "^5",
|
|
19
19
|
"eslint-plugin-react": "^7",
|
|
20
|
-
"eslint-plugin-react-hooks": "^
|
|
20
|
+
"eslint-plugin-react-hooks": "^5.1.0-rc-1d989965-20240821",
|
|
21
21
|
"eslint-plugin-storybook": "^0",
|
|
22
22
|
"prettier": "^3",
|
|
23
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
23
|
+
"@typescript-eslint/eslint-plugin": "^8"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@semantic-release/changelog": "^6.0.3",
|
|
27
27
|
"@semantic-release/git": "^10.0.1",
|
|
28
|
-
"@semantic-release/gitlab": "^13.
|
|
29
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
30
|
-
"@typescript-eslint/parser": "^
|
|
31
|
-
"eslint": "^
|
|
32
|
-
"eslint-plugin-prettier": "^5.1
|
|
33
|
-
"eslint-plugin-react": "^7.
|
|
34
|
-
"eslint-plugin-react-hooks": "^
|
|
28
|
+
"@semantic-release/gitlab": "^13.2.1",
|
|
29
|
+
"@typescript-eslint/eslint-plugin": "^8.2.0",
|
|
30
|
+
"@typescript-eslint/parser": "^8.2.0",
|
|
31
|
+
"eslint": "^9.9.0",
|
|
32
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
33
|
+
"eslint-plugin-react": "^7.35.0",
|
|
34
|
+
"eslint-plugin-react-hooks": "^5.1.0-rc-1d989965-20240821",
|
|
35
35
|
"eslint-plugin-storybook": "^0.8.0",
|
|
36
|
-
"prettier": "^3.
|
|
37
|
-
"semantic-release": "^
|
|
36
|
+
"prettier": "^3.3.3",
|
|
37
|
+
"semantic-release": "^24.1.0"
|
|
38
38
|
}
|
|
39
39
|
}
|