Skip to content

chore(deps): bundle minor and patch dependency updates#79

Merged
ben-miru merged 1 commit into
mainfrom
claude/setup-cli-dependency-updates-ldl0yw
Jun 26, 2026
Merged

chore(deps): bundle minor and patch dependency updates#79
ben-miru merged 1 commit into
mainfrom
claude/setup-cli-dependency-updates-ldl0yw

Conversation

@miru-agents

@miru-agents miru-agents commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

Summary

Bundles all in-range (minor/patch) npm dependency updates into a single PR, matching this repo's dependabot.yml grouping policy (production: patch; development: minor + patch). dist/ is rebuilt from the updated dependency tree.

Updated dependencies

Package From To
@rollup/rollup-linux-x64-gnu 4.60.4 4.62.2
@types/node 25.9.1 25.9.4
eslint 10.4.1 10.5.0
eslint-plugin-jest 29.15.2 29.15.3
globals 17.6.0 17.7.0
prettier 3.8.3 3.8.5
rollup 4.60.4 4.62.2
semver 7.8.0 7.8.5
typescript-eslint 8.60.0 8.62.0

Only one production dependency changes (semver, patch), so the .licenses/ cache is unaffected.

Validation

  • npm run lint — clean
  • npm run format:check — clean
  • npm test — 41 tests pass, 100% coverage
  • dist/ rebuilt and verified reproducible/deterministic (matches the check-dist gate)

Out of scope (major bumps, left for deliberate review)

These are outside the repo's automated dependabot policy (no auto-majors) and carry breaking-change risk, so they are not included here:

  • @types/node 25 → 26
  • js-yaml 4 → 5
  • prettier-eslint 16 → 17 (resolves the dev-only minimatch ReDoS audit advisories via its transitive typescript-estree)

🤖 Generated with Claude Code


Generated by Claude Code


View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

Bundle all in-range (minor/patch) dependency updates into a single
change, matching the repo's dependabot grouping policy (production:
patch; development: minor + patch).

- @rollup/rollup-linux-x64-gnu 4.60.4 -> 4.62.2
- @types/node 25.9.1 -> 25.9.4
- eslint 10.4.1 -> 10.5.0
- eslint-plugin-jest 29.15.2 -> 29.15.3
- globals 17.6.0 -> 17.7.0
- prettier 3.8.3 -> 3.8.5
- rollup 4.60.4 -> 4.62.2
- semver 7.8.0 -> 7.8.5
- typescript-eslint 8.60.0 -> 8.62.0

Rebuild dist/ from the updated dependency tree. Lint, format, and the
full test suite (41 tests, 100% coverage) pass; dist/ rebuilds
deterministically.
@ben-miru ben-miru merged commit dd94bd0 into main Jun 26, 2026
27 checks passed
@ben-miru ben-miru deleted the claude/setup-cli-dependency-updates-ldl0yw branch June 26, 2026 18:42
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.

3 participants