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
🤖 This PR was created by Repo Assist, an automated AI assistant.
Summary
Patch and minor updates to dev tooling dependencies. No source code changes.
Package
Before
After
Type
@types/node
26.0.0
26.0.1
patch
eslint
10.5.0
10.6.0
minor
package-lock.json regenerated accordingly.
Test Status
npm run compile ✅
npm run lint ✅
npm run test:unit ✅ 155 passing, 0 failing
Warning
Protected Files — Push Permission Denied
This was originally intended as a pull request, but the patch modifies protected files. A human must create the pull request manually.
Protected files
package-lock.json
package.json
The push was rejected because GitHub Actions does not have workflows permission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission.
Create the pull request manually
# Download the patch from the workflow run
gh run download 28316675817 -n agent -D /tmp/agent-28316675817
# Create a new branch
git checkout -b repo-assist/eng-patch-deps-20260628-5c7677799fd5c014 main
# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-28316675817/aw-repo-assist-eng-patch-deps-20260628.patch
# Push the branch and create the pull request
git push origin repo-assist/eng-patch-deps-20260628-5c7677799fd5c014
gh pr create --title '[repo-assist] build: update `@types/node` 26.0.0→26.0.1 and eslint 10.5.0→10.6.0' --base main --head repo-assist/eng-patch-deps-20260628-5c7677799fd5c014 --repo askpt/code-metrics
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
releaseassets.githubusercontent.com
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
🤖 This PR was created by Repo Assist, an automated AI assistant.
Summary
Patch and minor updates to dev tooling dependencies. No source code changes.
@types/nodeeslintpackage-lock.jsonregenerated accordingly.Test Status
Warning
Protected Files — Push Permission Denied
This was originally intended as a pull request, but the patch modifies protected files. A human must create the pull request manually.
Protected files
package-lock.jsonpackage.jsonCreate the pull request manually
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
releaseassets.githubusercontent.comSee Network Configuration for more information.
Add this agentic workflows to your repo
To install this agentic workflow, run