feat: sync CLI with dashboard@v1.6.13 - #78
Open
cursor[bot] wants to merge 1 commit into
Open
Conversation
Dashboard v1.6.13 (9742eecaa1465a2ef87ee76142ffc36a7e21682c) suspends signups with more than three email dots (dashboard#250). No public API route changes; `diff -rq` between 1.6.12 and 1.6.13 dist is empty and `bun run check` stays green with no code changes required. Co-authored-by: citron <lcandy2@users.noreply.github.com>
|
Agent PR Review Scenario: A - Initial review (PR opened by cursor[bot]) What is right:
Concerns: none. Deferred (acknowledged in PR body): none - this is a no-op release (dashboard 250 signup validation tweak); no new/removed routes to migrate. Final note: server-side-only signup validation change with no CLI-visible surface area - approving and marking ready. |
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upstream version
@photon-ai/dashboard-api@1.6.13(dashboard@v1.6.13, SHA9742eecaa1465a2ef87ee76142ffc36a7e21682c)Routes added/removed/changed
diff -rqbetween the 1.6.12 and 1.6.13dist/directories of@photon-ai/dashboard-apiis empty; the release is a server-side signup validation tweak that does not touch any public route or DTO.UPSTREAM_DIFF.md(the 1.2.0 → 1.6.x delta relative tomain) is unchanged.Snapshot changes
New runtime dependencies
Checklist
@photon-ai/dashboard-apiversion bump, not hand editsbun run checkpasses locally (typecheck + 45 tests pass + build)Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.Note
Low Risk
Dependency pin and lockfile only; no application logic or API surface changes in this repo.
Overview
Aligns the CLI with dashboard@v1.6.13 by bumping the dev dependency
@photon-ai/dashboard-apifrom 1.6.12 to 1.6.13 inpackage.jsonandbun.lock.There are no CLI source, snapshot, or runtime dependency changes. Upstream v1.6.13 only adds server-side signup validation (rejecting emails whose local-part has more than three dots); the published API package’s
dist/is unchanged versus 1.6.12, so Eden/PublicApptypes and routes stay the same.Reviewed by Cursor Bugbot for commit 4c6a8f5. Bugbot is set up for automated code reviews on this repo. Configure here.