@mscharley/eslint-config 4.2.22 → 4.2.23

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 +22 -0
  2. package/package.json +9 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Change Log - @mscharley/eslint-config
2
2
 
3
+ ## 4.2.23
4
+
5
+ ### Patch Changes
6
+
7
+ - ddc9583: fix(deps): update eslint packages
8
+
9
+ Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10
+
11
+ - 705d202: fix(deps): update dependency typescript-eslint to ^8.53.1
12
+
13
+ Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
14
+
15
+ - e8098bb: fix(deps): update eslint packages
16
+
17
+ Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
18
+
19
+ - 23b51fd: fix(deps): update dependency eslint-plugin-jest to ^29.12.2
20
+
21
+ Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
22
+
23
+ - 714a228: Move back to peer dependencies because we have a workaround
24
+
3
25
  ## 4.2.22
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mscharley/eslint-config",
3
- "version": "4.2.22",
3
+ "version": "4.2.23",
4
4
  "type": "module",
5
5
  "module": "./rules/index.js",
6
6
  "exports": {
@@ -30,19 +30,21 @@
30
30
  "url": "https://github.com/mscharley/node-presets/issues"
31
31
  },
32
32
  "homepage": "https://github.com/mscharley/node-presets#readme",
33
- "dependencies": {
33
+ "peerDependencies": {
34
34
  "@eslint/js": "^9.39.2",
35
- "@stylistic/eslint-plugin": "^5.7.0",
36
- "@types/eslint": "^9.6.1",
35
+ "@stylistic/eslint-plugin": "^5.7.1",
37
36
  "eslint": "^9.39.2",
38
37
  "eslint-import-resolver-typescript": "^4.4.4",
39
38
  "eslint-plugin-import": "^2.32.0",
40
- "eslint-plugin-jest": "^29.12.1",
41
- "eslint-plugin-n": "^17.23.1",
39
+ "eslint-plugin-jest": "^29.12.2",
40
+ "eslint-plugin-n": "^17.23.2",
42
41
  "eslint-plugin-notice": "^1.0.0",
43
42
  "eslint-plugin-react": "^7.37.5",
44
43
  "eslint-plugin-react-hooks": "^7.0.1",
45
- "typescript-eslint": "^8.52.0"
44
+ "typescript-eslint": "^8.54.0"
45
+ },
46
+ "devDependencies": {
47
+ "@types/eslint": "9.6.1"
46
48
  },
47
49
  "scripts": {
48
50
  "test": "eslint --max-warnings 0 ."