@jsse/eslint-config 0.4.15 → 0.4.16
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 +6 -0
- package/dist/cli.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/{version-B9AHBY3B.js → version-CmwNgY9_.js} +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
package/dist/cli.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -13913,7 +13913,7 @@ declare function defineConfig(options?: OptionsConfig & Config, ...userConfigs:
|
|
|
13913
13913
|
type DefineConfig = typeof defineConfig;
|
|
13914
13914
|
//#endregion
|
|
13915
13915
|
//#region src/generated/version.d.ts
|
|
13916
|
-
declare const VERSION = "0.4.
|
|
13916
|
+
declare const VERSION = "0.4.16";
|
|
13917
13917
|
declare namespace globs_d_exports {
|
|
13918
13918
|
export { GLOB_ALL_SRC, GLOB_CSS, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_JS_SRC_EXT, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSCONFIG, GLOB_TSX, GLOB_YAML };
|
|
13919
13919
|
}
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __commonJS, __export, __toESM } from "./chunk-Bb8Gnt67.js";
|
|
2
|
-
import { DEBUG, SLOW_RULES, VERSION } from "./version-
|
|
2
|
+
import { DEBUG, SLOW_RULES, VERSION } from "./version-CmwNgY9_.js";
|
|
3
3
|
import { builtinModules, createRequire } from "node:module";
|
|
4
4
|
import fs, { promises, realpathSync, statSync } from "node:fs";
|
|
5
5
|
import process$1 from "node:process";
|
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.16",
|
|
5
5
|
"description": "@jsse/eslint-config ~ WYSIWYG",
|
|
6
6
|
"author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"dist"
|
|
37
37
|
],
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@eslint-react/eslint-plugin": "^
|
|
39
|
+
"@eslint-react/eslint-plugin": "^2.0.4",
|
|
40
40
|
"eslint": "^9.10.0",
|
|
41
41
|
"eslint-plugin-react": "~7.37.1",
|
|
42
|
-
"eslint-plugin-react-hooks": "^
|
|
42
|
+
"eslint-plugin-react-hooks": "^6.1.0",
|
|
43
43
|
"eslint-plugin-react-refresh": "^0.4.19"
|
|
44
44
|
},
|
|
45
45
|
"peerDependenciesMeta": {
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"@eslint/js": "~9.36.0",
|
|
66
66
|
"@eslint/markdown": "^7.3.0",
|
|
67
67
|
"@stylistic/eslint-plugin": "5.4.0",
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
69
|
-
"@typescript-eslint/parser": "^8.
|
|
68
|
+
"@typescript-eslint/eslint-plugin": "^8.45.0",
|
|
69
|
+
"@typescript-eslint/parser": "^8.45.0",
|
|
70
70
|
"@vitest/eslint-plugin": "^1.3.13",
|
|
71
71
|
"debug": "^4.4.3",
|
|
72
72
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
@@ -75,23 +75,23 @@
|
|
|
75
75
|
"eslint-plugin-command": "^3.3.1",
|
|
76
76
|
"eslint-plugin-de-morgan": "^2.0.0",
|
|
77
77
|
"eslint-plugin-import-lite": "^0.3.0",
|
|
78
|
-
"eslint-plugin-jsdoc": "^60.
|
|
78
|
+
"eslint-plugin-jsdoc": "^60.7.0",
|
|
79
79
|
"eslint-plugin-jsonc": "^2.20.1",
|
|
80
80
|
"eslint-plugin-n": "^17.23.1",
|
|
81
81
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
82
82
|
"eslint-plugin-perfectionist": "^4.15.0",
|
|
83
|
-
"eslint-plugin-pnpm": "^1.
|
|
83
|
+
"eslint-plugin-pnpm": "^1.2.0",
|
|
84
84
|
"eslint-plugin-react": "~7.37.5",
|
|
85
|
-
"eslint-plugin-react-hooks": "~
|
|
86
|
-
"eslint-plugin-react-refresh": "~0.4.
|
|
85
|
+
"eslint-plugin-react-hooks": "~6.1.0",
|
|
86
|
+
"eslint-plugin-react-refresh": "~0.4.23",
|
|
87
87
|
"eslint-plugin-toml": "^0.12.0",
|
|
88
88
|
"eslint-plugin-tsdoc": "^0.4.0",
|
|
89
89
|
"eslint-plugin-unicorn": "^61.0.2",
|
|
90
90
|
"eslint-plugin-unused-imports": "^4.2.0",
|
|
91
91
|
"eslint-plugin-yml": "^1.18.0",
|
|
92
|
-
"jsonc-eslint-parser": "^2.4.
|
|
92
|
+
"jsonc-eslint-parser": "^2.4.1",
|
|
93
93
|
"toml-eslint-parser": "^0.10.0",
|
|
94
|
-
"typescript-eslint": "^8.
|
|
94
|
+
"typescript-eslint": "^8.45.0",
|
|
95
95
|
"yaml-eslint-parser": "^1.3.0"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
@@ -100,10 +100,10 @@
|
|
|
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.
|
|
103
|
+
"@types/node": "^24.6.1",
|
|
104
104
|
"cac": "^6.7.14",
|
|
105
105
|
"eslint": "^9.36.0",
|
|
106
|
-
"eslint-flat-config-utils": "^2.1.
|
|
106
|
+
"eslint-flat-config-utils": "^2.1.4",
|
|
107
107
|
"eslint-typegen": "^2.3.0",
|
|
108
108
|
"execa": "~9.6.0",
|
|
109
109
|
"fast-glob": "^3.3.3",
|
|
@@ -115,9 +115,9 @@
|
|
|
115
115
|
"prettier": "^3.6.2",
|
|
116
116
|
"react": "~19.1.1",
|
|
117
117
|
"rimraf": "^6.0.1",
|
|
118
|
-
"tsdown": "^0.15.
|
|
118
|
+
"tsdown": "^0.15.6",
|
|
119
119
|
"tsx": "^4.20.6",
|
|
120
|
-
"typescript": "~5.9.
|
|
120
|
+
"typescript": "~5.9.3",
|
|
121
121
|
"vitest": "^3.2.4"
|
|
122
122
|
},
|
|
123
123
|
"prettier": "@jsse/prettier-config",
|