oh-my-opencode 5.0.0-beta.80 → 5.0.0-beta.82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/README.md +1 -1
  2. package/dist/cli/index.js +6893 -3348
  3. package/dist/cli/senpi-edition-hint.d.ts +10 -0
  4. package/dist/cli-node/index.js +6893 -3348
  5. package/dist/features/team-mode/tools/lifecycle-inline-spec.d.ts +1 -1
  6. package/dist/index.js +4334 -1672
  7. package/dist/oh-my-opencode.schema.json +3 -7
  8. package/dist/skills/frontend/SKILL.md +1 -0
  9. package/dist/skills/frontend/references/design/README.md +3 -2
  10. package/dist/skills/frontend/references/design/design-system-architecture.md +1 -0
  11. package/dist/skills/frontend/references/perfection/README.md +1 -0
  12. package/dist/skills/ultimate-browsing/engine/templates/package.json +1 -1
  13. package/dist/tui.js +2574 -1339
  14. package/package.json +34 -30
  15. package/packages/lsp-daemon/dist/cli.js +591 -555
  16. package/packages/lsp-daemon/dist/client.js +34 -5
  17. package/packages/lsp-daemon/dist/daemon-client.d.ts +2 -0
  18. package/packages/lsp-daemon/dist/daemon-client.js +20 -3
  19. package/packages/lsp-daemon/dist/ensure-daemon.js +17 -3
  20. package/packages/lsp-daemon/dist/index.js +34 -5
  21. package/packages/lsp-daemon/package.json +4 -3
  22. package/packages/lsp-tools-mcp/package.json +4 -3
  23. package/packages/omo-codex/plugin/.codex-plugin/plugin.json +1 -1
  24. package/packages/omo-codex/plugin/components/bootstrap/dist/cli.js +2515 -1261
  25. package/packages/omo-codex/plugin/components/bootstrap/hooks/hooks.json +1 -1
  26. package/packages/omo-codex/plugin/components/bootstrap/package.json +1 -1
  27. package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
  28. package/packages/omo-codex/plugin/components/comment-checker/package.json +5 -4
  29. package/packages/omo-codex/plugin/components/git-bash/hooks/hooks.json +2 -2
  30. package/packages/omo-codex/plugin/components/git-bash/package.json +2 -2
  31. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/hooks/hooks.json +1 -1
  32. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/package.json +5 -4
  33. package/packages/omo-codex/plugin/components/lsp/dist/.omo-runtime-manifest.json +3 -3
  34. package/packages/omo-codex/plugin/components/lsp/dist/cli.js +34 -5
  35. package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
  36. package/packages/omo-codex/plugin/components/lsp/package.json +5 -4
  37. package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
  38. package/packages/omo-codex/plugin/components/rules/package.json +5 -4
  39. package/packages/omo-codex/plugin/components/teammode/hooks/hooks.json +1 -1
  40. package/packages/omo-codex/plugin/components/teammode/package.json +4 -3
  41. package/packages/omo-codex/plugin/components/telemetry/dist/cli.js +4944 -2767
  42. package/packages/omo-codex/plugin/components/telemetry/dist/posthog.js +4944 -2767
  43. package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
  44. package/packages/omo-codex/plugin/components/telemetry/package.json +5 -4
  45. package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
  46. package/packages/omo-codex/plugin/components/ultrawork/package.json +5 -4
  47. package/packages/omo-codex/plugin/components/ulw-execute-continuation/hooks/hooks.json +1 -1
  48. package/packages/omo-codex/plugin/components/ulw-execute-continuation/package.json +5 -4
  49. package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +5 -5
  50. package/packages/omo-codex/plugin/components/ulw-loop/package.json +5 -4
  51. package/packages/omo-codex/plugin/hooks/post-compact-resetting-git-bash-mcp-reminder.json +1 -1
  52. package/packages/omo-codex/plugin/hooks/post-compact-resetting-lsp-diagnostics-cache.json +1 -1
  53. package/packages/omo-codex/plugin/hooks/post-compact-resetting-project-rule-cache.json +1 -1
  54. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-comments.json +1 -1
  55. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-lsp-diagnostics.json +1 -1
  56. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-thread-title-hygiene.json +1 -1
  57. package/packages/omo-codex/plugin/hooks/post-tool-use-matching-project-rules.json +1 -1
  58. package/packages/omo-codex/plugin/hooks/post-tool-use-recording-spawn-admission.json +1 -1
  59. package/packages/omo-codex/plugin/hooks/pre-tool-use-enforcing-unlimited-goal-budget.json +1 -1
  60. package/packages/omo-codex/plugin/hooks/pre-tool-use-guarding-ulw-loop-spawns.json +1 -1
  61. package/packages/omo-codex/plugin/hooks/pre-tool-use-recommending-git-bash-mcp.json +1 -1
  62. package/packages/omo-codex/plugin/hooks/session-start-checking-auto-update.json +1 -1
  63. package/packages/omo-codex/plugin/hooks/session-start-checking-bootstrap-provisioning.json +1 -1
  64. package/packages/omo-codex/plugin/hooks/session-start-loading-project-rules.json +1 -1
  65. package/packages/omo-codex/plugin/hooks/session-start-recording-session-telemetry.json +1 -1
  66. package/packages/omo-codex/plugin/hooks/stop-checking-ulw-execute-continuation.json +1 -1
  67. package/packages/omo-codex/plugin/hooks/stop-checking-ulw-loop-resume.json +1 -1
  68. package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json +1 -1
  69. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ultrawork-trigger.json +1 -1
  70. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ulw-loop-steering.json +1 -1
  71. package/packages/omo-codex/plugin/hooks/user-prompt-submit-loading-project-rules.json +1 -1
  72. package/packages/omo-codex/plugin/package-lock.json +481 -322
  73. package/packages/omo-codex/plugin/package.json +5 -1
  74. package/packages/omo-codex/plugin/shared/package.json +1 -1
  75. package/packages/omo-codex/plugin/skills/frontend/SKILL.md +1 -0
  76. package/packages/omo-codex/plugin/skills/frontend/references/design/README.md +3 -2
  77. package/packages/omo-codex/plugin/skills/frontend/references/design/design-system-architecture.md +1 -0
  78. package/packages/omo-codex/plugin/skills/frontend/references/perfection/README.md +1 -0
  79. package/packages/omo-codex/plugin/skills/ultimate-browsing/engine/templates/package.json +1 -1
  80. package/packages/omo-codex/scripts/install-dist/install-local.mjs +7777 -4292
  81. package/packages/shared-skills/skills/frontend/SKILL.md +1 -0
  82. package/packages/shared-skills/skills/frontend/references/design/README.md +3 -2
  83. package/packages/shared-skills/skills/frontend/references/design/design-system-architecture.md +1 -0
  84. package/packages/shared-skills/skills/frontend/references/perfection/README.md +1 -0
  85. package/packages/shared-skills/skills/ultimate-browsing/engine/templates/package.json +1 -1
  86. package/postinstall.mjs +3 -0
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@sisyphuslabs/omo-codex-plugin",
3
- "version": "5.0.0-beta.80",
3
+ "version": "5.0.0-beta.82",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@sisyphuslabs/omo-codex-plugin",
9
- "version": "5.0.0-beta.80",
9
+ "version": "5.0.0-beta.82",
10
10
  "workspaces": [
11
11
  "components/comment-checker",
12
12
  "components/git-bash",
@@ -21,6 +21,10 @@
21
21
  ],
22
22
  "dependencies": {
23
23
  "@oh-my-opencode/shared-skills": "file:../../shared-skills"
24
+ },
25
+ "devDependencies": {
26
+ "@vitest/coverage-v8": "5.0.1",
27
+ "vitest": "5.0.1"
24
28
  }
25
29
  },
26
30
  "../../comment-checker-core": {
@@ -46,12 +50,13 @@
46
50
  "omo-lsp-daemon": "dist/cli.js"
47
51
  },
48
52
  "devDependencies": {
49
- "@biomejs/biome": "2.4.16",
53
+ "@biomejs/biome": "2.5.14",
50
54
  "@oh-my-opencode/lsp-core": "file:../lsp-core",
51
55
  "@oh-my-opencode/mcp-stdio-core": "file:../mcp-stdio-core",
52
- "@types/node": "^25.9.2",
56
+ "@types/node": "^26.6.2",
57
+ "@vitest/coverage-v8": "5.0.1",
53
58
  "typescript": "^6.0.3",
54
- "vitest": "^4.1.8"
59
+ "vitest": "5.0.1"
55
60
  },
56
61
  "engines": {
57
62
  "node": ">=20.0.0"
@@ -85,22 +90,23 @@
85
90
  "dev": true,
86
91
  "dependencies": {
87
92
  "@oh-my-opencode/utils": "workspace:*",
88
- "posthog-node": "^5.51.1"
93
+ "posthog-node": "^5.52.4"
89
94
  }
90
95
  },
