Skip to content

Commit 4496639

Browse files
feat: more tweaks
1 parent dd47cda commit 4496639

File tree

6 files changed

+425
-426
lines changed

6 files changed

+425
-426
lines changed

knip.jsonc

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"prettier-plugin-packagejson",
3838
"prettier",
3939
"toml-eslint-parser",
40+
"tsc-files",
4041
"vue-eslint-parser",
4142
"yaml-eslint-parser",
4243
],

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -65,25 +65,25 @@
6565
"@semantic-release/github": "10.0.6",
6666
"@semantic-release/npm": "12.0.1",
6767
"@semantic-release/release-notes-generator": "14.0.1",
68-
"@stylistic/eslint-plugin": "2.2.2",
69-
"@stylistic/eslint-plugin-migrate": "2.2.2",
70-
"@types/node": "20.14.8",
71-
"@typescript-eslint/eslint-plugin": "8.0.0-alpha.30",
72-
"@typescript-eslint/parser": "8.0.0-alpha.30",
73-
"@typescript-eslint/utils": "8.0.0-alpha.30",
68+
"@stylistic/eslint-plugin": "2.3.0",
69+
"@stylistic/eslint-plugin-migrate": "2.3.0",
70+
"@types/node": "20.14.9",
71+
"@typescript-eslint/eslint-plugin": "8.0.0-alpha.34",
72+
"@typescript-eslint/parser": "8.0.0-alpha.34",
73+
"@typescript-eslint/utils": "8.0.0-alpha.34",
7474
"@unocss/eslint-plugin": "0.61.0",
7575
"commitizen": "4.3.0",
7676
"cspell": "8.9.1",
7777
"cz-conventional-changelog": "3.3.0",
7878
"deassert": "1.0.2",
79-
"eslint": "9.5.0",
79+
"eslint": "9.6.0",
8080
"eslint-config-prettier": "9.1.0",
8181
"eslint-import-resolver-typescript": "3.6.1",
8282
"eslint-plugin-eslint-comments": "3.2.0",
8383
"eslint-plugin-format": "0.1.2",
8484
"eslint-plugin-functional": "7.0.0-alpha.9",
8585
"eslint-plugin-import-x": "0.5.2",
86-
"eslint-plugin-jsdoc": "48.3.0",
86+
"eslint-plugin-jsdoc": "48.5.0",
8787
"eslint-plugin-jsonc": "2.16.0",
8888
"eslint-plugin-markdown": "5.0.0",
8989
"eslint-plugin-n": "17.9.0",
@@ -93,7 +93,7 @@
9393
"eslint-plugin-promise": "6.2.0",
9494
"eslint-plugin-regexp": "2.6.0",
9595
"eslint-plugin-sonarjs": "1.0.3",
96-
"eslint-plugin-toml": "0.11.0",
96+
"eslint-plugin-toml": "0.11.1",
9797
"eslint-plugin-unicorn": "54.0.0",
9898
"eslint-plugin-vitest": "0.5.4",
9999
"eslint-plugin-vue": "9.26.0",
@@ -103,7 +103,7 @@
103103
"husky": "9.0.11",
104104
"jiti": "1.21.6",
105105
"jsonc-eslint-parser": "2.4.0",
106-
"knip": "5.22.2",
106+
"knip": "5.23.2",
107107
"lint-staged": "15.2.7",
108108
"markdownlint": "0.34.0",
109109
"markdownlint-cli": "0.41.0",
@@ -113,9 +113,9 @@
113113
"rollup": "4.18.0",
114114
"rollup-plugin-ts": "3.4.5",
115115
"semantic-release": "24.0.0",
116-
"toml-eslint-parser": "0.9.3",
116+
"toml-eslint-parser": "0.10.0",
117117
"tsc-files": "1.1.4",
118-
"tsx": "4.15.7",
118+
"tsx": "4.16.0",
119119
"typescript": "5.4.5",
120120
"vue-eslint-parser": "9.4.3",
121121
"yaml-eslint-parser": "1.2.3"

0 commit comments

Comments
 (0)