@nihalgonsalves/esconfig 0.2.4 → 0.2.6

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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,93 @@
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.6](https://github.com/nihalgonsalves/esconfig/compare/v0.2.5...v0.2.6) (2023-07-01)
6
+
7
+ ### [0.2.5](https://github.com/nihalgonsalves/esconfig/compare/v0.2.4...v0.2.5) (2023-06-04)
8
+
9
+ ### [0.2.4](https://github.com/nihalgonsalves/esconfig/compare/v0.2.3...v0.2.4) (2023-02-28)
10
+
11
+ ### [0.2.3](https://github.com/nihalgonsalves/esconfig/compare/v0.2.2...v0.2.3) (2023-01-09)
12
+
13
+ ### [0.2.2](https://github.com/nihalgonsalves/esconfig/compare/v0.2.1...v0.2.2) (2022-10-26)
14
+
15
+ ### [0.2.1](https://github.com/nihalgonsalves/esconfig/compare/v0.2.0...v0.2.1) (2022-06-18)
16
+
17
+ ### Bug Fixes
18
+
19
+ - add react plugin to react config ([890c5b1](https://github.com/nihalgonsalves/esconfig/commit/890c5b140f1329a3b69a060296c53b6f786ce9f3))
20
+
21
+ ## [0.2.0](https://github.com/nihalgonsalves/esconfig/compare/v0.1.2...v0.2.0) (2022-05-17)
22
+
23
+ ### ⚠ BREAKING CHANGES
24
+
25
+ - **tsconfig:** tsconfig now targets es2022
26
+ - **tsconfig:** tsconfig now turns on `noImplicitOverride` and `exactOptionalPropertyTypes`
27
+
28
+ ### Features
29
+
30
+ - **tsconfig:** turn on stricter flags ([dedf98b](https://github.com/nihalgonsalves/esconfig/commit/dedf98bc00ef225302993da5eee44fd382e78c5f))
31
+ - **tsconfig:** update target/module to es2022 ([03a42ff](https://github.com/nihalgonsalves/esconfig/commit/03a42ffb74d44c80e9e9d5788fe44c81213125c7))
32
+
33
+ ### [0.1.2](https://github.com/nihalgonsalves/esconfig/compare/v0.1.1...v0.1.2) (2022-05-17)
34
+
35
+ ### [0.1.1](https://github.com/nihalgonsalves/esconfig/compare/v0.1.0...v0.1.1) (2022-05-17)
36
+
37
+ ## [0.1.0](https://github.com/nihalgonsalves/esconfig/compare/v0.0.9...v0.1.0) (2021-12-29)
38
+
39
+ ### ⚠ BREAKING CHANGES
40
+
41
+ - eslint v8, node v16
42
+
43
+ - empty commit for version bump ([0868bd0](https://github.com/nihalgonsalves/esconfig/commit/0868bd0467e6ae088413a725663afbd451e44347))
44
+
45
+ ### [0.0.9](https://github.com/nihalgonsalves/esconfig/compare/v0.0.8...v0.0.9) (2021-05-12)
46
+
47
+ ### [0.0.8](https://github.com/nihalgonsalves/esconfig/compare/v0.0.7...v0.0.8) (2021-04-25)
48
+
49
+ ### Bug Fixes
50
+
51
+ - **eslint:** add overrides to react config too ([8dfa82d](https://github.com/nihalgonsalves/esconfig/commit/8dfa82d9c202de3fca1f02b79217f0be36353e5b))
52
+
53
+ ### [0.0.7](https://github.com/nihalgonsalves/esconfig/compare/v0.0.6...v0.0.7) (2021-04-25)
54
+
55
+ ### Bug Fixes
56
+
57
+ - publish eslint again ([5e49474](https://github.com/nihalgonsalves/esconfig/commit/5e4947400a6ea05efbeeec4db744a98a6c16adc4))
58
+
59
+ ### [0.0.6](https://github.com/nihalgonsalves/esconfig/compare/v0.0.5...v0.0.6) (2021-04-25)
60
+
61
+ ### Features
62
+
63
+ - **eslint:** add react-specific config ([fef6d4c](https://github.com/nihalgonsalves/esconfig/commit/fef6d4c2eb9520734a5a59c3d05ce087f358bea6))
64
+
65
+ ### [0.0.5](https://github.com/nihalgonsalves/esconfig/compare/v0.0.4...v0.0.5) (2021-04-25)
66
+
67
+ ### Bug Fixes
68
+
69
+ - typo ([238e63c](https://github.com/nihalgonsalves/esconfig/commit/238e63cfc896ed3a282ceaba74e9e61afec1b05a))
70
+
71
+ ### [0.0.4](https://github.com/nihalgonsalves/esconfig/compare/v0.0.3...v0.0.4) (2021-04-25)
72
+
73
+ ### Features
74
+
75
+ - add readme ([2986219](https://github.com/nihalgonsalves/esconfig/commit/29862194228b27ffac1e6bb6f79b1af8542da4f7))
76
+
77
+ ### Bug Fixes
78
+
79
+ - **eslint:** disable dot-notation ([dc136f2](https://github.com/nihalgonsalves/esconfig/commit/dc136f264fc487c6ae0bc20cae05022eeb533277))
80
+
81
+ ### [0.0.3](https://github.com/nihalgonsalves/esconfig/compare/v0.0.2...v0.0.3) (2021-04-25)
82
+
83
+ ### Bug Fixes
84
+
85
+ - **prettier:** use .js file ([9147c0c](https://github.com/nihalgonsalves/esconfig/commit/9147c0ce3556b097082e472ded70e14ffe75f321))
86
+
87
+ ### [0.0.2](https://github.com/nihalgonsalves/esconfig/compare/v0.0.1...v0.0.2) (2021-04-25)
88
+
89
+ ### Bug Fixes
90
+
91
+ - add fetch depth ([4fa5dd0](https://github.com/nihalgonsalves/esconfig/commit/4fa5dd0579472324b103e272a3d54140b495ca12))
92
+
93
+ ### 0.0.1 (2021-04-25)
@@ -1,6 +1,6 @@
1
1
  // @ts-check
2
2
 
3
- /** @type import('eslint-define-config').EslintConfig['rules'] */
3
+ /** @type import('eslint-define-config').Rules */
4
4
  module.exports = {
5
5
  'import/prefer-default-export': 'off',
6
6
  'import/no-default-export': 'error',
@@ -54,6 +54,4 @@ module.exports = {
54
54
  assertionStyle: 'never',
55
55
  },
56
56
  ],
57
- // TODO: https://github.com/typescript-eslint/typescript-eslint/issues/3104
58
- '@typescript-eslint/dot-notation': 'off',
59
57
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nihalgonsalves/esconfig",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
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.54.0",
30
- "@typescript-eslint/parser": "^5.54.0",
29
+ "@typescript-eslint/eslint-plugin": "^5.60.1",
30
+ "@typescript-eslint/parser": "^5.60.1",
31
31
  "eslint-config-airbnb-typescript": "^17.0.0",
32
- "eslint-config-prettier": "^8.6.0",
32
+ "eslint-config-prettier": "^8.8.0",
33
33
  "eslint-plugin-import": "^2.27.5",
34
34
  "eslint-plugin-jsx-a11y": "^6.7.1",
35
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.4.4",
40
- "@commitlint/config-conventional": "^17.4.4",
41
- "eslint": "^8.35.0",
42
- "eslint-define-config": "^1.15.0",
39
+ "@commitlint/cli": "^17.6.6",
40
+ "@commitlint/config-conventional": "^17.6.6",
41
+ "eslint": "^8.44.0",
42
+ "eslint-define-config": "^1.21.0",
43
43
  "husky": "^8.0.3",
44
- "prettier": "^2.8.4",
44
+ "prettier": "^2.8.8",
45
45
  "standard-version": "^9.5.0",
46
- "typescript": "^4.9.5"
46
+ "typescript": "^5.1.6"
47
47
  },
48
48
  "peerDependencies": {
49
- "eslint": "^8.35.0",
50
- "prettier": "^2.8.4",
51
- "typescript": "^4.9.5"
49
+ "eslint": "^8.42.0",
50
+ "prettier": "^2.8.8",
51
+ "typescript": "^5.1.3"
52
52
  }
53
53
  }