ci(autoupdate): keep the demo in step, release automated merges, retry red CI - #13
Merged
Merged
Conversation
… close stale PRs Generated from siarheidudko/claude templates (siarheidudko/claude#9): - Merges made by the automation (GITHUB_TOKEN) fire no push run, so they were never released; both merge sites now dispatch the release. - The npm-check-updates fallback honours ignore_packages (--reject). - claude.yml installs every CI matrix Node version (with-node), hands Claude the failing CI job logs and retries while CI is red (max 3). - A success-path PR that CI rejects goes to Claude instead of stopping. - A new autoupdate run closes older open autoupdate PRs. Co-Authored-By: Claude <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PfHHX2WrotHCt9djnk6tMZ
siarheidudko
marked this pull request as ready for review
September 24, 2026 13:59
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.
Generated from the siarheidudko/claude templates (siarheidudko/claude#9). This PR changes
autoupdate.ymlandclaude.ymlonly.@dudko.dev/agent-web/ai, and TypeScript treats two copies of a package as one type only when the versions match. So every update of the library broke the Demo job, as in chore(deps): autoupdate (needs claude fix) #10–chore(deps): autoupdate (needs claude fix) #12. A new step after the update pins the demo to the versions the root lockfile resolved (typescript/vite excepted); CI's Demo and Browser jobs verify it. I ran it on chore(deps): autoupdate (needs claude fix) #12's pre-fix state and it reproduced the manual fix; demo typecheck and build pass. Claude's command list now includes the demo checks and e2e.GITHUB_TOKEN, so CI never ran on main after them andrelease.ymlnever fired. Both merge sites now dispatchrelease.ymlwith the merge commit.npm-check-updatesnow honoursignore_packages, andtypescriptjoins that list: TS 7 breaks tsup.🤖 Generated with Claude Code
https://claude.ai/code/session_01PfHHX2WrotHCt9djnk6tMZ
Generated by Claude Code