91
96
  "components/comment-checker": {
92
97
  "name": "@code-yeongyu/codex-comment-checker",
93
- "version": "5.0.0-beta.80",
98
+ "version": "5.0.0-beta.82",
94
99
  "license": "MIT",
95
100
  "bin": {
96
101
  "omo-comment-checker": "dist/cli.js"
97
102
  },
98
103
  "devDependencies": {
99
- "@biomejs/biome": "2.5.9",
104
+ "@biomejs/biome": "2.5.14",
100
105
  "@oh-my-opencode/comment-checker-core": "file:../../../../comment-checker-core",
101
- "@types/node": "^26.2.0",
106
+ "@types/node": "^26.6.2",
107
+ "@vitest/coverage-v8": "5.0.1",
102
108
  "typescript": "^7.0.2",
103
- "vitest": "^4.1.11"
109
+ "vitest": "5.0.1"
104
110
  },
105
111
  "engines": {
106
112
  "node": ">=20.0.0"
@@ -111,12 +117,12 @@
111
117
  },
112
118
  "components/git-bash": {
113
119
  "name": "@sisyphuslabs/codex-git-bash-hook",
114
- "version": "5.0.0-beta.80",
120
+ "version": "5.0.0-beta.82",
115
121
  "bin": {
116
122
  "omo-git-bash-hook": "dist/cli.js"
117
123
  },
118
124
  "devDependencies": {
119
- "@types/node": "^26.2.0",
125
+ "@types/node": "^26.6.2",
120
126
  "typescript": "^7.0.2"
121
127
  },
122
128
  "engines": {
@@ -125,16 +131,17 @@
125
131
  },
126
132
  "components/lazycodex-executor-verify": {
127
133
  "name": "@code-yeongyu/codex-lazycodex-executor-verify",
128
- "version": "5.0.0-beta.80",
134
+ "version": "5.0.0-beta.82",
129
135
  "license": "MIT",
130
136
  "bin": {
131
137
  "lazycodex-executor-verify": "dist/cli.js"
132
138
  },
133
139
  "devDependencies": {
134
- "@biomejs/biome": "2.5.9",
135
- "@types/node": "^26.2.0",
140
+ "@biomejs/biome": "2.5.14",
141
+ "@types/node": "^26.6.2",
142
+ "@vitest/coverage-v8": "5.0.1",
136
143
  "typescript": "^7.0.2",
137
- "vitest": "^4.1.11"
144
+ "vitest": "5.0.1"
138
145
  },
139
146
  "engines": {
140
147
  "node": ">=20.0.0"
@@ -142,7 +149,7 @@
142
149
  },
143
150
  "components/lsp": {
144
151
  "name": "@code-yeongyu/codex-lsp",
145
- "version": "5.0.0-beta.80",
152
+ "version": "5.0.0-beta.82",
146
153
  "license": "MIT",
147
154
  "dependencies": {
148
155
  "@code-yeongyu/lsp-daemon": "file:../../../../lsp-daemon",
@@ -152,10 +159,11 @@
152
159
  "omo-lsp": "dist/cli.js"
153
160
  },
154
161
  "devDependencies": {
155
- "@biomejs/biome": "2.5.9",
156
- "@types/node": "^26.2.0",
162
+ "@biomejs/biome": "2.5.14",
163
+ "@types/node": "^26.6.2",
164
+ "@vitest/coverage-v8": "5.0.1",
157
165
  "typescript": "^7.0.2",
158
- "vitest": "^4.1.11"
166
+ "vitest": "5.0.1"
159
167
  },
160
168
  "engines": {
161
169
  "node": ">=20.0.0"
@@ -163,7 +171,7 @@
163
171
  },
164
172
  "components/rules": {
165
173
  "name": "@code-yeongyu/codex-rules",
166
- "version": "5.0.0-beta.80",
174
+ "version": "5.0.0-beta.82",
167
175
  "license": "MIT",
168
176
  "dependencies": {
169
177
  "picomatch": "^4.0.7"
@@ -172,12 +180,13 @@
172
180
  "omo-rules": "dist/cli.js"
173
181
  },
174
182
  "devDependencies": {
175
- "@biomejs/biome": "2.5.9",
183
+ "@biomejs/biome": "2.5.14",
176
184
  "@oh-my-opencode/rules-engine": "file:../../../../rules-engine",
177
- "@types/node": "^26.2.0",
185
+ "@types/node": "^26.6.2",
178
186
  "@types/picomatch": "^4.0.3",
187
+ "@vitest/coverage-v8": "5.0.1",
179
188
  "typescript": "^7.0.2",
180
- "vitest": "^4.1.11"
189
+ "vitest": "5.0.1"
181
190
  },
182
191
  "engines": {
183
192
  "node": ">=20.0.0"
@@ -185,12 +194,13 @@
185
194
  },
186
195
  "components/teammode": {
187
196
  "name": "@sisyphuslabs/codex-teammode",
188
- "version": "5.0.0-beta.80",
197
+ "version": "5.0.0-beta.82",
189
198
  "devDependencies": {
190
- "@types/node": "^26.2.0",
199
+ "@types/node": "^26.6.2",
200
+ "@vitest/coverage-v8": "5.0.1",
191
201
  "bun-types": "^1.4.2",
192
202
  "typescript": "^7.0.2",
193
- "vitest": "^4.1.11"
203
+ "vitest": "5.0.1"
194
204
  },
195
205
  "engines": {
196
206
  "node": ">=20.0.0"
@@ -198,17 +208,18 @@
198
208
  },
199
209
  "components/telemetry": {
200
210
  "name": "@code-yeongyu/codex-telemetry",
201
- "version": "5.0.0-beta.80",
211
+ "version": "5.0.0-beta.82",
202
212
  "license": "MIT",
203
213
  "bin": {
204
214
  "omo-telemetry": "dist/cli.js"
205
215
  },
206
216
  "devDependencies": {
207
- "@biomejs/biome": "2.5.9",
217
+ "@biomejs/biome": "2.5.14",
208
218
  "@oh-my-opencode/telemetry-core": "file:../../../../telemetry-core",
209
- "@types/node": "^26.2.0",
219
+ "@types/node": "^26.6.2",
220
+ "@vitest/coverage-v8": "5.0.1",
210
221
  "typescript": "^7.0.2",
211
- "vitest": "^4.1.11"
222
+ "vitest": "5.0.1"
212
223
  },
213
224
  "engines": {
214
225
  "node": ">=20.0.0"
@@ -216,17 +227,18 @@
216
227
  },
217
228
  "components/ultrawork": {
218
229
  "name": "@code-yeongyu/codex-ultrawork",
219
- "version": "5.0.0-beta.80",
230
+ "version": "5.0.0-beta.82",
220
231
  "license": "MIT",
221
232
  "bin": {
222
233
  "omo-ultrawork": "dist/cli.js"
223
234
  },
224
235
  "devDependencies": {
225
- "@biomejs/biome": "2.5.9",
236
+ "@biomejs/biome": "2.5.14",
226
237
  "@oh-my-opencode/prompts-core": "file:../../../../prompts-core",
227
- "@types/node": "^26.2.0",
238
+ "@types/node": "^26.6.2",
239
+ "@vitest/coverage-v8": "5.0.1",
228
240
  "typescript": "^7.0.2",
229
- "vitest": "^4.1.11"
241
+ "vitest": "5.0.1"
230
242
  },
231
243
  "engines": {
232
244
  "node": ">=20.0.0"
@@ -234,16 +246,17 @@
234
246
  },
235
247
  "components/ulw-execute-continuation": {
236
248
  "name": "@code-yeongyu/codex-ulw-execute-continuation",
237
- "version": "5.0.0-beta.80",
249
+ "version": "5.0.0-beta.82",
238
250
  "license": "MIT",
239
251
  "bin": {
240
252
  "omo-ulw-execute-continuation": "dist/cli.js"
241
253
  },
242
254
  "devDependencies": {
243
- "@biomejs/biome": "2.5.9",
244
- "@types/node": "^26.2.0",
255
+ "@biomejs/biome": "2.5.14",
256
+ "@types/node": "^26.6.2",
257
+ "@vitest/coverage-v8": "5.0.1",
245
258
  "typescript": "^7.0.2",
246
- "vitest": "^4.1.11"
259
+ "vitest": "5.0.1"
247
260
  },
248
261
  "engines": {
249
262
  "node": ">=20.0.0"
@@ -251,7 +264,7 @@
251
264
  },
252
265
  "components/ulw-loop": {
253
266
  "name": "@code-yeongyu/codex-ulw-loop",
254
- "version": "5.0.0-beta.80",
267
+ "version": "5.0.0-beta.82",
255
268
  "license": "MIT",
256
269
  "bin": {
257
270
  "omo-ulw-loop": "dist/cli.js",
@@ -259,19 +272,80 @@
259
272
  "ulw-loop": "dist/cli.js"
260
273
  },
261
274
  "devDependencies": {
262
- "@biomejs/biome": "2.5.9",
263
- "@types/node": "^26.2.0",
275
+ "@biomejs/biome": "2.5.14",
276
+ "@types/node": "^26.6.2",
277
+ "@vitest/coverage-v8": "5.0.1",
264
278
  "typescript": "^7.0.2",
265
- "vitest": "^4.1.11"
279
+ "vitest": "5.0.1"
266
280
  },
267
281
  "engines": {
268
282
  "node": ">=20.0.0"
269
283
  }
270
284
  },
285
+ "node_modules/@babel/helper-string-parser": {
286
+ "version": "7.29.7",
287
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
288
+ "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
289
+ "dev": true,
290
+ "license": "MIT",
291
+ "engines": {
292
+ "node": ">=6.9.0"
293
+ }
294
+ },
295
+ "node_modules/@babel/helper-validator-identifier": {
296
+ "version": "7.29.7",
297
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
298
+ "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
299
+ "dev": true,
300
+ "license": "MIT",
301
+ "engines": {
302
+ "node": ">=6.9.0"
303
+ }
304
+ },
305
+ "node_modules/@babel/parser": {
306
+ "version": "7.29.9",
307
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.9.tgz",
308
+ "integrity": "sha512-CjXrNHTnvqBVqHgdBysY3vk2T8tpJHb5/RMeHJBTyVa9xgugCB0CJTx/3oO8RV2QRQP391RWpB7D6hLjm8V9uA==",
309
+ "dev": true,
310
+ "license": "MIT",
311
+ "dependencies": {
312
+ "@babel/types": "^7.29.8"
313
+ },
314
+ "bin": {
315
+ "parser": "bin/babel-parser.js"
316
+ },
317
+ "engines": {
318
+ "node": ">=6.0.0"
319
+ }
320
+ },
321
+ "node_modules/@babel/types": {
322
+ "version": "7.29.8",
323
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.8.tgz",
324
+ "integrity": "sha512-Vj1jF3cPfxg7OAfoI7QnVKLoILlm2JF9pnVHrX8qx7AHMiYWT+NDAA7jChlNgRS4WTLc/fD1lXLmPixluj+3Gg==",
325
+ "dev": true,
326
+ "license": "MIT",
327
+ "dependencies": {
328
+ "@babel/helper-string-parser": "^7.29.7",
329
+ "@babel/helper-validator-identifier": "^7.29.7"
330
+ },
331
+ "engines": {
332
+ "node": ">=6.9.0"
333
+ }
334
+ },
335
+ "node_modules/@bcoe/v8-coverage": {
336
+ "version": "1.0.2",
337
+ "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-1.0.2.tgz",
338
+ "integrity": "sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==",
339
+ "dev": true,
340
+ "license": "MIT",
341
+ "engines": {
342
+ "node": ">=18"
343
+ }
344
+ },
271
345
  "node_modules/@biomejs/biome": {
272
- "version": "2.5.9",
273
- "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.5.9.tgz",
274
- "integrity": "sha512-KkgCvdHB4IhtpHpF564plA9jo6fDOwWGQ/3jvreLzgOtRLEDoPqr7QO9qejNA8jKwDsSkAKr77hqBHnyUbIw4g==",
346
+ "version": "2.5.14",
347
+ "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.5.14.tgz",
348
+ "integrity": "sha512-0FabLIjd4M/dm8VFI86RMaLLdgepzbdfiAL2R8cr7V81OYYrP1w7Z73KfAwPK5h9SrEBXTzNG2y+mBwPo9xRnw==",
275
349
  "dev": true,
276
350
  "license": "MIT OR Apache-2.0",
277
351
  "bin": {
@@ -285,20 +359,20 @@
285
359
  "url": "https://opencollective.com/biome"
286
360
  },
287
361
  "optionalDependencies": {
288
- "@biomejs/cli-darwin-arm64": "2.5.9",
289
- "@biomejs/cli-darwin-x64": "2.5.9",
290
- "@biomejs/cli-linux-arm64": "2.5.9",
291
- "@biomejs/cli-linux-arm64-musl": "2.5.9",
292
- "@biomejs/cli-linux-x64": "2.5.9",
293
- "@biomejs/cli-linux-x64-musl": "2.5.9",
294
- "@biomejs/cli-win32-arm64": "2.5.9",
295
- "@biomejs/cli-win32-x64": "2.5.9"
362
+ "@biomejs/cli-darwin-arm64": "2.5.14",
363
+ "@biomejs/cli-darwin-x64": "2.5.14",
364
+ "@biomejs/cli-linux-arm64": "2.5.14",
365
+ "@biomejs/cli-linux-arm64-musl": "2.5.14",
366
+ "@biomejs/cli-linux-x64": "2.5.14",
367
+ "@biomejs/cli-linux-x64-musl": "2.5.14",
368
+ "@biomejs/cli-win32-arm64": "2.5.14",
369
+ "@biomejs/cli-win32-x64": "2.5.14"
296
370
  }
297
371
  },
298
372
  "node_modules/@biomejs/cli-darwin-arm64": {
299
- "version": "2.5.9",
300
- "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.5.9.tgz",
301
- "integrity": "sha512-am22pX2aBqznqq1eMyIj/bZ++riF3Lk6ct7cbv+gQK0csFhr+d8O0RkOi2FF2qSgFgANbqNkIZ0/PxlnW2pLFg==",
373
+ "version": "2.5.14",
374
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.5.14.tgz",
375
+ "integrity": "sha512-UnzaXO65L4tsZimFITFP2M121GyhDcWFrT3pL5ZJ5U4XcS/0L5VHYytVohdCf/gnDUFHgl2I9xnt5bV/J1kxHQ==",
302
376
  "cpu": [
303
377
  "arm64"
304
378
  ],
@@ -313,9 +387,9 @@
313
387
  }
314
388
  },
315
389
  "node_modules/@biomejs/cli-darwin-x64": {
316
- "version": "2.5.9",
317
- "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.5.9.tgz",
318
- "integrity": "sha512-l44KWDHLDvEnD0N/XcrVs7VXb3A18xL7QS3WB0eL93wbmk529ffIG55vleGCqaunpRUjLrdnjK05Qki1dsjylg==",
390
+ "version": "2.5.14",
391
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.5.14.tgz",
392
+ "integrity": "sha512-kiy8qA16K93J7uvFfWi4LgjqDpnRKyePAna6A0Y4jxyUga35SYpIZ2cNWlhy0lsfgqRenCpfymnJWEZ6mgpRgA==",
319
393
  "cpu": [
320
394
  "x64"
321
395
  ],
@@ -330,13 +404,16 @@
330
404
  }
331
405
  },
332
406
  "node_modules/@biomejs/cli-linux-arm64": {
333
- "version": "2.5.9",
334
- "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.5.9.tgz",
335
- "integrity": "sha512-ICaK+IYaVZvKbBxX2rwrPT0DdUDMnE9Vm3nQGe+mltQPmUg19pONzkPWGdY4FCsoreDETWDynvdt4ysCbF5gNQ==",
407
+ "version": "2.5.14",
408
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.5.14.tgz",
409
+ "integrity": "sha512-vO/9BaU1n30CiFNLx49gMTMtbCAAqlo/EqFoG0BU3deQInTbJrmXSmTQ9e3FoDZIKQnvSLDVNL4lx1ci7y1T1Q==",
336
410
  "cpu": [
337
411
  "arm64"
338
412
  ],
339
413
  "dev": true,
414
+ "libc": [
415
+ "glibc"
416
+ ],
340
417
  "license": "MIT OR Apache-2.0",
341
418
  "optional": true,
342
419
  "os": [
@@ -347,13 +424,16 @@
347
424
  }
348
425
  },
349
426
  "node_modules/@biomejs/cli-linux-arm64-musl": {
350
- "version": "2.5.9",
351
- "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.5.9.tgz",
352
- "integrity": "sha512-7ImVPwBLCtkmpR5esd8RHhTqW94f0JLJQum6AneYcy94jRm18TaPPm7slaigGzFhfgt3QiD1Vj52LKmBAnKizA==",
427
+ "version": "2.5.14",
428
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.5.14.tgz",
429
+ "integrity": "sha512-SJ9PrZkBnnH9dHJDnxk34vKs0GB2dbsioaft6/hPhWJ7AHpwYH83Isnhj0FSRpFkGgpVfJ1lds23ApB2czUDLQ==",
353
430
  "cpu": [
354
431
  "arm64"
355
432
  ],
356
433
  "dev": true,
434
+ "libc": [
435
+ "musl"
436
+ ],
357
437
  "license": "MIT OR Apache-2.0",
358
438
  "optional": true,
359
439
  "os": [
@@ -364,13 +444,16 @@
364
444
  }
365
445
  },
366
446
  "node_modules/@biomejs/cli-linux-x64": {
367
- "version": "2.5.9",
368
- "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.5.9.tgz",
369
- "integrity": "sha512-z22Q/zFYSvbIJfW1CbfZPu4X8PddS6Qd2ORbc6h+aT6EcwAxUF3m6fA4HjNvA3TU4X0dTJRwNPB165ES3PJXzg==",
447
+ "version": "2.5.14",
448
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.5.14.tgz",
449
+ "integrity": "sha512-VHZRa7CCQBUWKxNwUvHJeuW03WFRgN5NWO//SDGOitc9QIeNyfA42V9zlKm+x82xFSG9Bzi5fi+hbhm9anO8yA==",
370
450
  "cpu": [
371
451
  "x64"
372
452
  ],
373
453
  "dev": true,
454
+ "libc": [
455
+ "glibc"
456
+ ],
374
457
  "license": "MIT OR Apache-2.0",
375
458
  "optional": true,
376
459
  "os": [
@@ -381,13 +464,16 @@
381
464
  }
382
465
  },
383
466
  "node_modules/@biomejs/cli-linux-x64-musl": {
384
- "version": "2.5.9",
385
- "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.5.9.tgz",
386
- "integrity": "sha512-RXGaD0o1/pTTguYw1aeDJh9ad6Lfrui0fI7mBderTyGr7WuUJkBIttgLkR3XJyoxOkkgfBDspaUT8wXArTqLZw==",
467
+ "version": "2.5.14",
468
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.5.14.tgz",
469
+ "integrity": "sha512-2kI5PrMgW5dcEZYrstLPmUmCwkUwZY39rP4BN93Vxbwcs2O57LDQOktUZZYPvvspN5i0mhGr3TJtF5sU26NUWg==",
387
470
  "cpu": [
388
471
  "x64"
389
472
  ],
390
473
  "dev": true,
474
+ "libc": [
475
+ "musl"
476
+ ],
391
477
  "license": "MIT OR Apache-2.0",
392
478
  "optional": true,
393
479
  "os": [
@@ -398,9 +484,9 @@
398
484
  }
399
485
  },
400
486
  "node_modules/@biomejs/cli-win32-arm64": {
401
- "version": "2.5.9",
402
- "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.5.9.tgz",
403
- "integrity": "sha512-nHK+/HHC+D0ogAHUxomgoSTdjImb6fmNNVTKmf0tyu4eDL1DqPKIHc+i+UL8+b0RnAu8224qo8F2tCVnaT0A3w==",
487
+ "version": "2.5.14",
488
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.5.14.tgz",
489
+ "integrity": "sha512-pHgAFffmZtaYoxavEsWEYNvcA7NwOIjLyqw2HXyLbt16xYryX0L4fMV2u0G9ag6LNYPIoqWaWqzUcnc6rLGGXg==",
404
490
  "cpu": [
405
491
  "arm64"
406
492
  ],
@@ -415,9 +501,9 @@
415
501
  }
416
502
  },
417
503
  "node_modules/@biomejs/cli-win32-x64": {
418
- "version": "2.5.9",
419
- "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.5.9.tgz",
420
- "integrity": "sha512-Yiq0H56LjXSSw/hd9YkXgSLQfzyDJzbzU2TezozxyNw+uKWAqOtqGVvBfzKRRDiaFF5avGAhHdWKx7LtDOShUw==",
504
+ "version": "2.5.14",
505
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.5.14.tgz",
506
+ "integrity": "sha512-oJWmBhoHsnhUKIke+0gXDX0mltJrWHA1UyHsrTlXwX0TL64ilVZAo+TYZm97baecV0esBdpzy3k96q+09JaZUQ==",
421
507
  "cpu": [
422
508
  "x64"
423
509
  ],
@@ -481,13 +567,34 @@
481
567
  "resolved": "../../lsp-daemon",
482
568
  "link": true
483
569
  },
570
+ "node_modules/@jridgewell/resolve-uri": {
571
+ "version": "3.1.2",
572
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
573
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
574
+ "dev": true,
575
+ "license": "MIT",
576
+ "engines": {
577
+ "node": ">=6.0.0"
578
+ }
579
+ },
484
580
  "node_modules/@jridgewell/sourcemap-codec": {
485
- "version": "1.5.5",
486
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
487
- "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
581
+ "version": "1.6.0",
582
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.6.0.tgz",
583
+ "integrity": "sha512-T7jf+5zgsZHwNJ4lvQ7/aezbyk0nNX+zJVWpmHA7VYsEx7a7qr5Rg5IbtJFqkgze5Y2sruq1RUY8Q837Od7iFw==",
488
584
  "dev": true,
489
585
  "license": "MIT"
490
586
  },
587
+ "node_modules/@jridgewell/trace-mapping": {
588
+ "version": "0.3.31",
589
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
590
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
591
+ "dev": true,
592
+ "license": "MIT",
593
+ "dependencies": {
594
+ "@jridgewell/resolve-uri": "^3.1.0",
595
+ "@jridgewell/sourcemap-codec": "^1.4.14"
596
+ }
597
+ },
491
598
  "node_modules/@oh-my-opencode/comment-checker-core": {
492
599
  "resolved": "../../comment-checker-core",
493
600
  "link": true
@@ -513,19 +620,20 @@
513
620
  "link": true
514
621
  },
515
622
  "node_modules/@oxc-project/types": {
516
- "version": "0.146.0",
517
- "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.146.0.tgz",
518
- "integrity": "sha512-XC0QsnnhVe7sLIWmYmdPw7x5P0h4W8vUU3Nv1ySgWXtvCz8NizoAEpGXA0sOYoJQV2Rl13LgURAHQ5cI5ILCSA==",
623
+ "version": "0.150.0",
624
+ "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.150.0.tgz",
625
+ "integrity": "sha512-rDS5/31E9HfPl/CIzGrn0DOlvBbXFseQ5URJ9sYMfstbKLD/c6Gm9vmRzRGDdAXyOIL4zmO37lc9RIwYqVruZw==",
519
626
  "dev": true,
520
627
  "license": "MIT",
628
+ "peer": true,
521
629
  "funding": {
522
- "url": "https://github.com/sponsors/Boshen"
630
+ "url": "https://github.com/sponsors/oxc-project"
523
631
  }
524
632
  },
525
633
  "node_modules/@rolldown/binding-android-arm-eabi": {
526
- "version": "1.2.5",
527
- "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.5.tgz",
528
- "integrity": "sha512-DLe/i+l8ynIBY7XEQ191TeZvCoowIGa18R+dIV30GW7DiOtp74i/xX8hs8GUjW5ARV7VZuie3d6AumSmCwbeRA==",
634
+ "version": "1.2.9",
635
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.9.tgz",
636
+ "integrity": "sha512-tNISae1QEf/vkb3xkRcjV5SEdzPE97We5IVaa2Z8jSszQPZ8U60B/YCYpw4QI7VidYsBtKavczXf+DyDs9WGxw==",
529
637
  "cpu": [
530
638
  "arm"
531
639
  ],
@@ -535,14 +643,15 @@
535
643
  "os": [
536
644
  "android"
537
645
  ],
646
+ "peer": true,
538
647
  "engines": {
539
648
  "node": "^20.19.0 || >=22.12.0"
540
649
  }
541
650
  },
542
651
  "node_modules/@rolldown/binding-android-arm64": {
543
- "version": "1.2.5",
544
- "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.5.tgz",
545
- "integrity": "sha512-zXcwKlQApYAOELHd8PwKDFkagYF9Wy4e0RJ+0qnzl9Pjnpj75TEG8ufv40p2J7kCEfwZAsNiuzRIyNNMWT38ig==",
652
+ "version": "1.2.9",
653
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.9.tgz",
654
+ "integrity": "sha512-YC8YsI30o606GTZi0VyzYlsDKFP8W61i/QzayHDkLbNEz/IShqAmTa+hsJRj13xTHA0H+6fk4b2UmGn+Q/cMlg==",
546
655
  "cpu": [
547
656
  "arm64"
548
657
  ],
@@ -552,14 +661,15 @@
552
661
  "os": [
553
662
  "android"
554
663
  ],
664
+ "peer": true,
555
665
  "engines": {
556
666
  "node": "^20.19.0 || >=22.12.0"
557
667
  }
558
668
  },
559
669
  "node_modules/@rolldown/binding-darwin-arm64": {
560
- "version": "1.2.5",
561
- "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.5.tgz",
562
- "integrity": "sha512-dK4QakI42nzWgJT5sm4y4y/O//D4OxM75/cH28RLV+nzIN9AY+YsbuUVrUTjlLjXR6vpyxFbSsbmNuJ6BP9sww==",
670
+ "version": "1.2.9",
671
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.9.tgz",
672
+ "integrity": "sha512-IwhlH3qK5urrY8hZiEgGkHKEFN901p/p2bjxCxJlr4GyNnF7wYpUvK+Y43uaRYuC4hpfjzbR3SJC3arX1jGvmw==",
563
673
  "cpu": [
564
674
  "arm64"
565
675
  ],
@@ -569,14 +679,15 @@
569
679
  "os": [
570
680
  "darwin"
571
681
  ],
682
+ "peer": true,
572
683
  "engines": {
573
684
  "node": "^20.19.0 || >=22.12.0"
574
685
  }
575
686
  },
576
687
  "node_modules/@rolldown/binding-darwin-x64": {
577
- "version": "1.2.5",
578
- "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.5.tgz",
579
- "integrity": "sha512-fqSALaUu1Wjd1nK2uW2kJDWdLCc8lx1IcY+MTY26Aurfdx19anlzhqXOgCFbBFQnlFDTn4TC1/7Nz4Bl2mLP3A==",
688
+ "version": "1.2.9",
689
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.9.tgz",
690
+ "integrity": "sha512-XxpJfVzFh+jilRxIXUqcfYAYcunIc/XEzIizsOL1fcJee5Sf7H3mH8WlLmfHfluz5amqR88QQo9izKtmMlavAw==",
580
691
  "cpu": [
581
692
  "x64"
582
693
  ],
@@ -586,14 +697,15 @@
586
697
  "os": [
587
698
  "darwin"
588
699
  ],
700
+ "peer": true,
589
701
  "engines": {
590
702
  "node": "^20.19.0 || >=22.12.0"
591
703
  }
592
704
  },
593
705
  "node_modules/@rolldown/binding-freebsd-x64": {
594
- "version": "1.2.5",
595
- "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.5.tgz",
596
- "integrity": "sha512-/vCnNxlkxs9tKxNDcyWUePpJ/PgTzxIaVhoM5SmG8UV+GR/IcPam4VYxi7GIMo7PSDuNqlJqvprqii9NqqVCMw==",
706
+ "version": "1.2.9",
707
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.9.tgz",
708
+ "integrity": "sha512-kSfvhmgeWyfkbT3p/1s5vSgboogoah2zkm9fX2zjg2hHxSV7T4KhMWRUUaRk4OXNqoD3QAUeRqLcs1aZOK4U1g==",
597
709
  "cpu": [
598
710
  "x64"
599
711
  ],
@@ -603,14 +715,15 @@
603
715
  "os": [
604
716
  "freebsd"
605
717
  ],
718
+ "peer": true,
606
719
  "engines": {
607
720
  "node": "^20.19.0 || >=22.12.0"
608
721
  }
609
722
  },
610
723
  "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
611
- "version": "1.2.5",
612
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.5.tgz",
613
- "integrity": "sha512-abk0NLA519LxRCszmbE0jYKuQ9YPocOXTiOXOo6Yr+YAT95VH+PtqYAjOJvGKt3viEd/x4qzabAlwd5bHOOARg==",
724
+ "version": "1.2.9",
725
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.9.tgz",
726
+ "integrity": "sha512-1RVzG17pxqbTfYLC352JlLt6kKLG+6Hr30n8DlIJqsnV5luUDd2Qdx9Ayw1Cabfyb1K9k0jXEZ7evxkRoT+uiw==",
614
727
  "cpu": [
615
728
  "arm"
616
729
  ],
@@ -620,116 +733,141 @@
620
733
  "os": [
621
734
  "linux"
622
735
  ],
736
+ "peer": true,
623
737
  "engines": {
624
738
  "node": "^20.19.0 || >=22.12.0"
625
739
  }
626
740
  },
627
741
  "node_modules/@rolldown/binding-linux-arm64-gnu": {
628
- "version": "1.2.5",
629
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.5.tgz",
630
- "integrity": "sha512-Y7eALiJ8lr0M2HH103Js+g7V34wf6snlpZLAsHI90uLhr3PVlNsbFVAXJC9d/V6BnPyKtpSwI+NcB/RLxsQxuA==",
742
+ "version": "1.2.9",
743
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.9.tgz",
744
+ "integrity": "sha512-BXqPvZ2drqVD+/Z8UpKwcs4Mp7grM+eGFku4CAEKrEtcbAsUpzREphK1sogCRZGreVPiMkiiBtw0n3TPteuqvw==",
631
745
  "cpu": [
632
746
  "arm64"
633
747
  ],
634
748
  "dev": true,
749
+ "libc": [
750
+ "glibc"
751
+ ],
635
752
  "license": "MIT",
636
753
  "optional": true,
637
754
  "os": [
638
755
  "linux"
639
756
  ],
757
+ "peer": true,
640
758
  "engines": {
641
759
  "node": "^20.19.0 || >=22.12.0"
642
760
  }
643
761
  },
644
762
  "node_modules/@rolldown/binding-linux-arm64-musl": {
645
- "version": "1.2.5",
646
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.5.tgz",
647
- "integrity": "sha512-xMvZgnbZg4YVnR/AX2b3oOPDTFYJvUVaJg5FedA/LuvexAtXibZQej4cnTkw3rjsJ/ggUROB64TdtETiim+FYA==",
763
+ "version": "1.2.9",
764
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.9.tgz",
765
+ "integrity": "sha512-11vWvo8YDwLzukt27J3aYDWU+gg2P7J+ZOmiJ0hkF5BXZDW7pVya7r40MXDy6ya0i9KamoENSVKIugvJNgFXIA==",
648
766
  "cpu": [
649
767
  "arm64"
650
768
  ],
651
769
  "dev": true,
770
+ "libc": [
771
+ "musl"
772
+ ],
652
773
  "license": "MIT",
653
774
  "optional": true,
654
775
  "os": [
655
776
  "linux"
656
777
  ],
778
+ "peer": true,
657
779
  "engines": {
658
780
  "node": "^20.19.0 || >=22.12.0"
659
781
  }
660
782
  },
661
783
  "node_modules/@rolldown/binding-linux-ppc64-gnu": {
662
- "version": "1.2.5",
663
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.5.tgz",
664
- "integrity": "sha512-GRjeqTUDHTo5GwntsLaAMcBahG3nlpjftXWZLN73HiYQlhwEowvarFgQnRnQZtIp4keXX7quXFbG38uPZBa2EA==",
784
+ "version": "1.2.9",
785
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.9.tgz",
786
+ "integrity": "sha512-a1tijMkdwsIARtc0F39ApURROkf3NwqinI6TOiSSWCTR7dT96dffNvMUtDHnq64wKNTIZOIlzKrFvvFUznJiyw==",
665
787
  "cpu": [
666
788
  "ppc64"
667
789
  ],
668
790
  "dev": true,
791
+ "libc": [
792
+ "glibc"
793
+ ],
669
794
  "license": "MIT",
670
795
  "optional": true,
671
796
  "os": [
672
797
  "linux"
673
798
  ],
799
+ "peer": true,
674
800
  "engines": {
675
801
  "node": "^20.19.0 || >=22.12.0"
676
802
  }
677
803
  },
678
804
  "node_modules/@rolldown/binding-linux-s390x-gnu": {
679
- "version": "1.2.5",
680
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.5.tgz",
681
- "integrity": "sha512-vLNTR45F2Uwc8AufkNXPmB4VliaXs+FvcheEogIzOXzO4l+LzieXF5A/TWxLy5HtqpsRCHUfd0lPVrrdgXdLHQ==",
805
+ "version": "1.2.9",
806
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.9.tgz",
807
+ "integrity": "sha512-x6SQNdAvv4c3hWqTMaWuawzMX9myaCs/yEmlGsxJzkdClnHW7FbrjQuSiRDhuSYzEYoEMhsaJy9qHG/XNemJPQ==",
682
808
  "cpu": [
683
809
  "s390x"
684
810
  ],
685
811
  "dev": true,
812
+ "libc": [
813
+ "glibc"
814
+ ],
686
815
  "license": "MIT",
687
816
  "optional": true,
688
817
  "os": [
689
818
  "linux"
690
819
  ],
820
+ "peer": true,
691
821
  "engines": {
692
822
  "node": "^20.19.0 || >=22.12.0"
693
823
  }
694
824
  },
695
825
  "node_modules/@rolldown/binding-linux-x64-gnu": {
696
- "version": "1.2.5",
697
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.5.tgz",
698
- "integrity": "sha512-Mgj59/HTuYeK9Gz2MA+mBWKnHsAgkBSec15ZMb1st3oIfFbX7gCjOae7GydHhzcyQi9Z/7M1QuN9bR3oFqF0jQ==",
826
+ "version": "1.2.9",
827
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.9.tgz",
828
+ "integrity": "sha512-9s0AZ8BFK5/n7B/TBoa2yJE3gI3KURrbXcPBlsAsvjU4VeJKgE90y1YtNxyEUIcHPQkg6/yfF3qihUrcM/Kf0Q==",
699
829
  "cpu": [
700
830
  "x64"
701
831
  ],
702
832
  "dev": true,
833
+ "libc": [
834
+ "glibc"
835
+ ],
703
836
  "license": "MIT",
704
837
  "optional": true,
705
838
  "os": [
706
839
  "linux"
707
840
  ],
841
+ "peer": true,
708
842
  "engines": {
709
843
  "node": "^20.19.0 || >=22.12.0"
710
844
  }
711
845
  },
712
846
  "node_modules/@rolldown/binding-linux-x64-musl": {
713
- "version": "1.2.5",
714
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.5.tgz",
715
- "integrity": "sha512-mY8AP0/ichsbhAxGnLa3d3+MwV0EfgrPND2bplI3Ym8T6R2pJ0N87bvrKVwNXmdy3jnr6eQBecdqx/HMknBmpA==",
847
+ "version": "1.2.9",
848
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.9.tgz",
849
+ "integrity": "sha512-P7VWAmV+WdJluH7ovnRGoiv2i8To7GAZ+kGzfGup635cyL7SyYl3lSUaA3Gp5THf0n/Co5EyEqb2zbqq+nMOHQ==",
716
850
  "cpu": [
717
851
  "x64"
718
852
  ],
719
853
  "dev": true,
854
+ "libc": [
855
+ "musl"
856
+ ],
720
857
  "license": "MIT",
721
858
  "optional": true,
722
859
  "os": [
723
860
  "linux"
724
861
  ],
862
+ "peer": true,
725
863
  "engines": {
726
864
  "node": "^20.19.0 || >=22.12.0"
727
865
  }
728
866
  },
729
867
  "node_modules/@rolldown/binding-openharmony-arm64": {
730
- "version": "1.2.5",
731
- "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.5.tgz",
732
- "integrity": "sha512-8SLssA2oweAxyRgDp789ACfRb/3P+zNRJpzZxSizxF9m8NUDQ4+3xjo8ttjhVGGw6Qxb70oZiEtIjaKikCO7Yw==",
868
+ "version": "1.2.9",
869
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.9.tgz",
870
+ "integrity": "sha512-1qixtsE4BK8h+yS3BfmZ09UhA7O/N4IACva6YBr7EBvCJraByTuRcgOTaiA62Tm0vey3UcKXLOaoGHtYmNGEVg==",
733
871
  "cpu": [
734
872
  "arm64"
735
873
  ],
@@ -739,14 +877,15 @@
739
877
  "os": [
740
878
  "openharmony"
741
879
  ],
880
+ "peer": true,
742
881
  "engines": {
743
882
  "node": "^20.19.0 || >=22.12.0"
744
883
  }
745
884
  },
746
885
  "node_modules/@rolldown/binding-win32-arm64-msvc": {
747
- "version": "1.2.5",
748
- "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.5.tgz",
749
- "integrity": "sha512-vGbruD5zquhoc8D9SViXgN2FBJtNdTyQ4DtG+SWiEGlJiAzoKcZ2xp+xuXCffhubVdt0NJlTZqkeRuERy7g8Cw==",
886
+ "version": "1.2.9",
887
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.9.tgz",
888
+ "integrity": "sha512-ok8IQjcEPs1AKZfuEUznVBrJw+gK4soq+bx8b1X2XoMqVClarc1q5JDmVtWXY1xfr6ZuHTAsPXHTgTrqKTZeww==",
750
889
  "cpu": [
751
890
  "arm64"
752
891
  ],
@@ -756,14 +895,15 @@
756
895
  "os": [
757
896
  "win32"
758
897
  ],
898
+ "peer": true,
759
899
  "engines": {
760
900
  "node": "^20.19.0 || >=22.12.0"
761
901
  }
762
902
  },
763
903
  "node_modules/@rolldown/binding-win32-x64-msvc": {
764
- "version": "1.2.5",
765
- "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.5.tgz",
766
- "integrity": "sha512-e/SXpgISz+IoqVcSSI0rx/d/he8zqLex+/rCWpnHpmVfmPIUjag9H6P7zotf0gJHwPUhQxZ/mF8tr6acebT9yw==",
904
+ "version": "1.2.9",
905
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.9.tgz",
906
+ "integrity": "sha512-Ip2mXoU0hM0boq3Rf+ekuT653OROSo6aSYcPT1VHE4q52KvyxgFkQgrgb/IEsxOuvQ2fZZbs8khJAyCEPM24/g==",
767
907
  "cpu": [
768
908
  "x64"
769
909
  ],
@@ -773,6 +913,7 @@
773
913
  "os": [
774
914
  "win32"
775
915
  ],
916
+ "peer": true,
776
917
  "engines": {
777
918
  "node": "^20.19.0 || >=22.12.0"
778
919
  }
@@ -782,7 +923,8 @@
782
923
  "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
783
924
  "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
784
925
  "dev": true,
785
- "license": "MIT"
926
+ "license": "MIT",
927
+ "peer": true
786
928
  },
787
929
  "node_modules/@sisyphuslabs/codex-git-bash-hook": {
788
930
  "resolved": "components/git-bash",
@@ -792,13 +934,6 @@
792
934
  "resolved": "components/teammode",
793
935
  "link": true
794
936
  },
795
- "node_modules/@standard-schema/spec": {
796
- "version": "1.1.0",
797
- "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
798
- "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
799
- "dev": true,
800
- "license": "MIT"
801
- },
802
937
  "node_modules/@types/chai": {
803
938
  "version": "5.2.3",
804
939
  "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
@@ -825,13 +960,13 @@
825
960
  "license": "MIT"
826
961
  },
827
962
  "node_modules/@types/node": {
828
- "version": "26.2.0",
829
- "resolved": "https://registry.npmjs.org/@types/node/-/node-26.2.0.tgz",
830
- "integrity": "sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg==",
963
+ "version": "26.6.2",
964
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-26.6.2.tgz",
965
+ "integrity": "sha512-X1P21scMv4zGKLYqjdGjaKa7COa0RKVYYZZN/NfvLQ1JegxFhdhpZG/Lyn8AXx6CDUavKAd11v6BvfpkDByK8g==",
831
966
  "dev": true,
832
967
  "license": "MIT",
833
968
  "dependencies": {
834
- "undici-types": "~8.3.0"
969
+ "undici-types": "~8.9.0"
835
970
  }
836
971
  },
837
972
  "node_modules/@types/picomatch": {
@@ -1181,119 +1316,96 @@
1181
1316
  "node": ">=16.20.0"
1182
1317
  }
1183
1318
  },
1184
- "node_modules/@vitest/expect": {
1185
- "version": "4.1.11",
1186
- "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.11.tgz",
1187
- "integrity": "sha512-VX2x5vNJXET47KAFzwERI+KRMtTTCSWTfSMKsW7JsUsXV4psq++e3DvZpuTDOpHcxytiDs6p2nhVb2tVDiiUYw==",
1319
+ "node_modules/@vitest/coverage-v8": {
1320
+ "version": "5.0.1",
1321
+ "resolved": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-5.0.1.tgz",
1322
+ "integrity": "sha512-FRC8ACiudC3dI6MTplzRSYWHDRnIv2IPfbzs4FdoJNsMal/35sWV8hwIfV8ZcqzSPy+uXHeMVONt9CEqtOU17w==",
1188
1323
  "dev": true,
1189
1324
  "license": "MIT",
1190
1325
  "dependencies": {
1191
- "@standard-schema/spec": "^1.1.0",
1192
- "@types/chai": "^5.2.2",
1193
- "@vitest/spy": "4.1.11",
1194
- "@vitest/utils": "4.1.11",
1195
- "chai": "^6.2.2",
1196
- "tinyrainbow": "^3.1.0"
1197
- },
1198
- "funding": {
1199
- "url": "https://opencollective.com/vitest"
1200
- }
1201
- },
1202
- "node_modules/@vitest/mocker": {
1203
- "version": "4.1.11",
1204
- "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.11.tgz",
1205
- "integrity": "sha512-2XJVD55d1o5AZous5CCGKS74g/riOj9odEt2bQpCVZeblHyHdnMeFl4jl0XjU21stf4mbjUkew2eXQZt65g5CQ==",
1206
- "dev": true,
1207
- "license": "MIT",
1208
- "dependencies": {
1209
- "@vitest/spy": "4.1.11",
1210
- "estree-walker": "^3.0.3",
1211
- "magic-string": "^0.30.21"
1326
+ "@bcoe/v8-coverage": "^1.0.2",
1327
+ "@vitest/istanbul-lib-coverage": "^1.0.0",
1328
+ "@vitest/istanbul-lib-report": "^1.0.0",
1329
+ "ast-v8-to-istanbul": "^1.0.5",
1330
+ "magicast": "^0.5.4",
1331
+ "obug": "^2.1.4",
1332
+ "std-env": "^4.2.0",
1333
+ "tinyrainbow": "^3.1.1"
1212
1334
  },
1213
1335
  "funding": {
1214
1336
  "url": "https://opencollective.com/vitest"
1215
1337
  },
1216
1338
  "peerDependencies": {
1217
- "msw": "^2.4.9",
1218
- "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
1339
+ "@vitest/browser": "5.0.1",
1340
+ "vitest": "5.0.1"
1219
1341
  },
1220
1342
  "peerDependenciesMeta": {
1221
- "msw": {
1222
- "optional": true
1223
- },
1224
- "vite": {
1343
+ "@vitest/browser": {
1225
1344
  "optional": true
1226
1345
  }
1227
1346
  }
1228
1347
  },
1229
- "node_modules/@vitest/pretty-format": {
1230
- "version": "4.1.11",
1231
- "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.11.tgz",
1232
- "integrity": "sha512-yiZzPbGTS9Sr/JpFl8zHrcIkAofNbFV6k21vIgQN/cY/oxZeXhJv5sc/MBJ5jFKWmWs+oJHw0UXLZjmf931+Vw==",
1348
+ "node_modules/@vitest/istanbul-lib-coverage": {
1349
+ "version": "1.0.1",
1350
+ "resolved": "https://registry.npmjs.org/@vitest/istanbul-lib-coverage/-/istanbul-lib-coverage-1.0.1.tgz",
1351
+ "integrity": "sha512-k3DJZ8LhMBK9NS4SclF1ASD3OgXEWDorbIcPTRDK0/Zae6fRvu+fJRxtFdLfHsa9Y24beCdPnoNZ4LviTNstfA==",
1233
1352
  "dev": true,
1234
1353
  "license": "MIT",
1235
- "dependencies": {
1236
- "tinyrainbow": "^3.1.0"
1237
- },
1238
- "funding": {
1239
- "url": "https://opencollective.com/vitest"
1354
+ "engines": {
1355
+ "node": ">=22"
1240
1356
  }
1241
1357
  },
1242
- "node_modules/@vitest/runner": {
1243
- "version": "4.1.11",
1244
- "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.11.tgz",
1245
- "integrity": "sha512-LztvUgdwMNJMIkj3hQnnxiC2Xy1zNxq928W/xhjCLaNCzqTZOudjwbQf6v9IntZGPw132i2Lq2rgTRZHD3JHNw==",
1358
+ "node_modules/@vitest/istanbul-lib-report": {
1359
+ "version": "1.0.1",
1360
+ "resolved": "https://registry.npmjs.org/@vitest/istanbul-lib-report/-/istanbul-lib-report-1.0.1.tgz",
1361
+ "integrity": "sha512-1EOLRfsTMnyAr3+kEAsP4o9dhaDlGPpD7H5iLBBeq//YpNB1VIahkPhB+eRp9N2Dkfw8oySROjE3yf9XDeaIkQ==",
1246
1362
  "dev": true,
1247
1363
  "license": "MIT",
1248
1364
  "dependencies": {
1249
- "@vitest/utils": "4.1.11",
1250
- "pathe": "^2.0.3"
1365
+ "@vitest/istanbul-lib-coverage": "1.0.1"
1251
1366
  },
1252
- "funding": {
1253
- "url": "https://opencollective.com/vitest"
1367
+ "engines": {
1368
+ "node": ">=22"
1254
1369
  }
1255
1370
  },
1256
- "node_modules/@vitest/snapshot": {
1257
- "version": "4.1.11",
1258
- "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.11.tgz",
1259
- "integrity": "sha512-pN7ikn1ON7h8ee4gIAp4AzyK+zBtJPzVbqOgu5LCEh4VaJVbPQcgYQYJIMGQPXVeJJq1fnfazis7a5pFNPahog==",
1371
+ "node_modules/@vitest/mocker": {
1372
+ "version": "5.0.1",
1373
+ "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-5.0.1.tgz",
1374
+ "integrity": "sha512-6K1DoBNAPGvuOcSsGA4D6x+5zEEff/KmOOP3uetT2TrGpVfI+HRHRnJJfKi5ib/g1vx8IYHQD8s0pbJz8WQI7Q==",
1260
1375
  "dev": true,
1261
1376
  "license": "MIT",
1262
1377
  "dependencies": {
1263
- "@vitest/pretty-format": "4.1.11",
1264
- "@vitest/utils": "4.1.11",
1265
- "magic-string": "^0.30.21",
1266
- "pathe": "^2.0.3"
1378
+ "@jridgewell/trace-mapping": "0.3.31",
1379
+ "@vitest/spy": "5.0.1",
1380
+ "estree-walker": "^3.0.3",
1381
+ "magic-string": "^1.2.3"
1267
1382
  },
1268
1383
  "funding": {
1269
1384
  "url": "https://opencollective.com/vitest"
1385
+ },
1386
+ "peerDependencies": {
1387
+ "msw": "^2.4.9",
1388
+ "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
1389
+ },
1390
+ "peerDependenciesMeta": {
1391
+ "msw": {
1392
+ "optional": true
1393
+ },
1394
+ "vite": {
1395
+ "optional": true
1396
+ }
1270
1397
  }
1271
1398
  },
1272
1399
  "node_modules/@vitest/spy": {
1273
- "version": "4.1.11",
1274
- "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.11.tgz",
1275
- "integrity": "sha512-apNa/prQy2qCeywhnixOHPRCgGNhvg7T4Dapfl1GahLp/R+uhBm5cPyFoNVyqsNd2h1nJxL6BqqdIjiABL60YA==",
1400
+ "version": "5.0.1",
1401
+ "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-5.0.1.tgz",
1402
+ "integrity": "sha512-rbto/mF/SGERxEgYOek7Xm6B9b+y+mVoo+f4b2LymYO8zM1b7uB5nHuhVMTP2hxdzgxvGiZYGxGIaMvL5y180Q==",
1276
1403
  "dev": true,
1277
1404
  "license": "MIT",
1278
1405
  "funding": {
1279
1406
  "url": "https://opencollective.com/vitest"
1280
1407
  }
1281
1408
  },
1282
- "node_modules/@vitest/utils": {
1283
- "version": "4.1.11",
1284
- "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.11.tgz",
1285
- "integrity": "sha512-zTCVGpyFsGWBhllOyKlTw/vnr6D9qxsfSDyfbyZmTyjHw5N/VuvzHpHoQjm2ZJzn4RJgx5w4r7V0er69CmLgPQ==",
1286
- "dev": true,
1287
- "license": "MIT",
1288
- "dependencies": {
1289
- "@vitest/pretty-format": "4.1.11",
1290
- "convert-source-map": "^2.0.0",
1291
- "tinyrainbow": "^3.1.0"
1292
- },
1293
- "funding": {
1294
- "url": "https://opencollective.com/vitest"
1295
- }
1296
- },
1297
1409
  "node_modules/assertion-error": {
1298
1410
  "version": "2.0.1",
1299
1411
  "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
@@ -1304,6 +1416,18 @@
1304
1416
  "node": ">=12"
1305
1417
  }
1306
1418
  },
1419
+ "node_modules/ast-v8-to-istanbul": {
1420
+ "version": "1.0.6",
1421
+ "resolved": "https://registry.npmjs.org/ast-v8-to-istanbul/-/ast-v8-to-istanbul-1.0.6.tgz",
1422
+ "integrity": "sha512-fvpl29helSO2w/z7utIbrkNXILdrLwDwAMH2I/zPKlGf5244+gf+B4cyS1sANcrPY2h+hWCGSgC8N61s/+AF9A==",
1423
+ "dev": true,
1424
+ "license": "MIT",
1425
+ "dependencies": {
1426
+ "@jridgewell/trace-mapping": "^0.3.31",
1427
+ "estree-walker": "^3.0.3",
1428
+ "js-tokens": "^10.0.0"
1429
+ }
1430
+ },
1307
1431
  "node_modules/bun-types": {
1308
1432
  "version": "1.4.2",
1309
1433
  "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.4.2.tgz",
@@ -1324,27 +1448,21 @@
1324
1448
  "node": ">=18"
1325
1449
  }
1326
1450
  },
1327
- "node_modules/convert-source-map": {
1328
- "version": "2.0.0",
1329
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
1330
- "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
1331
- "dev": true,
1332
- "license": "MIT"
1333
- },
1334
1451
  "node_modules/detect-libc": {
1335
1452
  "version": "2.1.2",
1336
1453
  "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
1337
1454
  "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
1338
1455
  "dev": true,
1339
1456
  "license": "Apache-2.0",
1457
+ "peer": true,
1340
1458
  "engines": {
1341
1459
  "node": ">=8"
1342
1460
  }
1343
1461
  },
1344
1462
  "node_modules/es-module-lexer": {
1345
- "version": "2.1.0",
1346
- "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.1.0.tgz",
1347
- "integrity": "sha512-n27zTYMjYu1aj4MjCWzSP7G9r75utsaoc8m61weK+W8JMBGGQybd43GstCXZ3WNmSFtGT9wi59qQTW6mhTR5LQ==",
1463
+ "version": "2.3.2",
1464
+ "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.3.2.tgz",
1465
+ "integrity": "sha512-poHGpORABojJJucnV9KbOavETW8lBVnphkW77ER5/BQ5Fz7oXSoCNek7IH3vR5nRjdsEz926ibFYX8KtLQmdyw==",
1348
1466
  "dev": true,
1349
1467
  "license": "MIT"
1350
1468
  },
@@ -1359,9 +1477,9 @@
1359
1477
  }
1360
1478
  },
1361
1479
  "node_modules/expect-type": {
1362
- "version": "1.3.0",
1363
- "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.3.0.tgz",
1364
- "integrity": "sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==",
1480
+ "version": "1.4.0",
1481
+ "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.4.0.tgz",
1482
+ "integrity": "sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==",
1365
1483
  "dev": true,
1366
1484
  "license": "Apache-2.0",
1367
1485
  "engines": {
@@ -1397,16 +1515,25 @@
1397
1515
  "os": [
1398
1516
  "darwin"
1399
1517
  ],
1518
+ "peer": true,
1400
1519
  "engines": {
1401
1520
  "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1402
1521
  }
1403
1522
  },
1523
+ "node_modules/js-tokens": {
1524
+ "version": "10.0.0",
1525
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-10.0.0.tgz",
1526
+ "integrity": "sha512-lM/UBzQmfJRo9ABXbPWemivdCW8V2G8FHaHdypQaIy523snUjog0W71ayWXTjiR+ixeMyVHN2XcpnTd/liPg/Q==",
1527
+ "dev": true,
1528
+ "license": "MIT"
1529
+ },
1404
1530
  "node_modules/lightningcss": {
1405
1531
  "version": "1.33.0",
1406
1532
  "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.33.0.tgz",
1407
1533
  "integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
1408
1534
  "dev": true,
1409
1535
  "license": "MPL-2.0",
1536
+ "peer": true,
1410
1537
  "dependencies": {
1411
1538
  "detect-libc": "^2.0.3"
1412
1539
  },
@@ -1444,6 +1571,7 @@
1444
1571
  "os": [
1445
1572
  "android"
1446
1573
  ],
1574
+ "peer": true,
1447
1575
  "engines": {
1448
1576
  "node": ">= 12.0.0"
1449
1577
  },
@@ -1465,6 +1593,7 @@
1465
1593
  "os": [
1466
1594
  "darwin"
1467
1595
  ],
1596
+ "peer": true,
1468
1597
  "engines": {
1469
1598
  "node": ">= 12.0.0"
1470
1599
  },
@@ -1486,6 +1615,7 @@
1486
1615
  "os": [
1487
1616
  "darwin"
1488
1617
  ],
1618
+ "peer": true,
1489
1619
  "engines": {
1490
1620
  "node": ">= 12.0.0"
1491
1621
  },
@@ -1507,6 +1637,7 @@
1507
1637
  "os": [
1508
1638
  "freebsd"
1509
1639
  ],
1640
+ "peer": true,
1510
1641
  "engines": {
1511
1642
  "node": ">= 12.0.0"
1512
1643
  },
@@ -1528,6 +1659,7 @@
1528
1659
  "os": [
1529
1660
  "linux"
1530
1661
  ],
1662
+ "peer": true,
1531
1663
  "engines": {
1532
1664
  "node": ">= 12.0.0"
1533
1665
  },
@@ -1544,11 +1676,15 @@
1544
1676
  "arm64"
1545
1677
  ],
1546
1678
  "dev": true,
1679
+ "libc": [
1680
+ "glibc"
1681
+ ],
1547
1682
  "license": "MPL-2.0",
1548
1683
  "optional": true,
1549
1684
  "os": [
1550
1685
  "linux"
1551
1686
  ],
1687
+ "peer": true,
1552
1688
  "engines": {
1553
1689
  "node": ">= 12.0.0"
1554
1690
  },
@@ -1565,11 +1701,15 @@
1565
1701
  "arm64"
1566
1702
  ],
1567
1703
  "dev": true,
1704
+ "libc": [
1705
+ "musl"
1706
+ ],
1568
1707
  "license": "MPL-2.0",
1569
1708
  "optional": true,
1570
1709
  "os": [
1571
1710
  "linux"
1572
1711
  ],
1712
+ "peer": true,
1573
1713
  "engines": {
1574
1714
  "node": ">= 12.0.0"
1575
1715
  },
@@ -1586,11 +1726,15 @@
1586
1726
  "x64"
1587
1727
  ],
1588
1728
  "dev": true,
1729
+ "libc": [
1730
+ "glibc"
1731
+ ],
1589
1732
  "license": "MPL-2.0",
1590
1733
  "optional": true,
1591
1734
  "os": [
1592
1735
  "linux"
1593
1736
  ],
1737
+ "peer": true,
1594
1738
  "engines": {
1595
1739
  "node": ">= 12.0.0"
1596
1740
  },
@@ -1607,11 +1751,15 @@
1607
1751
  "x64"
1608
1752
  ],
1609
1753
  "dev": true,
1754
+ "libc": [
1755
+ "musl"
1756
+ ],
1610
1757
  "license": "MPL-2.0",
1611
1758
  "optional": true,
1612
1759
  "os": [
1613
1760
  "linux"
1614
1761
  ],
1762
+ "peer": true,
1615
1763
  "engines": {
1616
1764
  "node": ">= 12.0.0"
1617
1765
  },
@@ -1633,6 +1781,7 @@
1633
1781
  "os": [
1634
1782
  "win32"
1635
1783
  ],
1784
+ "peer": true,
1636
1785
  "engines": {
1637
1786
  "node": ">= 12.0.0"
1638
1787
  },
@@ -1654,6 +1803,7 @@
1654
1803
  "os": [
1655
1804
  "win32"
1656
1805
  ],
1806
+ "peer": true,
1657
1807
  "engines": {
1658
1808
  "node": ">= 12.0.0"
1659
1809
  },
@@ -1663,19 +1813,31 @@
1663
1813
  }
1664
1814
  },
1665
1815
  "node_modules/magic-string": {
1666
- "version": "0.30.21",
1667
- "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
1668
- "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
1816
+ "version": "1.4.1",
1817
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-1.4.1.tgz",
1818
+ "integrity": "sha512-8lyCu36ErXR0J9uaGKlKQoiLZKmtI63YGLE8G2o9jyRPdr4X47LusSOwgOJOzcVtp81fTAAjxR7BwKz682Jhow==",
1669
1819
  "dev": true,
1670
1820
  "license": "MIT",
1671
1821
  "dependencies": {
1672
- "@jridgewell/sourcemap-codec": "^1.5.5"
1822
+ "@jridgewell/sourcemap-codec": "^1.6.0"
1823
+ }
1824
+ },
1825
+ "node_modules/magicast": {
1826
+ "version": "0.5.5",
1827
+ "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.5.5.tgz",
1828
+ "integrity": "sha512-UicdXN8zQ3JHlxVq+28afMXPr1z7WNY6+7EJnzTdQWkTAlMLF5fNCCKxJHBQwGaNGR11581EiQmQzx73+MvszA==",
1829
+ "dev": true,
1830
+ "license": "MIT",
1831
+ "dependencies": {
1832
+ "@babel/parser": "^7.29.7",
1833
+ "@babel/types": "^7.29.7",
1834
+ "source-map-js": "^1.2.1"
1673
1835
  }
1674
1836
  },
1675
1837
  "node_modules/nanoid": {
1676
- "version": "3.3.18",
1677
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
1678
- "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
1838
+ "version": "3.3.19",
1839
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.19.tgz",
1840
+ "integrity": "sha512-Y2tUNy4ouw6tq5oDSKeQYGOyhkUBhNOcGV/02KC+6kd9eDGqdZd++mjMiIDilrBYvjEnCYvVtsuHCuP+okSfug==",
1679
1841
  "dev": true,
1680
1842
  "funding": [
1681
1843
  {
@@ -1684,6 +1846,7 @@
1684
1846
  }
1685
1847
  ],
1686
1848
  "license": "MIT",
1849
+ "peer": true,
1687
1850
  "bin": {
1688
1851
  "nanoid": "bin/nanoid.cjs"
1689
1852
  },
@@ -1692,29 +1855,26 @@
1692
1855
  }
1693
1856
  },
1694
1857
  "node_modules/obug": {
1695
- "version": "2.1.1",
1696
- "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz",
1697
- "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
1858
+ "version": "2.2.1",
1859
+ "resolved": "https://registry.npmjs.org/obug/-/obug-2.2.1.tgz",
1860
+ "integrity": "sha512-XrsrhT5sybtKI6wakr2SPOlGZWWYbUXZ7a0jT8/QOeAPau+1X/bSegNe5YR75oJmEZQbKningirmGOEJCIk61Q==",
1698
1861
  "dev": true,
1699
1862
  "funding": [
1700
1863
  "https://github.com/sponsors/sxzz",
1701
1864
  "https://opencollective.com/debug"
1702
1865
  ],
1703
- "license": "MIT"
1704
- },
1705
- "node_modules/pathe": {
1706
- "version": "2.0.3",
1707
- "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
1708
- "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
1709
- "dev": true,
1710
- "license": "MIT"
1866
+ "license": "MIT",
1867
+ "engines": {
1868
+ "node": ">=12.20.0"
1869
+ }
1711
1870
  },
1712
1871
  "node_modules/picocolors": {
1713
1872
  "version": "1.1.1",
1714
1873
  "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
1715
1874
  "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
1716
1875
  "dev": true,
1717
- "license": "ISC"
1876
+ "license": "ISC",
1877
+ "peer": true
1718
1878
  },
1719
1879
  "node_modules/picomatch": {
1720
1880
  "version": "4.0.7",
@@ -1729,9 +1889,9 @@
1729
1889
  }
1730
1890
  },
1731
1891
  "node_modules/postcss": {
1732
- "version": "8.5.26",
1733
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.26.tgz",
1734
- "integrity": "sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==",
1892
+ "version": "8.5.28",
1893
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.28.tgz",
1894
+ "integrity": "sha512-RRuzqDtt5Y9h3quz5hWhK+TPnsmVs6WwSU6LkJMeY4HstUEDuYTG8UJSdawMRzmzAtV+KEoG8N3Qg2qLy5vM/A==",
1735
1895
  "dev": true,
1736
1896
  "funding": [
1737
1897
  {
@@ -1748,8 +1908,9 @@
1748
1908
  }
1749
1909
  ],
1750
1910
  "license": "MIT",
1911
+ "peer": true,
1751
1912
  "dependencies": {
1752
- "nanoid": "^3.3.17",
1913
+ "nanoid": "^3.3.18",
1753
1914
  "picocolors": "^1.1.1",
1754
1915
  "source-map-js": "^1.2.1"
1755
1916
  },
@@ -1758,13 +1919,14 @@
1758
1919
  }
1759
1920
  },
