Skip to content

Commit 5b888ed

Browse files
committed
chore: udpate deps
1 parent 768db00 commit 5b888ed

File tree

2 files changed

+559
-844
lines changed

2 files changed

+559
-844
lines changed

package.json

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@coderwyd/eslint-config",
33
"type": "module",
44
"version": "3.4.0",
5-
"packageManager": "[email protected].3",
5+
"packageManager": "[email protected].4",
66
"description": "Donny's ESLint config",
77
"author": "Donny Wang <[email protected]> (https://github.com/coderwyd/)",
88
"license": "MIT",
@@ -37,11 +37,11 @@
3737
},
3838
"scripts": {
3939
"build": "nr build:typegen && tsup",
40-
"dev": "npx @eslint/config-inspector",
41-
"lint": "eslint --flag unstable_ts_config .",
42-
"lint:fix": "eslint --flag unstable_ts_config . --fix",
43-
"build:inspector": "pnpm build && npx @eslint/config-inspector build",
44-
"build:typegen": "tsx scripts/typegen.ts",
40+
"dev": "pnpx @eslint/config-inspector",
41+
"lint": "eslint .",
42+
"lint:fix": "eslint . --fix",
43+
"build:inspector": "pnpm build && pnpx @eslint/config-inspector build",
44+
"build:typegen": "jiti scripts/typegen.ts",
4545
"prepack": "nr build",
4646
"prepare": "simple-git-hooks",
4747
"release": "bumpp && pnpm publish",
@@ -84,16 +84,16 @@
8484
"@antfu/install-pkg": "^1.0.0",
8585
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
8686
"@toml-tools/parser": "^1.0.0",
87-
"@typescript-eslint/eslint-plugin": "^8.18.2",
88-
"@typescript-eslint/parser": "^8.18.2",
87+
"@typescript-eslint/eslint-plugin": "^8.20.0",
88+
"@typescript-eslint/parser": "^8.20.0",
8989
"@vitest/eslint-plugin": "^1.1.25",
9090
"eslint-config-flat-gitignore": "^1.0.0",
91-
"eslint-config-prettier": "^9.1.0",
91+
"eslint-config-prettier": "^10.0.1",
9292
"eslint-plugin-antfu": "^2.7.0",
93-
"eslint-plugin-command": "^0.2.7",
93+
"eslint-plugin-command": "^2.1.0",
9494
"eslint-plugin-eslint-comments": "^3.2.0",
9595
"eslint-plugin-import-x": "^4.6.1",
96-
"eslint-plugin-jsdoc": "^50.6.1",
96+
"eslint-plugin-jsdoc": "^50.6.2",
9797
"eslint-plugin-jsonc": "^2.18.2",
9898
"eslint-plugin-n": "^17.15.1",
9999
"eslint-plugin-no-only-tests": "^3.3.0",
@@ -102,10 +102,10 @@
102102
"eslint-plugin-unicorn": "^56.0.1",
103103
"eslint-plugin-unused-imports": "^4.1.4",
104104
"eslint-plugin-vue": "^9.32.0",
105-
"eslint-typegen": "^0.3.2",
105+
"eslint-typegen": "^1.0.0",
106106
"globals": "^15.14.0",
107107
"jsonc-eslint-parser": "^2.4.0",
108-
"local-pkg": "^0.5.1",
108+
"local-pkg": "^1.0.0",
109109
"parse-gitignore": "^2.0.0",
110110
"picocolors": "^1.1.1",
111111
"prettier": "^3.4.2",
@@ -114,38 +114,37 @@
114114
"yargs": "^17.7.2"
115115
},
116116
"devDependencies": {
117-
"@antfu/ni": "^0.23.2",
117+
"@antfu/ni": "^23.2.0",
118118
"@eslint-react/eslint-plugin": "^1.23.2",
119-
"@eslint/config-inspector": "^0.7.1",
119+
"@eslint/config-inspector": "^1.0.0",
120120
"@types/eslint-config-prettier": "^6.11.3",
121121
"@types/fs-extra": "^11.0.4",
122122
"@types/node": "^22.10.7",
123123
"@types/prompts": "^2.4.9",
124124
"@types/yargs": "^17.0.33",
125-
"@unocss/eslint-plugin": "^0.65.4",
125+
"@unocss/eslint-plugin": "^65.4.2",
126126
"bumpp": "^9.10.1",
127-
"eslint": "^9.17.0",
127+
"eslint": "^9.18.0",
128128
"eslint-plugin-react-hooks": "^5.1.0",
129129
"eslint-plugin-react-refresh": "^0.4.18",
130130
"eslint-plugin-svelte": "^2.46.1",
131-
"eslint-plugin-tailwindcss": "^3.17.5",
131+
"eslint-plugin-tailwindcss": "^3.18.0",
132132
"execa": "^9.5.2",
133133
"fast-glob": "^3.3.3",
134-
"fs-extra": "^11.2.0",
134+
"fs-extra": "^11.3.0",
135135
"jiti": "^2.4.2",
136-
"lint-staged": "^15.2.11",
136+
"nano-staged": "^0.8.0",
137137
"rimraf": "^6.0.1",
138138
"simple-git-hooks": "^2.11.1",
139-
"svelte": "^5.16.1",
139+
"svelte": "^5.19.0",
140140
"svelte-eslint-parser": "^0.43.0",
141141
"tsup": "^8.3.5",
142-
"tsx": "^4.19.2",
143-
"typescript": "^5.7.2"
142+
"typescript": "^5.7.3"
144143
},
145144
"simple-git-hooks": {
146-
"pre-commit": "pnpx nano-staged"
145+
"pre-commit": "pnpm exec nano-staged"
147146
},
148147
"nano-staged": {
149-
"*": "eslint --flag unstable_ts_config --fix"
148+
"*": "eslint --fix"
150149
}
151150
}

0 commit comments

Comments
 (0)