@mscharley/eslint-config 4.2.4 → 4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Change Log - @mscharley/eslint-config
2
2
 
3
+ ## 4.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 07861f7: fix(deps): update dependency eslint-import-resolver-typescript to ^4.2.1
8
+ - 8cb29f7: fix(deps): update eslint packages
9
+
10
+ ## 4.2.5
11
+
12
+ ### Patch Changes
13
+
14
+ - 8a2b286: fix(deps): update dependency eslint-import-resolver-typescript to v4
15
+ - 64a51c4: fix(deps): update dependency eslint-import-resolver-typescript to ^4.2.0
16
+
3
17
  ## 4.2.4
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mscharley/eslint-config",
3
- "version": "4.2.4",
3
+ "version": "4.2.6",
4
4
  "type": "module",
5
5
  "module": "./rules/index.js",
6
6
  "exports": {
@@ -35,14 +35,14 @@
35
35
  "@stylistic/eslint-plugin": "^4.2.0",
36
36
  "@types/eslint": "^9.6.1",
37
37
  "eslint": "^9.22.0",
38
- "eslint-import-resolver-typescript": "^3.8.7",
38
+ "eslint-import-resolver-typescript": "^4.2.2",
39
39
  "eslint-plugin-import": "^2.31.0",
40
40
  "eslint-plugin-jest": "^28.11.0",
41
41
  "eslint-plugin-n": "^17.16.2",
42
42
  "eslint-plugin-notice": "^1.0.0",
43
43
  "eslint-plugin-react": "^7.37.4",
44
44
  "eslint-plugin-react-hooks": "^5.2.0",
45
- "typescript-eslint": "^8.26.1"
45
+ "typescript-eslint": "^8.27.0"
46
46
  },
47
47
  "scripts": {
48
48
  "test": "eslint --max-warnings 0 ."