chore(web): bump @lobbyside/react to 0.5.0 and switch to org install#1013
chore(web): bump @lobbyside/react to 0.5.0 and switch to org install#1013TropicolX wants to merge 3 commits into
Conversation
Pins to the latest published version and replaces the per-widget id with the supermemory org id, so flipping which widget is live in the Lobbyside dashboard takes effect without a code change. Co-authored-by: Cursor <cursoragent@cursor.com>
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
0.5.1 is the current latest published version; the PR's intent is to pin to latest. Functionally identical for this widget (only useLobbyside is used; the 0.5.1 fixes are in the incoming-call/presence path). Co-authored-by: Cursor <cursoragent@cursor.com>
0.6.0 adds a `hidden` state to useLobbyside for visitors the host's active targeting cohort excludes. Render nothing on `hidden` (same as the script-tag embed) instead of falling through to the book-a-call card, which would have shown the widget to an excluded visitor. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
ishaanxgupta
left a comment
There was a problem hiding this comment.
Could you regenerate bun.lock so this PR only contains the Lobbyside package change? The current lockfile diff pulls in unrelated workspace/dependency churn (apps/raycast-extension, Raycast/oclif/type-eslint entries, and shared package changes such as ajv/ansi-escapes), which makes this web-only PR change dependency resolution outside the intended scope. Also please run the repo formatter on apps/web/package.json; the new @lobbyside/react line has tab indentation while the surrounding JSON uses spaces.
|
invalid PR |
Pins to the latest published version and replaces the per-widget id with the supermemory org id, so flipping which widget is live in the Lobbyside dashboard takes effect without a code change.