@jsse/eslint-config 0.5.2 → 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.2";
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.2",
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",
@@ -60,20 +60,21 @@
60
60
  }
61
61
  },
62
62
  "dependencies": {
63
- "@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
64
- "@eslint/compat": "^2.0.2",
63
+ "@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
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
- "@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",
71
72
  "debug": "^4.4.3",
72
73
  "eslint-config-flat-gitignore": "^2.1.0",
73
74
  "eslint-merge-processors": "^2.0.0",
74
75
  "eslint-plugin-antfu": "^3.2.0",
75
76
  "eslint-plugin-command": "^3.4.0",
76
- "eslint-plugin-de-morgan": "^2.0.0",
77
+ "eslint-plugin-de-morgan": "^2.1.1",
77
78
  "eslint-plugin-import-lite": "^0.5.0",
78
79
  "eslint-plugin-jsdoc": "^62.5.4",
79
80
  "eslint-plugin-jsonc": "^3.1.1",
@@ -84,39 +85,40 @@
84
85
  "eslint-plugin-react": "^7.37.5",
85
86
  "eslint-plugin-react-hooks": "^7.0.1",
86
87
  "eslint-plugin-react-refresh": "^0.5.0",
87
- "eslint-plugin-toml": "^1.0.4",
88
+ "eslint-plugin-toml": "^1.3.1",
88
89
  "eslint-plugin-tsdoc": "^0.5.0",
89
90
  "eslint-plugin-unicorn": "^63.0.0",
90
91
  "eslint-plugin-unused-imports": "^4.4.1",
91
- "eslint-plugin-yml": "^3.1.2",
92
+ "eslint-plugin-yml": "^3.3.1",
92
93
  "jsonc-eslint-parser": "^3.1.0",
93
94
  "toml-eslint-parser": "^1.0.3",
94
- "typescript-eslint": "^8.55.0",
95
+ "typescript-eslint": "^8.57.0",
95
96
  "yaml-eslint-parser": "^2.0.0"
96
97
  },
97
98
  "devDependencies": {
98
- "@changesets/cli": "^2.29.8",
99
+ "@changesets/cli": "^2.30.0",
99
100
  "@jsse/prettier-config": "^1.0.2",
100
101
  "@jsse/tsconfig": "^0.4.0",
101
102
  "@types/debug": "^4.1.12",
102
103
  "@types/fs-extra": "^11.0.4",
103
- "@types/node": "^25.2.3",
104
- "cac": "^6.7.14",
104
+ "@types/node": "^25.3.5",
105
+ "cac": "^7.0.0",
105
106
  "eslint": "^9.39.2",
106
- "eslint-flat-config-utils": "^3.0.1",
107
+ "eslint-flat-config-utils": "^3.0.2",
107
108
  "eslint-typegen": "^2.3.0",
108
109
  "execa": "~9.6.1",
109
110
  "fast-equals": "^6.0.0",
110
111
  "fast-glob": "^3.3.3",
111
- "fs-extra": "^11.3.3",
112
- "globals": "^17.3.0",
112
+ "fs-extra": "^11.3.4",
113
+ "globals": "^17.4.0",
113
114
  "local-pkg": "^1.1.2",
114
- "oxlint": "^1.46.0",
115
+ "oxfmt": "^0.36.0",
116
+ "oxlint": "^1.51.0",
115
117
  "picocolors": "^1.1.1",
116
118
  "prettier": "^3.8.1",
117
119
  "react": "~19.2.4",
118
120
  "rimraf": "^6.1.2",
119
- "tsdown": "^0.20.3",
121
+ "tsdown": "^0.21.1",
120
122
  "tsx": "^4.21.0",
121
123
  "typescript": "~5.9.3",
122
124
  "vitest": "^4.0.18"