@ornikar/eslint-config-typescript-react 16.4.0 → 17.1.0-alpha.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,56 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [17.1.0-alpha.0](https://github.com/ornikar/eslint-configs/compare/v17.0.0...v17.1.0-alpha.0) (2022-02-21)
7
+
8
+
9
+ ### Features
10
+
11
+ * **deps:** update dependency eslint-config-airbnb to v19 ([#208](https://github.com/ornikar/eslint-configs/issues/208)) ([89d1da2](https://github.com/ornikar/eslint-configs/commit/89d1da243d6c6e99a836e4164fed38be771536a4))
12
+ * requires eslint 8 ([bc560a7](https://github.com/ornikar/eslint-configs/commit/bc560a7fbec17a6f95c2e7beba239e6f258fdbcb))
13
+
14
+
15
+ ### BREAKING CHANGES
16
+
17
+ * requires eslint 8
18
+ * **deps:** new rules added by the update of plugins and configs
19
+
20
+
21
+
22
+
23
+
24
+ # [17.0.0](https://github.com/ornikar/eslint-configs/compare/v16.5.1...v17.0.0) (2022-01-07)
25
+
26
+
27
+ ### Features
28
+
29
+ * use jsx-runtime [no issue] ([#183](https://github.com/ornikar/eslint-configs/issues/183)) ([f580faf](https://github.com/ornikar/eslint-configs/commit/f580faf0c4ab887aa9d7541b88bb2839f386dbbc))
30
+
31
+
32
+ ### BREAKING CHANGES
33
+
34
+ * requires to use jsx-runtime first.
35
+
36
+
37
+
38
+
39
+
40
+ ## [16.5.1](https://github.com/ornikar/eslint-configs/compare/v16.5.0...v16.5.1) (2022-01-05)
41
+
42
+ **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
43
+
44
+
45
+
46
+
47
+
48
+ # [16.5.0](https://github.com/ornikar/eslint-configs/compare/v16.4.0...v16.5.0) (2022-01-04)
49
+
50
+ **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
51
+
52
+
53
+
54
+
55
+
6
56
  # [16.4.0](https://github.com/ornikar/eslint-configs/compare/v16.3.0...v16.4.0) (2021-12-21)
7
57
 
8
58
  **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ornikar/eslint-config-typescript-react",
3
- "version": "16.4.0",
3
+ "version": "17.1.0-alpha.0",
4
4
  "description": "eslint typescript react config files",
5
5
  "repository": "ornikar/eslint-configs",
6
6
  "main": "index.js",
@@ -12,18 +12,18 @@
12
12
  "access": "public"
13
13
  },
14
14
  "dependencies": {
15
- "@ornikar/eslint-config-react": "^16.2.0",
16
- "@ornikar/eslint-config-typescript": "^16.4.0"
15
+ "@ornikar/eslint-config-react": "^17.1.0-alpha.0",
16
+ "@ornikar/eslint-config-typescript": "^17.1.0-alpha.0"
17
17
  },
18
18
  "peerDependencies": {
19
- "eslint": "^7.32.0",
19
+ "eslint": "^8.9.0",
20
20
  "prettier": "^2.2.1"
21
21
  },
22
22
  "devDependencies": {
23
- "@types/react": "17.0.37",
24
- "eslint": "7.32.0",
23
+ "@types/react": "17.0.39",
24
+ "eslint": "8.9.0",
25
25
  "react": "17.0.2",
26
- "type-fest": "2.8.0"
26
+ "type-fest": "2.12.0"
27
27
  },
28
- "gitHead": "bbc0b76608809c1d4244f20322af27c7673b5a05"
28
+ "gitHead": "820554a71706217a44a0eae768ad5d4b455a617a"
29
29
  }