Skip to content

chore(deps): autoupdate (needs claude fix)#31

Merged
siarheidudko merged 2 commits intomainfrom
chore/autoupdate-25585349823
May 9, 2026
Merged

chore(deps): autoupdate (needs claude fix)#31
siarheidudko merged 2 commits intomainfrom
chore/autoupdate-25585349823

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 8, 2026

The dependency autoupdater failed during builds-and-checks.

Run log: https://github.com/dudko-dev/protoobject/actions/runs/25585349823

A Claude session has been dispatched to push fixes onto this branch
so the following commands all exit 0:

npm run lint
npm run build
npm run test:ts

Claude will leave a status comment on this PR when it finishes.
PR-checks will re-run on each new commit.

@github-actions github-actions Bot added autoupdate Automated dependency update PRs needs-claude Needs Claude GitHub App to fix labels May 8, 2026
@claude
Copy link
Copy Markdown

claude Bot commented May 8, 2026

Autoupdate verification — all green

Initial state: node_modules were not installed in the runner environment, so npm run lint initially exited 127 (eslint not found). This is a runner environment issue, not a code issue.

Fix applied: Ran npm install --no-audit --no-fund → exit 0.

Results after install:

  • npm run lint → exit 0
  • npm run build → exit 0
  • npm run test:ts → exit 0 (5/5 tests passed)

No code changes were needed. No commits pushed — the branch was already clean and compatible.

@siarheidudko siarheidudko marked this pull request as ready for review May 9, 2026 10:44
@siarheidudko siarheidudko merged commit 38f7648 into main May 9, 2026
4 checks passed
@siarheidudko siarheidudko deleted the chore/autoupdate-25585349823 branch May 9, 2026 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autoupdate Automated dependency update PRs needs-claude Needs Claude GitHub App to fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant