Skip to content

chore: bump version to 2.8.0 (release step 1) - #2454

Merged
cliffhall merged 1 commit into
v2/mainfrom
v2/chore/2453-bump-2-8-0
Sep 23, 2026
Merged

cliffhall merged 1 commit into
v2/mainfrom
v2/chore/2453-bump-2-8-0

Conversation

@cliffhall

Copy link
Copy Markdown
Member

Closes #2453

Step 1 of the v2.8.0 release, per the release skill: audit, audit fixes, and the version bump, on v2/main ahead of the milestone merge (#2010).

Audit reportnpm audit --audit-level=high in every install with its own lockfile:

Install Result
root found 0 vulnerabilities
clients/web found 0 vulnerabilities
clients/cli found 0 vulnerabilities
clients/tui found 0 vulnerabilities
clients/launcher found 0 vulnerabilities

Nothing to fix, so there are no audit-fix commits.

Bumpnpm version minor --no-git-tag-version: 2.7.02.8.0. Only package.json and package-lock.json change; no tag is created (the release tag goes on the merge commit on main).

Verifiednpm run local:gate green (exit 0) in a dedicated worktree with its own install.

🤖 Generated with Claude Code

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>
@cliffhall cliffhall added the v2 Issues and PRs for v2 label Sep 23, 2026
@cliffhall
cliffhall requested a balanced review from Copilot September 23, 2026 05:15

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

@cliffhall cliffhall linked an issue Sep 23, 2026 that may be closed by this pull request
@cliffhall
cliffhall merged commit dcc43ad into v2/main Sep 23, 2026
5 checks passed
@cliffhall
cliffhall deleted the v2/chore/2453-bump-2-8-0 branch September 23, 2026 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v2 Issues and PRs for v2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Release 2.8.0 step 1: bump version to 2.8.0 on v2/main

2 participants