chore: bump version to 2.8.0 (release step 1) - #2454
Merged
Merged
Conversation
npm audit --audit-level=high reports 0 vulnerabilities across the root and all four client installs, so no audit fixes precede the bump. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com> Signed-off-by: cliffhall <cliff@futurescale.com>
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The focused version bump is complete, internally consistent, and matches the linked release requirements.
Review effort: Balanced
Findings: None
What changed in this PR
Bumps the Inspector release version from 2.7.0 to 2.8.0 on v2/main before the milestone merge.
Changes:
- Updates the root package version.
- Synchronizes root lockfile metadata.
| File | Description |
|---|---|
package.json |
Sets the release version to 2.8.0. |
package-lock.json |
Updates matching root package metadata. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
5 tasks
This was referenced Sep 23, 2026
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.
Closes #2453
Step 1 of the v2.8.0 release, per the
releaseskill: audit, audit fixes, and the version bump, onv2/mainahead of the milestone merge (#2010).Audit report —
npm audit --audit-level=highin every install with its own lockfile:clients/webclients/cliclients/tuiclients/launcherNothing to fix, so there are no audit-fix commits.
Bump —
npm version minor --no-git-tag-version:2.7.0→2.8.0. Onlypackage.jsonandpackage-lock.jsonchange; no tag is created (the release tag goes on the merge commit onmain).Verified —
npm run local:gategreen (exit 0) in a dedicated worktree with its own install.🤖 Generated with Claude Code