Skip to content

Commit

Permalink
feat(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent 5438da3 commit 6216f4a
Show file tree
Hide file tree
Showing 2 changed files with 563 additions and 469 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@xwbx/eslint-config",
"type": "module",
"version": "0.2.2",
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.14.4",
"description": "xwbx's ESLint config",
"author": "xwbx <1677759063@qq.com> (https://github.com/daflyinbed/)",
"license": "MIT",
Expand Down Expand Up @@ -69,22 +69,22 @@
}
},
"dependencies": {
"@antfu/install-pkg": "^0.4.1",
"@clack/prompts": "^0.8.1",
"@antfu/install-pkg": "^0.5.0",
"@clack/prompts": "^0.8.2",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
"@eslint/markdown": "^6.2.1",
"@stylistic/eslint-plugin": "^2.11.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitest/eslint-plugin": "^1.1.10",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@vitest/eslint-plugin": "^1.1.12",
"eslint-config-flat-gitignore": "^0.3.0",
"eslint-flat-config-utils": "^0.4.0",
"eslint-merge-processors": "^0.1.0",
"eslint-plugin-antfu": "^2.7.0",
"eslint-plugin-command": "^0.2.6",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-import-x": "^4.4.3",
"eslint-plugin-jsdoc": "^50.5.0",
"eslint-plugin-jsdoc": "^50.6.0",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-n": "^17.14.0",
"eslint-plugin-no-only-tests": "^3.3.0",
Expand All @@ -100,22 +100,22 @@
"jsonc-eslint-parser": "^2.4.0",
"local-pkg": "^0.5.1",
"parse-gitignore": "^2.0.0",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"toml-eslint-parser": "^0.10.0",
"vue-eslint-parser": "^9.4.3",
"yaml-eslint-parser": "^1.2.3"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.17.0",
"@eslint-react/eslint-plugin": "^1.17.1",
"@eslint/config-inspector": "^0.5.6",
"@prettier/plugin-xml": "^3.4.1",
"@types/eslint": "^9.6.1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.9.1",
"@types/node": "^22.10.1",
"@unocss/eslint-plugin": "^0.64.1",
"astro-eslint-parser": "^1.1.0",
"bumpp": "^9.8.1",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
Expand All @@ -128,8 +128,8 @@
"lint-staged": "^15.2.10",
"prettier-plugin-astro": "^0.14.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.5"
"typescript": "^5.7.2",
"vitest": "^2.1.6"
},
"lint-staged": {
"*": "eslint --fix"
Expand Down
Loading

0 comments on commit 6216f4a

Please sign in to comment.