Skip to content

chore: bump dev to 0.10.1-preview.0#1221

Open
tamirdresher wants to merge 1 commit into
bradygaster:devfrom
tamirdresher:chore/bump-dev-to-0.10.1-preview
Open

chore: bump dev to 0.10.1-preview.0#1221
tamirdresher wants to merge 1 commit into
bradygaster:devfrom
tamirdresher:chore/bump-dev-to-0.10.1-preview

Conversation

@tamirdresher

Copy link
Copy Markdown
Collaborator

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

Resumes preview cycle after v0.10.0 stable release.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 7, 2026 08:41
@github-actions

github-actions Bot commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

🟡 Impact Analysis — PR #1221

Risk tier: 🟡 MEDIUM

📊 Summary

Metric Count
Files changed 4
Files added 0
Files modified 4
Files deleted 0
Modules touched 3
Critical files 3

🎯 Risk Factors

  • 4 files changed (≤5 → LOW)
  • 3 modules touched (2-4 → MEDIUM)
  • Critical files touched: package.json, packages/squad-cli/package.json, packages/squad-sdk/package.json

📦 Modules Affected

root (2 files)
  • package-lock.json
  • package.json
squad-cli (1 file)
  • packages/squad-cli/package.json
squad-sdk (1 file)
  • packages/squad-sdk/package.json

⚠️ Critical Files

  • package.json
  • packages/squad-cli/package.json
  • packages/squad-sdk/package.json

This report is generated automatically for every PR. See #733 for details.

@github-actions

github-actions Bot commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

🔒 Security Review

🔒 Security review: 3 info.

Severity Category Finding Location
ℹ️ info new-dependency 1 new/changed dependency version(s) in package.json. Verify these packages are trusted and necessary. package.json:3
ℹ️ info new-dependency 1 new/changed dependency version(s) in packages/squad-cli/package.json. Verify these packages are trusted and necessary. packages/squad-cli/package.json:3
ℹ️ info new-dependency 1 new/changed dependency version(s) in packages/squad-sdk/package.json. Verify these packages are trusted and necessary. packages/squad-sdk/package.json:3

Automated security review — informational only.

@github-actions

github-actions Bot commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

🛫 PR Readiness Check

ℹ️ This comment updates on each push. Last checked: commit 34be6d2

PR Scope: 🔧 Infrastructure

⚠️ 2 item(s) to address before review

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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.0 in the root, @bradygaster/squad-sdk, and @bradygaster/squad-cli package manifests.
  • Update package-lock.json to reflect the new versions (but it also now pulls @bradygaster/squad-sdk@0.10.0 from the registry under packages/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",
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.

2 participants