|
93 | 93 | "devDependencies": {
|
94 | 94 | "@babel/eslint-parser": "7.26.8",
|
95 | 95 | "@cspell/dict-cryptocurrencies": "5.0.4",
|
96 |
| - "@eslint/compat": "1.2.5", |
97 |
| - "@rebeccastevens/eslint-config": "3.5.3", |
| 96 | + "@eslint/compat": "1.2.7", |
| 97 | + "@rebeccastevens/eslint-config": "3.6.3", |
98 | 98 | "@rollup/plugin-replace": "6.0.2",
|
99 | 99 | "@rollup/plugin-typescript": "12.1.2",
|
100 | 100 | "@semantic-release/changelog": "6.0.3",
|
|
105 | 105 | "@semantic-release/release-notes-generator": "14.0.3",
|
106 | 106 | "@stylistic/eslint-plugin": "3.0.1",
|
107 | 107 | "@types/dedent": "0.7.2",
|
108 |
| - "@types/node": "18.19.70", |
| 108 | + "@types/node": "18.19.79", |
109 | 109 | "@typescript-eslint/eslint-plugin": "8.22.0",
|
110 | 110 | "@typescript-eslint/parser": "8.22.0",
|
111 | 111 | "@vitest/coverage-v8": "2.1.8",
|
112 |
| - "@vitest/eslint-plugin": "1.1.25", |
| 112 | + "@vitest/eslint-plugin": "1.1.36", |
113 | 113 | "cspell": "8.17.5",
|
114 | 114 | "dedent": "1.5.3",
|
115 | 115 | "eslint": "9.19.0",
|
116 |
| - "eslint-config-prettier": "10.0.1", |
117 |
| - "eslint-doc-generator": "2.0.2", |
| 116 | + "eslint-config-prettier": "10.0.2", |
| 117 | + "eslint-doc-generator": "2.1.0", |
118 | 118 | "eslint-flat-config-utils": "2.0.1",
|
119 |
| - "eslint-import-resolver-typescript": "3.7.0", |
| 119 | + "eslint-import-resolver-typescript": "3.8.3", |
120 | 120 | "eslint-merge-processors": "1.0.0",
|
121 | 121 | "eslint-plugin-eslint-comments": "3.2.0",
|
122 | 122 | "eslint-plugin-eslint-plugin": "6.4.0",
|
123 | 123 | "eslint-plugin-format": "1.0.1",
|
124 | 124 | "eslint-plugin-functional": "link:.",
|
125 | 125 | "eslint-plugin-import-x": "4.6.1",
|
126 |
| - "eslint-plugin-jsdoc": "50.6.1", |
127 |
| - "eslint-plugin-jsonc": "2.18.2", |
| 126 | + "eslint-plugin-jsdoc": "50.6.3", |
| 127 | + "eslint-plugin-jsonc": "2.19.1", |
128 | 128 | "eslint-plugin-markdown": "5.1.0",
|
129 |
| - "eslint-plugin-n": "17.15.1", |
| 129 | + "eslint-plugin-n": "17.16.2", |
130 | 130 | "eslint-plugin-no-only-tests": "3.3.0",
|
131 | 131 | "eslint-plugin-optimize-regex": "1.2.1",
|
132 |
| - "eslint-plugin-prettier": "5.2.1", |
| 132 | + "eslint-plugin-prettier": "5.2.3", |
133 | 133 | "eslint-plugin-promise": "7.2.1",
|
134 | 134 | "eslint-plugin-regexp": "2.7.0",
|
135 |
| - "eslint-plugin-sonarjs": "3.0.1", |
| 135 | + "eslint-plugin-sonarjs": "3.0.2", |
136 | 136 | "eslint-plugin-unicorn": "56.0.1",
|
137 |
| - "eslint-plugin-yml": "1.16.0", |
| 137 | + "eslint-plugin-yml": "1.17.0", |
138 | 138 | "eslint-vitest-rule-tester": "1.1.0",
|
139 | 139 | "fast-glob": "3.3.3",
|
140 | 140 | "husky": "9.1.7",
|
141 | 141 | "jsonc-eslint-parser": "2.4.0",
|
142 |
| - "knip": "5.42.0", |
143 |
| - "lint-staged": "15.3.0", |
144 |
| - "markdownlint-cli2": "0.17.1", |
145 |
| - "prettier": "3.4.2", |
| 142 | + "knip": "5.45.0", |
| 143 | + "lint-staged": "15.4.3", |
| 144 | + "markdownlint-cli2": "0.17.2", |
| 145 | + "prettier": "3.5.3", |
146 | 146 | "rimraf": "6.0.1",
|
147 |
| - "rollup": "4.30.1", |
| 147 | + "rollup": "4.34.9", |
148 | 148 | "rollup-plugin-deassert": "1.3.0",
|
149 | 149 | "rollup-plugin-dts-bundle-generator": "1.4.0",
|
150 | 150 | "semantic-release": "24.2.3",
|
151 | 151 | "semantic-release-replace-plugin": "1.2.7",
|
152 | 152 | "tsc-files": "1.1.4",
|
153 |
| - "tsx": "4.19.2", |
154 |
| - "typescript": "5.7.3", |
| 153 | + "tsx": "4.19.3", |
| 154 | + "typescript": "5.8.2", |
155 | 155 | "vite-tsconfig-paths": "5.1.4",
|
156 | 156 | "vitest": "2.1.8",
|
157 |
| - "yaml-eslint-parser": "1.2.3" |
| 157 | + "yaml-eslint-parser": "1.3.0" |
158 | 158 | },
|
159 | 159 | "peerDependencies": {
|
160 | 160 | "eslint": "^9.0.0",
|
|
165 | 165 | "optional": true
|
166 | 166 | }
|
167 | 167 | },
|
168 |
| - "packageManager": "pnpm@9.15.4", |
| 168 | + "packageManager": "pnpm@9.15.6", |
169 | 169 | "engines": {
|
170 | 170 | "node": ">=v18.18.0"
|
171 | 171 | },
|
|
0 commit comments