Skip to content

[repo-assist] build: update @types/node 26.0.0→26.0.1 and eslint 10.5.0→10.6.0 #425

Description

@github-actions

🤖 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:

network:
  allowed:
    - defaults
    - "releaseassets.githubusercontent.com"

See Network Configuration for more information.

Generated by 🌈 Repo Assist, see workflow run. Learn more.

Add this agentic workflows to your repo

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/repo-assist.md@5d1811880f4e924f367e64502f3c5870742892a3

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions