@jsse/eslint-config 0.4.24 → 0.4.26
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/CHANGELOG.md +12 -0
- package/dist/{chunk-vqOwn_tu.js → chunk-VnP9fmST.js} +3 -5
- package/dist/cli.js +3 -3
- package/dist/index.d.ts +1217 -456
- package/dist/index.js +1081 -464
- package/dist/{version-BaLeOe0o.js → version-BLrZTyT6.js} +1 -1
- package/package.json +28 -28
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsse/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.26",
|
|
5
5
|
"description": "@jsse/eslint-config ~ WYSIWYG",
|
|
6
6
|
"author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -62,63 +62,63 @@
|
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
64
64
|
"@eslint/compat": "^2.0.0",
|
|
65
|
-
"@eslint/js": "^9.39.
|
|
65
|
+
"@eslint/js": "^9.39.2",
|
|
66
66
|
"@eslint/markdown": "^7.5.1",
|
|
67
67
|
"@stylistic/eslint-plugin": "5.6.1",
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
69
|
-
"@typescript-eslint/parser": "^8.
|
|
70
|
-
"@vitest/eslint-plugin": "^1.
|
|
68
|
+
"@typescript-eslint/eslint-plugin": "^8.52.0",
|
|
69
|
+
"@typescript-eslint/parser": "^8.52.0",
|
|
70
|
+
"@vitest/eslint-plugin": "^1.6.5",
|
|
71
71
|
"debug": "^4.4.3",
|
|
72
72
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
73
73
|
"eslint-merge-processors": "^2.0.0",
|
|
74
74
|
"eslint-plugin-antfu": "^3.1.1",
|
|
75
|
-
"eslint-plugin-command": "^3.
|
|
75
|
+
"eslint-plugin-command": "^3.4.0",
|
|
76
76
|
"eslint-plugin-de-morgan": "^2.0.0",
|
|
77
|
-
"eslint-plugin-import-lite": "^0.
|
|
78
|
-
"eslint-plugin-jsdoc": "^61.
|
|
77
|
+
"eslint-plugin-import-lite": "^0.5.0",
|
|
78
|
+
"eslint-plugin-jsdoc": "^61.5.0",
|
|
79
79
|
"eslint-plugin-jsonc": "^2.21.0",
|
|
80
80
|
"eslint-plugin-n": "^17.23.1",
|
|
81
81
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
82
|
-
"eslint-plugin-perfectionist": "^
|
|
83
|
-
"eslint-plugin-pnpm": "^1.3
|
|
82
|
+
"eslint-plugin-perfectionist": "^5.3.0",
|
|
83
|
+
"eslint-plugin-pnpm": "^1.4.3",
|
|
84
84
|
"eslint-plugin-react": "^7.37.5",
|
|
85
85
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
86
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
86
|
+
"eslint-plugin-react-refresh": "^0.4.26",
|
|
87
87
|
"eslint-plugin-toml": "^0.12.0",
|
|
88
88
|
"eslint-plugin-tsdoc": "^0.5.0",
|
|
89
89
|
"eslint-plugin-unicorn": "^62.0.0",
|
|
90
90
|
"eslint-plugin-unused-imports": "^4.3.0",
|
|
91
|
-
"eslint-plugin-yml": "^1.19.
|
|
92
|
-
"jsonc-eslint-parser": "^2.4.
|
|
93
|
-
"toml-eslint-parser": "^0.10.
|
|
94
|
-
"typescript-eslint": "^8.
|
|
95
|
-
"yaml-eslint-parser": "^1.3.
|
|
91
|
+
"eslint-plugin-yml": "^1.19.1",
|
|
92
|
+
"jsonc-eslint-parser": "^2.4.2",
|
|
93
|
+
"toml-eslint-parser": "^0.10.1",
|
|
94
|
+
"typescript-eslint": "^8.52.0",
|
|
95
|
+
"yaml-eslint-parser": "^1.3.2"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
|
-
"@changesets/cli": "^2.29.
|
|
98
|
+
"@changesets/cli": "^2.29.8",
|
|
99
99
|
"@jsse/prettier-config": "^1.0.0",
|
|
100
100
|
"@jsse/tsconfig": "^0.4.0",
|
|
101
101
|
"@types/debug": "^4.1.12",
|
|
102
102
|
"@types/fs-extra": "^11.0.4",
|
|
103
|
-
"@types/node": "^24.10.
|
|
103
|
+
"@types/node": "^24.10.4",
|
|
104
104
|
"cac": "^6.7.14",
|
|
105
|
-
"eslint": "^9.39.
|
|
105
|
+
"eslint": "^9.39.2",
|
|
106
106
|
"eslint-flat-config-utils": "^2.1.4",
|
|
107
107
|
"eslint-typegen": "^2.3.0",
|
|
108
|
-
"execa": "~9.6.
|
|
108
|
+
"execa": "~9.6.1",
|
|
109
109
|
"fast-glob": "^3.3.3",
|
|
110
|
-
"fs-extra": "^11.3.
|
|
111
|
-
"globals": "^
|
|
110
|
+
"fs-extra": "^11.3.3",
|
|
111
|
+
"globals": "^17.0.0",
|
|
112
112
|
"local-pkg": "^1.1.2",
|
|
113
|
-
"oxlint": "^1.
|
|
113
|
+
"oxlint": "^1.38.0",
|
|
114
114
|
"picocolors": "^1.1.1",
|
|
115
|
-
"prettier": "^3.
|
|
116
|
-
"react": "~19.2.
|
|
115
|
+
"prettier": "^3.7.4",
|
|
116
|
+
"react": "~19.2.3",
|
|
117
117
|
"rimraf": "^6.1.2",
|
|
118
|
-
"tsdown": "^0.
|
|
119
|
-
"tsx": "^4.
|
|
118
|
+
"tsdown": "^0.18.4",
|
|
119
|
+
"tsx": "^4.21.0",
|
|
120
120
|
"typescript": "~5.9.3",
|
|
121
|
-
"vitest": "^4.0.
|
|
121
|
+
"vitest": "^4.0.16"
|
|
122
122
|
},
|
|
123
123
|
"prettier": "@jsse/prettier-config",
|
|
124
124
|
"scripts": {
|