Skip to content

chore(deps): consolidate npm devDeps + paths-filter action bumps - #166

Merged
pacphi merged 1 commit into
mainfrom
chore/deps-consolidate-163-164
Aug 18, 2026
Merged

chore(deps): consolidate npm devDeps + paths-filter action bumps#166
pacphi merged 1 commit into
mainfrom
chore/deps-consolidate-163-164

Conversation

@pacphi

@pacphi pacphi commented Aug 18, 2026

Copy link
Copy Markdown
Owner

Summary

Consolidates the two open Dependabot dependency-bump PRs into a single verified branch. Scope was deliberately limited to actual dependency bumps — #165 (opencode bug fix) and #131 (host-adapter ADR proposal, still under active review) are unrelated PRs and are left open/untouched.

Superseded PRs

PR Package(s) Bump Area
#164 @types/node, eslint (devDependencies) @types/node 26.1.2 → 26.2.0, eslint 10.8.0 → 10.8.1 npm (lockfile-only — both within existing caret ranges ^26.1.1 / ^10.7.0, so package.json is unchanged)
#163 dorny/paths-filter v3 → v4 GitHub Actions (.github/workflows/devcontainers.yml)

Pre-existing fixes

None required — the full gate was already green prior to these bumps; no upgrade-caused or pre-existing breakage was found.

Security audit

  • pnpm audit --audit-level=moderateno known vulnerabilities.
  • gh api repos/pacphi/agentic-kit/dependabot/alerts0 open alerts.
  • No RUSTSEC/GHSA/CVE research was needed since no findings were surfaced (this repo has no Rust/Cargo component — TypeScript/npm only, per request).

Verification

Ran the exact gate .github/workflows/ci.yml uses, plus the full test suite:

pnpm install --frozen-lockfile   # lockfile reproduces cleanly
pnpm run typecheck               # tsc -p tsconfig.json            -> clean
pnpm run lint                    # eslint .                        -> clean
pnpm run lint:md                 # markdownlint-cli2 (61 files)    -> 0 issues
pnpm run build                   # scripts/build-check.mjs         -> OK (148 files, CLI loads, npm pack resolves 173 files)
pnpm test                        # node --test + all *.test.cjs    -> all suites passed, 0 failed
pnpm run test:surface            # dispatch-surface tests          -> 26 passed, 0 failed
pnpm run audit                   # pnpm audit --audit-level=moderate -> no known vulnerabilities

No Rust/Cargo steps applicable — this is a pure TypeScript/pnpm repository (no Cargo.toml).

🤖 Generated with Claude Code

#164)

Bumps @types/node 26.1.2->26.2.0 and eslint 10.8.0->10.8.1 (both within
existing caret ranges, lockfile-only) and dorny/paths-filter v3->v4 in the
devcontainers workflow. Full CI-mirrored gate (typecheck, lint, lint:md,
build, test, test:surface, audit) passes; no Dependabot alerts or audit
findings outstanding.
@pacphi
pacphi merged commit 1fdce95 into main Aug 18, 2026
14 checks passed
@pacphi
pacphi deleted the chore/deps-consolidate-163-164 branch August 18, 2026 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant