@nihalgonsalves/esconfig 0.2.2 → 0.2.4

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/package.json +17 -17
  2. package/CHANGELOG.md +0 -85
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nihalgonsalves/esconfig",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "Shared ECMAScript Config (TS, Lint, Prettier)",
5
5
  "main": "index.js",
6
6
  "repository": "git@github.com:nihalgonsalves/esconfig.git",
@@ -26,28 +26,28 @@
26
26
  "prepare": "husky install"
27
27
  },
28
28
  "dependencies": {
29
- "@typescript-eslint/eslint-plugin": "^5.41.0",
30
- "@typescript-eslint/parser": "^5.41.0",
29
+ "@typescript-eslint/eslint-plugin": "^5.54.0",
30
+ "@typescript-eslint/parser": "^5.54.0",
31
31
  "eslint-config-airbnb-typescript": "^17.0.0",
32
- "eslint-config-prettier": "^8.5.0",
33
- "eslint-plugin-import": "^2.26.0",
34
- "eslint-plugin-jsx-a11y": "^6.6.1",
35
- "eslint-plugin-react": "^7.31.10",
32
+ "eslint-config-prettier": "^8.6.0",
33
+ "eslint-plugin-import": "^2.27.5",
34
+ "eslint-plugin-jsx-a11y": "^6.7.1",
35
+ "eslint-plugin-react": "^7.32.2",
36
36
  "eslint-plugin-react-hooks": "^4.6.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@commitlint/cli": "^17.1.2",
40
- "@commitlint/config-conventional": "^17.1.0",
41
- "eslint": "^8.26.0",
42
- "eslint-define-config": "^1.8.0",
43
- "husky": "^8.0.1",
44
- "prettier": "^2.7.1",
39
+ "@commitlint/cli": "^17.4.4",
40
+ "@commitlint/config-conventional": "^17.4.4",
41
+ "eslint": "^8.35.0",
42
+ "eslint-define-config": "^1.15.0",
43
+ "husky": "^8.0.3",
44
+ "prettier": "^2.8.4",
45
45
  "standard-version": "^9.5.0",
46
- "typescript": "^4.8.4"
46
+ "typescript": "^4.9.5"
47
47
  },
48
48
  "peerDependencies": {
49
- "eslint": "^8.26.0",
50
- "prettier": "^2.7.1",
51
- "typescript": "^4.8.4"
49
+ "eslint": "^8.35.0",
50
+ "prettier": "^2.8.4",
51
+ "typescript": "^4.9.5"
52
52
  }
53
53
  }
package/CHANGELOG.md DELETED
@@ -1,85 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- ### [0.2.2](https://github.com/nihalgonsalves/esconfig/compare/v0.2.1...v0.2.2) (2022-10-26)
6
-
7
- ### [0.2.1](https://github.com/nihalgonsalves/esconfig/compare/v0.2.0...v0.2.1) (2022-06-18)
8
-
9
- ### Bug Fixes
10
-
11
- - add react plugin to react config ([890c5b1](https://github.com/nihalgonsalves/esconfig/commit/890c5b140f1329a3b69a060296c53b6f786ce9f3))
12
-
13
- ## [0.2.0](https://github.com/nihalgonsalves/esconfig/compare/v0.1.2...v0.2.0) (2022-05-17)
14
-
15
- ### ⚠ BREAKING CHANGES
16
-
17
- - **tsconfig:** tsconfig now targets es2022
18
- - **tsconfig:** tsconfig now turns on `noImplicitOverride` and `exactOptionalPropertyTypes`
19
-
20
- ### Features
21
-
22
- - **tsconfig:** turn on stricter flags ([dedf98b](https://github.com/nihalgonsalves/esconfig/commit/dedf98bc00ef225302993da5eee44fd382e78c5f))
23
- - **tsconfig:** update target/module to es2022 ([03a42ff](https://github.com/nihalgonsalves/esconfig/commit/03a42ffb74d44c80e9e9d5788fe44c81213125c7))
24
-
25
- ### [0.1.2](https://github.com/nihalgonsalves/esconfig/compare/v0.1.1...v0.1.2) (2022-05-17)
26
-
27
- ### [0.1.1](https://github.com/nihalgonsalves/esconfig/compare/v0.1.0...v0.1.1) (2022-05-17)
28
-
29
- ## [0.1.0](https://github.com/nihalgonsalves/esconfig/compare/v0.0.9...v0.1.0) (2021-12-29)
30
-
31
- ### ⚠ BREAKING CHANGES
32
-
33
- - eslint v8, node v16
34
-
35
- - empty commit for version bump ([0868bd0](https://github.com/nihalgonsalves/esconfig/commit/0868bd0467e6ae088413a725663afbd451e44347))
36
-
37
- ### [0.0.9](https://github.com/nihalgonsalves/esconfig/compare/v0.0.8...v0.0.9) (2021-05-12)
38
-
39
- ### [0.0.8](https://github.com/nihalgonsalves/esconfig/compare/v0.0.7...v0.0.8) (2021-04-25)
40
-
41
- ### Bug Fixes
42
-
43
- - **eslint:** add overrides to react config too ([8dfa82d](https://github.com/nihalgonsalves/esconfig/commit/8dfa82d9c202de3fca1f02b79217f0be36353e5b))
44
-
45
- ### [0.0.7](https://github.com/nihalgonsalves/esconfig/compare/v0.0.6...v0.0.7) (2021-04-25)
46
-
47
- ### Bug Fixes
48
-
49
- - publish eslint again ([5e49474](https://github.com/nihalgonsalves/esconfig/commit/5e4947400a6ea05efbeeec4db744a98a6c16adc4))
50
-
51
- ### [0.0.6](https://github.com/nihalgonsalves/esconfig/compare/v0.0.5...v0.0.6) (2021-04-25)
52
-
53
- ### Features
54
-
55
- - **eslint:** add react-specific config ([fef6d4c](https://github.com/nihalgonsalves/esconfig/commit/fef6d4c2eb9520734a5a59c3d05ce087f358bea6))
56
-
57
- ### [0.0.5](https://github.com/nihalgonsalves/esconfig/compare/v0.0.4...v0.0.5) (2021-04-25)
58
-
59
- ### Bug Fixes
60
-
61
- - typo ([238e63c](https://github.com/nihalgonsalves/esconfig/commit/238e63cfc896ed3a282ceaba74e9e61afec1b05a))
62
-
63
- ### [0.0.4](https://github.com/nihalgonsalves/esconfig/compare/v0.0.3...v0.0.4) (2021-04-25)
64
-
65
- ### Features
66
-
67
- - add readme ([2986219](https://github.com/nihalgonsalves/esconfig/commit/29862194228b27ffac1e6bb6f79b1af8542da4f7))
68
-
69
- ### Bug Fixes
70
-
71
- - **eslint:** disable dot-notation ([dc136f2](https://github.com/nihalgonsalves/esconfig/commit/dc136f264fc487c6ae0bc20cae05022eeb533277))
72
-
73
- ### [0.0.3](https://github.com/nihalgonsalves/esconfig/compare/v0.0.2...v0.0.3) (2021-04-25)
74
-
75
- ### Bug Fixes
76
-
77
- - **prettier:** use .js file ([9147c0c](https://github.com/nihalgonsalves/esconfig/commit/9147c0ce3556b097082e472ded70e14ffe75f321))
78
-
79
- ### [0.0.2](https://github.com/nihalgonsalves/esconfig/compare/v0.0.1...v0.0.2) (2021-04-25)
80
-
81
- ### Bug Fixes
82
-
83
- - add fetch depth ([4fa5dd0](https://github.com/nihalgonsalves/esconfig/commit/4fa5dd0579472324b103e272a3d54140b495ca12))
84
-
85
- ### 0.0.1 (2021-04-25)