@jsse/eslint-config 0.4.1 → 0.4.3

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.
@@ -0,0 +1,5 @@
1
+ //#region src/generated/version.ts
2
+ const VERSION = "0.4.3";
3
+
4
+ //#endregion
5
+ export { VERSION };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jsse/eslint-config",
3
3
  "type": "module",
4
- "version": "0.4.1",
4
+ "version": "0.4.3",
5
5
  "description": "@jsse/eslint-config ~ WYSIWYG",
6
6
  "author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
7
7
  "license": "MIT",
@@ -58,23 +58,23 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
61
- "@eslint/compat": "^1.2.9",
62
- "@eslint/js": "~9.28.0",
61
+ "@eslint/compat": "^1.3.0",
62
+ "@eslint/js": "~9.29.0",
63
63
  "@eslint/markdown": "^6.5.0",
64
64
  "@stylistic/eslint-plugin": "4.4.1",
65
- "@typescript-eslint/eslint-plugin": "^8.33.1",
66
- "@typescript-eslint/parser": "^8.33.1",
65
+ "@typescript-eslint/eslint-plugin": "^8.34.1",
66
+ "@typescript-eslint/parser": "^8.34.1",
67
67
  "@vitest/eslint-plugin": "^1.2.1",
68
68
  "debug": "^4.4.1",
69
69
  "eslint-config-flat-gitignore": "^2.1.0",
70
70
  "eslint-merge-processors": "^2.0.0",
71
71
  "eslint-plugin-antfu": "^3.1.1",
72
72
  "eslint-plugin-command": "^3.2.1",
73
- "eslint-plugin-de-morgan": "^1.2.1",
74
- "eslint-plugin-import-x": "^4.15.1",
75
- "eslint-plugin-jsdoc": "^50.7.1",
73
+ "eslint-plugin-de-morgan": "^1.3.0",
74
+ "eslint-plugin-import-x": "^4.15.2",
75
+ "eslint-plugin-jsdoc": "^51.0.1",
76
76
  "eslint-plugin-jsonc": "^2.20.1",
77
- "eslint-plugin-n": "^17.19.0",
77
+ "eslint-plugin-n": "^17.20.0",
78
78
  "eslint-plugin-no-only-tests": "^3.3.0",
79
79
  "eslint-plugin-perfectionist": "^4.14.0",
80
80
  "eslint-plugin-pnpm": "^0.3.1",
@@ -88,7 +88,7 @@
88
88
  "eslint-plugin-yml": "^1.18.0",
89
89
  "jsonc-eslint-parser": "^2.4.0",
90
90
  "toml-eslint-parser": "^0.10.0",
91
- "typescript-eslint": "^8.33.1",
91
+ "typescript-eslint": "^8.34.1",
92
92
  "yaml-eslint-parser": "^1.3.0"
93
93
  },
94
94
  "devDependencies": {
@@ -102,7 +102,7 @@
102
102
  "@types/fs-extra": "^11.0.4",
103
103
  "@types/node": "^22.15.30",
104
104
  "cac": "^6.7.14",
105
- "eslint": "^9.28.0",
105
+ "eslint": "^9.29.0",
106
106
  "eslint-flat-config-utils": "^2.1.0",
107
107
  "eslint-typegen": "^2.2.0",
108
108
  "execa": "~9.6.0",
@@ -115,24 +115,24 @@
115
115
  "prettier": "^3.5.3",
116
116
  "react": "~19.1.0",
117
117
  "rimraf": "^6.0.1",
118
- "tsup": "^8.5.0",
119
- "tsx": "^4.19.4",
118
+ "tsdown": "^0.12.8",
119
+ "tsx": "^4.20.3",
120
120
  "typescript": "5.8.3",
121
- "vitest": "^3.2.2"
121
+ "vitest": "^3.2.3"
122
122
  },
123
123
  "prettier": "@jsse/prettier-config",
124
124
  "scripts": {
125
125
  "build": "pnpm gen && pnpm build-fast --dts && pnpm build:tsc && eslint .",
126
126
  "build:tsc": "tsc -b tsconfig.build.json",
127
- "build-fast": "tsup src/index.ts src/cli.ts --format esm --clean",
127
+ "build-fast": "tsdown src/index.ts src/cli.ts --format esm --clean",
128
128
  "gen": "tsx scripts/gen.ts && prettier -w --cache src",
129
- "dev": "tsup src/index.ts --format esm,cjs --watch",
129
+ "dev": "tsdown src/index.ts --format esm,cjs --watch",
130
130
  "fmt": "prettier -w .",
131
131
  "fmtc": "prettier --check .",
132
132
  "lint": "pnpm run build-fast && eslint .",
133
133
  "change": "changeset",
134
134
  "release": "pnpm run ci:version && pnpm run ci:publish",
135
- "stub": "tsup src/index.ts --format esm",
135
+ "stub": "tsdown src/index.ts --format esm",
136
136
  "ci:version": "changeset version && pnpm install && pnpm fmt",
137
137
  "ci:publish": "pnpm publish",
138
138
  "test": "vitest run",