1760
1921
  "node_modules/rolldown": {
1761
- "version": "1.2.5",
1762
- "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.5.tgz",
1763
- "integrity": "sha512-VD2IE5PUG4Oj8zz2VGykiYd5wbnjdIiSsNQb8Qu5B+noEp+A78mu2iVvpp27g8es14Tk9rofNs5Tku9iQCS4fA==",
1922
+ "version": "1.2.9",
1923
+ "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.9.tgz",
1924
+ "integrity": "sha512-hx/Pv0N1haXRb11qkfnK5MXB/iqr7i0yjWQqmO9uHqZpBgQSqzc8UsSnEpalsh+j1I8qQ2CkXAkJC8Br3dKSlg==",
1764
1925
  "dev": true,
1765
1926
  "license": "MIT",
1927
+ "peer": true,
1766
1928
  "dependencies": {
1767
- "@oxc-project/types": "=0.146.0",
1929
+ "@oxc-project/types": "=0.150.0",
1768
1930
  "@rolldown/pluginutils": "^1.0.0"
1769
1931
  },
1770
1932
  "bin": {
@@ -1774,21 +1936,21 @@
1774
1936
  "node": "^20.19.0 || >=22.12.0"
1775
1937
  },
1776
1938
  "optionalDependencies": {
1777
- "@rolldown/binding-android-arm-eabi": "1.2.5",
1778
- "@rolldown/binding-android-arm64": "1.2.5",
1779
- "@rolldown/binding-darwin-arm64": "1.2.5",
1780
- "@rolldown/binding-darwin-x64": "1.2.5",
1781
- "@rolldown/binding-freebsd-x64": "1.2.5",
1782
- "@rolldown/binding-linux-arm-gnueabihf": "1.2.5",
1783
- "@rolldown/binding-linux-arm64-gnu": "1.2.5",
1784
- "@rolldown/binding-linux-arm64-musl": "1.2.5",
1785
- "@rolldown/binding-linux-ppc64-gnu": "1.2.5",
1786
- "@rolldown/binding-linux-s390x-gnu": "1.2.5",
1787
- "@rolldown/binding-linux-x64-gnu": "1.2.5",
1788
- "@rolldown/binding-linux-x64-musl": "1.2.5",
1789
- "@rolldown/binding-openharmony-arm64": "1.2.5",
1790
- "@rolldown/binding-win32-arm64-msvc": "1.2.5",
1791
- "@rolldown/binding-win32-x64-msvc": "1.2.5"
1939
+ "@rolldown/binding-android-arm-eabi": "1.2.9",
1940
+ "@rolldown/binding-android-arm64": "1.2.9",
1941
+ "@rolldown/binding-darwin-arm64": "1.2.9",
1942
+ "@rolldown/binding-darwin-x64": "1.2.9",
1943
+ "@rolldown/binding-freebsd-x64": "1.2.9",
1944
+ "@rolldown/binding-linux-arm-gnueabihf": "1.2.9",
1945
+ "@rolldown/binding-linux-arm64-gnu": "1.2.9",
1946
+ "@rolldown/binding-linux-arm64-musl": "1.2.9",
1947
+ "@rolldown/binding-linux-ppc64-gnu": "1.2.9",
1948
+ "@rolldown/binding-linux-s390x-gnu": "1.2.9",
1949
+ "@rolldown/binding-linux-x64-gnu": "1.2.9",
1950
+ "@rolldown/binding-linux-x64-musl": "1.2.9",
1951
+ "@rolldown/binding-openharmony-arm64": "1.2.9",
1952
+ "@rolldown/binding-win32-arm64-msvc": "1.2.9",
1953
+ "@rolldown/binding-win32-x64-msvc": "1.2.9"
1792
1954
  }
1793
1955
  },
1794
1956
  "node_modules/siginfo": {
@@ -1816,23 +1978,26 @@
1816
1978
  "license": "MIT"
1817
1979
  },
1818
1980
  "node_modules/std-env": {
1819
- "version": "4.1.0",
1820
- "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
1821
- "integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
1981
+ "version": "4.2.0",
1982
+ "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.2.0.tgz",
1983
+ "integrity": "sha512-oCUKSupKTHX53EyjDtuZQ64pjLJ6yYCtpmEw0goYxtjG9KpbRe8KAsl2tBUGU9DyMcJ0RwJ8GqJAFzMXcXW1Rw==",
1822
1984
  "dev": true,
1823
1985
  "license": "MIT"
1824
1986
  },
1825
1987
  "node_modules/tinybench": {
1826
- "version": "2.9.0",
1827
- "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
1828
- "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
1988
+ "version": "6.1.4",
1989
+ "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-6.1.4.tgz",
1990
+ "integrity": "sha512-9APumHG7r4yOk4X4WlkmE71aZcv1gvin1czO3OQ1U9iJcFA5Ja/ygyb0vPOVHTthFozUYs8CLoLUlM8grb2lTQ==",
1829
1991
  "dev": true,
1830
- "license": "MIT"
1992
+ "license": "MIT",
1993
+ "engines": {
1994
+ "node": ">=20.0.0"
1995
+ }
1831
1996
  },
