@mscharley/eslint-config 4.2.21 → 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 +54 -0
  2. package/package.json +9 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,59 @@
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
+
25
+ ## 4.2.22
26
+
27
+ ### Patch Changes
28
+
29
+ - 8469043: fix(deps): update eslint packages
30
+
31
+ Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
32
+
33
+ - e05fe34: fix(deps): update eslint packages
34
+
35
+ Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
36
+
37
+ - 32635ee: fix(deps): update eslint packages
38
+
39
+ Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
40
+
41
+ - fe72556: fix(deps): update dependency eslint-plugin-jest to ^29.11.3
42
+
43
+ Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
44
+
45
+ - 0d5a0fa: fix(deps): update dependency eslint-plugin-jest to ^29.12.0
46
+
47
+ Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
48
+
49
+ - 2993aec: fix(deps): update eslint packages
50
+
51
+ Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
52
+
53
+ - 4d200f9: fix(deps): update dependency @stylistic/eslint-plugin to ^5.7.0
54
+
55
+ Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
56
+
3
57
  ## 4.2.21
4
58
 
5
59
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mscharley/eslint-config",
3
- "version": "4.2.21",
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.6.1",
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.2.2",
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.49.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 ."