chore: bump dev to 0.10.1-preview.0#1221
Open
tamirdresher wants to merge 1 commit into
Open
Conversation
Resumes preview cycle after v0.10.0 stable release. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
🟡 Impact Analysis — PR #1221Risk tier: 🟡 MEDIUM 📊 Summary
🎯 Risk Factors
📦 Modules Affectedroot (2 files)
squad-cli (1 file)
squad-sdk (1 file)
|
Contributor
🔒 Security Review🔒 Security review: 3 info.
Automated security review — informational only. |
Contributor
🛫 PR Readiness Check
PR Scope: 🔧 Infrastructure
|
| Status | Check | Details |
|---|---|---|
| ✅ | Single commit | 1 commit — clean history |
| ✅ | Not in draft | Ready for review |
| ✅ | Branch up to date | Up to date with dev |
| ❌ | Copilot review | No Copilot review yet — it may still be processing |
| ✅ | Changeset present | No source files changed — changeset not required |
| ✅ | Scope clean | No .squad/ or docs/proposals/ files |
| ✅ | No merge conflicts | No merge conflicts |
| ✅ | Copilot threads resolved | No Copilot review threads |
| ❌ | CI passing | 10 check(s) still running |
Files Changed (4 files, +112 −8)
| File | +/− |
|---|---|
package-lock.json |
+109 −5 |
package.json |
+1 −1 |
packages/squad-cli/package.json |
+1 −1 |
packages/squad-sdk/package.json |
+1 −1 |
Total: +112 −8
This check runs automatically on every push. Fix any ❌ items and push again.
See CONTRIBUTING.md and PR Requirements for details.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR resumes the 0.10.x preview cycle by bumping the repo + workspace package versions to 0.10.1-preview.0 after the v0.10.0 stable release.
Changes:
- Bump versions to
0.10.1-preview.0in the root,@bradygaster/squad-sdk, and@bradygaster/squad-clipackage manifests. - Update
package-lock.jsonto reflect the new versions (but it also now pulls@bradygaster/squad-sdk@0.10.0from the registry underpackages/squad-cli/node_modules, which appears unintended for a pure version-bump PR).
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/squad-sdk/package.json | Bumps @bradygaster/squad-sdk version to 0.10.1-preview.0. |
| packages/squad-cli/package.json | Bumps @bradygaster/squad-cli version to 0.10.1-preview.0 (but the CLI→SDK semver relationship becomes problematic for prereleases). |
| package.json | Bumps root workspace version to 0.10.1-preview.0. |
| package-lock.json | Updates lockfile versions, but also records a nested registry install of @bradygaster/squad-sdk@0.10.0 under the CLI workspace. |
| { | ||
| "name": "@bradygaster/squad-cli", | ||
| "version": "0.10.0", | ||
| "version": "0.10.1-preview.0", |
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.
Resume preview cycle after v0.10.0 stable.
Per release runbook Step 7 (sync dev to next preview after stable). No code changes — only version bump across root + squad-sdk + squad-cli package.json files.
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com