1832
1997
  "node_modules/tinyexec": {
1833
- "version": "1.2.3",
1834
- "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.2.3.tgz",
1835
- "integrity": "sha512-g62dB+w1/OEFnPvmX0yd/HnetYITOL+1nJW7kitOycOeAvmbWC/nu0fwmmQ/kupNojqExzyC/T++pST/jRJ2mQ==",
1998
+ "version": "1.3.0",
1999
+ "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.3.0.tgz",
2000
+ "integrity": "sha512-QKAl9m8gWWGHV8jZcPeym6j+XULi6tOf1mT83WYJ4Lk2ytW/uwAWkrP0uFsdoYMdueVJ0qs26wZ+23xeB4ibNQ==",
1836
2001
  "dev": true,
1837
2002
  "license": "MIT",
1838
2003
  "engines": {
@@ -1902,23 +2067,24 @@
1902
2067
  }
1903
2068
  },
1904
2069
  "node_modules/undici-types": {
1905
- "version": "8.3.0",
1906
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz",
1907
- "integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==",
2070
+ "version": "8.9.0",
2071
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.9.0.tgz",
2072
+ "integrity": "sha512-KTDyRTYX8sWmKXAikPHHSyc63CRPETMctyjKFupcC6OBLXT3xsN0e9aF7m+mIXutFWpUXuedtowG7iLOzp0kQg==",
1908
2073
  "dev": true,
1909
2074
  "license": "MIT"
1910
2075
  },
