@jsse/eslint-config 0.1.7 → 0.1.9

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jsse/eslint-config",
3
3
  "type": "module",
4
- "version": "0.1.7",
4
+ "version": "0.1.9",
5
5
  "packageManager": "pnpm@8.15.4",
6
6
  "description": "jsse eslint config",
7
7
  "author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
@@ -62,29 +62,31 @@
62
62
  "dependencies": {
63
63
  "@eslint/js": "~8.57.0",
64
64
  "@stylistic/eslint-plugin": "1.7.0",
65
- "@typescript-eslint/eslint-plugin": "^7.4.0",
66
- "@typescript-eslint/parser": "^7.4.0",
67
- "eslint-config-flat-gitignore": "^0.1.3",
65
+ "@typescript-eslint/eslint-plugin": "^7.5.0",
66
+ "@typescript-eslint/parser": "^7.5.0",
67
+ "eslint-config-flat-gitignore": "^0.1.5",
68
68
  "eslint-define-config": "^2.1.0",
69
69
  "eslint-plugin-antfu": "^2.1.2",
70
70
  "eslint-plugin-eslint-comments": "^3.2.0",
71
71
  "eslint-plugin-import-x": "^0.5.0",
72
- "eslint-plugin-jsdoc": "^48.2.2",
73
- "eslint-plugin-jsonc": "^2.14.1",
72
+ "eslint-plugin-jsdoc": "^48.2.3",
73
+ "eslint-plugin-jsonc": "^2.15.0",
74
74
  "eslint-plugin-markdown": "^4.0.1",
75
75
  "eslint-plugin-n": "^16.6.2",
76
76
  "eslint-plugin-no-only-tests": "^3.1.0",
77
- "eslint-plugin-perfectionist": "^2.7.0",
77
+ "eslint-plugin-perfectionist": "^2.8.0",
78
78
  "eslint-plugin-react": "~7.34.1",
79
79
  "eslint-plugin-react-hooks": "~4.6.0",
80
80
  "eslint-plugin-react-refresh": "~0.4.6",
81
81
  "eslint-plugin-tailwindcss": "^3.15.1",
82
- "eslint-plugin-unicorn": "^51.0.1",
82
+ "eslint-plugin-toml": "^0.11.0",
83
+ "eslint-plugin-unicorn": "^52.0.0",
83
84
  "eslint-plugin-unused-imports": "^3.1.0",
84
- "eslint-plugin-vitest": "^0.4.0",
85
- "eslint-plugin-yml": "^1.13.2",
85
+ "eslint-plugin-vitest": "^0.4.1",
86
+ "eslint-plugin-yml": "^1.14.0",
86
87
  "jsonc-eslint-parser": "^2.4.0",
87
- "typescript-eslint": "^7.4.0",
88
+ "toml-eslint-parser": "^0.9.3",
89
+ "typescript-eslint": "^7.5.0",
88
90
  "yaml-eslint-parser": "^1.2.2"
89
91
  },
90
92
  "optionalDependencies": {
@@ -93,10 +95,10 @@
93
95
  "devDependencies": {
94
96
  "@antfu/ni": "^0.21.12",
95
97
  "@jsse/prettier-config": "^0.1.0",
96
- "@types/eslint": "^8.56.6",
98
+ "@types/eslint": "^8.56.7",
97
99
  "@types/eslint__js": "~8.42.3",
98
100
  "@types/fs-extra": "^11.0.4",
99
- "@types/node": "^20.11.30",
101
+ "@types/node": "^20.12.4",
100
102
  "bumpp": "^9.4.0",
101
103
  "cac": "^6.7.14",
102
104
  "eslint": "^8.57.0",
@@ -112,16 +114,15 @@
112
114
  "react": "~18.2.0",
113
115
  "rimraf": "^5.0.5",
114
116
  "tsup": "^8.0.2",
115
- "tsx": "^4.7.1",
116
- "typescript": "^5.4.3",
117
+ "tsx": "^4.7.2",
118
+ "typescript": "~5.4.4",
117
119
  "vitest": "^1.4.0"
118
120
  },
119
121
  "prettier": "@jsse/prettier-config",
120
122
  "scripts": {
121
123
  "build": "pnpm gen && pnpm build-fast --dts && pnpm typecheck && eslint .",
122
124
  "build-fast": "tsup src/index.ts src/cli.ts --format esm,cjs --clean",
123
- "gen": "pnpm gen:types",
124
- "gen:types": "tsx scripts/typegen.ts && prettier -w src/dts/typegen.d.ts",
125
+ "gen": "tsx scripts/gen.ts",
125
126
  "dev": "tsup src/index.ts --format esm,cjs --watch",
126
127
  "fmt": "prettier -w .",
127
128
  "fmtc": "prettier --check .",