@ornikar/eslint-config-typescript-react 18.12.0 → 19.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,40 @@
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
+ # [19.1.0](https://github.com/ornikar/eslint-configs/compare/v19.0.0...v19.1.0) (2022-07-22)
7
+
8
+ **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
9
+
10
+
11
+
12
+
13
+
14
+ # [19.0.0](https://github.com/ornikar/eslint-configs/compare/v18.13.0...v19.0.0) (2022-07-19)
15
+
16
+
17
+ ### chore
18
+
19
+ * **deps:** update dependency eslint-plugin-unicorn to v43 ([#344](https://github.com/ornikar/eslint-configs/issues/344)) ([dc66d53](https://github.com/ornikar/eslint-configs/commit/dc66d533caf6d79b5e332b8ce8e2f8c37dec962d))
20
+ * **deps:** update frontend orb to v5 ([#340](https://github.com/ornikar/eslint-configs/issues/340)) ([82a0a41](https://github.com/ornikar/eslint-configs/commit/82a0a41861001c2a3bc2927e21cc75c85094814e))
21
+
22
+
23
+ ### BREAKING CHANGES
24
+
25
+ * **deps:** requires eslint 8.18
26
+ * **deps:** requires node 16
27
+
28
+
29
+
30
+
31
+
32
+ # [18.13.0](https://github.com/ornikar/eslint-configs/compare/v18.12.0...v18.13.0) (2022-07-01)
33
+
34
+ **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
35
+
36
+
37
+
38
+
39
+
6
40
  # [18.12.0](https://github.com/ornikar/eslint-configs/compare/v18.11.0...v18.12.0) (2022-06-08)
7
41
 
8
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ornikar/eslint-config-typescript-react",
3
- "version": "18.12.0",
3
+ "version": "19.1.0",
4
4
  "description": "eslint typescript react config files",
5
5
  "repository": {
6
6
  "type": "git",
@@ -10,24 +10,24 @@
10
10
  "main": "index.js",
11
11
  "license": "ISC",
12
12
  "engines": {
13
- "node": ">=14.17.5"
13
+ "node": ">= 16.15.1"
14
14
  },
15
15
  "publishConfig": {
16
16
  "access": "public"
17
17
  },
18
18
  "dependencies": {
19
- "@ornikar/eslint-config-react": "^18.12.0",
20
- "@ornikar/eslint-config-typescript": "^18.12.0"
19
+ "@ornikar/eslint-config-react": "^19.1.0",
20
+ "@ornikar/eslint-config-typescript": "^19.1.0"
21
21
  },
22
22
  "peerDependencies": {
23
- "eslint": "^8.9.0",
23
+ "eslint": "^8.18.0",
24
24
  "prettier": "^2.2.1"
25
25
  },
26
26
  "devDependencies": {
27
- "@types/react": "17.0.45",
28
- "eslint": "8.16.0",
27
+ "@types/react": "17.0.47",
28
+ "eslint": "8.20.0",
29
29
  "react": "17.0.2",
30
- "type-fest": "2.13.0"
30
+ "type-fest": "2.16.0"
31
31
  },
32
- "gitHead": "7b75be7ac2f3b1a8e1e4a9c3c5ff47814675ae2c"
32
+ "gitHead": "4180e9bf0224be4d4e9ec2227ae460c0903bfb36"
33
33
  }