Skip to content

[repo-assist] build: bump @types/node, @typescript-eslint, eslint (patch versions) #535

Description

@github-actions

🤖 This pull request was created by Repo Assist, an automated AI assistant.

Summary

Routine patch-version dependency bumps:

  • @types/node: 26.1.2 -> 26.2.0
  • @typescript-eslint/eslint-plugin: 8.66.0 -> 8.67.0
  • @typescript-eslint/parser: 8.66.0 -> 8.67.0
  • eslint: 10.8.0 -> 10.8.1

All are patch-level updates with no known breaking changes. @types/vscode, typescript, and tree-sitter* are intentionally left as-is per prior repo memory (pinned / blocked pending major-version alignment work).

Test Status

npm run compile   ✅ (0 errors)
npm run lint      ✅ (0 warnings)
npm run test:unit ✅ 217 passing, 0 failing

Coverage unchanged (analyzer/language files remain above configured thresholds).

npm audit still reports 4 pre-existing dev-only transitive vulnerabilities (via mocha -> diff/serialize-javascript) that require a breaking mocha major bump to resolve; left untouched per minimal-scope guidance — flagging for a future dedicated task if desired.


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 31453774389 -n agent -D /tmp/agent-31453774389

# Create a new branch
git checkout -b repo-assist/eng-patch-deps-20260811-aebb0aa0910eee9f main

# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-31453774389/aw-repo-assist-eng-patch-deps-20260811.patch

# Push the branch and create the pull request
git push origin repo-assist/eng-patch-deps-20260811-aebb0aa0910eee9f
gh pr create --title '[repo-assist] build: bump `@types/node`, `@typescript-eslint`, eslint (patch versions)' --base main --head repo-assist/eng-patch-deps-20260811-aebb0aa0910eee9f --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.
Comment /repo-assist to run again

Add this agentic workflow to your repo

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/repo-assist.md@42c2ab5b4e4c9273534c39259b2e0df7f20f07e9

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions