@ethang/eslint-config 19.13.1 → 19.13.2

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 (1) hide show
  1. package/package.json +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethang/eslint-config",
3
- "version": "19.13.1",
3
+ "version": "19.13.2",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/eglove/eslint-config-ethang.git"
6
6
  },
@@ -13,17 +13,17 @@
13
13
  "lint": "prettier . -w"
14
14
  },
15
15
  "dependencies": {
16
- "@cspell/eslint-plugin": "^8.15.3",
16
+ "@cspell/eslint-plugin": "^8.15.4",
17
17
  "@eslint-react/eslint-plugin": "^1.15.0",
18
18
  "@eslint/compat": "^1.2.0",
19
19
  "@eslint/js": "^9.12.0",
20
20
  "@eslint/json": "^0.5.0",
21
- "@eslint/markdown": "^6.2.0",
21
+ "@eslint/markdown": "^6.2.1",
22
22
  "@stylistic/eslint-plugin": "^2.9.0",
23
23
  "@stylistic/eslint-plugin-ts": "^2.9.0",
24
24
  "@tanstack/eslint-plugin-query": "^5.59.7",
25
25
  "@tanstack/eslint-plugin-router": "^1.70.0",
26
- "@typescript-eslint/parser": "^8.9.0",
26
+ "@typescript-eslint/parser": "^8.10.0",
27
27
  "eslint": "^9.12.0",
28
28
  "eslint-plugin-astro": "^1.3.0",
29
29
  "eslint-plugin-barrel-files": "^2.1.0",
@@ -32,14 +32,14 @@
32
32
  "eslint-plugin-jsx-a11y": "^6.10.0",
33
33
  "eslint-plugin-lodash": "^8.0.0",
34
34
  "eslint-plugin-n": "^17.11.1",
35
- "eslint-plugin-perfectionist": "^3.9.0",
35
+ "eslint-plugin-perfectionist": "^3.9.1",
36
36
  "eslint-plugin-react-hooks": "^5.0.0",
37
37
  "eslint-plugin-solid": "^0.14.3",
38
- "eslint-plugin-sonarjs": "2.0.3",
38
+ "eslint-plugin-sonarjs": "2.0.4",
39
39
  "eslint-plugin-tailwindcss": "^3.17.5",
40
40
  "eslint-plugin-unicorn": "^56.0.0",
41
41
  "typescript": "^5.6.3",
42
- "typescript-eslint": "^8.9.0"
42
+ "typescript-eslint": "^8.10.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@ethang/markdown-generator": "^1.1.1",
@@ -49,21 +49,21 @@
49
49
  "@types/eslint-plugin-jsx-a11y": "^6.9.0",
50
50
  "@types/eslint-plugin-tailwindcss": "^3.17.0",
51
51
  "@types/eslint__js": "^8.42.3",
52
- "@types/node": "^22.7.5",
52
+ "@types/node": "^22.7.6",
53
53
  "prettier": "^3.3.3"
54
54
  },
55
55
  "peerDependencies": {
56
- "@cspell/eslint-plugin": "^8.15.3",
56
+ "@cspell/eslint-plugin": "^8.15.4",
57
57
  "@eslint-react/eslint-plugin": "^1.15.0",
58
58
  "@eslint/compat": "^1.2.0",
59
59
  "@eslint/js": "^9.12.0",
60
60
  "@eslint/json": "^0.5.0",
61
- "@eslint/markdown": "^6.2.0",
61
+ "@eslint/markdown": "^6.2.1",
62
62
  "@stylistic/eslint-plugin": "^2.9.0",
63
63
  "@stylistic/eslint-plugin-ts": "^2.9.0",
64
64
  "@tanstack/eslint-plugin-query": "^5.59.7",
65
65
  "@tanstack/eslint-plugin-router": "^1.70.0",
66
- "@typescript-eslint/parser": "^8.9.0",
66
+ "@typescript-eslint/parser": "^8.10.0",
67
67
  "eslint": "^9.12.0",
68
68
  "eslint-plugin-astro": "^1.3.0",
69
69
  "eslint-plugin-barrel-files": "^2.1.0",
@@ -72,14 +72,14 @@
72
72
  "eslint-plugin-jsx-a11y": "^6.10.0",
73
73
  "eslint-plugin-lodash": "^8.0.0",
74
74
  "eslint-plugin-n": "^17.11.1",
75
- "eslint-plugin-perfectionist": "^3.9.0",
75
+ "eslint-plugin-perfectionist": "^3.9.1",
76
76
  "eslint-plugin-react-hooks": "^5.0.0",
77
77
  "eslint-plugin-solid": "^0.14.3",
78
- "eslint-plugin-sonarjs": "2.0.3",
78
+ "eslint-plugin-sonarjs": "2.0.4",
79
79
  "eslint-plugin-tailwindcss": "^3.17.5",
80
80
  "eslint-plugin-unicorn": "^56.0.0",
81
81
  "typescript": "^5.6.3",
82
- "typescript-eslint": "^8.9.0"
82
+ "typescript-eslint": "^8.10.0"
83
83
  },
84
84
  "engines": {
85
85
  "node": ">=20"