Skip to content

fix: cap train ncu at --target minor - #31

Merged
vreshch merged 1 commit into
masterfrom
fix/train-ncu-target-minor
Aug 21, 2026
Merged

fix: cap train ncu at --target minor#31
vreshch merged 1 commit into
masterfrom
fix/train-ncu-target-minor

Conversation

@vreshch

@vreshch vreshch commented Aug 21, 2026

Copy link
Copy Markdown
Member

Friday train's npx npm-check-updates -u --dep prod,dev --filter "@agentage/*" had no major guard and force-bumped @agentage/memory-core ^0.5.0 -> ^1.0.0 (breaking rewrite), failing npm run verify on TS2305 - run 32522935588 red. This defeated the deliberate major-ignore merged in #29.

Fix: add --target minor to the ncu invocation so majors stay a deliberate human/dependabot call.

Dry-run evidence in the worktree (npx npm-check-updates --filter "@agentage/*" --target minor, no -u): "All dependencies match the minor package versions :)" - does NOT propose memory-core ^1.0.x. Without the cap, ncu currently proposes @agentage/memory-core ^0.5.0 -> ^1.0.1.

@vreshch
vreshch marked this pull request as ready for review August 21, 2026 23:20
@vreshch
vreshch merged commit 7040ffd into master Aug 21, 2026
1 check passed
@vreshch
vreshch deleted the fix/train-ncu-target-minor branch August 21, 2026 23:21
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.

1 participant