@kitschpatrol/eslint-config 7.6.3 → 8.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/eslint-config",
3
- "version": "7.6.3",
3
+ "version": "8.0.0",
4
4
  "description": "ESLint configuration for @kitschpatrol/shared-config.",
5
5
  "keywords": [
6
6
  "shared-config",
@@ -42,73 +42,74 @@
42
42
  "init/*"
43
43
  ],
44
44
  "dependencies": {
45
- "@e18e/eslint-plugin": "^0.5.0",
45
+ "@e18e/eslint-plugin": "^0.5.1",
46
46
  "@eslint-community/eslint-plugin-eslint-comments": "^4.7.2",
47
- "@eslint-react/eslint-plugin": "2.1.1",
48
- "@html-eslint/eslint-plugin": "^0.61.0",
49
- "@html-eslint/parser": "^0.61.0",
47
+ "@eslint-react/eslint-plugin": "^5.11.2",
48
+ "@html-eslint/eslint-plugin": "^0.63.0",
49
+ "@html-eslint/parser": "^0.63.0",
50
50
  "@pinojs/json-colorizer": "^4.0.0",
51
51
  "@stylistic/eslint-plugin": "^5.10.0",
52
- "@typescript-eslint/eslint-plugin": "^8.60.0",
53
- "@typescript-eslint/parser": "^8.60.0",
54
- "@vitest/eslint-plugin": "^1.6.18",
55
- "astro-eslint-parser": "^1.4.0",
56
- "cosmiconfig": "^9.0.1",
52
+ "@typescript-eslint/eslint-plugin": "^8.62.1",
53
+ "@typescript-eslint/parser": "^8.62.1",
54
+ "@vitest/eslint-plugin": "^1.6.20",
55
+ "astro-eslint-parser": "^2.1.0",
56
+ "cosmiconfig": "^9.0.2",
57
57
  "cosmiconfig-typescript-loader": "^6.3.0",
58
58
  "decircular": "^1.0.0",
59
59
  "deepmerge": "^4.3.1",
60
- "eslint": "^9.39.4",
60
+ "eslint": "^10.6.0",
61
61
  "eslint-config-flat-gitignore": "^2.3.0",
62
62
  "eslint-flat-config-utils": "^3.2.0",
63
- "eslint-import-resolver-typescript": "^4.4.4",
64
- "eslint-mdx": "^3.7.1",
65
- "eslint-plugin-astro": "^1.7.0",
63
+ "eslint-import-resolver-typescript": "^4.4.5",
64
+ "eslint-mdx": "^3.8.1",
65
+ "eslint-plugin-astro": "^2.1.1",
66
66
  "eslint-plugin-de-morgan": "^2.1.2",
67
67
  "eslint-plugin-depend": "^1.5.0",
68
68
  "eslint-plugin-html": "^8.1.4",
69
- "eslint-plugin-import-x": "^4.16.2",
70
- "eslint-plugin-jsdoc": "^63.0.0",
69
+ "eslint-plugin-import-x": "^4.17.1",
70
+ "eslint-plugin-jsdoc": "^63.0.12",
71
71
  "eslint-plugin-jsonc": "^3.2.0",
72
72
  "eslint-plugin-jsx-a11y": "^6.10.2",
73
73
  "eslint-plugin-math": "^0.13.1",
74
- "eslint-plugin-mdx": "^3.7.1",
75
- "eslint-plugin-n": "^18.0.1",
74
+ "eslint-plugin-mdx": "^3.8.1",
75
+ "eslint-plugin-n": "^18.2.1",
76
76
  "eslint-plugin-no-only-tests": "^3.4.0",
77
- "eslint-plugin-package-json": "^1.2.0",
78
- "eslint-plugin-perfectionist": "^5.9.0",
79
- "eslint-plugin-regexp": "^3.1.0",
80
- "eslint-plugin-svelte": "^3.18.0",
77
+ "eslint-plugin-package-json": "^1.5.0",
78
+ "eslint-plugin-perfectionist": "^5.9.1",
79
+ "eslint-plugin-regexp": "^3.1.1",
80
+ "eslint-plugin-svelte": "^3.20.0",
81
81
  "eslint-plugin-toml": "^1.4.0",
82
- "eslint-plugin-unicorn": "^64.0.0",
83
- "eslint-plugin-yml": "^3.4.0",
82
+ "eslint-plugin-unicorn": "^71.0.0",
83
+ "eslint-plugin-yml": "^3.5.0",
84
84
  "execa": "^9.6.1",
85
85
  "find-workspaces": "^0.3.1",
86
- "fs-extra": "^11.3.5",
87
- "globals": "^17.6.0",
86
+ "fs-extra": "^11.3.6",
87
+ "globals": "^17.7.0",
88
88
  "json-stringify-pretty-compact": "^4.0.0",
89
89
  "jsonc-eslint-parser": "^3.1.0",
90
90
  "local-pkg": "^1.2.1",
91
91
  "package-up": "^5.0.0",
92
92
  "picocolors": "^1.1.1",
93
- "prettier": "^3.8.3",
94
- "sort-package-json": "^3.6.1",
95
- "svelte-eslint-parser": "^1.6.1",
93
+ "prettier": "^3.9.4",
94
+ "sort-package-json": "^4.0.0",
95
+ "svelte-eslint-parser": "^1.8.0",
96
96
  "toml-eslint-parser": "^1.0.3",
97
97
  "yaml-eslint-parser": "^2.0.0",
98
98
  "yargs": "^18.0.0"
99
99
  },
100
100
  "devDependencies": {
101
+ "@eslint/js": "^10.0.1",
101
102
  "@types/eslint-config-prettier": "^6.11.3",
102
103
  "@types/eslint-plugin-jsx-a11y": "^6.10.1",
103
104
  "dot-prop": "^10.1.0",
104
105
  "eslint-config-prettier": "^10.1.8",
105
- "eslint-config-xo-typescript": "^9.0.0",
106
+ "eslint-config-xo": "^0.57.0",
106
107
  "eslint-typegen": "^2.3.1",
107
108
  "globby": "^16.2.0",
108
- "svelte": "^5.55.10"
109
+ "svelte": "^5.56.4"
109
110
  },
110
111
  "engines": {
111
- "node": "^22.22.2 || >=24.0.0"
112
+ "node": "^24.16.0 || >=26.3.0"
112
113
  },
113
114
  "publishConfig": {
114
115
  "access": "public"
package/readme.md CHANGED
@@ -213,7 +213,7 @@ The ESLint module and instances are cached internally for performance across mul
213
213
 
214
214
  ## Notes
215
215
 
216
- Regrettably the `eslint-config init --location package` option is not supported due to ESLint 9's deprecation of support for putting configuration in `package.json`. See ESLint discussion thread [18131](https://github.com/eslint/eslint/discussions/18131).
216
+ Regrettably the `eslint-config init --location package` option is not supported due to ESLint's removal of support for putting configuration in `package.json`. See ESLint discussion thread [18131](https://github.com/eslint/eslint/discussions/18131).
217
217
 
218
218
  ### Origins
219
219