Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 13, 2024
1 parent 968e2cc commit 159faf1
Show file tree
Hide file tree
Showing 4 changed files with 442 additions and 337 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"source.organizeImports": "never"
},

"eslint.runtime": "node",

// Silent the stylistic rules in you IDE, but still auto fix them
"eslint.rules.customizations": [
{ "rule": "style/*", "severity": "off" },
Expand Down
1 change: 1 addition & 0 deletions eslint.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// @ts-expect-error missing types
// @eslint-ts-patch-loader tsx
import styleMigrate from '@stylistic/eslint-plugin-migrate'
import { antfu } from './src'

Expand Down
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@antfu/eslint-config",
"type": "module",
"version": "2.17.0",
"packageManager": "pnpm@9.1.0",
"packageManager": "pnpm@9.1.1",
"description": "Anthony's ESLint config",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
Expand Down Expand Up @@ -95,19 +95,19 @@
"@antfu/install-pkg": "^0.3.3",
"@clack/prompts": "^0.7.0",
"@stylistic/eslint-plugin": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint-config-flat-gitignore": "^0.1.5",
"eslint-flat-config-utils": "^0.2.4",
"eslint-merge-processors": "^0.1.0",
"eslint-plugin-antfu": "^2.2.0",
"eslint-plugin-command": "^0.2.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import-x": "^0.5.0",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-jsdoc": "^48.2.4",
"eslint-plugin-jsonc": "^2.15.1",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-n": "^17.5.1",
"eslint-plugin-n": "^17.6.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-perfectionist": "^2.10.0",
"eslint-plugin-toml": "^0.11.0",
Expand All @@ -117,7 +117,7 @@
"eslint-plugin-vue": "^9.26.0",
"eslint-plugin-yml": "^1.14.0",
"eslint-processor-vue-blocks": "^0.1.2",
"globals": "^15.1.0",
"globals": "^15.2.0",
"jsonc-eslint-parser": "^2.4.0",
"local-pkg": "^0.5.0",
"parse-gitignore": "^2.0.0",
Expand All @@ -138,31 +138,32 @@
"@types/node": "^20.12.11",
"@types/prompts": "^2.4.9",
"@types/yargs": "^17.0.32",
"@unocss/eslint-plugin": "^0.60.0",
"@unocss/eslint-plugin": "^0.60.2",
"astro-eslint-parser": "^1.0.2",
"bumpp": "^9.4.1",
"bundle-require": "^4.1.0",
"eslint": "npm:eslint-ts-patch@9.2.0-2",
"eslint-plugin-astro": "^1.1.2",
"eslint": "npm:eslint-ts-patch@9.2.0-6",
"eslint-plugin-astro": "^1.2.0",
"eslint-plugin-format": "^0.1.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-solid": "^0.14.0",
"eslint-plugin-svelte": "^2.38.0",
"eslint-ts-patch": "9.2.0-2",
"eslint-plugin-svelte": "^2.39.0",
"eslint-ts-patch": "9.2.0-6",
"eslint-typegen": "^0.2.4",
"esno": "^4.7.0",
"execa": "^9.0.0",
"execa": "^9.1.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.2",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-slidev": "^1.0.5",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"simple-git-hooks": "^2.11.1",
"svelte": "^4.2.16",
"svelte-eslint-parser": "^0.36.0",
"tsup": "^8.0.2",
"tsx": "^4.10.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0",
"vue": "^3.4.27"
Expand Down
Loading

0 comments on commit 159faf1

Please sign in to comment.