chore(desktop): sync bun.lock to package version 1.5.3#3532
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Lockfile entry for @superset/desktop was stale at 1.5.1 after #3419 bumped package.json to 1.5.3. Re-resolved via bun install.
f8d732f to
54bdf21
Compare
|
Mistakenly opened against upstream. Moved to fork: AllenX-Li/superset#1 |
Summary
bun.lockworkspace entry for@superset/desktopfrom 1.5.1 → 1.5.3, matching thepackage.jsonbump in chore(desktop): bump version to 1.5.3 #3419.Why / Context
#3419 bumped
apps/desktop/package.jsonto 1.5.3 but the lockfile workspace entry was still resolved at 1.5.1.bun installin a fresh worktree re-resolved it to 1.5.3.Testing
bun installsucceeds with updated lockfilebun devstarts full stack cleanly (web + api + desktop + electric-proxy + caddy)Notes
Caddyfile,.env,SUPERSET_WORKSPACE_NAME=local) are gitignored — not included in this PR.