@ornikar/eslint-config-typescript-react 16.3.0 → 17.0.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 +40 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,46 @@
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.0.0](https://github.com/ornikar/eslint-configs/compare/v16.5.1...v17.0.0) (2022-01-07)
7
+
8
+
9
+ ### Features
10
+
11
+ * use jsx-runtime [no issue] ([#183](https://github.com/ornikar/eslint-configs/issues/183)) ([f580faf](https://github.com/ornikar/eslint-configs/commit/f580faf0c4ab887aa9d7541b88bb2839f386dbbc))
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * requires to use jsx-runtime first.
17
+
18
+
19
+
20
+
21
+
22
+ ## [16.5.1](https://github.com/ornikar/eslint-configs/compare/v16.5.0...v16.5.1) (2022-01-05)
23
+
24
+ **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
25
+
26
+
27
+
28
+
29
+
30
+ # [16.5.0](https://github.com/ornikar/eslint-configs/compare/v16.4.0...v16.5.0) (2022-01-04)
31
+
32
+ **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
33
+
34
+
35
+
36
+
37
+
38
+ # [16.4.0](https://github.com/ornikar/eslint-configs/compare/v16.3.0...v16.4.0) (2021-12-21)
39
+
40
+ **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
41
+
42
+
43
+
44
+
45
+
6
46
  # [16.3.0](https://github.com/ornikar/eslint-configs/compare/v16.2.0...v16.3.0) (2021-12-21)
7
47
 
8
48
  **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.3.0",
3
+ "version": "17.0.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.3.0"
15
+ "@ornikar/eslint-config-react": "^17.0.0",
16
+ "@ornikar/eslint-config-typescript": "^17.0.0"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "eslint": "^7.32.0",
20
20
  "prettier": "^2.2.1"
21
21
  },
22
22
  "devDependencies": {
23
- "@types/react": "17.0.37",
23
+ "@types/react": "17.0.38",
24
24
  "eslint": "7.32.0",
25
25
  "react": "17.0.2",
26
26
  "type-fest": "2.8.0"
27
27
  },
28
- "gitHead": "c8a125dadbcb4d34a26eea4ecc72649f0910cc01"
28
+ "gitHead": "f0bf0bd96f1d415ec185678c1f65256226893810"
29
29
  }