|
82 | 82 | "devDependencies": { |
83 | 83 | "@babel/eslint-parser": "7.25.1", |
84 | 84 | "@cspell/dict-cryptocurrencies": "5.0.0", |
85 | | - "@eslint/compat": "1.1.1", |
86 | | - "@rebeccastevens/eslint-config": "3.0.6", |
| 85 | + "@eslint/compat": "1.2.0", |
| 86 | + "@rebeccastevens/eslint-config": "3.2.2", |
87 | 87 | "@semantic-release/changelog": "6.0.3", |
88 | 88 | "@semantic-release/commit-analyzer": "13.0.0", |
89 | 89 | "@semantic-release/git": "10.0.1", |
|
92 | 92 | "@semantic-release/release-notes-generator": "14.0.1", |
93 | 93 | "@stylistic/eslint-plugin": "2.8.0", |
94 | 94 | "@types/dedent": "0.7.2", |
95 | | - "@types/node": "18.19.43", |
| 95 | + "@types/node": "18.19.54", |
96 | 96 | "@typescript-eslint/eslint-plugin": "8.8.0", |
97 | 97 | "@typescript-eslint/parser": "8.8.0", |
98 | 98 | "@vitest/coverage-v8": "2.1.1", |
99 | 99 | "cspell": "8.14.4", |
100 | | - "deassert": "1.0.2", |
| 100 | + "deassert": "1.3.2", |
101 | 101 | "dedent": "1.5.3", |
102 | 102 | "eslint": "9.11.1", |
103 | 103 | "eslint-config-prettier": "9.1.0", |
104 | 104 | "eslint-doc-generator": "1.7.1", |
105 | | - "eslint-flat-config-utils": "0.3.0", |
106 | | - "eslint-import-resolver-typescript": "3.6.1", |
| 105 | + "eslint-flat-config-utils": "0.4.0", |
| 106 | + "eslint-import-resolver-typescript": "3.6.3", |
107 | 107 | "eslint-merge-processors": "0.1.0", |
108 | 108 | "eslint-plugin-eslint-comments": "3.2.0", |
109 | 109 | "eslint-plugin-eslint-plugin": "6.2.0", |
110 | 110 | "eslint-plugin-format": "0.1.2", |
111 | 111 | "eslint-plugin-functional": "link:.", |
112 | | - "eslint-plugin-import-x": "4.1.1", |
113 | | - "eslint-plugin-jsdoc": "50.2.2", |
| 112 | + "eslint-plugin-import-x": "4.3.1", |
| 113 | + "eslint-plugin-jsdoc": "50.3.1", |
114 | 114 | "eslint-plugin-jsonc": "2.16.0", |
115 | 115 | "eslint-plugin-markdown": "5.1.0", |
116 | | - "eslint-plugin-n": "17.10.2", |
117 | | - "eslint-plugin-no-only-tests": "3.1.0", |
| 116 | + "eslint-plugin-n": "17.10.3", |
| 117 | + "eslint-plugin-no-only-tests": "3.3.0", |
118 | 118 | "eslint-plugin-optimize-regex": "1.2.1", |
119 | 119 | "eslint-plugin-promise": "7.1.0", |
120 | 120 | "eslint-plugin-regexp": "2.6.0", |
121 | | - "eslint-plugin-sonarjs": "2.0.2", |
| 121 | + "eslint-plugin-sonarjs": "2.0.3", |
122 | 122 | "eslint-plugin-unicorn": "55.0.0", |
123 | 123 | "eslint-plugin-vitest": "0.5.4", |
124 | 124 | "eslint-plugin-yml": "1.14.0", |
125 | | - "eslint-vitest-rule-tester": "0.3.3", |
| 125 | + "eslint-vitest-rule-tester": "0.6.1", |
126 | 126 | "fast-glob": "3.3.2", |
127 | | - "husky": "9.1.4", |
| 127 | + "husky": "9.1.6", |
128 | 128 | "jsonc-eslint-parser": "2.4.0", |
129 | | - "knip": "5.27.1", |
130 | | - "lint-staged": "15.2.8", |
131 | | - "markdownlint-cli2": "0.13.0", |
| 129 | + "knip": "5.31.0", |
| 130 | + "lint-staged": "15.2.10", |
| 131 | + "markdownlint-cli2": "0.14.0", |
132 | 132 | "prettier": "3.3.3", |
133 | | - "prettier-plugin-packagejson": "2.5.1", |
| 133 | + "prettier-plugin-packagejson": "2.5.2", |
134 | 134 | "rimraf": "6.0.1", |
135 | | - "rollup": "4.20.0", |
| 135 | + "rollup": "4.24.0", |
136 | 136 | "rollup-plugin-ts": "3.4.5", |
137 | 137 | "semantic-release": "24.1.2", |
138 | 138 | "semantic-release-replace-plugin": "1.2.7", |
139 | 139 | "tsc-files": "1.1.4", |
140 | | - "tsx": "4.16.5", |
141 | | - "typescript": "5.5.4", |
| 140 | + "tsx": "4.19.1", |
| 141 | + "typescript": "5.6.2", |
142 | 142 | "vite-tsconfig-paths": "5.0.1", |
143 | 143 | "vitest": "2.1.1", |
144 | 144 | "yaml-eslint-parser": "1.2.3" |
|
152 | 152 | "optional": true |
153 | 153 | } |
154 | 154 | }, |
155 | | - "packageManager": "pnpm@9.7.0", |
| 155 | + "packageManager": "pnpm@9.12.0", |
156 | 156 | "engines": { |
157 | 157 | "node": ">=v18.18.0" |
158 | 158 | }, |
|
0 commit comments