@nihalgonsalves/esconfig 0.2.4 → 0.2.5

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,91 @@
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.5](https://github.com/nihalgonsalves/esconfig/compare/v0.2.4...v0.2.5) (2023-06-04)
6
+
7
+ ### [0.2.4](https://github.com/nihalgonsalves/esconfig/compare/v0.2.3...v0.2.4) (2023-02-28)
8
+
9
+ ### [0.2.3](https://github.com/nihalgonsalves/esconfig/compare/v0.2.2...v0.2.3) (2023-01-09)
10
+
11
+ ### [0.2.2](https://github.com/nihalgonsalves/esconfig/compare/v0.2.1...v0.2.2) (2022-10-26)
12
+
13
+ ### [0.2.1](https://github.com/nihalgonsalves/esconfig/compare/v0.2.0...v0.2.1) (2022-06-18)
14
+
15
+ ### Bug Fixes
16
+
17
+ - add react plugin to react config ([890c5b1](https://github.com/nihalgonsalves/esconfig/commit/890c5b140f1329a3b69a060296c53b6f786ce9f3))
18
+
19
+ ## [0.2.0](https://github.com/nihalgonsalves/esconfig/compare/v0.1.2...v0.2.0) (2022-05-17)
20
+
21
+ ### ⚠ BREAKING CHANGES
22
+
23
+ - **tsconfig:** tsconfig now targets es2022
24
+ - **tsconfig:** tsconfig now turns on `noImplicitOverride` and `exactOptionalPropertyTypes`
25
+
26
+ ### Features
27
+
28
+ - **tsconfig:** turn on stricter flags ([dedf98b](https://github.com/nihalgonsalves/esconfig/commit/dedf98bc00ef225302993da5eee44fd382e78c5f))
29
+ - **tsconfig:** update target/module to es2022 ([03a42ff](https://github.com/nihalgonsalves/esconfig/commit/03a42ffb74d44c80e9e9d5788fe44c81213125c7))
30
+
31
+ ### [0.1.2](https://github.com/nihalgonsalves/esconfig/compare/v0.1.1...v0.1.2) (2022-05-17)
32
+
33
+ ### [0.1.1](https://github.com/nihalgonsalves/esconfig/compare/v0.1.0...v0.1.1) (2022-05-17)
34
+
35
+ ## [0.1.0](https://github.com/nihalgonsalves/esconfig/compare/v0.0.9...v0.1.0) (2021-12-29)
36
+
37
+ ### ⚠ BREAKING CHANGES
38
+
39
+ - eslint v8, node v16
40
+
41
+ - empty commit for version bump ([0868bd0](https://github.com/nihalgonsalves/esconfig/commit/0868bd0467e6ae088413a725663afbd451e44347))
42
+
43
+ ### [0.0.9](https://github.com/nihalgonsalves/esconfig/compare/v0.0.8...v0.0.9) (2021-05-12)
44
+
45
+ ### [0.0.8](https://github.com/nihalgonsalves/esconfig/compare/v0.0.7...v0.0.8) (2021-04-25)
46
+
47
+ ### Bug Fixes
48
+
49
+ - **eslint:** add overrides to react config too ([8dfa82d](https://github.com/nihalgonsalves/esconfig/commit/8dfa82d9c202de3fca1f02b79217f0be36353e5b))
50
+
51
+ ### [0.0.7](https://github.com/nihalgonsalves/esconfig/compare/v0.0.6...v0.0.7) (2021-04-25)
52
+
53
+ ### Bug Fixes
54
+
55
+ - publish eslint again ([5e49474](https://github.com/nihalgonsalves/esconfig/commit/5e4947400a6ea05efbeeec4db744a98a6c16adc4))
56
+
57
+ ### [0.0.6](https://github.com/nihalgonsalves/esconfig/compare/v0.0.5...v0.0.6) (2021-04-25)
58
+
59
+ ### Features
60
+
61
+ - **eslint:** add react-specific config ([fef6d4c](https://github.com/nihalgonsalves/esconfig/commit/fef6d4c2eb9520734a5a59c3d05ce087f358bea6))
62
+
63
+ ### [0.0.5](https://github.com/nihalgonsalves/esconfig/compare/v0.0.4...v0.0.5) (2021-04-25)
64
+
65
+ ### Bug Fixes
66
+
67
+ - typo ([238e63c](https://github.com/nihalgonsalves/esconfig/commit/238e63cfc896ed3a282ceaba74e9e61afec1b05a))
68
+
69
+ ### [0.0.4](https://github.com/nihalgonsalves/esconfig/compare/v0.0.3...v0.0.4) (2021-04-25)
70
+
71
+ ### Features
72
+
73
+ - add readme ([2986219](https://github.com/nihalgonsalves/esconfig/commit/29862194228b27ffac1e6bb6f79b1af8542da4f7))
74
+
75
+ ### Bug Fixes
76
+
77
+ - **eslint:** disable dot-notation ([dc136f2](https://github.com/nihalgonsalves/esconfig/commit/dc136f264fc487c6ae0bc20cae05022eeb533277))
78
+
79
+ ### [0.0.3](https://github.com/nihalgonsalves/esconfig/compare/v0.0.2...v0.0.3) (2021-04-25)
80
+
81
+ ### Bug Fixes
82
+
83
+ - **prettier:** use .js file ([9147c0c](https://github.com/nihalgonsalves/esconfig/commit/9147c0ce3556b097082e472ded70e14ffe75f321))
84
+
85
+ ### [0.0.2](https://github.com/nihalgonsalves/esconfig/compare/v0.0.1...v0.0.2) (2021-04-25)
86
+
87
+ ### Bug Fixes
88
+
89
+ - add fetch depth ([4fa5dd0](https://github.com/nihalgonsalves/esconfig/commit/4fa5dd0579472324b103e272a3d54140b495ca12))
90
+
91
+ ### 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.5",
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.59.8",
30
+ "@typescript-eslint/parser": "^5.59.8",
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.5",
40
+ "@commitlint/config-conventional": "^17.6.5",
41
+ "eslint": "^8.42.0",
42
+ "eslint-define-config": "^1.20.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.3"
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
  }