1911
2076
  "node_modules/vite": {
1912
- "version": "8.2.2",
1913
- "resolved": "https://registry.npmjs.org/vite/-/vite-8.2.2.tgz",
1914
- "integrity": "sha512-cFKLV/PRgAUlIRm5WjMjJ86jrftzpqcgH+Us+DS8mI3CDNiH30Whrz8uHL3+MOLPAgqbMBAqWdAHAphOAM+z/Q==",
2077
+ "version": "8.3.0",
2078
+ "resolved": "https://registry.npmjs.org/vite/-/vite-8.3.0.tgz",
2079
+ "integrity": "sha512-lhZBVvEHefgE+HQZC9O7EBJgCU/nVzFNl7vkS4RE0APtWLP02/8QVIkQtzBxPquh7lq5/78NHipTj7ODQ6XuyQ==",
1915
2080
  "dev": true,
1916
2081
  "license": "MIT",
2082
+ "peer": true,
1917
2083
  "dependencies": {
1918
2084
  "lightningcss": "^1.33.0",
1919
- "picomatch": "^4.0.5",
1920
- "postcss": "^8.5.26",
1921
- "rolldown": "~1.2.4",
2085
+ "picomatch": "^4.0.7",
2086
+ "postcss": "^8.5.28",
2087
+ "rolldown": "~1.2.6",
1922
2088
  "tinyglobby": "^0.2.17"
1923
2089
  },
1924
2090
  "bin": {
@@ -1935,7 +2101,7 @@
1935
2101
  },
1936
2102
  "peerDependencies": {
1937
2103
  "@types/node": "^20.19.0 || >=22.12.0",
1938
- "@vitejs/devtools": "^0.4.0 || ^0.5.0",
2104
+ "@vitejs/devtools": "^0.7.1",
1939
2105
  "esbuild": "^0.27.0 || ^0.28.0",
1940
2106
  "jiti": ">=1.21.0",
1941
2107
  "less": "^4.0.0",
@@ -1987,38 +2153,31 @@
1987
2153
  }
1988
2154
  },
