@jsse/eslint-config 0.5.3 → 0.6.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.
@@ -1,5 +1,4 @@
1
1
  import process from "node:process";
2
-
3
2
  //#region src/const.ts
4
3
  /**
5
4
  * CONSTANTS LISTS AND REFERENCES OH MY!
@@ -33,10 +32,8 @@ const SLOW_RULES = [
33
32
  "unicorn/expiring-todo-comments",
34
33
  "unicorn/no-unnecessary-polyfills"
35
34
  ];
36
-
37
35
  //#endregion
38
36
  //#region src/generated/version.ts
39
- const VERSION = "0.5.3";
40
-
37
+ const VERSION = "0.6.0";
41
38
  //#endregion
42
- export { DEBUG as n, SLOW_RULES as r, VERSION as t };
39
+ 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.5.3",
4
+ "version": "0.6.0",
5
5
  "description": "@jsse/eslint-config ~ WYSIWYG",
6
6
  "author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
7
7
  "license": "MIT",
@@ -61,14 +61,14 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
64
- "@eslint/compat": "^2.0.2",
64
+ "@eslint/compat": "^2.0.3",
65
65
  "@eslint/js": "^9.39.2",
66
66
  "@eslint/markdown": "^7.5.1",
67
- "@stylistic/eslint-plugin": "5.9.0",
68
- "@typescript-eslint/eslint-plugin": "^8.55.0",
69
- "@typescript-eslint/parser": "^8.55.0",
70
- "@typescript-eslint/rule-tester": "^8.56.1",
71
- "@vitest/eslint-plugin": "^1.6.7",
67
+ "@stylistic/eslint-plugin": "5.10.0",
68
+ "@typescript-eslint/eslint-plugin": "^8.57.0",
69
+ "@typescript-eslint/parser": "^8.57.0",
70
+ "@typescript-eslint/rule-tester": "^8.57.0",
71
+ "@vitest/eslint-plugin": "^1.6.10",
72
72
  "debug": "^4.4.3",
73
73
  "eslint-config-flat-gitignore": "^2.1.0",
74
74
  "eslint-merge-processors": "^2.0.0",
@@ -92,7 +92,7 @@
92
92
  "eslint-plugin-yml": "^3.3.1",
93
93
  "jsonc-eslint-parser": "^3.1.0",
94
94
  "toml-eslint-parser": "^1.0.3",
95
- "typescript-eslint": "^8.55.0",
95
+ "typescript-eslint": "^8.57.0",
96
96
  "yaml-eslint-parser": "^2.0.0"
97
97
  },
98
98
  "devDependencies": {
@@ -101,10 +101,10 @@
101
101
  "@jsse/tsconfig": "^0.4.0",
102
102
  "@types/debug": "^4.1.12",
103
103
  "@types/fs-extra": "^11.0.4",
104
- "@types/node": "^25.3.3",
104
+ "@types/node": "^25.3.5",
105
105
  "cac": "^7.0.0",
106
106
  "eslint": "^9.39.2",
107
- "eslint-flat-config-utils": "^3.0.1",
107
+ "eslint-flat-config-utils": "^3.0.2",
108
108
  "eslint-typegen": "^2.3.0",
109
109
  "execa": "~9.6.1",
110
110
  "fast-equals": "^6.0.0",
@@ -118,7 +118,7 @@
118
118
  "prettier": "^3.8.1",
119
119
  "react": "~19.2.4",
120
120
  "rimraf": "^6.1.2",
121
- "tsdown": "^0.20.3",
121
+ "tsdown": "^0.21.1",
122
122
  "tsx": "^4.21.0",
123
123
  "typescript": "~5.9.3",
124
124
  "vitest": "^4.0.18"