|
1 | 1 | { |
2 | 2 | "name": "@rotki/eslint-config", |
3 | 3 | "version": "3.6.0", |
4 | | - "packageManager": "pnpm@9.15.4", |
| 4 | + "packageManager": "pnpm@9.15.5", |
5 | 5 | "type": "module", |
6 | 6 | "license": "AGPL-3.0", |
7 | 7 | "bugs": { |
|
63 | 63 | "dependencies": { |
64 | 64 | "@antfu/eslint-define-config": "1.23.0-2", |
65 | 65 | "@antfu/install-pkg": "1.0.0", |
66 | | - "@clack/prompts": "0.9.1", |
| 66 | + "@clack/prompts": "0.10.0", |
67 | 67 | "@eslint-community/eslint-plugin-eslint-comments": "4.4.1", |
68 | 68 | "@eslint-types/typescript-eslint": "7.5.0", |
69 | 69 | "@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", |
74 | 74 | "@vitest/eslint-plugin": "1.1.25", |
75 | | - "eslint-config-flat-gitignore": "1.0.0", |
| 75 | + "eslint-config-flat-gitignore": "2.0.0", |
76 | 76 | "eslint-config-prettier": "10.0.1", |
77 | | - "eslint-flat-config-utils": "1.1.0", |
| 77 | + "eslint-flat-config-utils": "2.0.1", |
78 | 78 | "eslint-merge-processors": "1.0.0", |
79 | | - "eslint-plugin-antfu": "2.7.0", |
| 79 | + "eslint-plugin-antfu": "3.0.0", |
80 | 80 | "eslint-plugin-format": "1.0.1", |
81 | 81 | "eslint-plugin-html": "8.1.2", |
82 | 82 | "eslint-plugin-import-x": "4.6.1", |
83 | | - "eslint-plugin-jsonc": "2.18.2", |
| 83 | + "eslint-plugin-jsonc": "2.19.1", |
84 | 84 | "eslint-plugin-n": "17.15.1", |
85 | 85 | "eslint-plugin-no-only-tests": "3.3.0", |
86 | | - "eslint-plugin-perfectionist": "4.7.0", |
| 86 | + "eslint-plugin-perfectionist": "4.8.0", |
87 | 87 | "eslint-plugin-prettier": "5.2.3", |
88 | 88 | "eslint-plugin-unicorn": "56.0.1", |
89 | 89 | "eslint-plugin-unused-imports": "4.1.4", |
|
98 | 98 | "yaml-eslint-parser": "1.2.3" |
99 | 99 | }, |
100 | 100 | "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", |
103 | 103 | "@eslint/config-inspector": "1.0.0", |
104 | 104 | "@rotki/eslint-config": "workspace:*", |
105 | | - "@types/node": "20.17.16", |
| 105 | + "@types/node": "20.17.17", |
106 | 106 | "@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", |
109 | 109 | "eslint-plugin-regexp": "2.7.0", |
110 | 110 | "eslint-typegen": "1.0.0", |
111 | 111 | "esno": "4.8.0", |
112 | 112 | "husky": "9.1.7", |
113 | | - "lint-staged": "15.4.2", |
| 113 | + "lint-staged": "15.4.3", |
114 | 114 | "rimraf": "6.0.1", |
115 | | - "tsup": "8.3.5", |
| 115 | + "tsup": "8.3.6", |
116 | 116 | "typescript": "5.7.3" |
117 | 117 | }, |
118 | 118 | "engines": { |
|
0 commit comments