@jsse/eslint-config 0.4.21 → 0.4.22
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 +7 -0
- package/dist/cli.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/{version-DJarHHwg.js → version-DWXiWMrB.js} +4 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
package/dist/cli.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -14500,7 +14500,7 @@ declare function defineConfig(options?: OptionsConfig & Config, ...userConfigs:
|
|
|
14500
14500
|
type DefineConfig = typeof defineConfig;
|
|
14501
14501
|
//#endregion
|
|
14502
14502
|
//#region src/generated/version.d.ts
|
|
14503
|
-
declare const VERSION = "0.4.
|
|
14503
|
+
declare const VERSION = "0.4.22";
|
|
14504
14504
|
declare namespace globs_d_exports {
|
|
14505
14505
|
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_TS_SRC_EXT, GLOB_YAML };
|
|
14506
14506
|
}
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as __export, r as __toESM, t as __commonJS } from "./chunk-kxGw7zjC.js";
|
|
2
|
-
import { n as DEBUG, r as SLOW_RULES, t as VERSION } from "./version-
|
|
2
|
+
import { n as DEBUG, r as SLOW_RULES, t as VERSION } from "./version-DWXiWMrB.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";
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import process from "node:process";
|
|
2
2
|
|
|
3
3
|
//#region src/const.ts
|
|
4
|
+
/**
|
|
5
|
+
* CONSTANTS LISTS AND REFERENCES OH MY!
|
|
6
|
+
*/
|
|
4
7
|
const DEBUG = [
|
|
5
8
|
"1",
|
|
6
9
|
"true",
|
|
@@ -33,7 +36,7 @@ const SLOW_RULES = [
|
|
|
33
36
|
|
|
34
37
|
//#endregion
|
|
35
38
|
//#region src/generated/version.ts
|
|
36
|
-
const VERSION = "0.4.
|
|
39
|
+
const VERSION = "0.4.22";
|
|
37
40
|
|
|
38
41
|
//#endregion
|
|
39
42
|
export { DEBUG as n, SLOW_RULES as r, VERSION as t };
|
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.22",
|
|
5
5
|
"description": "@jsse/eslint-config ~ WYSIWYG",
|
|
6
6
|
"author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
],
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@eslint-react/eslint-plugin": "^2.0.4",
|
|
40
|
-
"eslint": "^9.
|
|
40
|
+
"eslint": "^9.39.1",
|
|
41
41
|
"eslint-plugin-react": "^7.37.5",
|
|
42
42
|
"eslint-plugin-react-hooks": "^7.0.0",
|
|
43
43
|
"eslint-plugin-react-refresh": "^0.4.23"
|
|
@@ -62,12 +62,12 @@
|
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
64
64
|
"@eslint/compat": "^1.4.1",
|
|
65
|
-
"@eslint/js": "
|
|
66
|
-
"@eslint/markdown": "^7.5.
|
|
65
|
+
"@eslint/js": "^9.39.1",
|
|
66
|
+
"@eslint/markdown": "^7.5.1",
|
|
67
67
|
"@stylistic/eslint-plugin": "5.5.0",
|
|
68
68
|
"@typescript-eslint/eslint-plugin": "^8.46.3",
|
|
69
69
|
"@typescript-eslint/parser": "^8.46.3",
|
|
70
|
-
"@vitest/eslint-plugin": "^1.4.
|
|
70
|
+
"@vitest/eslint-plugin": "^1.4.1",
|
|
71
71
|
"debug": "^4.4.3",
|
|
72
72
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
73
73
|
"eslint-merge-processors": "^2.0.0",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"@types/fs-extra": "^11.0.4",
|
|
103
103
|
"@types/node": "^24.10.0",
|
|
104
104
|
"cac": "^6.7.14",
|
|
105
|
-
"eslint": "
|
|
105
|
+
"eslint": "^9.39.1",
|
|
106
106
|
"eslint-flat-config-utils": "^2.1.4",
|
|
107
107
|
"eslint-typegen": "^2.3.0",
|
|
108
108
|
"execa": "~9.6.0",
|
|
@@ -110,15 +110,15 @@
|
|
|
110
110
|
"fs-extra": "^11.3.2",
|
|
111
111
|
"globals": "^16.5.0",
|
|
112
112
|
"local-pkg": "^1.1.2",
|
|
113
|
-
"oxlint": "^1.
|
|
113
|
+
"oxlint": "^1.26.0",
|
|
114
114
|
"picocolors": "^1.1.1",
|
|
115
115
|
"prettier": "^3.6.2",
|
|
116
116
|
"react": "~19.2.0",
|
|
117
117
|
"rimraf": "^6.1.0",
|
|
118
|
-
"tsdown": "^0.
|
|
118
|
+
"tsdown": "^0.16.0",
|
|
119
119
|
"tsx": "^4.20.6",
|
|
120
120
|
"typescript": "~5.9.3",
|
|
121
|
-
"vitest": "^4.0.
|
|
121
|
+
"vitest": "^4.0.7"
|
|
122
122
|
},
|
|
123
123
|
"prettier": "@jsse/prettier-config",
|
|
124
124
|
"scripts": {
|