@jsse/eslint-config 0.4.28 → 0.4.29

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.28";
39
+ const VERSION = "0.4.29";
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.28",
4
+ "version": "0.4.29",
5
5
  "description": "@jsse/eslint-config ~ WYSIWYG",
6
6
  "author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
7
7
  "license": "MIT",
@@ -64,9 +64,9 @@
64
64
  "@eslint/compat": "^2.0.0",
65
65
  "@eslint/js": "^9.39.2",
66
66
  "@eslint/markdown": "^7.5.1",
67
- "@stylistic/eslint-plugin": "5.7.0",
68
- "@typescript-eslint/eslint-plugin": "^8.53.1",
69
- "@typescript-eslint/parser": "^8.53.1",
67
+ "@stylistic/eslint-plugin": "5.7.1",
68
+ "@typescript-eslint/eslint-plugin": "^8.54.0",
69
+ "@typescript-eslint/parser": "^8.54.0",
70
70
  "@vitest/eslint-plugin": "^1.6.6",
71
71
  "debug": "^4.4.3",
72
72
  "eslint-config-flat-gitignore": "^2.1.0",
@@ -75,11 +75,11 @@
75
75
  "eslint-plugin-command": "^3.4.0",
76
76
  "eslint-plugin-de-morgan": "^2.0.0",
77
77
  "eslint-plugin-import-lite": "^0.5.0",
78
- "eslint-plugin-jsdoc": "^62.2.0",
78
+ "eslint-plugin-jsdoc": "^62.4.1",
79
79
  "eslint-plugin-jsonc": "^2.21.0",
80
80
  "eslint-plugin-n": "^17.23.2",
81
81
  "eslint-plugin-no-only-tests": "^3.3.0",
82
- "eslint-plugin-perfectionist": "^5.3.1",
82
+ "eslint-plugin-perfectionist": "^5.4.0",
83
83
  "eslint-plugin-pnpm": "^1.5.0",
84
84
  "eslint-plugin-react": "^7.37.5",
85
85
  "eslint-plugin-react-hooks": "^7.0.1",
@@ -91,7 +91,7 @@
91
91
  "eslint-plugin-yml": "^3.0.0",
92
92
  "jsonc-eslint-parser": "^2.4.2",
93
93
  "toml-eslint-parser": "^1.0.3",
94
- "typescript-eslint": "^8.53.1",
94
+ "typescript-eslint": "^8.54.0",
95
95
  "yaml-eslint-parser": "^2.0.0"
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": "^25.0.9",
103
+ "@types/node": "^25.0.10",
104
104
  "cac": "^6.7.14",
105
105
  "eslint": "^9.39.2",
106
- "eslint-flat-config-utils": "^2.1.4",
106
+ "eslint-flat-config-utils": "^3.0.0",
107
107
  "eslint-typegen": "^2.3.0",
108
108
  "execa": "~9.6.1",
109
109
  "fast-glob": "^3.3.3",
110
110
  "fs-extra": "^11.3.3",
111
- "globals": "^17.0.0",
111
+ "globals": "^17.1.0",
112
112
  "local-pkg": "^1.1.2",
113
113
  "oxlint": "^1.41.0",
114
114
  "picocolors": "^1.1.1",
115
- "prettier": "^3.8.0",
116
- "react": "~19.2.3",
115
+ "prettier": "^3.8.1",
116
+ "react": "~19.2.4",
117
117
  "rimraf": "^6.1.2",
118
- "tsdown": "^0.18.4",
118
+ "tsdown": "^0.20.1",
119
119
  "tsx": "^4.21.0",
120
120
  "typescript": "~5.9.3",
121
- "vitest": "^4.0.17"
121
+ "vitest": "^4.0.18"
122
122
  },
123
123
  "prettier": "@jsse/prettier-config",
124
124
  "scripts": {
File without changes