mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-23 09:04:10 +00:00
Frontend deps: @hookform/resolvers 5.4.0 -> 5.4.3 and react-hook-form 7.82.0 -> 7.83.0. The @typeschema/valibot override is what makes this installable at all. Resolvers 5.4.3 re-declares 25 optional peers for its validator matrix, and npm resolves them into the ideal tree even though none are used here; two of them contradict, since resolvers wants valibot ^1 while @typeschema/main -> @typeschema/valibot pins valibot ^0.39. Both target the same node_modules/valibot, so a plain npm update dies with ERESOLVE. The override settles that one edge and nothing extra lands in node_modules. Backend deps: telego 1.10.0 -> 1.11.1 (Telegram Bot API v10.2, additive only), klauspost/compress 1.19.1, plus the indirect bumps that came with them. VS Code tasks: the golangci-lint and modernize tasks assumed Windows PATH semantics, where PATH is a persistent user variable that every process inherits, so ~/go/bin was always visible. On Linux that directory is exported from ~/.bashrc, which the non-interactive `bash -c` behind a task never sources, and both tasks failed with exit 127. Adds linux/osx option blocks that prepend the Go bin directories and leaves the Windows path untouched, plus tasks to install the two tools; those are split because go install rejects packages from different modules in one invocation. Go sources: modernize -fix output, covering range-over-int, slices.Backward, maps.Copy, strings.CutPrefix and strings.SplitSeq. Behaviour is unchanged. |
||
|---|---|---|
| .. | ||
| build_urls_test.go | ||
| characterization_test.go | ||
| clash_external.go | ||
| clash_service.go | ||
| clash_service_test.go | ||
| controller.go | ||
| controller_test.go | ||
| default.json | ||
| dist.go | ||
| endpoint.go | ||
| endpoint_test.go | ||
| export_all_links_test.go | ||
| external_config.go | ||
| external_config_test.go | ||
| external_only_sub_test.go | ||
| external_subscription.go | ||
| external_subscription_test.go | ||
| host_sub.go | ||
| host_sub_test.go | ||
| info_endpoint_test.go | ||
| json_flow_gate_test.go | ||
| json_service.go | ||
| json_service_test.go | ||
| links.go | ||
| links_test.go | ||
| mutation_audit_test.go | ||
| page_data_test.go | ||
| remark_vars.go | ||
| remark_vars_test.go | ||
| service.go | ||
| service_dedup_test.go | ||
| service_flow_test.go | ||
| service_mtproto_test.go | ||
| service_orphaned_stats_test.go | ||
| service_property_test.go | ||
| service_sharelink_test.go | ||
| service_sort_test.go | ||
| service_test.go | ||
| service_userinfo_test.go | ||
| service_wireguard_test.go | ||
| sub.go | ||
| sub_panic_test.go | ||
| sub_scale_test.go | ||
| vless_route.go | ||
| vless_route_sub_test.go | ||
| vless_route_test.go | ||