You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump the root package.json version from 2.5.0 to 2.6.0 on v2/main, ahead of the v2.6.0 milestone merge into main. Carries the release npm audit report and any fixes it forces, in the same PR.
Why
Per the release skill, the audit, its fixes and the version bump are all part of the milestone's work and belong on the develop branch (v2/main), so they flow into main together. Doing the bump on the milestone-merge branch instead leaves v2/main reading a stale version and risks it leaking into unrelated PRs (#2010).
Summary
Bump the root
package.jsonversion from2.5.0to2.6.0onv2/main, ahead of the v2.6.0 milestone merge intomain. Carries the releasenpm auditreport and any fixes it forces, in the same PR.Why
Per the
releaseskill, the audit, its fixes and the version bump are all part of the milestone's work and belong on the develop branch (v2/main), so they flow intomaintogether. Doing the bump on the milestone-merge branch instead leavesv2/mainreading a stale version and risks it leaking into unrelated PRs (#2010).Scope
npm audit --audit-level=highacross the root and all four client installs — report only, nevernpm audit fix(it resolves in-range advisories by silently downgrading; see High-severity nanoid advisory in the production tree (via vite → postcss), on both branches #2058).overridesentry.package.json:2.5.0→2.6.0(there is one version number in the repo; the clients carry none).package-lock.jsonupdated bynpm version minor --no-git-tag-version.No tag is created here — the release tag points at the merge commit on
main, cut separately in step 2.Acceptance
npm audit --audit-level=highrun and reported for root + web/cli/tui/launcherpackage.jsonreads2.6.0onv2/main2.6.0git tag created by the bumpnpm run local:gatepasses