Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Jan 23, 2025
1 parent 4ac1263 commit 858e8e4
Show file tree
Hide file tree
Showing 5 changed files with 870 additions and 636 deletions.
File renamed without changes.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rotki/eslint-config",
"version": "3.6.0",
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.15.4",
"type": "module",
"license": "AGPL-3.0",
"bugs": {
Expand All @@ -26,9 +26,9 @@
"scripts": {
"build": "pnpm run typegen && tsup src/index.ts --format esm,cjs --clean --dts",
"stub": "tsup src/index.ts --format esm",
"dev": "tsup src/index.ts --format esm,cjs --watch & npx @eslint/config-inspector --config eslint.config.mjs",
"dev": "tsup src/index.ts --format esm,cjs --watch & npx @eslint/config-inspector --config eslint.config.ts",
"watch": "tsup --format esm,cjs --watch",
"lint": "eslint --flag unstable_ts_config .",
"lint": "eslint .",
"prepack": "pnpm run build",
"release": "bumpp -r --no-push",
"prepare": "husky",
Expand Down Expand Up @@ -62,58 +62,58 @@
},
"dependencies": {
"@antfu/eslint-define-config": "1.23.0-2",
"@antfu/install-pkg": "0.4.1",
"@clack/prompts": "0.8.2",
"@antfu/install-pkg": "1.0.0",
"@clack/prompts": "0.9.1",
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
"@eslint-types/typescript-eslint": "7.5.0",
"@eslint-types/unicorn": "52.0.0",
"@eslint/markdown": "6.2.1",
"@stylistic/eslint-plugin": "2.11.0",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"@vitest/eslint-plugin": "1.1.10",
"eslint-config-flat-gitignore": "0.3.0",
"eslint-config-prettier": "9.1.0",
"eslint-flat-config-utils": "0.4.0",
"eslint-merge-processors": "0.1.0",
"@stylistic/eslint-plugin": "2.13.0",
"@typescript-eslint/eslint-plugin": "8.21.0",
"@typescript-eslint/parser": "8.21.0",
"@vitest/eslint-plugin": "1.1.25",
"eslint-config-flat-gitignore": "1.0.0",
"eslint-config-prettier": "10.0.1",
"eslint-flat-config-utils": "1.1.0",
"eslint-merge-processors": "1.0.0",
"eslint-plugin-antfu": "2.7.0",
"eslint-plugin-format": "0.1.2",
"eslint-plugin-format": "1.0.1",
"eslint-plugin-html": "8.1.2",
"eslint-plugin-import-x": "4.4.3",
"eslint-plugin-import-x": "4.6.1",
"eslint-plugin-jsonc": "2.18.2",
"eslint-plugin-n": "17.14.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-perfectionist": "4.1.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-perfectionist": "4.7.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-unicorn": "56.0.1",
"eslint-plugin-unused-imports": "4.1.4",
"eslint-plugin-vue": "9.31.0",
"eslint-plugin-yml": "1.15.0",
"eslint-processor-vue-blocks": "0.1.2",
"globals": "15.12.0",
"eslint-plugin-vue": "9.32.0",
"eslint-plugin-yml": "1.16.0",
"eslint-processor-vue-blocks": "1.0.0",
"globals": "15.14.0",
"jsonc-eslint-parser": "2.4.0",
"local-pkg": "0.5.1",
"prettier": "3.4.0",
"local-pkg": "1.0.0",
"prettier": "3.4.2",
"vue-eslint-parser": "9.4.3",
"yaml-eslint-parser": "1.2.3"
},
"devDependencies": {
"@commitlint/cli": "19.6.0",
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@eslint/config-inspector": "0.5.6",
"@eslint/config-inspector": "1.0.0",
"@rotki/eslint-config": "workspace:*",
"@types/node": "20.17.8",
"@types/node": "20.17.16",
"@types/prompts": "2.4.9",
"bumpp": "9.8.1",
"eslint": "9.15.0",
"bumpp": "9.10.2",
"eslint": "9.18.0",
"eslint-plugin-regexp": "2.7.0",
"eslint-typegen": "0.3.2",
"eslint-typegen": "1.0.0",
"esno": "4.8.0",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"lint-staged": "15.4.2",
"rimraf": "6.0.1",
"tsup": "8.3.5",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"engines": {
"node": ">=20 <21",
Expand All @@ -123,6 +123,6 @@
"@typescript-eslint/utils": "^8.15.0"
},
"lint-staged": {
"*": "eslint --flag unstable_ts_config --fix"
"*": "eslint --fix"
}
}
Loading

0 comments on commit 858e8e4

Please sign in to comment.