@ethang/eslint-config 19.14.7 → 19.14.9

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.
package/eslint.config.js CHANGED
@@ -46,7 +46,7 @@ export default tseslint.config(
46
46
  a11y: a11y,
47
47
  },
48
48
  rules: {
49
- "depend/ban-dependencies": ["error", { allowed: ["lodash"] }],
49
+ "depend/ban-dependencies": ["error", { allowed: ["lodash", "fs-extra"] }],
50
50
  "cspell/spellchecker": [
51
51
  "error",
52
52
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethang/eslint-config",
3
- "version": "19.14.7",
3
+ "version": "19.14.9",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/eglove/eslint-config-ethang.git"
6
6
  },
@@ -13,7 +13,7 @@
13
13
  "lint": "prettier . -w"
14
14
  },
15
15
  "dependencies": {
16
- "@cspell/eslint-plugin": "^8.15.5",
16
+ "@cspell/eslint-plugin": "^8.15.7",
17
17
  "@eslint-react/eslint-plugin": "^1.15.2",
18
18
  "@eslint/compat": "^1.2.2",
19
19
  "@eslint/js": "^9.14.0",
@@ -21,17 +21,17 @@
21
21
  "@eslint/markdown": "^6.2.1",
22
22
  "@stylistic/eslint-plugin": "^2.10.1",
23
23
  "@stylistic/eslint-plugin-ts": "^2.10.1",
24
- "@tanstack/eslint-plugin-query": "^5.59.7",
25
- "@tanstack/eslint-plugin-router": "^1.77.7",
26
- "@typescript-eslint/parser": "^8.12.2",
24
+ "@tanstack/eslint-plugin-query": "^5.59.20",
25
+ "@tanstack/eslint-plugin-router": "^1.79.0",
26
+ "@typescript-eslint/parser": "^8.13.0",
27
27
  "eslint": "^9.14.0",
28
- "eslint-plugin-astro": "^1.3.0",
28
+ "eslint-plugin-astro": "^1.3.1",
29
29
  "eslint-plugin-barrel-files": "^2.1.0",
30
30
  "eslint-plugin-compat": "^6.0.1",
31
- "eslint-plugin-depend": "^0.11.0",
31
+ "eslint-plugin-depend": "^0.12.0",
32
32
  "eslint-plugin-jsx-a11y": "^6.10.2",
33
33
  "eslint-plugin-lodash": "^8.0.0",
34
- "eslint-plugin-n": "^17.12.0",
34
+ "eslint-plugin-n": "^17.13.0",
35
35
  "eslint-plugin-perfectionist": "^3.9.1",
36
36
  "eslint-plugin-react-compiler": "19.0.0-beta-8a03594-20241020",
37
37
  "eslint-plugin-react-hooks": "^5.0.0",
@@ -40,7 +40,7 @@
40
40
  "eslint-plugin-tailwindcss": "^3.17.5",
41
41
  "eslint-plugin-unicorn": "^56.0.0",
42
42
  "typescript": "^5.6.3",
43
- "typescript-eslint": "^8.12.2"
43
+ "typescript-eslint": "^8.13.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@ethang/markdown-generator": "^1.1.1",
@@ -50,11 +50,11 @@
50
50
  "@types/eslint-plugin-jsx-a11y": "^6.9.0",
51
51
  "@types/eslint-plugin-tailwindcss": "^3.17.0",
52
52
  "@types/eslint__js": "^8.42.3",
53
- "@types/node": "^22.8.6",
53
+ "@types/node": "^22.9.0",
54
54
  "prettier": "^3.3.3"
55
55
  },
56
56
  "peerDependencies": {
57
- "@cspell/eslint-plugin": "^8.15.5",
57
+ "@cspell/eslint-plugin": "^8.15.7",
58
58
  "@eslint-react/eslint-plugin": "^1.15.2",
59
59
  "@eslint/compat": "^1.2.2",
60
60
  "@eslint/js": "^9.14.0",
@@ -62,17 +62,17 @@
62
62
  "@eslint/markdown": "^6.2.1",
63
63
  "@stylistic/eslint-plugin": "^2.10.1",
64
64
  "@stylistic/eslint-plugin-ts": "^2.10.1",
65
- "@tanstack/eslint-plugin-query": "^5.59.7",
66
- "@tanstack/eslint-plugin-router": "^1.77.7",
67
- "@typescript-eslint/parser": "^8.12.2",
65
+ "@tanstack/eslint-plugin-query": "^5.59.20",
66
+ "@tanstack/eslint-plugin-router": "^1.79.0",
67
+ "@typescript-eslint/parser": "^8.13.0",
68
68
  "eslint": "^9.14.0",
69
- "eslint-plugin-astro": "^1.3.0",
69
+ "eslint-plugin-astro": "^1.3.1",
70
70
  "eslint-plugin-barrel-files": "^2.1.0",
71
71
  "eslint-plugin-compat": "^6.0.1",
72
- "eslint-plugin-depend": "^0.11.0",
72
+ "eslint-plugin-depend": "^0.12.0",
73
73
  "eslint-plugin-jsx-a11y": "^6.10.2",
74
74
  "eslint-plugin-lodash": "^8.0.0",
75
- "eslint-plugin-n": "^17.12.0",
75
+ "eslint-plugin-n": "^17.13.0",
76
76
  "eslint-plugin-perfectionist": "^3.9.1",
77
77
  "eslint-plugin-react-compiler": "19.0.0-beta-8a03594-20241020",
78
78
  "eslint-plugin-react-hooks": "^5.0.0",
@@ -81,9 +81,9 @@
81
81
  "eslint-plugin-tailwindcss": "^3.17.5",
82
82
  "eslint-plugin-unicorn": "^56.0.0",
83
83
  "typescript": "^5.6.3",
84
- "typescript-eslint": "^8.12.2"
84
+ "typescript-eslint": "^8.13.0"
85
85
  },
86
86
  "engines": {
87
- "node": ">=20"
87
+ "node": ">=22"
88
88
  }
89
89
  }
package/setup/depend.ts CHANGED
@@ -6,7 +6,7 @@ const ruleNames = Object.keys(getNonDeprecatedRules(depend.rules));
6
6
  const changedRules = [
7
7
  {
8
8
  name: "ban-dependencies",
9
- rule: ["error", { allowed: ["lodash"] }],
9
+ rule: ["error", { allowed: ["lodash", "fs-extra"] }],
10
10
  },
11
11
  ];
12
12