@mscharley/eslint-config 4.2.10 → 4.2.12

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 +15 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Change Log - @mscharley/eslint-config
2
2
 
3
+ ## 4.2.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 42cf36d: fix(deps): update eslint packages
8
+
9
+ ## 4.2.11
10
+
11
+ ### Patch Changes
12
+
13
+ - fc3e966: fix(deps): update eslint packages to ^9.25.0
14
+ - e666f98: fix(deps): update eslint packages
15
+ - 5c4bf8a: fix(deps): update dependency typescript-eslint to ^8.31.1
16
+ - 5e1df91: fix(deps): update eslint packages
17
+
3
18
  ## 4.2.10
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mscharley/eslint-config",
3
- "version": "4.2.10",
3
+ "version": "4.2.12",
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
  "dependencies": {
34
- "@eslint/js": "^9.24.0",
34
+ "@eslint/js": "^9.27.0",
35
35
  "@stylistic/eslint-plugin": "^4.2.0",
36
36
  "@types/eslint": "^9.6.1",
37
- "eslint": "^9.24.0",
38
- "eslint-import-resolver-typescript": "^4.3.2",
37
+ "eslint": "^9.27.0",
38
+ "eslint-import-resolver-typescript": "^4.3.5",
39
39
  "eslint-plugin-import": "^2.31.0",
40
40
  "eslint-plugin-jest": "^28.11.0",
41
- "eslint-plugin-n": "^17.17.0",
41
+ "eslint-plugin-n": "^17.18.0",
42
42
  "eslint-plugin-notice": "^1.0.0",
43
43
  "eslint-plugin-react": "^7.37.5",
44
44
  "eslint-plugin-react-hooks": "^5.2.0",
45
- "typescript-eslint": "^8.30.1"
45
+ "typescript-eslint": "^8.32.1"
46
46
  },
47
47
  "scripts": {
48
48
  "test": "eslint --max-warnings 0 ."