1989
2155
  "node_modules/vitest": {
1990
- "version": "4.1.11",
1991
- "resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.11.tgz",
1992
- "integrity": "sha512-fhACrNXUidIbGSBr5FlbuBkO7VWC1ZyLl0DO4CU2DrQoAPxX84Ysxs+HeGQpii5lZWV1Q4gBZTTu49mF+A6Edw==",
2156
+ "version": "5.0.1",
2157
+ "resolved": "https://registry.npmjs.org/vitest/-/vitest-5.0.1.tgz",
2158
+ "integrity": "sha512-iA95lQbKEkvrtTkdAgnWbXfbipWiiWe/hDl2P5tMi6WFwD76G0NxXAGp/M9EOcYupeGJRr6wppMc7CoA41TQjg==",
1993
2159
  "dev": true,
1994
2160
  "license": "MIT",
1995
2161
  "dependencies": {
1996
- "@vitest/expect": "4.1.11",
1997
- "@vitest/mocker": "4.1.11",
1998
- "@vitest/pretty-format": "4.1.11",
1999
- "@vitest/runner": "4.1.11",
2000
- "@vitest/snapshot": "4.1.11",
2001
- "@vitest/spy": "4.1.11",
2002
- "@vitest/utils": "4.1.11",
2003
- "es-module-lexer": "^2.0.0",
2004
- "expect-type": "^1.3.0",
2005
- "magic-string": "^0.30.21",
2006
- "obug": "^2.1.1",
2007
- "pathe": "^2.0.3",
2008
- "picomatch": "^4.0.3",
2009
- "std-env": "^4.0.0-rc.1",
2010
- "tinybench": "^2.9.0",
2011
- "tinyexec": "^1.0.2",
2012
- "tinyglobby": "^0.2.15",
2013
- "tinyrainbow": "^3.1.0",
2014
- "vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
2162
+ "@types/chai": "^5.2.2",
2163
+ "@vitest/mocker": "5.0.1",
2164
+ "chai": "^6.2.2",
2165
+ "es-module-lexer": "^2.3.2",
2166
+ "expect-type": "^1.4.0",
2167
+ "magic-string": "^1.2.3",
2168
+ "obug": "^2.1.4",
2169
+ "picomatch": "^4.0.7",
2170
+ "std-env": "^4.2.0",
2171
+ "tinybench": "6.1.4",
2172
+ "tinyexec": "1.3.0",
2173
+ "tinyglobby": "^0.2.17",
2015
2174
  "why-is-node-running": "^2.3.0"
2016
2175
  },
2017
2176
  "bin": {
2018
2177
  "vitest": "vitest.mjs"
2019
2178
  },
2020
2179
  "engines": {
2021
- "node": "^20.0.0 || ^22.0.0 || >=24.0.0"
2180
+ "node": "^22.12.0 || ^24.0.0 || >=26.0.0"
2022
2181
  },
2023
2182
  "funding": {
2024
2183
  "url": "https://opencollective.com/vitest"
@@ -2026,16 +2185,16 @@
2026
2185
  "peerDependencies": {
2027
2186
  "@edge-runtime/vm": "*",
2028
2187
  "@opentelemetry/api": "^1.9.0",
2029
- "@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
2030
- "@vitest/browser-playwright": "4.1.11",
2031
- "@vitest/browser-preview": "4.1.11",
2032
- "@vitest/browser-webdriverio": "4.1.11",
2033
- "@vitest/coverage-istanbul": "4.1.11",
2034
- "@vitest/coverage-v8": "4.1.11",
2035
- "@vitest/ui": "4.1.11",
2188
+ "@types/node": "^22.0.0 || >=24.0.0",
2189
+ "@vitest/browser-playwright": "5.0.1",
2190
+ "@vitest/browser-preview": "5.0.1",
2191
+ "@vitest/browser-webdriverio": "^5.0.0-beta.5 || >=5.0.0",
2192
+ "@vitest/coverage-istanbul": "5.0.1",
2193
+ "@vitest/coverage-v8": "5.0.1",
2194
+ "@vitest/ui": "5.0.1",
2036
2195
  "happy-dom": "*",
2037
2196
  "jsdom": "*",
2038
- "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
2197
+ "vite": "^6.4.0 || ^7.0.0 || ^8.0.0"
2039
2198
  },
2040
2199
  "peerDependenciesMeta": {
2041
2200
  "@edge-runtime/vm": {