Skip to content

Add changeset for create prompt fix#468

Merged
tannerlinsley merged 1 commit into
mainfrom
taren/add-create-prompt-changeset
Jun 8, 2026
Merged

Add changeset for create prompt fix#468
tannerlinsley merged 1 commit into
mainfrom
taren/add-create-prompt-changeset

Conversation

@tannerlinsley
Copy link
Copy Markdown
Member

@tannerlinsley tannerlinsley commented Jun 8, 2026

Summary

Adds the missing changeset for the project-name prompt fix merged in #466.

Release impact

Marks @tanstack/cli for a patch release. Changesets also reports the expected patch bumps for the CLI wrapper packages through internal dependency updates.

Validation

  • node_modules/.bin/changeset status
  • Commit hook: nx run-many --target=build --parallel 5
  • Commit hook: pnpm test:unit && pnpm test:e2e

Summary by CodeRabbit

  • Bug Fixes
    • Fixed an issue in the interactive setup prompt where placeholder text would incorrectly appear in the project name field when accepting the current directory.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 8, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d0a73d34-33cf-4eb7-9f1a-9be130e65ed3

📥 Commits

Reviewing files that changed from the base of the PR and between 9b097c9 and 0e60c4b.

📒 Files selected for processing (1)
  • .changeset/plain-buses-fix.md

📝 Walkthrough

Walkthrough

This PR updates the changeset file to document a patch release for @tanstack/cli that fixes a bug in the interactive "create" prompt. The fix prevents placeholder text from leaking into project-name validation when users accept the current directory.

Changes

Patch release documentation for interactive prompt fix

Layer / File(s) Summary
Changeset documentation
.changeset/plain-buses-fix.md
Changeset records a patch version bump for @tanstack/cli and documents the fix to the interactive create prompt that prevents placeholder text leakage into project-name validation when accepting the current directory.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • TanStack/cli#466: Documents the same interactive project-name prompt placeholder-leak fix in the changeset with message/placeholder updates.
  • TanStack/cli#458: Implements the underlying current-directory acceptance and prompt normalization behavior that this changeset documents as fixed.

Poem

🐰 A placeholder once leaked through the door,
But now when you pick the current floor,
The prompt stays clean, no text runs wild,
Just a patch release, simple and mild! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely describes the main change: adding a changeset file for a create prompt fix.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch taren/add-create-prompt-changeset

Comment @coderabbitai help to get the list of available commands and usage tips.

@tannerlinsley tannerlinsley marked this pull request as ready for review June 8, 2026 06:04
@tannerlinsley tannerlinsley merged commit 3a8e84a into main Jun 8, 2026
7 checks passed
@tannerlinsley tannerlinsley deleted the taren/add-create-prompt-changeset branch June 8, 2026 06:08
@github-actions github-actions Bot mentioned this pull request Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant