Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#117)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
  • Loading branch information
renovate[bot] and sxzz authored Jan 11, 2025
1 parent bbf2464 commit df2d871
Show file tree
Hide file tree
Showing 2 changed files with 389 additions and 382 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sxzz/eslint-config",
"version": "4.5.1",
"packageManager": "pnpm@9.15.2",
"packageManager": "pnpm@9.15.3",
"description": "ESLint config for @sxzz.",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -32,7 +32,7 @@
"build": "pnpm run build:typegen && tsup",
"build:typegen": "tsx scripts/typegen.ts",
"build:inspector": "eslint-config-inspector build --config eslint-inspector.config.ts",
"lint": "eslint --flag unstable_ts_config .",
"lint": "eslint",
"lint:fix": "pnpm run lint --fix",
"release": "bumpp && pnpm publish",
"typecheck": "tsc --noEmit",
Expand All @@ -43,9 +43,9 @@
},
"dependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
"@eslint/js": "^9.17.0",
"@eslint/js": "^9.18.0",
"@eslint/markdown": "^6.2.1",
"@unocss/eslint-plugin": ">=0.65.3",
"@unocss/eslint-plugin": ">=0.65.4",
"eslint-config-flat-gitignore": "^0.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-antfu": "^2.7.0",
Expand All @@ -54,7 +54,7 @@
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-perfectionist": "^4.4.0",
"eslint-plugin-perfectionist": "^4.6.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-sxzz": "^0.1.0",
Expand All @@ -66,22 +66,22 @@
"jsonc-eslint-parser": "^2.4.0",
"local-pkg": "^0.5.1",
"prettier": "^3.4.2",
"typescript-eslint": "^8.18.2",
"typescript-eslint": "^8.19.1",
"vue-eslint-parser": "^9.4.3",
"yaml-eslint-parser": "^1.2.3"
},
"devDependencies": {
"@eslint/config-inspector": "^0.6.0",
"@eslint/config-inspector": "^0.7.1",
"@sxzz/prettier-config": "^2.0.2",
"@types/node": "^22.10.2",
"bumpp": "^9.9.2",
"eslint": "^9.17.0",
"@types/node": "^22.10.5",
"bumpp": "^9.10.0",
"eslint": "^9.18.0",
"eslint-typegen": "^0.3.2",
"importx": "^0.5.1",
"picocolors": "^1.1.1",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
Expand Down
Loading

0 comments on commit df2d871

Please sign in to comment.