Skip to content

Commit 6eb39a2

Browse files
committed
feat: update dependencies
1 parent 858e8e4 commit 6eb39a2

File tree

2 files changed

+306
-643
lines changed

2 files changed

+306
-643
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rotki/eslint-config",
33
"version": "3.6.0",
4-
"packageManager": "pnpm@9.15.4",
4+
"packageManager": "pnpm@9.15.5",
55
"type": "module",
66
"license": "AGPL-3.0",
77
"bugs": {
@@ -63,27 +63,27 @@
6363
"dependencies": {
6464
"@antfu/eslint-define-config": "1.23.0-2",
6565
"@antfu/install-pkg": "1.0.0",
66-
"@clack/prompts": "0.9.1",
66+
"@clack/prompts": "0.10.0",
6767
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
6868
"@eslint-types/typescript-eslint": "7.5.0",
6969
"@eslint-types/unicorn": "52.0.0",
70-
"@eslint/markdown": "6.2.1",
71-
"@stylistic/eslint-plugin": "2.13.0",
72-
"@typescript-eslint/eslint-plugin": "8.21.0",
73-
"@typescript-eslint/parser": "8.21.0",
70+
"@eslint/markdown": "6.2.2",
71+
"@stylistic/eslint-plugin": "3.0.1",
72+
"@typescript-eslint/eslint-plugin": "8.23.0",
73+
"@typescript-eslint/parser": "8.23.0",
7474
"@vitest/eslint-plugin": "1.1.25",
75-
"eslint-config-flat-gitignore": "1.0.0",
75+
"eslint-config-flat-gitignore": "2.0.0",
7676
"eslint-config-prettier": "10.0.1",
77-
"eslint-flat-config-utils": "1.1.0",
77+
"eslint-flat-config-utils": "2.0.1",
7878
"eslint-merge-processors": "1.0.0",
79-
"eslint-plugin-antfu": "2.7.0",
79+
"eslint-plugin-antfu": "3.0.0",
8080
"eslint-plugin-format": "1.0.1",
8181
"eslint-plugin-html": "8.1.2",
8282
"eslint-plugin-import-x": "4.6.1",
83-
"eslint-plugin-jsonc": "2.18.2",
83+
"eslint-plugin-jsonc": "2.19.1",
8484
"eslint-plugin-n": "17.15.1",
8585
"eslint-plugin-no-only-tests": "3.3.0",
86-
"eslint-plugin-perfectionist": "4.7.0",
86+
"eslint-plugin-perfectionist": "4.8.0",
8787
"eslint-plugin-prettier": "5.2.3",
8888
"eslint-plugin-unicorn": "56.0.1",
8989
"eslint-plugin-unused-imports": "4.1.4",
@@ -98,21 +98,21 @@
9898
"yaml-eslint-parser": "1.2.3"
9999
},
100100
"devDependencies": {
101-
"@commitlint/cli": "19.6.1",
102-
"@commitlint/config-conventional": "19.6.0",
101+
"@commitlint/cli": "19.7.1",
102+
"@commitlint/config-conventional": "19.7.1",
103103
"@eslint/config-inspector": "1.0.0",
104104
"@rotki/eslint-config": "workspace:*",
105-
"@types/node": "20.17.16",
105+
"@types/node": "20.17.17",
106106
"@types/prompts": "2.4.9",
107-
"bumpp": "9.10.2",
108-
"eslint": "9.18.0",
107+
"bumpp": "10.0.1",
108+
"eslint": "9.19.0",
109109
"eslint-plugin-regexp": "2.7.0",
110110
"eslint-typegen": "1.0.0",
111111
"esno": "4.8.0",
112112
"husky": "9.1.7",
113-
"lint-staged": "15.4.2",
113+
"lint-staged": "15.4.3",
114114
"rimraf": "6.0.1",
115-
"tsup": "8.3.5",
115+
"tsup": "8.3.6",
116116
"typescript": "5.7.3"
117117
},
118118
"engines": {

0 commit comments

Comments
 (0)