@mscharley/eslint-config 4.0.7 → 4.1.0

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 +10 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Change Log - @mscharley/eslint-config
2
2
 
3
+ ## 4.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d72ec38: Don't use peer-dependencies for everything which causes issues for some package managers
8
+
9
+ ## 4.0.8
10
+
11
+ ### Patch Changes
12
+
13
+ - 015978c: fix(deps): update dependency typescript-eslint to ^8.9.0
14
+ - 15d51d9: fix(deps): update dependency typescript-eslint to ^8.10.0
15
+ - f5e3d9c: fix(deps): update dependency typescript-eslint to ^8.11.0
16
+ - 664c635: fix(deps): update eslint packages
17
+ - 90bbaa6: fix(deps): update dependency typescript-eslint to ^8.12.1
18
+ - e303900: fix(deps): update eslint packages
19
+ - cfdb264: fix(deps): update dependency typescript-eslint to ^8.12.2
20
+
3
21
  ## 4.0.7
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.7",
3
+ "version": "4.1.0",
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
- "peerDependencies": {
34
- "@stylistic/eslint-plugin": "^2.9.0",
33
+ "dependencies": {
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",
42
+ "eslint-plugin-react": "^7.37.2",
43
43
  "eslint-plugin-react-hooks": "^5.0.0",
44
- "typescript": "^5.6.3",
45
- "typescript-eslint": "^8.8.1"
44
+ "typescript-eslint": "^8.12.2"
45
+ },
46
+ "peerDependencies": {
47
+ "typescript": "^5.6.3"
46
48
  },
47
49
  "scripts": {
48
50
  "test": "eslint --max-warnings 0 ."