release(cli): cut v0.2.6#4063
Conversation
Single bug fixed since v0.2.5: - spawn-helper bundled without exec bit on darwin → terminals crashed with `posix_spawnp failed.` on every open. chmod +x in build-dist + live PTY spawn smoke test that catches this regression class (#4058). Push cli-v0.2.6 after this lands to fire the release pipeline.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughCLI package version bumped from 0.2.5 to 0.2.6 across the configuration constant and package manifest, ensuring consistent version declaration and metadata. ChangesCLI Package Version Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
Greptile SummaryThis PR cuts the Confidence Score: 5/5Safe to merge — purely a version bump with no functional changes. All three changed files only update the version string from 0.2.5 to 0.2.6 consistently. No logic, dependencies, or configuration is altered. There are no issues found. No files require special attention.
|
| Filename | Overview |
|---|---|
| packages/cli/package.json | Version bumped from 0.2.5 to 0.2.6 — no other changes. |
| packages/cli/cli.config.ts | VERSION constant updated from "0.2.5" to "0.2.6" — consistent with package.json bump. |
| bun.lock | Lockfile workspace entry for @superset/cli updated to reflect the new 0.2.6 version. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR: release cli v0.2.6] --> B[packages/cli/package.json\nversion: 0.2.5 → 0.2.6]
A --> C[packages/cli/cli.config.ts\nVERSION: 0.2.5 → 0.2.6]
A --> D[bun.lock\nworkspace entry: 0.2.5 → 0.2.6]
B & C & D --> E[Merge PR]
E --> F[Push cli-v0.2.6 tag]
F --> G[.github/workflows/release-cli.yml fires]
G --> H[3-platform matrix smoke test\ndarwin / linux / windows]
H --> I[Release tarball published]
Reviews (1): Last reviewed commit: "release(cli): cut v0.2.6" | Re-trigger Greptile
🧹 Preview Cleanup CompleteThe following preview resources have been cleaned up:
Thank you for your contribution! 🎉 |
Already integrated, superseded by current versions, or net-empty in this fork: superset-sh#3881 superset-sh#3887 superset-sh#3917 superset-sh#3925 superset-sh#3940 superset-sh#3956 superset-sh#3961 superset-sh#3974 superset-sh#4017 superset-sh#4048 superset-sh#4049 superset-sh#4055 superset-sh#4063 superset-sh#4070 superset-sh#4092 superset-sh#4110 superset-sh#4138 superset-sh#4159 superset-sh#4163 superset-sh#4164 superset-sh#4209 superset-sh#4210 superset-sh#4249 superset-sh#4349 superset-sh#4405 superset-sh#4462 superset-sh#4464 superset-sh#4494 superset-sh#4495 superset-sh#4500 superset-sh#4535 superset-sh#4541 superset-sh#4566 superset-sh#4580 superset-sh#4589 superset-sh#4593 superset-sh#4603 superset-sh#4637 superset-sh#4642 superset-sh#4655 superset-sh#4657 superset-sh#4659 superset-sh#4685 superset-sh#4692 superset-sh#4745 superset-sh#4789 superset-sh#4797 superset-sh#4824 superset-sh#4835 superset-sh#4847 superset-sh#4885 superset-sh#4896.
Summary
@superset/clito v0.2.6.posix_spawnp failed.(fix(cli): chmod +x bundled spawn-helper + add live PTY spawn smoke test #4058).Release plan
After this PR merges, push the
cli-v0.2.6tag to fire.github/workflows/release-cli.yml. The new live PTY spawn smoke test will run on all three matrix targets and would catch a regression in this class (spawn-helper exec bit, pty.node ABI mismatch, etc.) before the release tarball publishes.Test plan
pty.spawnsmoke testsuperset auth login→superset start→ open a terminal → succeeds (noposix_spawnp failed)Summary by cubic
Bumps
@superset/clito v0.2.6 and fixes a macOS crash caused by a non-executable spawn-helper (posix_spawnp failed). The release pipeline runs a live PTY spawn smoke test across all targets to prevent this regression class.Written for commit 0ae6bde. Summary will update on new commits.
Summary by CodeRabbit