unsloth/studio/backend
Daniel Han fadf48f562 deps: combine open dependabot PRs into one batched update
Consolidates eight of the ten open dependabot PRs into a single
review surface. Two are intentionally left out because they bundle
breaking-change deps that need source migration outside the scope
of a combine PR; dependabot recreates them on the next weekly tick:

  - #5364 (cargo-tauri group, 13 updates) bumps hmac 0.12 -> 0.13
    which removes Hmac::new_from_slice from the inherent impl, so
    studio/src-tauri/src/native_backend_lease.rs:152 fails to
    compile (error E0599). Also bumps sha2 0.10 -> 0.11 and
    reqwest 0.12 -> 0.13 which have their own migration surfaces.
    Needs a focused PR after the source migration.

  - #5365 (bun-frontend group, 14 updates) bumps TypeScript
    5.9 -> 6.0 promoting the baseUrl deprecation to a hard tsc
    error, plus @assistant-ui/react 0.12 -> 0.14 renaming the
    unstable_* exports, react-day-picker 9 -> 10 dropping the
    table classname, and recharts 3.7 -> 3.8.1 tightening the
    Key prop type. Same shape: needs a focused frontend
    migration PR.

The remaining eight land cleanly:

  - #4916  oxc-parser 0.123.0 -> 0.129.0 in /studio/backend/core/
           data_recipe/oxc-validator (npm-oxc-validator group)
  - #5343  hono 4.12.17 -> 4.12.18 and ip-address 10.1.0 -> 10.2.0
           in /studio/frontend (security advisory: GHSA-p77w-8qqv-26rm,
           GHSA-qp7p-654g-cw7p, GHSA-hm8q-7f3q-5f36)
  - #5362  python group (3 updates) in pyproject.toml
  - #5363  actions group (3 updates) in release-desktop /
           security-audit / studio-tauri-smoke workflows
  - #5366  openssl 0.10.76 -> 0.10.79 (security)
  - #5367  rand 0.10.0 -> 0.10.1 (security)
  - #5368  tauri 2.10.3 -> 2.11.1 (security; transitive bumps for
           tray-icon and wry come along)
  - #5369  rustls-webpki 0.103.10 -> 0.103.13 (security)

studio/src-tauri/Cargo.toml stays at main's values (hmac 0.12,
sha2 0.10, reqwest 0.12, rand 0.10.0, windows-sys 0.59); Cargo.lock
is regenerated by running cargo update -p <pkg> --precise <ver> for
each of the four security advisories on top of main, so only the
four pinned packages move and the rest of the dep graph stays
identical to main. Validated locally: cargo check passes through
the Rust source; the only error is the build-time frontendDist
check unrelated to source.
2026-05-12 00:39:15 +00:00
..
assets Add Qwen3.6 inference defaults for Studio (#5065) 2026-04-16 11:42:42 -07:00
auth Studio: add github_repo seed reader and GitHub Support Bot recipe (#5169) 2026-04-24 12:02:03 -07:00
core deps: combine open dependabot PRs into one batched update 2026-05-12 00:39:15 +00:00
loggers Studio: stop truncating long log lines as suspected base64 (#5335) 2026-05-08 13:07:18 +04:00
models Studio: Dark theme refactor, right sidebar redesign, and chat UI polish (#5150) 2026-05-07 14:33:31 +04:00
plugins fix(gh_client): fail fast on 401/403 auth errors instead of retrying forever (#5325) (#5329) 2026-05-08 21:57:41 +04:00
requirements CI: scope GITHUB_TOKEN permissions, add MLX CI, unblock ~60 skipped tests (#5312) 2026-05-11 03:19:13 -07:00
routes Studio: Dark theme refactor, right sidebar redesign, and chat UI polish (#5150) 2026-05-07 14:33:31 +04:00
state unsloth run: add --enable-tools/--disable-tools server-side tool policy (#5277) 2026-05-05 12:45:15 +04:00
storage Studio: Dark theme refactor, right sidebar redesign, and chat UI polish (#5150) 2026-05-07 14:33:31 +04:00
tests Studio: add torch's pip nvidia DLL dirs to PATH on Windows (#5324) 2026-05-11 05:42:09 -07:00
utils CI: scope GITHUB_TOKEN permissions, add MLX CI, unblock ~60 skipped tests (#5312) 2026-05-11 03:19:13 -07:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
_platform_compat.py Fix Studio crash on Anaconda/conda-forge Python (#4484) 2026-03-22 05:36:55 -07:00
colab.py Fix/studio colab button message: Add fallback message for Colab Studio button when proxy URL fails (#4866) 2026-04-05 21:57:45 -07:00
main.py CI: scope GITHUB_TOKEN permissions, add MLX CI, unblock ~60 skipped tests (#5312) 2026-05-11 03:19:13 -07:00
run.py install: support STUDIO_HOME / UNSLOTH_STUDIO_HOME for custom install paths (#5190) 2026-05-05 23:17:40 -07:00
startup_banner.py studio: unify Windows installer/setup logging style, verbosity controls, and startup messaging (#4651) 2026-03-30 00:53:23 -07:00