@ornikar/eslint-config-typescript-react 18.13.0 → 19.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 +18 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
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.0.0](https://github.com/ornikar/eslint-configs/compare/v18.13.0...v19.0.0) (2022-07-19)
7
+
8
+
9
+ ### chore
10
+
11
+ * **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))
12
+ * **deps:** update frontend orb to v5 ([#340](https://github.com/ornikar/eslint-configs/issues/340)) ([82a0a41](https://github.com/ornikar/eslint-configs/commit/82a0a41861001c2a3bc2927e21cc75c85094814e))
13
+
14
+
15
+ ### BREAKING CHANGES
16
+
17
+ * **deps:** requires eslint 8.18
18
+ * **deps:** requires node 16
19
+
20
+
21
+
22
+
23
+
6
24
  # [18.13.0](https://github.com/ornikar/eslint-configs/compare/v18.12.0...v18.13.0) (2022-07-01)
7
25
 
8
26
  **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": "18.13.0",
3
+ "version": "19.0.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.13.0",
20
- "@ornikar/eslint-config-typescript": "^18.13.0"
19
+ "@ornikar/eslint-config-react": "^19.0.0",
20
+ "@ornikar/eslint-config-typescript": "^19.0.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
27
  "@types/react": "17.0.47",
28
- "eslint": "8.18.0",
28
+ "eslint": "8.19.0",
29
29
  "react": "17.0.2",
30
- "type-fest": "2.13.1"
30
+ "type-fest": "2.16.0"
31
31
  },
32
- "gitHead": "e03b4d1e7047cef05fdebf471b0c347fafae8781"
32
+ "gitHead": "0172549705e53f3c81acb96093b8bd8c00dd6b20"
33
33
  }