Skip to content

Commit df2d871

Browse files
renovate[bot]sxzz
andauthoredJan 11, 2025··
fix(deps): update all non-major dependencies (#117)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
1 parent bbf2464 commit df2d871

File tree

2 files changed

+389
-382
lines changed

2 files changed

+389
-382
lines changed
 

‎package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sxzz/eslint-config",
33
"version": "4.5.1",
4-
"packageManager": "pnpm@9.15.2",
4+
"packageManager": "pnpm@9.15.3",
55
"description": "ESLint config for @sxzz.",
66
"type": "module",
77
"license": "MIT",
@@ -32,7 +32,7 @@
3232
"build": "pnpm run build:typegen && tsup",
3333
"build:typegen": "tsx scripts/typegen.ts",
3434
"build:inspector": "eslint-config-inspector build --config eslint-inspector.config.ts",
35-
"lint": "eslint --flag unstable_ts_config .",
35+
"lint": "eslint",
3636
"lint:fix": "pnpm run lint --fix",
3737
"release": "bumpp && pnpm publish",
3838
"typecheck": "tsc --noEmit",
@@ -43,9 +43,9 @@
4343
},
4444
"dependencies": {
4545
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
46-
"@eslint/js": "^9.17.0",
46+
"@eslint/js": "^9.18.0",
4747
"@eslint/markdown": "^6.2.1",
48-
"@unocss/eslint-plugin": ">=0.65.3",
48+
"@unocss/eslint-plugin": ">=0.65.4",
4949
"eslint-config-flat-gitignore": "^0.3.0",
5050
"eslint-config-prettier": "^9.1.0",
5151
"eslint-plugin-antfu": "^2.7.0",
@@ -54,7 +54,7 @@
5454
"eslint-plugin-jsdoc": "^50.6.1",
5555
"eslint-plugin-jsonc": "^2.18.2",
5656
"eslint-plugin-n": "^17.15.1",
57-
"eslint-plugin-perfectionist": "^4.4.0",
57+
"eslint-plugin-perfectionist": "^4.6.0",
5858
"eslint-plugin-prettier": "^5.2.1",
5959
"eslint-plugin-regexp": "^2.7.0",
6060
"eslint-plugin-sxzz": "^0.1.0",
@@ -66,22 +66,22 @@
6666
"jsonc-eslint-parser": "^2.4.0",
6767
"local-pkg": "^0.5.1",
6868
"prettier": "^3.4.2",
69-
"typescript-eslint": "^8.18.2",
69+
"typescript-eslint": "^8.19.1",
7070
"vue-eslint-parser": "^9.4.3",
7171
"yaml-eslint-parser": "^1.2.3"
7272
},
7373
"devDependencies": {
74-
"@eslint/config-inspector": "^0.6.0",
74+
"@eslint/config-inspector": "^0.7.1",
7575
"@sxzz/prettier-config": "^2.0.2",
76-
"@types/node": "^22.10.2",
77-
"bumpp": "^9.9.2",
78-
"eslint": "^9.17.0",
76+
"@types/node": "^22.10.5",
77+
"bumpp": "^9.10.0",
78+
"eslint": "^9.18.0",
7979
"eslint-typegen": "^0.3.2",
8080
"importx": "^0.5.1",
8181
"picocolors": "^1.1.1",
8282
"tsup": "^8.3.5",
8383
"tsx": "^4.19.2",
84-
"typescript": "^5.7.2"
84+
"typescript": "^5.7.3"
8585
},
8686
"engines": {
8787
"node": "^18.18.0 || >=20.0.0"

‎pnpm-lock.yaml

+378-371
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.