@jsse/eslint-config 0.4.25 → 0.4.27

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.
@@ -36,7 +36,7 @@ const SLOW_RULES = [
36
36
 
37
37
  //#endregion
38
38
  //#region src/generated/version.ts
39
- const VERSION = "0.4.25";
39
+ const VERSION = "0.4.27";
40
40
 
41
41
  //#endregion
42
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.25",
4
+ "version": "0.4.27",
5
5
  "description": "@jsse/eslint-config ~ WYSIWYG",
6
6
  "author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
7
7
  "license": "MIT",
@@ -65,33 +65,33 @@
65
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.50.0",
69
- "@typescript-eslint/parser": "^8.50.0",
70
- "@vitest/eslint-plugin": "^1.5.2",
68
+ "@typescript-eslint/eslint-plugin": "^8.53.0",
69
+ "@typescript-eslint/parser": "^8.53.0",
70
+ "@vitest/eslint-plugin": "^1.6.6",
71
71
  "debug": "^4.4.3",
72
72
  "eslint-config-flat-gitignore": "^2.1.0",
73
73
  "eslint-merge-processors": "^2.0.0",
74
- "eslint-plugin-antfu": "^3.1.1",
74
+ "eslint-plugin-antfu": "^3.1.3",
75
75
  "eslint-plugin-command": "^3.4.0",
76
76
  "eslint-plugin-de-morgan": "^2.0.0",
77
- "eslint-plugin-import-lite": "^0.3.0",
78
- "eslint-plugin-jsdoc": "^61.5.0",
77
+ "eslint-plugin-import-lite": "^0.5.0",
78
+ "eslint-plugin-jsdoc": "^61.7.1",
79
79
  "eslint-plugin-jsonc": "^2.21.0",
80
- "eslint-plugin-n": "^17.23.1",
80
+ "eslint-plugin-n": "^17.23.2",
81
81
  "eslint-plugin-no-only-tests": "^3.3.0",
82
- "eslint-plugin-perfectionist": "^4.15.1",
82
+ "eslint-plugin-perfectionist": "^5.3.1",
83
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.25",
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
91
  "eslint-plugin-yml": "^1.19.1",
92
92
  "jsonc-eslint-parser": "^2.4.2",
93
- "toml-eslint-parser": "^0.10.1",
94
- "typescript-eslint": "^8.50.0",
93
+ "toml-eslint-parser": "^1.0.1",
94
+ "typescript-eslint": "^8.53.0",
95
95
  "yaml-eslint-parser": "^1.3.2"
96
96
  },
97
97
  "devDependencies": {
@@ -100,25 +100,25 @@
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.1",
103
+ "@types/node": "^24.10.8",
104
104
  "cac": "^6.7.14",
105
105
  "eslint": "^9.39.2",
106
106
  "eslint-flat-config-utils": "^2.1.4",
107
107
  "eslint-typegen": "^2.3.0",
108
108
  "execa": "~9.6.1",
109
109
  "fast-glob": "^3.3.3",
110
- "fs-extra": "^11.3.2",
111
- "globals": "^16.5.0",
110
+ "fs-extra": "^11.3.3",
111
+ "globals": "^17.0.0",
112
112
  "local-pkg": "^1.1.2",
113
- "oxlint": "^1.33.0",
113
+ "oxlint": "^1.39.0",
114
114
  "picocolors": "^1.1.1",
115
115
  "prettier": "^3.7.4",
116
116
  "react": "~19.2.3",
117
117
  "rimraf": "^6.1.2",
118
- "tsdown": "^0.18.0",
118
+ "tsdown": "^0.18.4",
119
119
  "tsx": "^4.21.0",
120
120
  "typescript": "~5.9.3",
121
- "vitest": "^4.0.15"
121
+ "vitest": "^4.0.17"
122
122
  },
123
123
  "prettier": "@jsse/prettier-config",
124
124
  "scripts": {