@mscharley/eslint-config 4.0.6 → 4.0.8

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 +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Change Log - @mscharley/eslint-config
2
2
 
3
+ ## 4.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 015978c: fix(deps): update dependency typescript-eslint to ^8.9.0
8
+ - 15d51d9: fix(deps): update dependency typescript-eslint to ^8.10.0
9
+ - f5e3d9c: fix(deps): update dependency typescript-eslint to ^8.11.0
10
+ - 664c635: fix(deps): update eslint packages
11
+ - 90bbaa6: fix(deps): update dependency typescript-eslint to ^8.12.1
12
+ - e303900: fix(deps): update eslint packages
13
+ - cfdb264: fix(deps): update dependency typescript-eslint to ^8.12.2
14
+
15
+ ## 4.0.7
16
+
17
+ ### Patch Changes
18
+
19
+ - 5f5c204: Use a release version of the react-hooks plugin
20
+
3
21
  ## 4.0.6
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mscharley/eslint-config",
3
- "version": "4.0.6",
3
+ "version": "4.0.8",
4
4
  "type": "module",
5
5
  "module": "./rules/index.js",
6
6
  "exports": {
@@ -31,18 +31,18 @@
31
31
  },
32
32
  "homepage": "https://github.com/mscharley/node-presets#readme",
33
33
  "peerDependencies": {
34
- "@stylistic/eslint-plugin": "^2.9.0",
34
+ "@stylistic/eslint-plugin": "^2.10.1",
35
35
  "@types/eslint": "^9.6.1",
36
- "eslint": "^9.12.0",
36
+ "eslint": "^9.13.0",
37
37
  "eslint-import-resolver-typescript": "^3.6.3",
38
38
  "eslint-plugin-import": "^2.31.0",
39
39
  "eslint-plugin-jest": "^28.8.3",
40
- "eslint-plugin-n": "^17.11.1",
40
+ "eslint-plugin-n": "^17.12.0",
41
41
  "eslint-plugin-notice": "^1.0.0",
42
- "eslint-plugin-react": "^7.37.1",
43
- "eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614",
42
+ "eslint-plugin-react": "^7.37.2",
43
+ "eslint-plugin-react-hooks": "^5.0.0",
44
44
  "typescript": "^5.6.3",
45
- "typescript-eslint": "^8.8.1"
45
+ "typescript-eslint": "^8.12.2"
46
46
  },
47
47
  "scripts": {
48
48
  "test": "eslint --max-warnings 0 ."